.overlay-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #000;
    opacity: .4;
    z-index: 99;
}
body{
    font-family: "Poppins", Arial, sans-serif !important;
}
.about-us-left-images img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.yes-sticky{
    display: none;
}
.sticky-header-active .no-sticky{
    display: none;
}
.sticky-header-active .yes-sticky{
    display: block;
}
.product-page-detail{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.about-us-right-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sticky-header-active header a {
    color: #212529 !important;
}
.about-us-right-desc a {
    width: 200px !important;
}
 .language{
    margin-left: 25px !important;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 

 .language a{
    height: 50% !important;
    border: 1px solid #f4f4f4;
 }
.home-page-product-box {
    cursor: pointer;
    position: relative;
}

.home-page-product-box .product-img {
    width: 100%;
    height: 500px;
  
}

.product-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #000;
    opacity: .5;
    left: 0;
    right: 0;
}

/* .product-images-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 80px;
    background-color: #b4b1b1;
    height: 100%;
    z-index: 9;
} */

.product-images-box {
    position: relative;
}

.product-text-box {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 90px;
    padding-right: 40px;
}

.product-title {
    font-size: 34px;
    color: #fff;
    /* letter-spacing: 12px; */
}
.about-us video{
    width: 100%;
   
}
.product-text-box a {
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 15px;
    text-decoration: none !important;
}
.product-text-box a:hover{
background-color: #fff !important;
color: #000;
}
.product-img-2 {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    object-fit: cover;
}

.product-wrapper-2 {
    height: 550px;
}

.product-text-box-2 {
    position: relative;
    z-index: 999;
 
}

.overlay-product {
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 999;
    background-color: #b4b1b1;

    top: 0;
    right: 0;
}

.product-title-2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-desc-2 {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-box {
    width: auto;
}
/* #mainNav a{
    font-size: 12px !important;
    font-weight: 500 !important;
} */
 

@media(max-width:991px){
    .home-page-product-box .product-img {
        
        height: 300px !important;
    }
    .product-title{
        font-size: 24px
    }
    .language a{
      
        border: 0 !important;
     }
     .language {
      
        margin:  0 !important;
     }
    .footer-wrapper{
        flex-direction: column;
        gap: 50px;
    }
    .product-wrapper-2{
        padding: 0 !important;
    }
    .product-wrapper-2 .p-2{
        padding: 0 !important;
    }
    .overlay-product{
        display: none;
    }
    .product-text-box-2{
        margin: 10px !important;
    }
    .product-wrapper-2{
        height: 350px;
    }
    .about-us-right-desc h1 {
        font-size: 33px !important;
    }
    .about-wrapper{
        gap: 40px;
    }
    .product-images-box::before{
        display: none;
    }
    .product-text-box{
        padding: 15px !important;
        flex-direction: column;
        bottom: 100px;
        gap: 35px;
    }
    .home-page-product-box .product-img{
        height: 300px;
        object-fit: cover;
    }
    .banner h1{
        font-size: 34px !important;
    }
    .banner p{
        font-size: 24 px !important;
    }
    .product-title-2{
        font-size: 28px !important; 
        text-align: center;
    }
    .product-desc-2{
        font-size: 18px !important;
        text-align: center;
    }
    .header-logo a img{
        height: 40px;
        width: 230px;
    }
    .header-logo{
        width: 200px;
    }
    /* #mainNav a{
        font-size: 13px !important;
        font-weight: normal !important;
    } */
    .product-text-box{
        padding: 0 !important;
        padding-left: 0 !important;
    }
    .product-text-box-2{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}