* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: cairo , system-ui ,sans-serif;
    background-color: #f2f2f2;
    color: #333;
}

.navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 30px;
    background: transparent;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.navbar .logo {
   font-size: 20px;
  color: rgba(0, 121, 94, 1);
  font-weight: 700;
}

.navbar a {
   color: rgba(0, 0, 0, 1);
  text-decoration: none;
  margin: 0 15px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

.navbar a:not(:last-child) {
    margin-left: 7px;
}

.navbar a:hover {
    color: #f0ad4e; 
}

.search {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.search form:first-child {
    position: relative; 
    display: inline-block;
    margin-left: 10px;
}

.search form:first-child input {
    padding-right: 30px; 
    width: 200px;
    padding: 10px 15px;
    border-radius: 26px;
    border: none;
    background: rgba(247, 247, 247, 1);
    outline: none;
    color: #222;
}

.search-form button {
    position: absolute;
    top: 50%;
    left: 10px; 
    color: #333;
    transform: translateY(-50%); 
    background: none; 
    border: none;
    padding: 0; 
    cursor: pointer; 
}

.search-form button i {
    font-size: 25px; 
    color: #333; 
}

.search form:last-child {
    margin-right: 10px;
}

.search form:last-child select {
    padding: 10px 15px;
    border-radius: 26px;
    border: none;
    background: rgba(247, 247, 247, 1);
    outline: none;
    color: #222;
}

.search form:last-child select option {
    padding: 10px;
    border-radius: 26px;
    border: none;
    background: rgba(247, 247, 247, 1);
    outline: none;
    color: #222;
}

.icons {
    display: flex;
    align-items: center;
}

.icons a {
    color: #fff;
    margin-left: 15px;
    position: relative;
    font-size: 7px;
}

.icons .badge {
    background: red;
    color: #fff;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 10px;
    position: absolute;
    top: -5px;
    right: -10px;
}

.hamburger {
    display: none; 
    cursor: pointer;
    font-size: 20px;
    color: #333;
}

.nav-links.active {
    display: flex;
    flex-direction: column; 
    position: absolute;
    top: 60px; 
    left: 0;
    width: 100%;
    background: rgb(0 93 72 / 29%);
    text-align: center;
    z-index: 10; 
}

.nav-links {
    display: flex;
    transition: all 0.3s ease 0s;
    color: #fff;
}

.nav-links a {
    margin: 10px 0; 
    padding: 10px; 
    display: block; 
}

.container {
    /*display: flex;*/
     /*height: 24vh;``*/
     padding-top: 9rem;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.content-section {
    flex: 0 0 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: right;
    overflow-y: auto;
    max-height: 100vh; 
}
    .offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    }

    .offer-card , .product__item_img {
    border: 2px solid rgba(238, 238, 238, 1);
    padding: 10px;
    text-align: right;
    background-color: #fff;
    border-radius: 27px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    }

    .offer-card:hover , .product__item_img:hover {
    transform: translateY(-5px);
    }

    .offer-card img , .product__item_img img{
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 27px;
    }
    .offer-card .box-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .rating {
    display: flex;
    align-items: center;
    width: fit-content;
    text-align: center;
    column-gap: 4px;
    background: #efd90721;
    padding: 4px 10px;
    border-radius: 39px;
    }

    .rating .fa-star  {
    color: rgba(246, 162, 0, 1);
    font-size: 15px;
    }
    .rating span {
    color: rgba(246, 162, 0, 1);
    font-size: 15px;

    }
               .product__item {
                width: 100%;
                max-width: 255px;
                display: block;
                margin: 0 auto 25px;
                color: #333;
              
            }
    .product__item a {
        text-decoration: none;  
    }
            .product__item .product__item_img:hover .product__item_overlayer {
                opacity: 1
            }

            .product__item .product__item_img {
                position: relative;
                padding: 30px 15px 0;
                background: #ffffff;
                border-radius: 15px;
                text-align: center;
                height: 250px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center
            }

            .banner_layout_1 .banner_layout_1__content,.product__item_overlayer,.section__shape {
                top: 0;
                height: 100%;
                position: absolute;
                right: 0;
                width: 100%
            }

            .product__item .product__item_img img {
                max-width: 100%;
                height: 180px;
                object-fit: contain;
            }

            .product__item .product__item_img span {
                position: absolute;
                top: 20px;
                right: 20px;
                background: rgba(188,151,44,.2);
                color: #bc972c;
                padding: 5px 17px;
                border-radius: 15px;
                    text-decoration: none;
                font-size: 8.5pt;
            }

            .product__item .product__item_title {
                padding: 15px 0 10px;
                color: #333;
                text-decoration: none;
            }

            .product__item .product__item_title h2 {
             color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 23.52px;
        text-decoration: none;
            }

            .product__item .product__item_price {
                display: flex;
                gap: 10px
            }

            .product__item .product__item_price p {
                  color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 500;
            }

            .product__item .product__item_price s {
                   color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 500;
            }

            .product__item_overlayer {
                background: rgb(255 255 255 / 47%);
                display: flex;
                justify-content: unset;
                align-items: end;
                padding: 20px;
                justify-content: center;
                border-radius: 15px;
                transition: .2s ease-out;
            
            }

            .product__item_overlayer a {
                background: #177963;
               color: #fff;
                padding: 10px;
                width: 100%;
                border-radius: 25px;
                font-size: 11pt;
            }

    /* a {
    color: #efd907;
    background-color: #efd907;
    padding: 5px;
    } */
    .offer-card h3 {
    /* margin-bottom: 10px; */
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 23.52px;
    }

    .offer-card p {
    /* margin-bottom: 15px; */
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 500;
    /* Line-height:36.75px; */
    /* margin-left: 62px; */
    }

    .price {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    }

    .price span {
    font-weight: bold;
    margin-right: 10px;
    color: #333333b0;
    }

    .price del {
    color: #999;
    text-decoration: line-through;
    margin-right: 5px;
    }

.product-info {
    display: flex;
    align-items: right;
    flex-direction: column;
    padding: 1rem;
    gap: 5px;
    text-align: right;
}

.product-info h1 {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
}

.price {
    font-size: 17px;
    color: #333;
}

.price del {
    color: #999;
    margin-left: 10px;
}

.box-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.box-1 h2 {
    font-size: 23px;
    font-weight: 400;
}

.rating {
    display: flex;
    align-items: center;
    width: fit-content;
    text-align: center;
    column-gap: 4px;
    background: rgba(255, 193, 8, 0.1);
    padding: 4px 10px;
    border-radius: 39px;
    margin-right: 15px;
}

.rating .fa-star  {
    color: rgba(255, 193, 8, 1);
    font-size: 20px;
}

.rating span {
    color: rgba(255, 193, 8, 1);
    font-size: 17px;
}

.product-info .h3 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 19px;
}

.description {
    font-size: 18px;
    color: #555;
}

.description span  {
    color: rgba(188, 151, 44, 1);
    font-weight: bold;
    font-size: 19px;
}

.product-info label {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
}

.product-info select {
    padding: 15px 15px;
    border-radius: 26px;
    border: none;
    border: 1.5px solid rgba(238, 238, 238, 1);
    background: rgba(247, 247, 247, 1);
    outline: none;
    color: #222;
}

.quantity {
    display: flex;
    align-items: center;
}

.quantity button {
    padding: 10px 20px;
    margin: 10px;
    background: rgba(246, 246, 246, 1);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    outline: none;
    border: none;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .quantity button:hover {
    background-color: #ccc;
    }

    .quantity span {
        border: 2px solid rgba(238, 238, 238, 1);
        background: rgba(255, 255, 255, 1);
        padding: 10px 20px;
        margin: 0 10px;
        font-size: 20px;
        font-weight: bold;
        width: 20%;
        text-align: center;
        /* height: 35%; */
        border-radius: 27px;
        color: #333;
    }

    .add-to-cart, .buy-now {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 10px;
    border-radius: 4px;
    /* margin-bottom: 10px; */
    width: 100%;
    max-width: 350px;
    transition: background-color 0.3s;
    }

    .add-to-cart {
        text-decoration: none;
        padding: 15px 15px;
        border-radius: 39px;
        background: #177963;
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        margin-left: 7px;
        text-align: center;
    }

    .buy-now {
        text-decoration: none; 
        margin-right: 7px;
        padding: 15px 15px;
        border-radius: 39px;
        font-size: 14px;
        background: #bad8d170;
        color: #177963;
        font-weight: 500;
        text-align: center;
    }

    
    .image-section {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    }


    .image-section .main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease-in-out;
    }
    .bg-switcher {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 2;
    transition: transform 0.5s ease;

    }

    .bg-switcher img {
    width: 90px;
    height: 90px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 7px;
    transition: transform 0.5s ease;

    /* background-color: #fff; */
    /* padding: 5px; */
    }

    .bg-switcher img:hover {
        transition: transform 0.5s ease;

        border: 2px solid #fff;
        transform:  scale(1.1);
    }


    /* Footer */

    footer {
        position: relative; 
        /* background-color: #333;  */
        color: #fff;
        padding: 20px;
            top: 104px;
        /*margin-top: 8rem;*/
        overflow: hidden; 
    }
    
    .footer-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index: 5; */
    }
    
    .footer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    }
    
    footer .overlays {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 93, 72, 0.95);
}
    
    .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative; 
    z-index: 1;
    }


    .footer-section {
    width: 200px; 
    margin-bottom: 20px;
    }
    
    .footer-section h3 {
    margin-bottom: 10px;
    }
    
    .footer-section p {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    align-items:Right;
    }
    
    .social-icons a {
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    }
    
    .footer-section ul {
    list-style: none;
    padding: 0;
    }
    
    .footer-section li {
    margin-bottom: 5px;
    }
    
    .footer-section a {
    color: #fff;
    text-decoration: none;
    }
    /* .contact-info  {
        display: flex;
        align-items: center;
        flex-direction: column;
        
    }
    .contact-info p {
        display: flex;
        align-items: center;
    } */
    .contact-info span {
        margin-right: 10px;
    }
    /* .contact-info .back {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #177963;
        padding: 8px;
        font-size: 12px;
        margin-left: 10px;
    } */
    .footer-bottom {
    text-align: center;
    font-weight: 200;
    padding-top: 20px;
    border-top: 1px solid #fff;
            position: relative;
        z-index:1000;
    }
    

    @media (max-width:939px) {

        .footer-section {
            width: 100%;
            margin-bottom: 20px;
        }
        footer {
            text-align: center;
        }
    .container {
        flex-direction: column;
        height: auto;
    }
    .content-section, .image-section {
        flex: none;
        width: 100%;
        height: 100vh;
    }
    .content-section {
        display: block;
        padding: 15px;
    }
    .product-info {
        position: static;
        max-width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    .navbar a , .hamburger {
        color: #fff;
    }
    .navbar ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .navbar ul li {
        margin: 5px 10px;
    }
    .nav-links {
        display: none; 
    }

    .hamburger {
        display: block;
        color: #333;
    }

    .search {
        display: none;
    }
    }


    
    @media (max-width: 769px) {

        .footer-section {
            width: 100%;
            margin-bottom: 20px;
        }
        footer {
            text-align: center;
        }
    .container {
        flex-direction: column;
        height: auto;
    }
    .content-section, .image-section {
        flex: none;
        width: 100%;
        height: 100vh;
    }
    .content-section {
        display: block;
        padding: 15px;
    }
    .product-info {
        position: static;
        max-width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    .navbar ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .navbar ul li {
        margin: 5px 10px;
    }
    .nav-links {
        display: none; 
    }

    .hamburger {
        display: block; 
        color: #333;
    }

    .search {
        display: none; 
    }
    }


    @media (max-width:560px) {
        .order-text p {
            font-size: 17px;
        }
        .order-text a{
            font-size: 15px;
        }
        footer {
            text-align: center;
        }
        .video-content  {
            flex-direction: column;
            align-items: normal;
        }
        .offer-card {
        width: 100%;
    }
    .nav-links {
        display: none;
    }

    .hamburger {
        display: block; 
        color: #333;
    }

    .search {
        display: none;
    }

    }