*{
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    color: black;

    /* margin: 0px;
    padding: 0px; */
     
}
#ProductSection{
    width: 100%;
    height: auto;
}
/* html, body {
    margin: 0px;
    padding: 0px;
    background: url("http://digital.bnint.com/filelib/s9/photos/white_wood_4500x3000_lo_res.jpg");
} */
/* first carousel code */
.carousel {
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    
    /* margin-top: 26px; */
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
    
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
     
}

.carousel-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel-control {
    background: grey;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
  
}

.carousel-control.prev {
    left: 2%;
}

.carousel-control.next {
    right: 2%;
}

.carousel-control:hover {
    
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
  
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
    color: #428bca;
}

#title {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    /* z-index: 9999; */
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}

.StaticImage1{
    width: auto;
    overflow-x: hidden;
    >img{
        width: 1480px;
    }
}
.cardsMainbox{
    width: 300px;
    border: 1px solid black;
    overflow:hidden;
    position:absolute;
    left: 50%;
    top: 165%;
    transform: translate(-50%,-50%);
}
.CardImg{
    width: auto;
    height: auto;
}
.GroceryHeading{
    width: auto;
    height: 60px;
    box-shadow: 1px 1px 2px 1px rgb(213, 210, 210);
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    margin-inline: 40px;
   >h3{
       color: black;
       
    }
}
.btnViewAll{
    color: #0c5273;
    font-size: medium;
    font-weight: bold;
    width: 80px;
    height: 30px;
    margin-inline: 10px;
    margin-block: 15px;
    background-color: white;
    border-radius: 30px;
    border: 1px solid rgb(197, 193, 193)
  }
  .btnViewAll:hover{
    border: 1px solid #0c5273;
  }
.CardImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}
.DetailBox{
    width: 170px;
    border: 1px solid black;
    height: auto;
    >p,h5,h6 ,button{
    color: black;

    }

}
.container {
    overflow: hidden;
    display: flex;
    width:90%;
    scroll-behavior:smooth;
    margin:auto;
    
   }
   
   /* hide the scrollbar and retain it's functionality */
  .container::-webkit-scrollbar {
    display: none;
  }
  
  .box {
    height: auto;
    width: 200px;
    background: white;
    flex-shrink: 0;
    margin-right:4px;
    margin: 10px;
  }
  
  
  /* Next & previous buttons */
  .prev1, .next1 {
    cursor: pointer;
    position:absolute;
    width: auto;
    padding: 10px;
    color: grey;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 50%;
    user-select: none;
    margin-top:88px;
  }
  .content{
    width: 200px;
    /* border: 1px solid black; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1px;
    >button{
      width: 200px;
      height: 40px;
      background-color: white;
      border-radius: 20px;
      color: black;
      >a{
         text-decoration: none;
         color: black;
      }
    }
    >p{
        color: black;
    }
    >h5{
        color: black;
       
    }
    >h6{
        color: rgb(197, 194, 194);
        
        >span{
            background-color:#e5f7ee;
            color:#03753c;
            margin-right: 10px;
         
        }
    }
    
  }
  .price {
    text-decoration: line-through;
  }
  
  
  /* Position the "next button" to the right */
  .next1 {
    right:1%;
    border-radius: 50%;
    margin-right:5.5px;
  }
  .prev1 {
    right:96%;
    border-radius: 60%;
    margin-right:5.5px;
  
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev1:hover, .next1:hover {
    background-color: white;
    border: 1px solid grey;
  }
  
  /* automatic carousal */

  .AutomaticScroll{
    width: auto;
    height: 120px;
    margin-block: 40px;
  }


  .container2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}



.slider-wrapper {
    width: 1500px; /* Adjusted width for responsiveness */
  /* Added max-width for responsiveness */
    height: 150px;
    background:white;
    overflow: hidden;
    position: relative;
}

.inner-wrapper {
    width: 500%; /* Adjusted width for the number of slides */
    height: 50%;
    display: flex;
    position: absolute;
    left: 0;
    transition: left 0.5s ease; /* Added smooth transition */
}

.slide2 {
    width: 20%; /* Adjusted width for the number of slides */
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:white;
    float: left;
    gap: 10px;
}

.slide2 img {
    max-width: 70%; /* Added max-width for responsiveness */
    max-height: 80%; /* Added max-height for responsiveness */
    border-radius: 20px;
    margin-top: 30px;
}

.button1 {
    width: 30px;
    height: 30px;
    display: none;
    border-top: 2px solid black;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.prev2 {
    border-left: 2px solid black;
    left: 10px;
}

.next2 {
    border-right: 2px solid black;
    right: 10px;
}
.StaticImage2{
    width: 100%;
    
    >img{
        width:1470px;
        overflow-x: hidden;
        padding: 5px;
    }
}
.carousel2{
    width: auto;
}
/* carousel 2 */
.carousel2 {
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    padding: 5px;
}

.carousel2-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel2-open:checked + .carousel2-item {
    position: static;
    opacity: 100;
}

.carousel2-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel2-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel2-control {
    background: grey;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
}

.carousel2-control.prev4 {
    left: 2%;
}

.carousel2-control.next4 {
    right: 2%;
}

.carousel2-control:hover {
    color: #aaaaaa;
}

#carousel2-1:checked ~ .control2-1,
#carousel2-2:checked ~ .control2-2,
#carousel2-3:checked ~ .control2-3 {
    display: block;
}

.carousel2-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
}

.carousel2-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel2-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel2-bullet:hover {
    color: #aaaaaa;
}

#carousel2-1:checked ~ .control2-1 ~ .carousel2-indicators li:nth-child(1) .carousel2-bullet,
#carousel2-2:checked ~ .control2-2 ~ .carousel2-indicators li:nth-child(2) .carousel2-bullet,
#carousel2-3:checked ~ .control2-3 ~ .carousel2-indicators li:nth-child(3) .carousel2-bullet {
    color: #428bca;
}

.StaticImage3{
    width: 100%;
    margin-block: 10px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.StaticImage3>div{
    
    gap:10px;
    border-radius: 20px;
}
.StaticImage3 img{
    width: 100%;
    padding: 5px;
}


.CardImg4{
    width: auto;
    height: auto;
}

.CardImg{
    width: auto;
    height: auto;
}

.CardImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}

.container5 {
    overflow: hidden;
    display: flex;
    width:90%;
    scroll-behavior:smooth;
    margin:auto;
    
   }
   
   /* hide the scrollbar and retain it's functionality */
  .container5::-webkit-scrollbar {
    display: none;
  }
  
  .box5 {
    height: auto;
    width: 200px;
    background: white;
    flex-shrink: 0;
    margin-right:4px;
    margin: 10px;
  }
  
  
  /* Next & previous buttons */
  .prev5, .next5 {
    cursor: pointer;
    position:absolute;
    width: auto;
    padding: 10px;
    color: grey;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 50%;
    user-select: none;
    margin-top:88px;
  }
 
  
  
  
  /* Position the "next button" to the right */
  .next5 {
    right:1%;
    border-radius: 50%;
    margin-right:5.5px;
  }
  .prev5 {
    right:96%;
    border-radius: 60%;
    margin-right:5.5px;
  
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev5:hover, .next5:hover {
    background-color: white;
    border: 1px solid grey;
  }

  #container7{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    overflow-x: hidden;
    margin-inline: 85px;
   
}
.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px;
    overflow-x: hidden;
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.card h2 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: black;
}