/* banner */
#banner {width: 100%;z-index: 3;}
#banner:before{content:'';width: 8%;height: 40%;position: absolute;bottom: -15%;background: var(--primary);z-index: 8;right: 0;}
#banner:after{content:'';width: 100%;height: 1px;position: absolute;bottom: 15%;background: white;opacity: .25;z-index: 2;}
#banner .item { height: 95vh; }
#banner .main-slider {  }
#banner .item .clip >* { min-width: 100%; width: 100%; }
#banner .item .clip:before  {content:'';background:var(--black);width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;opacity: .25;}
#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%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);}
#banner .item .info {z-index:2}
#banner .item .info >div {margin: auto auto 9%;width: calc(70% - 60px);display: flex;flex-direction: column;gap: 10px;}
#banner .item .info >div:after{content:'';position: absolute;bottom: -42px;left: 0;width: 70px;height: 2px;background: white;}
#banner .item .info >div .txt { -webkit-transition-delay: .2s; transition-delay: .2s; transform: scaleX(0); -webkit-transform: scaleX(0); transform-origin: 0 0; -webkit-transform-origin: 0 0; }
#banner .item .info >div .txt:nth-child(2) { -webkit-transition-delay: .4s; transition-delay: .4s; }
#banner .item .info >div .txt >* {font-size: 18px;color: white;letter-spacing: 4px;}
#banner .item .info >div .txt .entit  {margin-bottom: 15px;line-height: 120%;font-size: 55px;font-family: "Libre Baskerville", serif;text-transform: uppercase;font-weight: 100;letter-spacing: 1px;}
#banner .item .info >div .txt .h3 {margin-bottom: 15px;line-height: 120%;font-size: 35px;letter-spacing: 10px;}

#banner .item.slick-current .clip .bgBox { -webkit-animation: scale_banner 6s linear infinite; animation: scale_banner 6s linear infinite; }
#banner .item.slick-current .info >div .txt { transform: scaleX(1); -webkit-transform: scaleX(1); }

@media screen and (max-width: 1680px){
    #banner:after{bottom: 106px;}
}
@media screen and (max-width: 1440px){
    #banner:after{bottom: 85px;}
}
@media screen and (max-width: 1400px){
    #banner:after{bottom: 78px;}
}
@media screen and (max-width: 1280px){
    #banner:after{display:none;}
	#banner { padding-top: 70px; }
}
@media screen and (max-width: 1024px){
	#banner .item { height: 85vh; }
    #banner .item .clip video{width:auto;height:100%}
}
@media screen and (max-width: 640px){
	#banner .item { height: 65vh; }
	#banner {padding-top: 50px;}
    #banner .item .info >div{width:90%}
    #banner .item .info >div .txt .entit{font-size:30px;}
    #banner .item .info >div .txt .h3{font-size:26px;}
    #banner .item .info >div .txt >*{font-size:15px;}
}