* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	/*font-size: 0.521vw;*/
	font-size: 10px;
}

body {
	font-family: "IBM Plex Sans", sans-serif;
	overflow-x: hidden;
	background: #03012C;
	font-size: 1.6rem;
	line-height: 1.64;
}


body.no-scroll{
	overflow: hidden;
}
.container-full{
	max-width: 1920px;
	margin: 0 auto;
}
.container{
	/*padding-left: 8.6rem;*/
	/*padding-right: 8.6rem;*/
	padding-left: 16px;
	padding-right: 16px;
	max-width: 1780px;
	margin: 0 auto;
}

/*Hero Slider*/
.sk-hero-parallax {
	position: relative;
}

.first-slide .panel-bg{
	opacity: 0.45;
	width: calc(100% + 2rem);
	height: calc(100% + 2rem);
	left: -1rem;
	top: -1rem;
}

.first-slide .slider-title{
	color: #FFF;
	position: relative;
	z-index: 2;
	font-size: 7.168rem;
	font-family: "Inclusive Sans", sans-serif;
	line-height: 1.1;
	letter-spacing: 0.14336rem;
	font-weight: 400;
	text-align: center;
}

.first-slide .text-bottom{
	position: absolute;
}

.first-slide .text-bottom{
	color: #FFF;
	position: absolute;
	bottom: 7rem;
	left: 10rem;
	z-index: 2;
	font-size: 3.6rem;
	letter-spacing: 0.01rem;
	font-weight: 500;
}

.panel-slide {
	/*max-width: 100%;*/
	/*height: 100vh;*/
	max-width: 1920px;
	height: auto;
	aspect-ratio: 1920 / 1200;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background: #03012C;
	padding: 4rem;
}

.panel-slide .panel-content{
	position: absolute;
	bottom: 6.4rem;
	left: 8.3rem;
	z-index: 2;
	color: white;
	will-change: opacity, transform;
	max-width: 74rem;
	width: 100%;
}

.panel-content .title{
	font-size: 4.625rem;
	letter-spacing: 0.0925rem;
	font-weight: 700;
}
.panel-content .desc{
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
.panel-content .more{
	margin-top: 3.4rem;
	display: flex;
}

.btn-main{
	height: 5.6rem;
	padding: 1.1rem 2.8rem 1.1rem 2.2rem ;
	font-size: 1.8rem;
	letter-spacing: 0.036rem;
	font-weight: bold;
	display: inline-flex;
	justify-content: space-between;
	gap: 4.1rem;
	align-items: center;
	background-color: rgba(255,255,255,0.15);
	backdrop-filter: blur(100rem);
	-webkit-backdrop-filter: blur(100rem);
	border-radius: 2.8rem;
	color: #FFF;
	text-decoration: none;
	transition: all 0.3s;
}
.btn-main.btn-sm{
	height: 2.8rem;
	padding: 0.5rem 1.55rem 0.5rem 1.1rem;
	font-size: 0.9rem;
	gap: 2rem;
}
.btn-main.btn-sm .icon{
	width: 0.75rem;
	height: 0.5rem;
}
.btn-main .icon{
	width: 1.6rem;
	height: 1.2rem;
	position: relative;
	left: 0;
	transition: all 0.3s;
}

.btn-main:hover{
	background-color: rgba(255,255,255,0.3);
}

.btn-main:hover .icon{
	left: 1rem;
}
.btn-main.btn-sm:hover .icon{
	left: 0.5rem;
}

.bottom-content{
	width: 100%;
}

.bottom-content.fixed{
	position: fixed;
	z-index: 98;
}
.fake-bottom-content-height.hidden{
	display: none;
}

.panel-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

#slide0 {
	z-index: 14;
}

#slide1 {
	z-index: 13;
}

#slide2 {
	z-index: 12;
}

#slide3 {
	z-index: 11;
}

#slide4 {
	z-index: 10;
}
#slide5 {
	z-index: 9;
}
#slide6 {
	z-index: 8;
}
#slide7 {
	z-index: 7;
}
#slide8 {
	z-index: 6;
}
#slide9 {
	z-index: 5;
}
#slide10 {
	z-index: 4;
}
#slide11 {
	z-index: 3;
}
#slide12 {
	z-index: 2;
}
#slide13 {
	z-index: 1;
}

/* Header */
.site-header .logo-left{
	position: fixed;
	z-index: 40;
	top: 3rem;
	/*left: 10.2rem;*/
	left: calc(50% - 92rem);
	display: inline-flex;

}
.site-header .logo-left img{
	height: 10rem;
	width: auto;
}

.site-header .logo-right{
	position: fixed;
	z-index: 100;
	top: 6rem;
	/*right: 8.5rem;*/
	right: calc(50% - 92rem);
	display: inline-flex;
}

.site-header .logo-right img{
	max-height: 4rem;
	width: auto;
}

.btn-humberger{
	height: 8.4rem;
	width: 11.7rem;
	background-color: #29284d;
	position: fixed;
	z-index: 100;
	display: flex;
	/*right: 8.3rem;*/
	right: calc(50% - 90.7rem);
	bottom: 5.3rem;
	border: 0;
	border-radius: 4.2rem;
	cursor: pointer;
}
.btn-humberger .h-line{
	position: absolute;
	width: 6.9rem;
	height: 0.3rem;
	background-color: #D9D9D9;
	top: 2.9rem;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.btn-humberger:hover .line-2{
	width: 6.9rem;
}

.btn-humberger .line-2{
	top: 4rem;
	width: 4.2rem;
}
.btn-humberger .line-3{
	top: 5.1rem;
}

.btn-humberger.active .line-2{
	visibility: hidden;
	opacity: 0;
}

.btn-humberger.active .line-1{
	top: 5rem;
	width: 3rem;
	transform: rotate(45deg) translateX(-50%);
	transform-origin: center center;
	left: calc(50% - 0.3rem);
}

.btn-humberger.active .line-3{
	top: 2.9rem;
	width: 3rem;
	transform: rotate(-45deg) translateX(-50%);
	transform-origin: center center;
	left: calc(50% - 0.3rem);
}

.sk-main-nav{
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
	padding: 1.5rem 3.4rem;
	overflow-y: auto;
	background-size: cover;
	max-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
}
.sk-main-nav.active{
	opacity: 1;
	visibility: visible;
}
.sk-main-nav .menu-box{
	background-color: rgba(217, 217, 217, 0.1);
	padding: 3.3rem;
	max-width: 46.5rem;
	border-radius: 2.8rem;
}


.logo-slogan{
	display: flex;
	gap: 1.4rem;
	color: #FFF;
	/* margin-bottom: 4.8rem; */
	margin-bottom: 3.2rem;
	margin-left: -0.7rem;
	align-items: center;
}

.logo-slogan .line{
	width: 1px;
	background-color: #FFF;
	display: block;
	height: 6rem;
}

.logo-slogan .slogan{
	display: flex;
	align-items: center;
	font-size: 2.049rem;
	font-weight: 600;
}

.logo-slogan .menu-logo{
	display: inline-flex;
}

.logo-slogan .menu-logo img{
	height: 7.6rem;
}

.menu-primary{
	list-style: none;
	/* margin-bottom: 7.3rem; */
	margin-bottom: 4.8rem;
}

.menu-primary > li{
	/* margin-bottom: 3.2rem; */
	margin-bottom: 2.4rem;
}

.menu-primary li a{
	color: #FFF;
	text-decoration: none;
	/* font-size: 4.389rem; */
	font-size: 4rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
	transition: all .5s ease-in-out;
	position: relative;
}

.menu-primary li > a:hover{
	color: #39EBF9;
}

.menu-primary li .sub-menu{
	list-style: none;
	padding-top: 1.5rem;
}

.menu-primary li .sub-menu > li{
	/* margin-top: 2.1rem; */
	margin-top: 1.9rem;
}

.menu-primary li .sub-menu > li > a{
	font-size: 1.964rem;
}
/* End header */

/* Socials */
.socials{
	display: flex;
	flex-wrap: wrap;
	gap: 2.148rem;
	align-items: center;
}

.socials a{
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

.socials a svg{
	width: 1.5rem;
	height: 1.5rem;
}
.socials a.x{
	padding: 0.3rem;
}
.socials a svg,
.socials a path{
	transition: all 0.3s;
}
.socials a:hover svg,
.socials a:hover path{
	fill: #FFF !important;
}
/* End Socials */

/* Single service */
.single-service{
	padding: 10.1rem 0 11.8rem;
}
.single-service .service-bg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1748 / 820;
}
/* .single-service-inner:hover .service-bg{
	transform: scale(1.05);
} */
.single-service .service-content{
	position: absolute;
	color: #FFF;
	left: 4.8rem;
	bottom: 5.6rem;
}
.single-service-inner{
	position: relative;
	overflow: hidden;
}
.service-content .title{
	font-size: 3.7rem;
	letter-spacing: 0.074rem;
	font-weight: 700;
}
.service-content .desc{
	font-size: 2rem;
	letter-spacing: 0.04rem;
	font-weight: 500;
}
.service-content .more{
	margin-top: 2.6rem;
}
/* End single service */

/* Home services */
.home-services{
	margin-bottom: 13.6rem;
}
.list-services{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.7rem;
	position: relative;
}
.service-item{
	position: relative;
}
.service-item .thumb{
	display: flex;
	overflow: hidden;
	position: relative;

}
.service-item .thumb a{
	width: 100%;
}
.service-item .thumb img{
	width: 100%;
	height: 100%;
	aspect-ratio: 428/413;
	object-fit: cover;
	transition: transform 1.2s;
}
.service-item:hover .thumb img{
	transform: scale(1.2);
}
.service-item .context{
	color: #FFF;
	position: absolute;
	bottom: 1.6rem;
	left: 2.4rem;
}
.service-item .context .title{
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.0348rem;
}
.service-item .context .desc{
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02rem;
}
.service-item .context .more{
	margin-top: 1.3rem;
	display: flex;
}
/* End Home Services */

/* CTA */
.contact-cta .cta-bg{
	width: 100%;
	height: 100%;
	aspect-ratio: 1748 / 696;
	object-fit: cover;
}

.relative{
	position: relative;
}

.contact-cta .context{
	position: absolute;
	color: #FFF;
	bottom: 5.6rem;
	left: 4.8rem;
	z-index: 1;
}
.contact-cta .context .title{
	font-size: 6rem;
	font-weight: bold;
	letter-spacing: 0.12rem;
}
.contact-cta .context .desc{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04rem;
	margin-top: -1rem;
}
.contact-cta .context .more{
	margin-top: 2.6rem;
}
/* End CTA */

/* Footer */
.site-footer {
	position: relative;
	color: white;
	padding: 15rem 0;
}
.site-footer .footer-content{
	display: flex;
}
.footer-content .footer-left{
	width: 50%;
	display: flex;
	column-gap: 14.8rem;
	padding-top: 1.5rem;
}
.footer-content .footer-right{
	width: 50%;
	text-align: right;
}
.footer-widget ul{
	list-style: none;
}
.footer-widget ul li{
	margin-bottom: 3.7rem;
}
.footer-widget ul li a{
	line-height: 1;
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: 0;
	color: #A9BDC9;
	transition: all 0.3s;
	text-decoration: none;
	position: relative;
	left: 0;
	display: inline-flex;
	min-width: 5rem;
}
.footer-widget ul li a:hover{
	color: #FFF;
	left: 1rem;
}
.site-footer .logo-slogan{
	justify-content: flex-end;
	margin-bottom: 4.5rem;
	margin-top: -0.8rem;
}
.site-footer  .cs-logo img{
	max-height: 9.9rem;
	width: auto;
	max-width: 100%;
	height: auto;
}
.site-footer .footer-logo img{
	height: 10.7rem;
	width: auto;
}
.site-footer .logo-slogan .line{
	height: 8.3rem;
}
.site-footer .logo-slogan .slogan{
	font-size: 4.5rem;
	margin-left: 0.9rem;
}
.site-footer .footer-contact{
	font-size: 2.937rem;
}
.site-footer .footer-contact a,
.site-footer .footer-contact p{
	color: #A9BDC9;
	line-height: 1.3;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s;
}
.site-footer .footer-contact a:hover{
	color: #FFF;
}
.site-footer .footer-contact p{
	margin-bottom: 1.5rem;
}
.site-footer .footer-contact p:last-child{
	margin-bottom: 0;
	margin-top: 3rem;
}
.footer-bottom{
	line-height: 1;
	color: #A9BDC9;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: -3rem;
}
.footer-right .cs-logo{
	display: inline-flex;
}

/* End Footer */

/* Animation */
.zoom-image{
	transform: scale(0.5) translateY(20rem);
}

.sk-animation-image[data-animate="center"] img{
	clip-path: inset(0% 50% 0% 50%);
	opacity: 0;
	transition: clip-path 1.2s, opacity 1.2s, transform 1.2s !important;
	will-change: clip-path, opacity;
}

.sk-animation-image[data-animate="right"] img{
	clip-path: inset(0% 100% 0% 0%);
	opacity: 0;
	transition: clip-path 2s, opacity 2s !important;
	will-change: clip-path, opacity;
}
/* End Animation */

/* Q-gate banner */
.q-gate-banner{
	height: 100vh;
	margin-bottom: 27rem;
}
/* End Q-gate banner  */
@media(max-width: 1900px){
	.site-header .logo-right,
	.btn-humberger{
		right: 6rem;
	}
	.site-header .logo-left{
		left: 6rem;
	}
	.first-slide .text-bottom{
		left: 6rem;
		bottom: 6rem;
	}
	.site-footer .logo-slogan .slogan{
		font-size: 3.6rem;
	}
}
@media(max-width: 1199px){
	html{
		font-size: 0.7vw;
	}
	.site-footer .cs-logo img{
		max-height: 7.9rem;
	}
	.list-services{
		grid-template-columns: repeat(2, 1fr);
	}
	.site-footer .logo-slogan .slogan{
		font-size: 3.4rem;
	}
	.service-item .context .title{
		font-size: 2.5rem;
	}
	.service-item .context .desc{
		font-size: 1.6rem;
	}
	.btn-main.btn-sm{
		height: 4rem;
		padding: 1rem 2rem 1rem 1.5rem;
		font-size: 1.6rem;
		gap: 2rem;
	}
	.btn-main.btn-sm .icon{
		width: 1.2rem;
		height: 0.8rem;
	}
	#slide1 .panel-bg{
		background-position: 70% center;
	}
}

@media(min-width: 768px){
	.is-sp{
		display: none;
	}
}

@media(max-width: 767px){
	html{
		font-size: 5px;
	}
	.list-services {
		grid-template-columns: repeat(1, 1fr);
	}
	.container{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.site-footer .footer-content{
		flex-wrap: wrap;
		row-gap: 4rem;
	}
	.footer-content .footer-left,
	.footer-content .footer-right{
		width: 100%;
		text-align: left;
	}
	.site-footer .logo-slogan{
		justify-content: flex-start;
	}
	.footer-bottom{
		margin-top: 7rem;
	}
	.contact-cta .context .title{
		font-size: 4.8rem;
	}
	.contact-cta .context .desc{
		margin-top: 0;
	}
	.footer-widget ul li a{
		font-size: 2.4rem;
	}
	.list-services{
		gap: 4rem;
	}
	.is-pc{
		display: none;
	}
	.btn-main{
		font-size: 2.4rem;
		height: 7rem;
		border-radius: 3.5rem;
		backdrop-filter: blur(50rem);
		padding: 1.1rem 3.6rem 1.1rem 2.8rem;;
	}
	.btn-main .icon{
		width: 2rem;
		height: auto;
	}
	.contact-cta .context .desc{
		font-size: 2.4rem;
	}
	.service-item .context .title{
		font-size: 3.2rem;
	}
	.service-item .context .desc{
		font-size: 2rem;
	}
	.btn-main.btn-sm{
		height: 5rem;
		font-size: 2rem;
	}
	.panel-slide .panel-content{
		left: 4.8rem;
		max-width: calc(100% - 9.6rem);
	}
	.btn-main.btn-sm .icon{
		width: 1.6rem;
		height: auto;
	}
	.service-item .context{
		bottom: 3rem;
		left: 3rem;
		max-width: calc(100% - 6rem);
	}
	.first-slide .text-bottom{
		left: 4.8rem;
		bottom: 4.8rem;
		max-width: calc(100% - 9.6rem);
		font-size: 3rem;
	}
	.btn-humberger{
		bottom: 3.8rem;
		right: 4.8rem;
	}
	.site-header .logo-left{
		top: 2.8rem;
		left: 2.8rem;
	}
	.site-header .logo-right{
		right: 2.8rem;
		top: 5.6rem;
		z-index: 48;
	}
	.sk-main-nav .menu-box{
		max-width: 60rem;
	}
	.logo-slogan .slogan{
		font-size: 2.8rem;
	}
	.menu-primary li a{
		font-size: 4.8rem;
	}
	.menu-primary li .sub-menu > li > a{
		font-size: 2.4rem;
	}
	.menu-primary li .sub-menu > li{
		margin-top: 3.6rem;
	}
	.menu-primary > li{
		margin-bottom: 4.8rem;
	}
	.logo-slogan .menu-logo img {
		height: 10.7rem;
	}
	.socials a svg{
		width: 2.4rem;
		height: 2.4rem
	}
	.first-slide .slider-title{
		font-size: 6rem;
	}
	.single-service{
		padding: 6rem 0 6rem;
	}
}