*{
		margin:0;
		padding:0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
}
html{
		height: 100%;
}
body{
		background-color: #fff;
    height: 100%;
		font-size: 16px;
		font-family: 'Assistant', 'Heebo' , sans-serif;
		/*font-family: 'Heebo', sans-serif;*/
    font-weight: normal;
    color: #0e121b;
    overflow-x: hidden;
    width: 100%;


}
@keyframes slideshow {
  0% {
		transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}


@keyframes rev {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}

@keyframes revbg {
  0%   { transform: scaleY(0);}
  100% { transform: scaleY(1);}
}



frames{
	display: block;
}
frames:before,
frames:after,
frames div:before,
frames div:after{
	content:'';
	display: block;
	background-color: #fff;
	position: fixed;
	z-index: 99;
}
frames:before{
	height: 10px;
	top:0;
	left: 0;
	right:0;
}
frames:after{
	height: 10px;
	bottom: 0;
	left: 0;
	right:0;
}
frames div:before{
	width:10px;
	top:0;
	left:0;
	bottom: 0;
}
frames div:after{
	width:10px;
	top:0;
	right:0;
	bottom: 0;
}

logo{
	font-family: 'questa_grande', serif;
	font-size: 30px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color:#fff;
	cursor: pointer;
	margin-top: 32px;
	position: relative;
	display: inline-block;
	transform: translate3d(0,0,0);
	transition: transform 1s , opacity 1s;
}
logo:before,
logo:after{
	content: '';
	width: 10px;
	height: 1px;
	position: absolute;
	bottom:9px;
	left: -20px;
	background-color: #fff;

}
logo:after{
	right: -6px;
	top:8px;
	left: auto;
	bottom: auto;
}

nav{
	position: fixed;
	top:50vh;
	left:100px;
	right:100px;
	height: 100px;
	z-index: 2;
	text-align: center;
	box-sizing: border-box;
	margin-top: -50px;
	padding: 0 40px;
	overflow: hidden;
}

nav:before{
	content:'';
	display: block;
	position: absolute;
	z-index: -1;
	background-color:#000;
	height: 100%;
	width: 100%;
	/*padding: 0 100px;*/
	top:0;
	left:0px;
	transform: scaleY(0);
	transition: transform .8s cubic-bezier(0.7,0,0.3,1);
}
.home nav:before{
	transform: scaleY(1);
}

.gallery nav:before{
	transform: translateX(40%) scaleY(1);
	transition-delay: .5s;
}
.contact nav:before{
	transform: translateX(-40%) scaleY(1);
	transition-delay: .5s;
}



.scroll.home nav:before{
	transform: scaleY(0);
	transition: transform .3s;
}
.scroll.home nav a{
	  display: none;
}
.scroll.home nav logo{
		transform: scale(3);
		opacity: .1;
}




nav a{
		color: #fff;
		letter-spacing: .06em;
		font-weight: 400;
		text-decoration: none;
		padding: 40px;
		transform: translate(0,0);
		transition: opacity .5s, transform .5s;
		animation: rev 1s ;
}
nav a:first-of-type:hover{
		transform: translateX(10%);
}
nav a:last-of-type:hover{
		transform: translateX(-10%);
}
nav a:first-of-type{
		float: left;
		padding-left: 30px;
		background: url('imgs/gal_icn.svg') no-repeat left center / 15px;
}
.gallery nav a:first-of-type{
	opacity: 0;
	transition: opacity .5s;
	pointer-events: none;
}
nav a:last-of-type{
		float: right;
		padding-right: 50px;
		padding-left: 60px;
		background: url('imgs/con_icn.svg') no-repeat right center / 30px 12px;
}
.contact nav a:last-of-type{
		opacity: 0;
		transition: opacity .5s;
		pointer-events: none;
}

intro{
	display: block;
	position: fixed;
	z-index: 100;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color: #fff;
	/*display: none;*/
}
intro img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: scale(1);
	transition: opacity .5s , transform 0s;
}
intro img.cur{
	opacity: 1;
	transform: scale(1);
}
intro h2{
	position: fixed;
	bottom: 10vh;
	width: 100%;
	text-align: center;
	color:#000;
	font-size: 2vw;
	font-family: 'Assistant', 'Heebo' , sans-serif;
	font-weight: 200;
	letter-spacing: .4em;
	text-indent: -.1em;
	opacity: 0;
	transition: opacity .8s , letter-spacing .8s;
}
.loaded intro h2{
	opacity: 1;
	letter-spacing: .1em;
}
.home intro{
	transition: opacity .5s;
	opacity: 0;
}
#intromask {
		position: absolute;
		display: block;
		top:50%;
		left: 50%;
		transform: scale(2) translate(-50%,-50%);
		opacity: 1;
		transform-origin: 0% 0%;
		transition: transform 4s;
}
.loaded #intromask {
	transform: scale(1) translate(-50%,-50%);
}

scroll {
	min-height: 100%;
	overflow: hidden;
}
slides{
	display: block;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top:0;
	transform: scale(1.2);
	transition: transform 1s;
	animation: rev .5s;
}
.home slides{
	transform: scale(1);
}

slides div{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	opacity: 0;
	transition: opacity 0s .8s;
}

slides div.cur{
	opacity: 1;
	transition: opacity .8s;
}
slides div img{
	display:block;
  height: 110%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%) scale(1.1);
	transition: transform .5s;

}
slides div.cur img{
	animation: slideshow 15s 0s ease-in-out;
}

slides div h2{
	position: absolute;
	top:55vh;
	width: 100%;
	font-family: 'questa_grande', serif;
	text-align:center;
	font-size: 14vw;
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	background: url('imgs/bg1.jpg') no-repeat center 40% / 110%;
  -webkit-font-smoothing:antialiased;
	-webkit-background-clip:text;
  -moz-background-clip:text;
  background-clip:text;
	/*mix-blend-mode: darken;*/
	color: rgba(255, 255, 255, .1);
	z-index: 1;
	letter-spacing: -.05em;
	opacity: 0;
	transition: opacity .3s, letter-spacing .3s;
  /*-webkit-text-fill-color:transparent;*/
}
.home slides div.cur h2{
	transition: opacity 1s .5s, letter-spacing .8s .5s;
	letter-spacing: 0em;
	opacity: 1;
}
slides div:after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #521409;
	opacity: .8;
	transition: opacity 2s;
}
slides.show div.cur:after{
	opacity: .1;
}

.scroll slides div.cur:after{
	opacity: .95 !important;
	transition-duration: .5s;
}
.scroll slides div.cur h2{
	opacity: 0 !important;
	transition: opacity .3s 0s !important;
}

slides div h2 span{
	display: inline-block;
}
slides div:nth-child(2) h2{
	background-image: url('imgs/bg2.jpg');
	top:10vh;
}
slides div:nth-child(3) h2{
	background-image: url('imgs/bg3.jpg');
}
slides div:nth-child(4) h2{
	background-image: url('imgs/bg4.jpg');
	top:10vh;
}
slides div:nth-child(5) h2{
	background-image: url('imgs/bg5.jpg');
}

slides div:nth-child(2):after{
		background-color: #000b60;
}
slides div:nth-child(3):after{
		background-color: #401778;
}
slides div:nth-child(4):after{
		background-color: #3f123b;
}
slides div:nth-child(5):after{
		background-color: #3f123b;
}




about{
	display: block;
	margin-top: 100vh;
	padding: 5% 15% 10%;
	font-size: 35px;
	text-align: center;
	color: #fff;
	/*background-image: linear-gradient( 90deg, rgb(255,255,255) 50%, rgba(255,255,255,0) 100%);
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 50%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 50%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 50%, rgba(255,255,255,0) 100%);*/


}

about h1{
	font-weight: 200;
	font-size: 4vw;
	margin: 0 -15% 10%;
	color:#fff;
}
about p{
	font-family:'Heebo' , sans-serif;
	font-size: 2vw;
	line-height: 1.8em;
	margin-bottom: 15%;
	font-weight: 100;
	direction: rtl;
	opacity: 1;
	transition: opacity .5s;
}
/*about p.show{
	opacity: 1;
	transition: opacity 2s;
}*/


gallery{
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.gallery gallery{
	animation: rev .8s;
}


gallery h3{
	font-size: 8vw;
	top:50vh;
	font-weight: 100;
	position: fixed;
	text-align: left;
	margin-top: -6vw;
	text-indent: -.4vw;
	font-weight: 200;
	color:#fff;
	z-index: 1;
}

gallery div{
	height: 50vh;
	width: 50%;
	overflow: hidden;
	padding: 0 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
	position: relative;
	opacity: 0;
}
gallery div img{
	width: 120%;
	margin-left: -10%;
	position:absolute;
	display: block;
	transform: translate(0,0);
	/*transform: scale(1.2);*/
	/*transition: transform .5s;*/
}
gallery div:hover img{
	cursor: pointer;
}


contact{
	position: relative;
	z-index: 1;
	display: block;
	background-color: #fff;
	width: 100%;
	min-height: 100vh;
	box-sizing: border-box;
	padding-left: 60%;
	padding-top: 50vh;
	padding-right: 100px;
}
.contact contact{
	animation: rev .8s;
}
contact h3{
	font-size: 8vw;
	font-weight: 100;
	position: relative;
	text-align: right;
	margin-top: -6vw;
	text-indent: -.4vw;
	direction: rtl;
	font-weight: 200;
	opacity: 0;
}
contact p{
		direction: rtl;
    font-size: 1.5vw;
    text-align: right;
    line-height: 1.6em;
    font-weight: 200;
		opacity: 0;
}
contact p a{
	text-decoration: none;
	color:#000;
	display: inline-block;
	position: relative;
}
contact p a:after{
	content:'';
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #000;
	transform: scaleX(0);
	transition: transform .5s;
}
contact p a:hover:after{
	transform: scaleX(1);
}




.vs-section{
	z-index: 1;
}





loading{
    display: block;
    position: fixed;
    padding: 49vh 0 0;
    color: #000;
		text-align: center;
    background-color: #fff;
    top:0;left:0;right:0;bottom: 0;
    z-index: 100;
    font-size: 60px;
		font-family: 'questa_grande', serif;
		font-size: 20px;
		letter-spacing: .4em;
		text-transform: uppercase;
		opacity: 1;
}


.loaded loading{
    opacity:0;
    transition: opacity .3s;
}



.vs-scrollbar.vs-vertical{
    right: 0px !important;
}
.vs-scrollbar .vs-scrolldrag{
	background-color: #f4f5f6 !important;
 }
@media all and (max-width: 1400px) {
		.gallery nav:before{
			transform: translateX(30%) scaleY(1);
		}
		.contact nav:before {
    	transform: translateX(-30%) scaleY(1);
		}
}
@media all and (max-width: 1000px) {
		nav{
			height: 160px;
			top: 0;
			margin-top: 0;
		}
		nav:after{
			content: '';
			position: absolute;
			top: 91px;
			left: 40px;
			right: 40px;
			height: 1px;
			background-color: #fff;
			opacity: .1;
		}
		intro img{
			top:25vh;
		}
		logo{
			display: block;
			clear: both;
			width: 192px;
			margin: 30px auto 5px;
		}
		slides div h2 {
		    top: 50vh !important;
		    font-size: 12vw;
		}
		slides div:after{
			opacity: .8 !important;
		}
		.scroll slides div:after{
			opacity: .97 !important;
		}
		gallery:before{
			content: '';
			display: block;
			width: 100%;
			height: 100px;

		}
		gallery div{
			height: 31vh;
    	width: 100%;
		}
		gallery h3{
			display: none;
		}
		nav:before{
			transform: translateX(0%) scaleY(1) !important;
		}

		contact{
			padding-left: 0;
		}
		contact h3{
			font-size: 15vw;
		}
		contact p{
			font-size: 3vw;
		}
		slides div img{
			height: 100%;
		}
		.scroll.home nav logo{
			transform: scale(1);
			opacity: 1;
		}
		.scroll.home nav a{
			display: block;
		}
		nav a:hover{
			transform: translateX(0%) !important;
		}

}

@media all and (max-width: 700px) {
		frames{
			display: none;
		}
		intro h2{
			    font-size: 4.5vw;
		}
		logo{
			font-size: 24px;
			line-height: 33px;
			width: 164px;
			margin-bottom: -6px;
		}
		nav{
			left: 0px;
			right: 0px;
			height: 140px;
		}
		nav:after{
			top:80px;
		}
		nav a:first-of-type{
			padding: 40px 0 40px 30px;
		}
		nav a:last-of-type{
			padding: 40px 44px 40px 0px;
		}
		slides{
			    margin-top: 20vh;
					height: 80vh;
		}
		slides div h2{
			top: 32vh !important;
			color: rgba(255, 255, 255, .3);
		}
		gallery:before{
			height: 140px;
		}
		about h1{
			 font-size: 8vw;
		}

		about p{
			font-size: 4vw;
		}
		contact{
			padding-right: 40px;
			padding-top: 60vh;
		}
		contact h3{
			text-indent: 0;
			font-size: 20vw;
		}
		contact p{
			font-size: 5vw;
		}
		loading{
			padding-top: 47vh;
		}
		.vs-scrollbar.vs-vertical{
			width: 10px !important;
		}
		.vs-scrollbar .vs-scrolldrag{
			background: transparent none !important;
		}
		.contact nav a:last-of-type,
		.gallery nav a:first-of-type{
			opacity: .1;
		}
}

ul.social {
	z-index: 9999;
	position: absolute;
	list-style: none;
	bottom: 19px;
	left: 32px;
}
ul.social > li {
	display: inline-block;
	width: 40px;
	text-align: center;
	font-size: 18pt;
}
ul.social > li > a {
	color: #FFF !important;
	text-decoration: none !important;
}

@media all and (max-width: 700px) {
    ul.social {
        z-index: 9999;
        position: absolute;
        list-style: none;
        bottom: 12px;
        left: 20px;
    }
    ul.social > li {
        font-size: 16pt;
    }
}

.copyrights {
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	z-index: 1000;
	position: fixed;
	bottom: 12px;
	right: 30px;
	display: inline-block;
}
.copyrights img {
    height: 17px;
    vertical-align: middle;
    margin-bottom: 1px;
}