/* 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 */
.product-banner{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.product-banner-left{
    width: 50%;
}
.product-banner-left img{
    width: 100%;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}
.product-banner-left img:hover{
    filter: grayscale(0);
}
.product-banner-right{
    width: 50%;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.product-banner-right h4{
    font-family: 'Montserrat-Thin', sans-serif;
    font-size: calc(0.9rem + 1vw);
    margin: 0 0 0 0;
    position: absolute;
    top: 10.4rem;
    left: 1rem;
}
.product-banner-right h1{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: calc(3.5rem + 1vw);
    margin: 4.38rem 0 0 -1.4rem;
}
.product-banner-right h1 span{
    font-size: calc(12rem + 1vw);
    font-family: 'Montserrat-Thin', sans-serif;
    margin-right: -1rem;
}
.product-banner-right h2{
    font-family: 'Montserrat-Thin', sans-serif;
    font-size: calc(3.1rem + 1vw);
    margin: -2.5rem 0 0 15rem;
}
.product-banner-right .banner-desc{
    width: 100%;
    margin-top: 2rem;
    /* height: 50%; */
    padding: 1rem 8rem 2rem 1.5rem;
    background: linear-gradient(to right, #141414 10%, rgba(46, 46, 46, 0) 100%); 
}
.product-banner-right .banner-desc p{
    margin: 0;
    font-family: 'Montserrat-Thin', sans-serif;
    font-size: calc(0.3rem + 1vw);
}

/* For 110% in 15 inch screens */
@media screen and (min-width: 1260px) and (max-width: 1399px){
    .product-banner-right h4{
        font-size: calc(1rem + 1vw);
        top: 12.6rem;
        left: 1.3rem;
    }
    .product-banner-right h1{
        font-size: calc(3.8rem + 1vw);
        margin: 6rem 0 0 -1.4rem;
    }
    .product-banner-right h1 span{
        font-size: calc(13rem + 1vw);
    }
    .product-banner-right h2{
        font-size: calc(3.4rem + 1vw);
    }
}

/* For 100% in 15 inch screens */
@media screen and (min-width: 1400px) {
    .product-banner-right h4{
        font-size: calc(1.15rem + 1vw);
        top: 14.3rem;
        left: 1.3rem;
    }
    .product-banner-right h1{
        font-size: calc(4.2rem + 1vw);
        margin: 8rem 0 0 -1.4rem;
    }
    .product-banner-right h1 span{
        font-size: calc(13.5rem + 1vw);
    }
    .product-banner-right h2{
        font-size: calc(3.8rem + 1vw);
    }
}

/* For small screens */
@media screen and (max-width: 768px) {
    .product-banner{
        flex-direction: column;
    }
    .product-banner-left{
        width: 100%;
    }
    .product-banner-right{
        width: 100%;
        padding: 0 1rem;
    }
    .product-banner-right h4{
        font-size: calc(0.85rem + 1vw);
        top: 3.9rem;
        left: 1.5rem;
    }
    .product-banner-right h1{
        font-size: calc(2.5rem + 1vw);
        margin: 0 0 0 -0.9rem;
    }
    .product-banner-right h1 span{
        font-size: calc(8rem + 1vw);
        margin-right: -0.7rem;
    }
    .product-banner-right h2{
        font-size: calc(2.5rem + 1vw);
        margin: -1.8rem 0 0 8rem;
    }
    .product-banner-right .banner-desc{
        margin-top: 1rem;
        padding: 0.5rem 0 0.5rem 0.5rem;
    }
    .product-banner-right .banner-desc p{
        font-size: calc(0.5rem + 1vw);
    }
}
/* Banner End */

/* Street Light Start */
.product-light-bg{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.product-light-bg .layer{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #00000092 10%, rgba(46, 46, 46, 0) 100%); 
    position: absolute;
    top: 0;
    z-index: 0;
}
#street-light-bg{
    background-image: url('../images/product/street-light-bg.webp');
}
.product-container{
    padding: 4rem 2% 4rem 2%;
    overflow: hidden;
    position: relative;
}
.product-container h1{
    font-size: calc(6.2rem + 1vw);
    text-transform: uppercase;
    background: url('../images/texture.png') repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0;
    text-align: center;
}
.product-slider {
    width: 100%;
    margin: 0 auto;
    padding: 0 4rem 4rem 4rem;
    margin-top: 2rem;
    overflow: hidden;
    position: relative;
}
.swiper-wrapper {
    display: flex;
}
.product-card {
    color: #fff;
    padding: 0.8rem;
    background: #000000c1;
    border-radius: 15px;
    border: 1.3px solid #b4b4b4;
    overflow: hidden;
    cursor: pointer;
}
.product-card img {
    width: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}
.product-card img:hover {
    filter: grayscale(0);
}
.product-card h3 {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: calc(0.2rem + 1vw);
    margin-top: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.product-card p {
    font-family: 'Montserrat-Thin', sans-serif;
    font-size: calc(0.22rem + 0.5vw);
    font-weight: 500;
    margin-bottom: 0;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    background-color: rgb(87, 87, 87);
    border-radius: 5px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.swiper-pagination-bullet-active {
    background-color: #c7c7c7;
    width: 20px;
}

/* For 110% in 15 inch screens */
@media screen and (min-width: 1260px) and (max-width: 1399px){
    .product-container{
        padding: 4rem 0 4rem 0;
    }
    .product-container h1{
        font-size: calc(6.8rem + 1vw);
    }
    .product-slider {
        padding: 0.5rem 3.5rem 4rem 3.5rem;
        margin-top: 2rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
    width: 35px;
    height: 35px;
    }
}

/* For 100% in 15 inch screens */
@media screen and (min-width: 1400px) {
    .product-container{
        padding: 4rem 0 4rem 0;
    }
    .product-container h1{
        font-size: calc(7.3rem + 1vw);
    }
    .product-slider {
        padding: 0.5rem 4rem 4rem 4rem;
        margin-top: 1rem;
    }
    .product-card p {
        font-size: calc(0.25rem + 0.5vw);
    }
    .swiper-pagination-bullet {
        height: 4px;
    }
}

/* For small screens */
@media screen and (max-width: 768px) {
    .product-light-bg{
        margin-top: 1rem;
    }
    .product-light-bg .layer{
        background: linear-gradient(to bottom, #000000a1 20%, rgba(46, 46, 46, 0) 100%); 
    }
    .product-container{
        padding: 2.5rem 1rem 2rem 1rem;
    }
    .product-container h1{
        font-size: calc(2.5rem + 1vw);
    }
    .product-slider {
        padding: 0 4rem 3rem 4rem;
        margin-top: 2rem;
    }
    .product-card {
        padding: 0.5rem;
        border-radius: 10px;
    }
    .product-card img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .product-card h3 {
        font-size: calc(0.5rem + 1vw);
        margin-top: 1rem;
    }
    .product-card p {
        font-size: calc(0.32rem + 0.5vw);
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 15px;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 2.5px;
    }
    .swiper-pagination-bullet-active {
        width: 14px;
    }
}
/* Street Light End */

/* Landscape Start */
#landscape-bg{
    background-image: url('../images/product/landscape-bg.webp');
}
/* Landscape End */

/* Step Light Start */
#step-light-bg{
    background-image: url('../images/product/step-light-bg.png');
}
/* Step Light End */

/* All Purpose Start */
#all-purpose-bg{
    background-image: url('../images/product/all-purpose-bg.webp');
}
/* All Purpose End */

/* Street Architectural Start */
#street-architectural-bg{
    background-image: url('../images/product/street-architectural-bg.webp');
}
/* Street Architectural End */

/* Flood Light Start */
#flood-light-bg{
    background-image: url('../images/product/flood-light-bg.webp');
}
/* Flood Light End */

/* Post Top Start */
#post-top-bg{
    background-image: url('../images/product/post-top-bg.webp');
}
/* Post Top End */