#banner {
    position: fixed;
    margin-bottom: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 990;
    position: relative;
}

#banner .slick-slider {
    margin-bottom: 0;
}

#banner .main-slider .item {
    position: relative;
}

#banner .main-slider .item a {
    /* position: relative; */
    width: 100%;
    height: 100vh;
    display: block;
    z-index: 2;
}
#banner .item img {position: relative;width: 100%;height: 860px;background: no-repeat 50% / cover;margin: auto 0 0 140px;}

#banner .main-slider .item video , #banner .main-slider .item iframe {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#banner .main-slider .item .banner-txt {
    position: absolute;
    width: 90%;
    bottom: 9vh;
    left: 5%;
    z-index: 1;
}

.banner-txt {
    position: absolute;
    width: 100%;
    bottom: 15%;
    left: 0;
    z-index: 11;
    display: none;
}

.banner-txt h2 {
    font-size: 42px;
    transform: translateX(-30px);
    opacity: 0;
    color: #fff;
    text-shadow: 1px 1px 15px rgb(0 0 0 / 70%);
    padding-bottom: 20px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
}

.banner-txt p {
    transform: translateX(30px);
    transition-delay: .5s;
    opacity: 0;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 1px 1px 25px rgb(0 0 0 / 90%);
    color: #ffffff;
}

.slick-current.slick-active .banner-txt h2 , .slick-current.slick-active .banner-txt p {
    transform: translateX(0);
    opacity: 1;
}
/* scrollBtn */
#scrollBtn {position: absolute;align-items: center;letter-spacing: .3em;font-weight: 400;font-size: 12px;color: #4f3c30;left: 110px;white-space: nowrap;transform: rotate(90deg);transform-origin: top left;display: flex;bottom: 130px;padding: 0px 10px;animation: godown 1s infinite linear;-webkit-animation: godown 1s infinite linear;text-transform: uppercase;z-index: 10;}

#scrollBtn span{
    color: #4f3c30;
    font-size: 12px;
    padding: 13px;
    letter-spacing: 2px;
}
#scrollBtn::after {content: "";width: 90px;height: 1px;display: block;background: #4f3c30;margin: 0px 0px;}

@-webkit-keyframes banerBg { 0% { -webkit-transform: scale(1); } 100% { -webkit-transform: scale(1.1); } }
@keyframes banerBg { 0% { transform: scale(1); } 100% { transform: scale(1.1); } }

@-webkit-keyframes godown { 0% , 100% { padding: 0 0 0px 0px; } 50% { padding: 0px 0 0px 0px; } }
@keyframes godown { 0% , 100% { padding: 0px 0 0px 0px; } 50% { padding: 0px 0 0px 10px; } }



/* bannerBox */
#bannerBox {
    width: 100%;
    height: 100vh;
}
@media screen and (max-width: 1440px) {
    #banner .item img{
    width: 100%;
    height: 100%;
    margin: auto 0 0 80px;
}
    #scrollBtn{
    left: 80px;
}
}
@media screen and (max-width: 1140px) {
	#scrollBtn{
		display: none;
	}
.banner-txt,#banner .main-slider .item .banner-txt{
    position: relative;
    width: 90%;
    bottom: 0;
    height: 22vh;
    align-items: center;
    justify-content: center;
}
    .banner-txt h2,.banner-txt p{
    color: #2d2d2d;
    text-shadow: 0px 0px 15px rgb(255 255 255 / 0%);
}
    #banner:after{
    display: none;
}
    #banner .main-slider .item a{
    height: 50vh;
}
    #banner .main-slider .item{margin: 70px auto 0px;}
.banner-txt h2{
    font-size: 30px;
    padding-bottom: 11px;
}
    .banner-txt p{
    font-size: 18px;
}
    #banner .item img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
}
@media screen and (max-width: 480px) {

    #banner .item img {
    width: 100%;
    height: 280px;
    margin: 0 auto;
}
}