@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin:0;
	font-family: 'Jetbrains Mono', sans-serif;
	font-size:13px;
	line-height:1.5;
	text-align:center;
	height: 100%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background:#101010;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
p {
	font-size:14px;
	line-height:21px
}
::-webkit-scrollbar , -moz-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track , -moz-scrollbar {
 	width: 4px;
	background:rgba(51,51,51,0.21);
}
::-webkit-scrollbar-thumb , -moz-scrollbar {
	background:rgba(51,51,51,0.71);
}
.clear {
	clear:both;
	float:none;
}
/* ---------Loader--------------------------------------*/
.loader-holder {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	background:#000;
}
.loader {
	position:fixed;
	top:50%;
	left:50%;
	margin:-4px 0 0 -52.5px;
	width:105px;
	height:8px;
}
#movingBallG{
	position:relative;
	width:105px;
	height:8px;
}
.movingBallLineG{
	position:absolute;
	left:0px;
	top:3px;
	height:2px;
	width:105px;
	background:rgba(255,255,255,0.21);
}
.movingBallG{
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	width:8px;
	height:8px;
	-moz-border-radius:4px;
	-moz-animation-name:bounce_movingBallG;
	-moz-animation-duration:1.3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-border-radius:4px;
	-webkit-animation-name:bounce_movingBallG;
	-webkit-animation-duration:1.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-border-radius:4px;
	-ms-animation-name:bounce_movingBallG;
	-ms-animation-duration:1.3s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-border-radius:4px;
	-o-animation-name:bounce_movingBallG;
	-o-animation-duration:1.3s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	border-radius:4px;
	animation-name:bounce_movingBallG;
	animation-duration:1.3s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}
@-moz-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}
@-webkit-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}
@-ms-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}
@-o-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}

@keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:2;
}
.wrapper{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
 
}
.swiper-container{
	width:100%;
	height:100%;
	z-index:10;
	position:relative;
}
#canvas-holder{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100% !important;
	overflow:hidden;
	z-index:-1;
	opacity:0.5;
}
.slide-bg {
	background-size: cover !important;
	background-attachment: scroll!important;
	background-position: 50%;
	background-repeat:repeat;
}
.swiper-slide {
	 position:relative;
	 z-index:10;
}
.content{
	max-width: 1024px;
	width:92%;
	margin:0px auto;
	position: relative;
	z-index:3;
}
.wrapper , .content-inner {
	float:left;
	width:100%;
	position:relative;
	z-index:7;
}
.content-holder {
	float:left;
	max-width:600px;
	position:relative;
	padding-left:50px;
}
.container{
	float:left;
	width:100%;
	height:100%;
	position:relative;
	z-index:6;
	overflow:hidden;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
	background:#292929;
	opacity:0.6;
}
.hmoov:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-moz-box-shadow: inset 0 0 0 44px #5F6061;
	-webkit-box-shadow: inset 0 0 0 44px #5F6061;
	box-shadow: inset 0 0 0 44px #5F6061;
	opacity:0.7;
}
section {
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
	padding:0;
}
#fall-holder {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200%;
	z-index:-1;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	opacity:0.8;
}
#audio-control {
	position:absolute;
	top:90%;
	left:5%;
	width:31px;
	height:31px;
	z-index:2;
	cursor:pointer;
	background-image:url(../images/audio.gif);
	background-repeat:no-repeat;
	background-position:bottom;
 
}
.as {
	background-image:url(../images/audio-stop.png) !important ;
	background:rgba(255,255,255,0.051)
}

/*------ Header -------------------------------------------------*/
#logo {
	position:absolute;
	line-height:40px;
	cursor:pointer;
	z-index:21;
	top: 30px;
	left:30px;
	width: 40px;
	height: 40px;
}

#logo img {width:40px}

#nav {
	position:absolute;
	top:50%;
	margin-top:-75px;
	left:5%;
	z-index:50;
	width:130px;
	opacity:1;
}
.nav-button.cmenu{top: 45px}
.nav-button{
	position:absolute;
	top:40px;
	right:30px;
	z-index:21;
	width: 30px;
	height:40px;
	line-height:40px;
	cursor:pointer;
	font-size:24px;
}
.nav-button span{
	width:100%;
	float:left;
	margin-bottom:5px;
	height:2px;
	background:#fff;
	position:relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-button.cmenu .nbs{
	opacity:0;
}
.nav-button.cmenu .nos  {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom:0;
	top:2px;
}
.nav-button.cmenu .ncs{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-bottom:0;
}
#menu {
	width: 100%;
	height: auto;
	left: 0;
	font-size: 12px;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	padding:10px 0;
	z-index:100;
	border-right:1px  solid rgba(255,255,255,0.1);
}
#menu a{
	float:left;
	width:100%;
	font-size:1vw;
	color:#fff;
	padding:10px 0;
	text-align:left;
	position:relative;
	cursor:pointer;
	top:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.active, #menu a:hover{color:#d5ff46 !important}
.elem{
	display:none;
}
.elem-anim {
	opacity:0;
	margin-top:-150px;
}
#menu a span {
	 position:absolute;
	 bottom:0;
	 right:-1.5px;
	 width:3px;
	 height:0;
	 z-index:-1;
	 background:#fff;
}
#menu .active span {
	 height:100%;
}
.nav-button:hover{
opacity: .8
}
.arrow-right, .arrow-left {
	position:absolute;
	top:50%;
	margin-top:-22px;
	line-height:44px;
	color:#fff;
	font-size:26px;
	width:44px;
	height:44px;
	z-index:100;
}

.arrow-right:hover, .arrow-left:hover{
	color: #d5ff46
}
.arrow-right  {
	right:10px;
}
.arrow-left {
	right:40px;
}
/*------ Social links -------------------------------------------------*/
.social-links {
	position:absolute;
	top:50%;
	right:5%;
	z-index:20;
	width:40px;
	height:150px;
	margin-top:-75px;
}
.social-links ul {
	position:relative;
}
.social-links ul li  {
	padding:0 6px;
}
.social-links li a {
	color:#fff;
	font-size:18px;
	width:40px;
	height:40px;
	float:left;
	line-height:40px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position:relative;
}
.social-links li a:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius:100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tooltip{
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 0;
	margin-left:-110px;
	top:0;
	font-size: 12px;
	color: #666;
	text-align: center;
	position: absolute;
	z-index:2;
	opacity: 0;
	background:rgba(255,255,255,0.8);
	visibility: visible;
	pointer-events: none;
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.6, transparent), to(rgba(0,0,0,0.2)));
	-webkit-transform:   scale(0.5) ;
	-moz-transform:   scale(0.5);
	-o-transform:  scale(0.5);
	-ms-transform:   scale(0.5);
	transform:  scale(0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tooltip:after {
	top: 40%;
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tooltip:after {
	border-left-color: rgba(255,255,255,0.8);
	border-width: 5px;
	margin-left: 0;
}
.social-links li a:hover .tooltip  , .contact-info li a:hover .tooltip{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(0px) scale(1);
	-moz-transform: translate(0px) scale(1);
	-o-transform: translate(0px) scale(1);
	-ms-transform: translate(0px) scale(1);
	transform: translate(0px)  scale(1);
}
.social-links li a:hover:after {
	opacity:0.6;
}
/*------ Home - ------------------------------------------------*/
.home {
	margin-top:80px;
}
.logo {
	position:absolute;
	top:150px;
	left:0;
	width:100%;
}
ul.countdown {
	max-width:550px;
	width:92%;
	margin:0px auto;
	position: relative;
}
.counter-content {
	float:left;
	width:100%;
	position:relative;
	top:50%;
	margin-top:-25px;
}
ul.countdown li {
	float:left;
	width:25%;
	position:relative;
}
ul.countdown li span {
	display: block;
	font-weight: 300;
	font-size: 52px;
	color: rgb(255, 255, 255);
}
ul.countdown li p {
	margin: 0px;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 20px;
	font-weight: 300;
}
.hero-text {
	position:absolute;
	bottom:120px;
	left:0;
	width:100%;
}
.hero-text h2 {
	font-size:22px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
}
.hero-text h2:before {
	content:'';
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left:-35px;
	width:70px;
	height:2px;
	background:rgba(255,255,255,0.51)
}
.media-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.video-holder{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}
.video-holder iframe , #player {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
#player{
	left:0;
}
#slides{
	position:absolute !important;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.slides-fullscreen-img , .slides-fullscreen-img2 , .slides-no-anim{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	width: 110%;
	height: 100%;
	top:0;
	left:0;
	position:absolute;
}
.slides-fullscreen-img {
	-webkit-animation: spinAround 120s linear infinite;
	-moz-animation: spinAround 120s linear infinite;
	animation: spinAround 120s linear infinite;
}
.slides-fullscreen-img2{
	-webkit-animation: spinAround2 120s linear infinite;
	-moz-animation: spinAround2 120s linear infinite;
	animation: spinAround2 120s linear infinite;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat:repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*------ About ------------------------------------------------*/
.about p , .contact p {
	float:left;
	text-align:left;
	max-width:600px;
	padding-bottom:20px;
}
.about p {
	font-size: 13px;
	line-height: 22px;
}
.about h3 , .contact h3 {
	font-size:32px;
	font-weight:500;
	margin:40px 0 30px;
	text-transform:uppercase;
	text-align:left;
	position:relative;
}
.about h4 {
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:left;
	margin-bottom:20px;
}
.section-decor {
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:100%;
	background:rgba(255,255,255,0.21)
}
.section-decor:before {
	content:'';
	position:absolute;
	top:43px;
	left:-2px;
	width:5px;
	height:50px;
	background:#fff;
}
.btn {
	float:left;
	margin-top:20px;
	color:#fff;
	padding:6px 20px;
	border-radius:4px;
	border:1px solid #fff;
	cursor:pointer;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}
.btn:before , .btn:after{
	content:'';
	position:absolute;
	top:0;
	width:0;
	height:100%;
	background:rgba(255,255,255,0.21);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:before {
	left:0;
}
.btn:after {
	right:0;
}
.btn:hover:after , .btn:hover:before  {
	width:50%;
}

/*------ css-animation - ------------------------------------------------*/
.transition{
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.transition2{
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.vis-form{
	-webkit-transform: perspective(200px) rotateY(-15deg) scale(0.45);
	-moz-transform: perspective(200px) rotateY(-15deg) scale(0.45);
	-o-transform: perspective(200px) rotateY(-15deg) scale(0.45);
	-ms-transform: perspective(200px) rotateY(-15deg) scale(0.45);
	transform: perspective(200px) rotateY(-15deg) scale(0.45);
	opacity:0.2;
	top:20%;
}
.vis-form2{
	-webkit-transform: scale(1.0);
	-moz-transform:scale(1.0);
	transform: scale(1.0);
	opacity:1;
	visibility:visible;
	-webkit-transform: perspective(200px) rotateY(0deg);
	-moz-transform: perspective(200px) rotateY(0deg);
	-o-transform: perspective(200px) rotateY(0deg);
	-ms-transform: perspective(200px) rotateY(0deg);
	transform: perspective(200px) rotateY(0deg);
}
.vis-menu{
	-webkit-transform: scale(0.65);
	-moz-transform:scale(0.65);
	transform: scale(0.65);
}
@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotateY(0deg)
	}
	to {
		-webkit-transform:scale(5.0) rotate(-80deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotateY(0deg)
	}
	to {
		-moz-transform: scale(5.0) rotate(-80deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: scale(5.0) rotate(-80deg);
	}
}
@-webkit-keyframes spinAround2 {
	from {
		-webkit-transform: rotateY(0deg)
	}
	to {
		-webkit-transform:scale(5.0) rotate(80deg);
	}
}
@-moz-keyframes spinAround2 {
	from {
		-moz-transform: rotateY(0deg)
	}
	to {
		-moz-transform: scale(5.0) rotate(80deg);
	}
}
@keyframes spinAround2 {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: scale(5.0) rotate(80deg);
	}
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1236px) {
.slide-bg {
	background-position:50%!important;
}
.top-decor:before{
	width:70%;
}
#nav {
	width:70px;
}
#finePrint{max-width:80% !important}
}
@media only screen and  (max-width: 1036px) {
.overlay:before {
	display:none;
}
.nav-button {top:42px}
.arrow-right  {
	right:52px;
	top:60px;
}
.arrow-left {
	top:60px;
	left:100%;
	margin-left:-132px;
}
}
@media only screen and  (max-width: 768px) {
.counter-content {
	top:0;
	margin-top:200px;
}
ul.countdown li {
	width:50%;
}
.hero-text {
	position:relative;
	bottom: auto;
	margin-top:50px;
	float:left;
	padding-bottom:50px;
}
section {
	padding-top:0px;
}
#arrowNav{
	top:-10px !important;
	right:20px !important;
}
.nav-button.cmenu{top: 48px}
#menu a {font-size:13px}
#menu a span{right:-4.5px}
.social-links li a{font-size:14px}

}
@media only screen and  (max-width: 540px) {
#logo{top:20px;left:20px}	
.arrow-left,.arrow-right{display:none}
#menu a{font-size:12px}
#logo{width:30px;height:30px}
#logo img{width:30px}
.nav-button {
    top: 35px;
    right: 20px;
}
.nav-button.cmenu{top:40px}
.decor-holder {
	display:none;
}
ul.countdown li {
	width:100%;
}
.vis-menu{
	-webkit-transform: scale(0.3);
	-moz-transform:scale(0.3);
	transform: scale(0.3);
}
.copyright p{font-size:10px}
p#finePrint{font-size: 6px !important}
}

.copy {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 20;
}
.copyright {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
#arrowNav{
position: absolute;
    top: 48px;
    width: 100%;
    right: 60px;
}

#finePrint{
	font-size: 9px;
    line-height: 2;
    max-width: 25%;
    margin: 5px auto;
}