/************************************************************/
.main-banner{
	position:relative;
	display: flex;
	align-items: center;
	min-height:100vh;
    padding:150px 0 50px 0;
    overflow: hidden;
    background: no-repeat center / cover;
}

.main-banner .bg-video {	
	inset:0;
	z-index: 1;
	pointer-events: none;
}

.main-banner .body {	
	width:100%;
}

.main-banner .items {	
	position: relative;
	z-index: 2;
}

.main-banner .item {	
	width:500px;
	height:550px;
}

.main-banner .item .box {	
	width:500px;
	height:550px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: inset 8px -9px 20px 20px rgba(177, 177, 177, .23), inset 1px 1px 7px rgba(255, 255, 255, .81);
	backdrop-filter: blur(11px);
	background-color: rgba(255, 255, 255, 0);
    background-image: radial-gradient(circle, rgba(179, 179, 179, 0) 80%, rgba(201, 201, 201, .23));
	transition: transform 500ms ease-in-out 0s;

	opacity: 0.5;
    filter: blur(5px);
    transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.main-banner .item .bg{	
	width:500px;
	height:550px;
	padding:30px;
	background: rgba(220,220,220,0.3);
}

.main-banner .active.center .item .box{	
	opacity: 1;
    filter: blur(0px);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.main-banner .item .title{
    color: #0f1b55;
    font-size: 22px;
	line-height:22px;
    font-weight: 400;

	margin:0 0 20px 0;
}

.main-banner .item figure.media,
.main-banner .item .icons{
    height:284px;
	margin:0 0 30px 0;
}

.main-banner .item figure.media img,
.main-banner .item figure.media video{
    height:284px;
	width:100%;
	object-fit: cover;
}

.main-banner .item .icons{
    display: flex;
	flex-wrap: wrap;
	gap:20px;
	margin:0 0 30px 0;
}

.main-banner .item .icons .icon{
	width:30%;
	text-align: center;
}

.main-banner .item .icons .icon img{
	width:100%;
	aspect-ratio: 1 / 1;
	margin:0 auto 5px auto;
}

.main-banner .item .icons .icon figcaption{
	color: #fff;
	font-size: 13px;
	line-height:14px;
}

.main-banner .item .icons .icon strong{
	color: #beff48;
	font-weight: 700;

	display: inline-block;
	margin:0 5px 0 0;
}

.main-banner .item .text{
    color: #fff;
    font-size: 13px;
	line-height:18px;
    font-weight: 400;

	position: absolute;
	left:30px;
	bottom:45px;
	width:207px;
}

.main-banner .item a.see-more {	
	color: #beff48;
	font-size: 11px;
	font-weight: 700;
	line-height:50px;

	position: absolute;
	right:30px;
	bottom:30px;
	padding:0 20px 0 20px;
	border:2px solid transparent;
	border-radius: 25px;
	transition: border 0.3s ease;
}

.main-banner .item a.see-more:hover {	
	border:2px solid #beff48;
}

.main-banner .item .see-more:after {	
	content:"";
	position: relative;
	left:0;
	display: inline-block;
	vertical-align: top;
	width:16px;
	height:15px;
	margin:18px 0 0 10px;
	background: url(../images/arrow3.png) no-repeat center / cover;
	transition: left 0.3s ease;
}

.main-banner .item a.see-more:hover:after {	
	left:5px;
}

/**********/
.main-banner .owl-carousel .owl-nav {
}

.main-banner .owl-carousel .owl-nav button.owl-prev,
.main-banner .owl-carousel .owl-nav button.owl-next {
    color: #beff48;
    font-size: 20px;
	line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;	
	
	position: absolute;
	right:30px;
	top:calc(50% - 30px);
	width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(158, 158, 158, .33) url(../images/arrow4.svg) no-repeat center / 20px;
	transform: rotate(-90deg);
    transition: all 0.2s ease;	
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.main-banner #slide-next{
    position: absolute;
	right:0;
	top:0;
	width:calc(50vw - 250px);
	height:100vh;
	cursor: pointer;
	z-index: 9;
}

.main-banner #slide-prev{
    position: absolute;
	left:0;
	top:0;
	width:calc(50vw - 250px);
	height:100vh;
	cursor: pointer;
	z-index: 9;
}

.main-banner .owl-carousel .owl-nav button.owl-prev {
    right:unset;
	left:40px;
	transform: rotate(90deg);
}

.main-banner .owl-carousel .owl-nav button span {
    display: none;
}

/**********/
.main-banner .owl-carousel .owl-dots {
	width:300px;
	display: flex;
	justify-content: center;
	column-gap:6px;
	margin:30px auto 0 auto;
}

.main-banner .owl-carousel .owl-dots button.owl-dot {
	width: 14px;
    height: 14px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	transition: all 0.2s ease;
}

.main-banner .owl-carousel .owl-dots button.owl-dot.active {
	background-color: rgba(255, 255, 255, 1);
}

/************************************************************/
.video-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 115px);
	height: 670px;
}

/************************************************************/
.features {
    padding:90px 0 10px 0;
    background-image: linear-gradient(240deg, #f3f3f6 0%, #cdcdcd 100%);
}

.features .grid {
    width: 1100px;
	text-align: center;
}

.features .item {
	display: inline-block;
	vertical-align: top;
	width: 270px;
    margin: 0 30px 60px 30px;
}

.features .item figure {
    height:140px;
	margin: 0;
}

.features .item .title {
    color: #0f1b55;
    font-size: 28px;
    line-height: 31px;
    font-weight: 700;
    letter-spacing: -0.28px;

    margin: 0 0 5px 0;
}

.features .item .text {
    color: #1d1e1f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: normal;
}

/****************************************************************/
.popup{
	font-size: 0;
	line-height: 0;
	
	display: none;
	max-width:50vw;
	max-height:50vh;
}

.popup img{
	max-width:50vw;
	max-height:50vh;
}

.fancybox-slide--html .fancybox-close-small{
	border-radius: 100%;
	background-color: #fff;
}

/****************************************************************/
@media only screen and (min-width:769px) and (max-width:1366px){

	.main-banner .item {	
		width:400px;
		height:450px;
	}

	.main-banner .item .box {	
		width:400px;
		height:450px;
	}

	.main-banner .item .bg{	
		width:400px;
		height:450px;
		padding:30px 20px 30px 20px;
	}

	.main-banner .item figure.media,
	.main-banner .item .icons{
		height:214px;
		margin:0 0 20px 0;
	}

	.main-banner .item figure.media img,
	.main-banner .item figure.media video{
		height:214px;
	}

	.main-banner .item .icons{
		gap:10px;
	}

	.main-banner .item .text{
		left:20px;
		bottom:35px;
	}

	.main-banner .item a.see-more {	
		right:20px;
		bottom:20px;
	}

	.main-banner #slide-next{
		width:calc(50vw - 200px);
	}

	.main-banner #slide-prev{
		width:calc(50vw - 200px);
	}
}

/****************************************************************/
@media only screen and (max-width:768px){

	/************************************************************/
	.main-banner{
		padding:100px 0 50px 0;
	}

	.main-banner .item {	
		width:calc(100vw - 40px);
		height:450px;
	}

	.main-banner .item .box {	
		width:100%;
		height:450px;
	}

	.main-banner .item .bg{	
		width:100%;
		height:450px;
		padding:30px 20px 100px 20px;
	}

	.main-banner .item .title{
		font-size: 22px;
		line-height:22px;
	}

	.main-banner .item figure.media,
	.main-banner .item .icons{
		height:190px;
	}

	.main-banner .item figure.media img,
	.main-banner .item figure.media video{
		height:190px;
	}

	.main-banner .item .icons{
		height:auto;
		gap:10px;
	}

	.main-banner .item .icons .icon{
		width:30%;
	}

	.main-banner .item .text{
		position: relative;
		left:unset;
		bottom:unset;
		width:unset;
	}

	.main-banner .item a.see-more {	
		right:20px;
		bottom:20px;
	}

	/**********/
	.main-banner .owl-carousel .owl-nav {
		display: none;
	}

	.main-banner #slide-next{
		display: none;
	}

	.main-banner #slide-prev{
		display: none;
	}

   /************************************************************/
   .video-banner {
       height: 150px;
   }

   /************************************************************/
   .features {
       padding: 48px 0 22px 0;
   }

   .features .grid {
       width: auto;
   }

   .features .item {
       display: block;
       width: 300px;
       margin: 0 auto 24px auto;
   }

   .features .item figure {
        width:160px;   
        height: auto;
        margin: 0 auto 0 auto;
   }

   .features .item .title {
       color: #0f1b55;
       font-size: 24px;
       line-height: 28px;
       letter-spacing: -0.24px;

       margin: 0 0 5px 0;
   }

   .features .item .text {
       font-size: 16px;
       line-height: 20px;
   }

   /****************************************************************/
	.popup{
		max-width:90vw;
		max-height:90vh;
	}

	.popup img{
		max-width:90vw;
		max-height:90vh;
	}

}