/* Navbar Start */
nav {
    background: transparent !important;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 100 !important;
}

/* For Small Screens */
@media screen and (max-width: 768px) {
    nav .navbar-collapse {
        background-color: transparent;
        backdrop-filter: blur(10px);
        margin-top: 0.2rem;
        border-radius: 10px !important;
    }
    .product-dropdown-menu,
    .custom-dropdown-menu{
        width: 94% !important;
        margin-left: 3% !important;
    }
}
/* Navbar End */


/* Banner Start */
.banner{
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.banner .left{
    width: 61.7%;
    z-index: 10;
}
.banner .right{
    width: 38.3%;
    position: relative;
}
.banner .right img{
    width: 100%;
}
.banner .right .text-layer{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
    color: #fff;
}
.banner .right .text-layer h1{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: calc(3.5rem + 1vw);
    margin-top: 4rem;
}
.banner .right .text-layer p{
    font-family: 'Montserrat-Thin', sans-serif;
    font-size: calc(0.55rem + 0.5vw);
}

.banner .toggle-imx-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner .toggle-imx-box img{
    width: 85.2%;
}
.banner .toggle-imx-box img.hide{
    display: none;
}

/* Banner Product Slider */
.banner .banner-product-slider-box{
    position: absolute;
    bottom: 1.2rem;
    left: 2rem;
    width: 35%;
}
.banner .banner-product-slider-box .banner-product-slider{
    overflow: hidden;
}
.banner .banner-product-slider-box img{
    width: 88%;
}
.banner-product-slider-box .swiper-button-next{
    color: #8c8c8c;
    right: -3.5rem;
}
.banner-product-slider-box .swiper-button-next::after{
    font-size: 35px;
    font-weight: 1000;
}

/* For 110% in 15 inch screens */
@media screen and (min-width: 1260px) and (max-width: 1399px){
    .banner .right .text-layer h1{
        font-size: calc(4rem + 1vw);
    }
    .banner .right .text-layer p{
        font-size: calc(0.65rem + 0.5vw);
    }
    .banner-product-slider-box .swiper-button-next::after{
        font-size: 37px;
    }
}

/* For 100% in 15 inch screens */
@media screen and (min-width: 1400px) {
    .banner .right .text-layer h1{
        font-size: calc(4.5rem + 1vw);
    }
    .banner .right .text-layer p{
        font-size: calc(0.75rem + 0.5vw);
    }
    .banner-product-slider-box .swiper-button-next::after{
        font-size: 40px;
    }
}

/* For small screens */
@media screen and (max-width: 768px) {
    .banner{
        flex-direction: column;
    }
    .banner .left{
        width: 100%;
        height: 25rem;
    }
    .banner .toggle-imx-box{
        top: 0;
        width: 100%;
        height: auto;
    }
    .banner .toggle-imx-box img{
        width: 180%;
    }
    .banner .right{
        width: 100%;
    }
    .banner .right .text-layer{
        padding: 0 1rem;
    }
    .banner .right .text-layer h1{
        font-size: calc(3.5rem + 1vw);
        margin-top: 0;
    }
    .banner .right .text-layer p{
        font-size: calc(1rem + 0.5vw);
    }

    .banner .banner-product-slider-box{
        bottom: 0;
        top: 20rem;
        left: 1rem;
        width: 75%;
    }
    .banner .banner-product-slider-box img{
        width: 100%;
    }
    .banner-product-slider-box .swiper-button-next{
        color: #8c8c8c;
        right: -3.5rem;
        top: 2.5rem;
    }
    .banner-product-slider-box .swiper-button-next::after{
        font-size: 25px;
    }
}


@media screen and (min-width: 390px) and (max-width: 450px) {
    .banner .left{
        height: 28rem;
    }
    .banner .banner-product-slider-box{
        top: 22rem;
    }
}
/* Banner End */