.banner-wrapper.style3 {
    background: transparent;
}

.banner-wrapper.style3.overlay {
    height: 100vh !important;
}

.swiper-wrapper {
    /* height: 100vh !important; */
    overflow: hidden;
}


/* .shape2 {

} */

.sticky > div > div > div:nth-child(2) > div > div > nav > ul > li:nth-child(5) > div > a > img {
    filter: invert(1) !important;
}

.sticky > div > div > div:nth-child(3) > select {
    color: black !important;
}

@media (max-width: 600px) {
    #hero-video {
        height: 100vh !important;
        width: auto;
    }
    .swiper-slide{
        height: 100vh !important;
    }
    .overlay {
        height: 100vh !important;
    }

    .banner-wrapper .container {
        height: 80vh !important;
    }
    .banner-bottom {
        /* height: 10vh !important; */
    }

    .banner-style3 .subtitle {
        transform: translateX(0px) !important;
    }
}

