body{
    margin: none;
    background-color: rgb(254, 252, 250);
    
}
.product-body{
    margin: 0 15px;
}

/* navbar */

.container-fluid{
    background-color: #ffffff;
    padding: 8px 30px;
    margin-top: -10px;
}
.btn-outline-success{
    background-color: #ffffff;
    color: black; 
    border: 1px solid black;
    z-index: 1;
}
.btn-outline-success:hover{
    background-color: #3498db;
    color: rgb(255, 255, 255);
    transition: all 1s;
}
.icons{
    margin-left: 30px;
    display: flex;
    gap: 30px;
}
.navbar-toggler{
    color: #ffffff;
    width: 40px;
    height: 30px;
    padding: -5px;
    border: none;
    
}
.navbar-toggler-icon{
    font-size: 15px;
    position: relative;
    right: -15px;
    color: #ffffff;
}

.carousel-inner{
    height: 350px;
    object-fit: cover;
}
.carousel-item{
    object-fit: cover;
    background-size: cover;
}
.cart-icon{
    opacity: 0;
    cursor: none;
}
.profile-icon{
    opacity: 0;
    cursor: none;
}

/* banner */

#slider-container {
    width: 100%;
    overflow: hidden;
  }

  #slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slide {
    min-width: 100%;
    box-sizing: border-box;
  }

  img {
    width: 100%;
    height: auto;
    display: block;
  }
 
    
    @media only screen and (max-width: 600px) {
       
        .icons{
            opacity: 0;
        }
        .cart-icon{
            opacity: 100%;
        }
        .profile-icon{
            opacity: 100%;
        }
    }

/* categery */

.categery-head{
   margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.categery-head h1{
    font-size: 25px;
    font-weight: bold;
    color: #272727;
}
.arrow-icon{
    width: 30px;
    height: 30px;
}

.product-card {
    width: 224px;
    height: 285px;
    margin: 10px 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-card img {
    width: auto;
    height: 200px;
    border-bottom: 1px solid #ddd;
    object-fit: fill;
    
  }

  .product-details {
    padding: 8px;
   
  }

  .product-title {
    font-size: 1.2rem;
    
    margin-top: -20px;
    font-weight: 600;
    color: #272727;
  }

  .product-price {
    font-size: 1.1rem;
    color: #e44d26;
    margin-bottom: 12px;
    font-weight: 500;
  }
.categery-name{
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-top: -5px;
}
  

.cards-section{
    display: flex;
    gap: 20px;
}
.cards-1{
    display: flex;
    gap: 20px;
}
.cards-2{
    display: flex;
    gap: 20px;
}

  @media (max-width: 600px) {
    .product-card {
     width: 50%;
      height: 170px;
      margin: 10px auto;
    }
    .product-card img{
        height: 100px;
        object-fit: cover;
    }
    .cards-section{
        display: flex;
        flex-direction: column;
    }
    .cards-1{
        display: flex;

    }
    .cards-2{
        display: flex;
        margin-top: -30px;
    }
    .product-title{
        font-size: 11px;
        font-weight: 500;
        margin-top: -18px;
    }
    .categery-name{
        font-size: 8px;
        font-weight: 500;
        color: #777;
        margin-top: -5px;
    }
    .product-price {
        font-size: 12px;
        color: #e44d26;
        margin-bottom: 12px;
        font-weight: 500;
      }
    .categery-head h1{
        font-size: 15px;
        font-weight: bold;
        color: #272727;
    }
    .arrow-icon{
        width: 15px;
        height: 15px;
    }
    .categery-head{
        margin-top: 10px;
        margin-bottom: -8px;
         
     }
  }

  /* AD Section */
  .banner {
    display: flex;
    gap: 20px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    padding: 20px;
    background-color: #3498db;
}

.banner-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}


.banner-section img{
  width: 100%;
}
@media (max-width: 600px) {
    .banner {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
        color: #fff;
        padding: 5px;
        background-color: #3498db;
        border-radius: 8px;
       
    }
    .banner-section img{
        border-radius: 8px;
    }
}

/* Footer */

a{
    text-decoration: none;
    color: #272727;
}
.footer-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%;
    background-color: #fff;
    color: #272727;
    padding: 20px;
}
.left-section{
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.mid-section{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px; 
    align-items: center;

}
.right-section{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.about-section{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
.socailmedia{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;  
}
@media (max-width: 600px) {
    .socailmedai-id{
        font-size: 12px;
        font-weight: 700;
    }
    .about{
        font-size: 12px;
        font-weight: 700;
    }
    .office-location{
        font-size: 12px;
        font-weight: 700;
    }
    a{
        font-size: 10px;
    }
    .footer-section{
        
        padding: 10px;
    }
}