
/*Google fonts*/
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700&display=swap');

*
{
	margin: 0;
	box-sizing: border-box;
	outline: none;
}

body
{
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	color: #fefefe;
	overflow-x: hidden;
	background-color: rgb(3 14 22);
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
}





/* HEADER MENU */


.header-inner
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	top: 0px;
	max-width: 1140px;
	margin: 0 auto;
	z-index: 1;
}

header ul
{
	position: relative;
	list-style: none;
	float: left;
	z-index: 5;

	transition: all .3s ease;
}

header ul li
{
	position: relative;
	float: left;
	margin: 0 25px;
	line-height: 70px;
}

header ul li:last-child{
	margin-right: 0;
}

header ul li a
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	transition: all .3s ease;
}

header ul .menu-icon
{
	display: none;
}

header .logo
{
	z-index: 2;
	/* box-shadow: 0 15px 20px -15px rgb(0, 0, 0, 0.2); */
}

header ul li:after
{
	content: '';
	display: block;
	position: relative;
	bottom: 30px;
	left:0;
	width: 100%;
	height: 2px;
	background: rgb(101, 161, 224);
	opacity: 0;
	transform: translateX(-4px);
	transition: all .2s ease;
}

header ul .dropdown li:after
{
	display: none;
}

header ul li:hover:after,
header ul li.active:after
{
	bottom: 22px;
	opacity: 1;
}

header ul > li:hover > a,
header ul > li.active > a
{
	color: rgb(101, 161, 224);
	transform: translateY(-2px);
}

header ul .dropdown li:hover a
{
	color: rgb(101, 161, 224);
	transform: translateY(-2px);
}

header ul .dropdown > a:after
{
	font-family: "Font Awesome 5 Pro";
	content: "\f107";
	display: inline-block;
	padding-left: 5px;
	transition: all .33s ease;
}

header ul .dropdown ul
{
	list-style: none;
	position: absolute;
	left: -25px;
	padding: 0;
	background-color: rgba(3,14,22,.6);
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	transform: translateY(-10px);
	transition: all .33s ease;
}

header ul .dropdown ul li
{
	float: none;
	line-height: 2em;
	margin: 0;
}

header ul .dropdown ul li a
{
	white-space: nowrap;
}

header ul .dropdown:hover ul
{
	left: -25px;
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

header ul .dropdown:hover a:after
{
	transform: rotate(180deg) translate(-5px, 1px);
}


	@media screen and (max-width: 800px)
	{
		header ul
		{
			margin-top: -50px;
		}

		header ul li
		{
			display: none;
		}

		header ul .menu-icon
		{
			display: block;
			position: fixed;
			top: 25px;
			right: 40px;
			line-height: 0;
		}

		header ul .dropdown ul
		{
			display: none;
			position: relative;
			left: 0;
			width: 100%;
		}

		header .mobile
		{
			margin-bottom: 69px;
			z-index: 50;
		}

		header .mobile ul
		{
			margin-top: 0px;
		}

		header .mobile .menu
		{
			display: flex;
			flex-direction: column;
			justify-content: center;
			position: fixed;
			top: 0;
			width: 100vw;
			height: 100vh;
			z-index: 1;
			background-color: rgba(0,0,0,.9);
		}

		@supports ((--webkit-backdrop-filter: none) or (backfrop-filter: none))
		{
			header .mobile .menu
			{
				background-color: rgba(0,0,0,.92);
				--webkit-backdrop-filter: blur(10px);
				backdrop-filter: blur(10px);
			}
		}

		header .mobile .menu li
		{
			float: none;
			display: block;
			margin: 0;
			padding: .3em 0;
			text-align: center;
			line-height: 2em;
		}

		header .mobile .menu .menu-icon
		{
			line-height: 0;
		}

		header ul .dropdown:hover ul
		{
			display: block;
			left: 0;
		}

		header ul li:hover:after,
		header ul li.active:after
		{
			display: none;
			opacity: 0;
		}

		header ul > li:hover > a
		{
			color: rgb(101, 161, 224);
			transform: none;
		}

		header ul > li.active > a
		{
			color: rgb(101, 161, 224);
			transform: none;
		}

		header ul .dropdown li:hover a
		{
			color: rgb(101, 161, 224);
			transform: none;
		}

		header .mobile .logo
		{
			position: fixed;
	    top: 0px;
	    left: 0px;
		}
	}



.wrapper-canvas
{
	position: absolute;
	height: 70px;
	width: 100vw;
}

.common
{
	padding: 0;
	padding-top: 70px;
	padding-top: min(5vw, 130px);
	position: relative;
}

.full-content
{
	padding: 0;
}

.home-inner
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.home .text
{
	max-width: 250px;
	text-align: right;
	margin-right: 60px;
}

.home h1
{
	font-size: 64px;
	line-height: 60px;
	text-transform: uppercase;
	margin-bottom: .3em;
}

.home h2
{
	font-size: 44px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: .3em;
}

.home h3
{
	font-size: 34px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: .3em;
}

.home h5
{
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	margin: 10px 0;
}

.home p
{
	font-size: 18px;
	line-height: 1.3em;
	color: #8d9eaa;
	margin: 30px 0 60px;
}

.home .btn
{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 15px 20px;
	border:  2px solid #ffffff40;
	border-radius: 10px;
}

.home .btn:hover
{
	background-color: #ffffff40;
}

.contact
{
	padding-top: min(8vw, 150px);
}

.contact .text
{
	width: 45vw;
	max-width: 550px;
	height: 350px;
	margin-bottom: 90px;
	text-align: center;
}

.contact h3
{
	height: 100px;
}

.contact h5
{
	height: 70px;
}

@media (max-width: 1200px)
{

	.home-inner
	{
		flex-direction: column;
	}

	.home .text
	{
		max-width: 80vw;
		margin-right: 0;
	}

	.contact .text
	{
		width: 90vw;
		height: unset;
	}

	.contact h3,
	.contact h5
	{
		height: unset;
	}

}

@media (max-width: 800px)
{
	.home .text
	{
		text-align: center;
	}

	.home p
	{
		margin: 20px 0 40px;
	}
}

.one-column
{
	flex-direction: column;
}

.one-column .text,
.one-column .img,
.one-column .image-slider img
{
	width: 90vw;
	max-width: 1140px;
	border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 800px)
{
	.home h1
	{
		font-size: 46px;
		line-height: 44px;
	}

	.home h5
	{
		font-size: 16px;
	}

	.one-column .text,
	.one-column .img,
	.one-column .image-slider img
	{
		border-radius: 10px;

	}
}




/* BACKGROUND SHAPE ANIMATION */

body
{
    margin: 0;
    height: 100%;
    font-weight: 100;
		background: linear-gradient(-45deg, #22110c, #1a070f, #08252e, #093027);
	  background-size: 400% 400%;
		animation: gradient 15s ease infinite;
    /* -webkit-overflow-Y: hidden;
    -moz-overflow-Y: hidden;
    -o-overflow-Y: hidden;
    overflow-y: hidden; */
}

@media screen and (max-width: 800px)
{
	body
	{
		background: rgb(3 14 22);
		animation: none;
	}
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.light {
    position: absolute;
    width: 0px;
    opacity: .2;
    background-color: white;
    box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
    top: 100vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.x1{
  -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
  transform: scale(1.0);
}

.x2{
  -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.x3{
  -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  left: -15%;
}

.x4{
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.x5{
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

.x6{
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  left: -81%;
}

.x7{
  -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

.x8{
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

.x9{
  -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}

@-webkit-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: .12;}
  50%{top: 0vh; opacity: .06;}
  75%{opacity: .12;}
  100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: .12;}
  50%{top: 0vh; opacity: .06;}
  75%{opacity: .12;}
  100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: .12;}
  50%{top: 0vh; opacity: .06;}
  75%{opacity: .12;}
  100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: .12;}
  50%{top: 0vh; opacity: .06;}
  75%{opacity: .12;}
  100%{top: -100vh; opacity: 0;}
}


















.shape img
{
	position: absolute;
	width: 100%;
	z-index: -9;
}

.shape .shape1
{
	right: -160px;
	top: -50px;
	width: 450px;
	opacity: .05;
	transform-origin: center;
	animation: shape linear 30s infinite reverse;
}

.shape .shape2
{
	left: -70px;
	bottom: -50px;
	width: 450px;
	opacity: .22;
	transform-origin: center;
	animation: shape linear 30s infinite reverse;
}

@keyframes shape
{
	100%
	{
		transform:  rotate(360deg);
	}
}

.shape .shape3
{
	top: 0;
	left: 0;
	width: 250px;
	opacity: .1;
	transform-origin: center;
	animation: shape3 linear 20s infinite;
	transform: translate(-200px, -100px) rotate(0deg);
}

@keyframes shape3
{
	100%
	{
		transform: translate(1300px, 600px) rotate(360deg);
	}
}

.shape .shape4
{
	left: 0;
	bottom: 0;
	width: 150px;
	opacity: .15;
	transform-origin: center;
	animation: shape4 linear 20s infinite 5s;
	transform: translate(700px, 80px) rotate(0deg);
}

@keyframes shape4
{
	100%
	{
		transform: translate(1200px, -800px) rotate(360deg);
	}
}

.shape .shape5{
	left: 500px;
	top: 0;
	width: 100px;
	opacity: .25;
	transform-origin: center;
	animation: shape5 linear 25s infinite;
	transform: translate(0, -150px) rotate(0deg);
}

@keyframes shape5
{
	100%
	{
		opacity: 1;
		transform: translate(0, 800px) rotate(720deg);
	}
}







/* START IMAGE SLIDER */

#slideshow
{
    width:800px;
    margin:0;
    overflow:hidden;
}

#slide_container
{
	position:relative;
	list-style: none;
  width: 10000%;
	height: 100%;
	left: 0;
	padding: 0;
  transition: all .75s ease;
}

#slide_container li
{
  position: relative;
	height: 100%;
	float: left;
}

#slide_container li img
{
	width: 800px;
	height: 800px;
}


@media (max-width: 1200px)
{
	#slideshow
	{
		width: 70vw;
	}

	#slide_container li img
	{
		width: 70vw;
		height: 70vw;
	}

}

@media (max-width: 800px)
{
	#slideshow
	{
		width: 90vw;
	}

	#slide_container li img
	{
		width: 90vw;
		height: 90vw;
	}

}


video
{
	width: 100%;
	height: auto;
}



/* IMAGE COMPARISON SLIDER JS PLUG-IN */

.image-spliter
{
	margin-bottom: 50px;
}

.mover:after
{
	display: inline-block;
	width: 6px !important;
	background: rgb(0,0,0) !important;
	border: solid 1px #fff;
	box-shadow: 0 0 10px #111;
	transition: background 0.2s ease;
}

.img:hover .mover:after
{
	background: rgb(239,173,27) !important;
}





/* AR MOBILE */

#canvas
{
	border: solid 1px #445;
	border-radius: 15px;
}

#canvas:before
{
	font-family: 'Font Awesome 5 Pro';
	content: '\f0a6';
	position: absolute;
	top: 40%;
	left: 40%;
	font-size: 50px;
	color: #1fa8d1;
	opacity: 0;
	transform: rotate(-20deg);
	animation: move_hand 3s ease 3s 2;
}

@keyframes move_hand
{
	0% {top: 45%; left: 45%;opacity: 0;}
	10% {top: 45%; left: 45%;opacity: 1;}
	90% {top: 55%; left: 55%;opacity: 1;}
	100% {top: 55%; left: 55%;opacity: 0;}
}

#ar_download_buttons
{
	display: flex;
	margin-top: 50px;
}

#ar_download_buttons a
{
	margin: 0 20px;
}

#ar_download_buttons a:before
{
	font-family: 'Font Awesome 5 Pro';
	content: '\f0ed';
	padding-right: 10px;
}


@media screen and (max-width: 800px)
{
	#ar_download_buttons
	{
		flex-direction: column;
		margin-top: 15px;
	}

	#ar_download_buttons a
	{
		margin-bottom: 10px;
	}
}
