/* banner */
#banner {width: 100%;z-index: 3;margin: 0 0 0 auto;}
#banner .item {height: 100vh;}
#banner .main-slider { -webkit-clip-path: url(#clip_banner); clip-path: url(#clip_banner); }
#banner .item .clip >* {min-width: 100%;width: 100%;}
#banner .item .clip iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
#banner .item .clip video { overflow: hidden; position: absolute; width: 100%; height: auto; top: 50%; left: 50%; }
#banner .item .info >div {margin: 12% auto auto;width: calc(80% - 100px);display: none;}
#banner .item .info >div .txt { -webkit-transition-delay: .2s; transition-delay: .2s; }
#banner .item .info >div .txt:nth-child(2) { -webkit-transition-delay: .4s; transition-delay: .4s; }
#banner .item .info >div .txt >* {max-width: calc(100% - 30px);font-size: 31px;color: var(--white);letter-spacing: 9px;}
#banner .item .info >div .txt h3 {margin-bottom: 15px;line-height: 120%;font-size: 56px;font-family: "Rubik", sans-serif;text-transform: uppercase;font-weight: 500;letter-spacing: 0;width: 60%;}
#banner .slick-dots{bottom:0;width: auto;background: var(--white);padding: 30px 35px;}
#banner .slick-dots li{margin: 0 15px;}
#banner .baScro {position:absolute;bottom: 0;left: calc(50% - 110px);}
#banner .baScro a{display:flex;align-items: center;position: relative;cursor: pointer;font-family: "Poppins", sans-serif;font-size: 16px;color: var(--white);flex-direction: column;}
#banner .baScro a span{display:block;width: 2px;height: 70px;background: var(--white);margin-top: 15px;position: relative;}
#banner .baScro a span:after{content:'';position: absolute;top: 0;width: 2px;height: 30px;background: var(--primary);-webkit-animation-name: upDown;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function: linear;-webkit-animation-duration: 5s;}
@keyframes upDown{0%{top:0;}50%{top:calc(100% - 30px);}100%{top:0;}}

@media screen and (max-width: 1024px){
	#banner .item { height: 60vh; }
	#banner{width:100%}
	#banner .item .clip >* { min-width: 100%; width: 100%; }
	#banner .baScro{display:none;}
	#banner .item .info >div{margin-top: 18%;}
	#banner .item .info >div .txt h3{
    width: 100%;
}
}
@media screen and (max-width: 768px){
	#banner .item .info >div .txt h3{font-size: 40px;}
	#banner .item .info >div .txt >*{font-size: 24px;}
	#banner .item .info >div{margin-top: 38%;width: calc(90% - 100px);}
}
@media screen and (max-width: 640px){
	#banner{margin-top: 77px;}
	#banner .item { height: 40vh; }
	#banner:before{display:none;}
	#banner .slick-dots{display: none !important;}
	#banner .item .info >div .txt h3{font-size: 26px;margin-bottom: 3px;}
	#banner .item .info >div .txt >*{font-size: 14px;letter-spacing: 5px;}
	#banner .item .info >div{margin-top: 12%;width: calc(90% - 20px);}
}