* {
  margin: 0;
  padding: 0;
}
 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
     @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.home-body {
  background-image: url(bg.webp);
  background-size: cover;
  height: 100vh;
  scroll-behavior: smooth;

}
html, body{
  overflow-x: hidden;
  
}
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgb(247, 255, 251);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #bf2930; /* Aapki theme ka red color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* search bar me cross "x" hide karne ke liye */
/* Chrome, Safari, Edge */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}


nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.start {
  display: flex;
  align-items: center;



}

.deliver {
  display: inline-flex;
  align-items: center;
  margin-left: 18px;
  cursor: pointer;
}


.verticalline {
  background-color: aliceblue;
  width: 1.5px;
  height: 20px;
  margin-left: 18px;

}

.end {
  display: flex;
  align-items: center;


}

.call {
  display: inline-flex;
  align-items: center;
}
.call2{
  display:none;
}
.call2 img{
  filter: invert(1) brightness(15);
  margin-right: 5px;
  width: 20px;
}


nav {
  background-color: #e50914;
  color: aliceblue;
  font-size: 13px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


}
.kirana{
  display: none;
}

.home {
  margin-left: 18px;
}

.call {
  margin-right: 18px;
  font-size: 16px;
}

.login {
  margin-right: 18px;
}

.man {
  filter: invert(1) brightness(15);
  margin-right: 5px;
  width: 20px;
}

.arrow {
  filter: invert(1) brightness(15);
  margin-left: 2px;
  margin-top: 4px;
  width: 15px;
}

.call img {
  filter: invert(1) brightness(15);
  margin-right: 5px;
  width: 20px;
}


.start,
.end {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header {
  display: flex;
  list-style: none;
  background-color: white;
  box-shadow: 2px 5px 3px rgba(0, 0, 0, .075);
  font-size: 16px;
  align-items: center;
  height: 80px;
  width: 100vw;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;

  justify-content: space-around;

}
.flex{
  display: flex;
  align-items: center;
  gap: 45px;
}

/* drop down wala box */

.drop-down{
  position: absolute;
  z-index: 999;
opacity: 0;

top: 100%;

visibility: hidden;
transition: all 0.3s ease;
}
    .category-box{
        background-color: black;
        border-radius: 10px;
        width: 20vw;
        height: 510px;
        color: white;
       justify-content: center;
       overflow: hidden;
       display: flex;
       flex-direction: column;
        font-family: "Roboto", sans-serif;
        gap: 23px;
        
    }
    .cat{
        width: 100%;
        text-align: center;
        transition: all 0.2s linear;
        text-decoration: none;
        color: inherit;
        font-size: 20px;
    }
    .cat:hover{
        background-color: rgb(72, 69, 69);
        transform: translateX(3px);
    }
/* --------------------*/

/* side bar */

.sidebar{
   font-family: "Inter", sans-serif;
   background-color: white;
   width: 80vw;
   height: 100vh;
   height: 100dvh;
   box-sizing: border-box;
   color: black;
   font-size: 20px;
   font-weight: 100;
   position: relative;
   overflow: hidden;
    
         




}
.left-sidebar{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
   transform: translateX(-101%);
    transition: transform 0.6s ease;
 
  
}
.left-sidebar.side-show-hide{
 transform: translateX(0);
  
}
.sidelogo img{
    width: 100%;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
    
}
.sidelogo{
    margin-bottom: 2vh;
    margin-top: 2vh;
}
.sidetext{
    padding: 10px;
    border-bottom: 1px solid rgb(225, 211, 211);
     transition: all 0.6s ease;
     font-size: clamp(18px, 1.2vw, 23px);

}
.side-cat{
    border-top: 1px solid rgb(225, 211, 211);
    background-color: black;
    color: white;
     display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: nowrap;
   cursor: default;

}
.side-cat img{
    width: 10px;
   filter: invert(1);
      transition: all 0.6s ease;

  
}
.category-box2{
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: all 0.6s ease;
    position: absolute;
    left: 100%;
    z-index: 999;
}


.category-box2 a{
  background-color: black;
color: white;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid white;
    padding:  5px 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    -webkit-tap-highlight-color: transparent;
    
}
.category-box2 a:active{
 transform: scale(1.2);
}
.show-cat{
   
left: 0;


}
.hide-sidetext{
  transform: translateX(-100%);
}

.sidetext2 a{
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
  
}
.sidetext2 a:active{
  color: #e50914;;
}
.cat2{
   font-weight: 500;
   transition: all 0.6s ease;
   font-size: clamp(13px, 1.1vw, 14px);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0,0,0,0.4);
  z-index: 999;

  opacity: 0;
  visibility: hidden;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

/*------------------------*/




.troly{
    position: relative;
-webkit-tap-highlight-color: transparent;
}
.troly:active{
transform: scale(1.1);
}
.cart-amount{
  position: absolute;
    right: 21%;
    background-color: red;
    padding: 2px 7px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
}
.cart-amount-hide{
  display: none;
}

.menu{
  display: none;

}
.shop{
  transition: all 0.5s ease;
  position: relative;
}
.shop:hover{
  color: #e50914;

}
.shop:hover .drop-down{
  opacity: 1;
  visibility: visible;
}
.home2{
    transition: all 0.5s ease;
}
.home2:hover{
  color: #e50914;
}
.deals{
    transition: all 0.5s ease;
}
.deals:hover{
  color: #e50914;
}
.arrivals{
    transition: all 0.5s ease;
}
.arrivals:hover{
  color: #e50914;
}


.top {
  position: sticky;
  top: -1px;
  z-index: 20;
}

.logo img {
  max-width: 270px;
  padding-top: 6px;
}

.shop {
  white-space: nowrap;
  display: inline-flex;
  margin-left: -44px;
  align-items: center;



}

.shop img {
  width: 24px;
  height: 24px;
  margin-top: 8px;

}

.arrivals {
  white-space: nowrap;
  margin-left: -25px;
}

.troly img {
  width: 55px;
  height: 55px;
}

.search input {
  height: 45px;
  width: 350px;
  border-radius: 10px;
  padding: 0 70px 0 20px;
  background-color: rgb(247, 247, 247);
}

.search img {
  height: 27px;
  width: 29px;
  background-color: rgb(119, 119, 119);
  margin: 2px 5px -19px -15px;
  border-radius: 10px;
  padding: 10px;
  filter: invert(1);

}

.home2 {
  margin-left: -30px;
}

.deals {
  margin-left: -23px;
}

.bigimg img {
  width: 87vw;
  margin-top: 25px;
}

.topimg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;

}

.discountimg img {

  width: 87vw;

}

h1 {
  font-weight: 700;
  font-size: 2.5rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: -.5px;
}
.your-items a :active{
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.your-items a{
  transition: all 0.3;
}

.item1 {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.item1 img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 100%;
}

.circle {
  height: 150px;
  width: 150px;
  border-radius: 100%;

  overflow: hidden;
}

.circle img:hover {
  transform: scale(1.2);
  transition: all 0.5s ease;
}

.item2 {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
    text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.item2 img {
  height: 150px;
  width: 150px;
  border-radius: 100%;

}

.item3 {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
    text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.item3 img {
  height: 150px;
  width: 150px;
  border-radius: 100%;

}

.item4 {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
    text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.item4 img {
  height: 150px;
  width: 150px;
  border-radius: 100%;

}

.item5 {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
    text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.item5 img {
  height: 150px;
  width: 150px;
  border-radius: 100%;


}

.item6 {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
    text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.item6 img {
  height: 150px;
  width: 150px;
  border-radius: 100%;

}

.item7 {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
    text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;


}

.item7 img {
  height: 150px;
  width: 150px;
  border-radius: 100%;


}

.item8 {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  text-align: center;
  border: 3px solid #e50914;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
    


}
 .extra-categories.show{
  display: block; 
}
.extra-categories{
  display: none; 
}

.item8 img {
  height: 150px;
  width: 150px;
  border-radius: 100%;
 transition: transform 0.3s ease;
}
.arrow-up-down {
  transform: scale(0.8)  rotate(180deg);
}
.less-arrow {
   transform: scale(0.8) rotate(0deg);
}

.your-items {
  display: flex;
 column-gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px 20px;
row-gap: 50px;

}
.curated{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
}


h5 {
  font-size: 1rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  ;
}

.heading-font2 {
  margin: 58px 0px 25px 0px;
}

.product1 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
    cursor: pointer;
}

.product1 img {
  max-width: 100%;
  height: auto;
}

.product2 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product2 img {
  max-width: 100%;
  height: auto;
}

.product3 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product3 img {
  max-width: 100%;
  height: auto;
}

.product4 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product4 img {
  max-width: 100%;
  height: auto;
}

.product5 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product5 img {
  max-width: 100%;
  height: auto;
}

.product6 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product6 img {
  max-width: 100%;
  height: auto;
}

.product7 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product7 img {
  max-width: 100%;
  height: auto;
}

.product8 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product8 img {
  max-width: 100%;
  height: auto;
}

.product9 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product9 img {
  max-width: 100%;
  height: auto;
}

.product10 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product10 img {
  max-width: 100%;
  height: auto;
}

.product11 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product11 img {
  max-width: 100%;
  height: auto;
}

.product12 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product12 img {
  max-width: 100%;
  height: auto;
}

.product13 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product13 img {
  max-width: 100%;
  height: auto;
}

.product14 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product14 img {
  max-width: 100%;
  height: auto;
}

.product15 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product15 img {
  max-width: 100%;
  height: auto;
}

.product16 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product16 img {
  max-width: 100%;
  height: auto;
}

.product17 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product17 img {
  max-width: 100%;
  height: auto;
}

.product18 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
    border-radius: 8px;
        cursor: pointer;

}

.product18 img {
  max-width: 100%;
  height: auto;
}

.product19 {
  max-width: 85%;
  height: auto;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
      cursor: pointer;

}

.product19 img {
  max-width: 100%;
  height: auto;
}

.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  width: 87vw;
  place-items: center;
  gap: 18px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 300;
  background-color: rgb(212 198 199);
  padding: 25px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 40px;
  -webkit-tap-highlight-color: transparent;
}

.category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.products img{
  border-radius: 10px;
}

.product1:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product2:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product3:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product4:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product5:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product6:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product7:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product8:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product9:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product10:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product11:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product12:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product13:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product14:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product15:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product16:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product17:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product18:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.product19:hover {
  transform: scale(1.01);
  transition: all 1s ease;
}

.second-img img{
  width: 90vw;
  height: 600px;
  margin: auto;
}
.another-big-img{
  display: flex;
  justify-content: center;
  align-items: center; 
margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
 .auto-scroll{
        display: flex;
        overflow: hidden;
        width: 1336px;
        height: auto;
        margin: auto;
     
      }
    
       
       
       .auto-scroll img{
       
        height: 150px;
        width: 150px;
        border-radius: 100%;
       margin-left: 40px;
       
    }
  
    
  
.overlap{
 margin: 3px 10px 1px 88px;
 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.25rem;
font-weight: 400;

   
}
.scroll{
  display: flex;
  animation: scroll 40s 2s ease-out infinite;


}

     @keyframes scroll {
    
      0%   { transform: translateX(3%); }
      2%   { transform: translateX(-103%); } /* slide */
      5.5% { transform: translateX(-103%); } /* pause */

    
      7.5% { transform: translateX(-203%); }
      11%  { transform: translateX(-203%); }

    
      13%  { transform: translateX(-303%); }
      16.5%{ transform: translateX(-303%); }

    
      18.5%{ transform: translateX(-403%); }
      22%  { transform: translateX(-403%); }

    
      24%  { transform: translateX(-503%); }
      27.5%{ transform: translateX(-503%); }

    
      29.5%{ transform: translateX(-603%); }
      33%  { transform: translateX(-603%); }

    
      35%  { transform: translateX(-703%); }
      38.5%{ transform: translateX(-703%); }

    
      40.5%{ transform: translateX(-803%); }
      44%  { transform: translateX(-803%); }

    
      46%  { transform: translateX(-903%); }
      49.5%{ transform: translateX(-903%); }

      
      51.5%{ transform: translateX(-1003%); }
      55%  { transform: translateX(-1003%); }

      
      57%  { transform: translateX(-1103%); }
      60.5%{ transform: translateX(-1103%); }

      
      62.5%{ transform: translateX(-1203%); }
      66%  { transform: translateX(-1203%); }

      
      68%  { transform: translateX(-1303%); }
      71.5%{ transform: translateX(-1303%); }

      
      73.5%{ transform: translateX(-1403%); }
      77%  { transform: translateX(-1403%); }

      
      79%  { transform: translateX(-1503%); }
      82.5%{ transform: translateX(-1503%); }

      
      84.5%{ transform: translateX(-1603%); }
      88%  { transform: translateX(-1603%); }

      
      90%  { transform: translateX(-1703%); }
      93.5%{ transform: translateX(-1703%); }

      
      95.5%{ transform: translateX(3%); }
      100% { transform: translateX(3%); }
    }
    
    .pic{
      display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
   margin-top: 3rem;
    margin-bottom: 3rem;
    }
    .heading-font3{
      margin-top: 58px;
    }
   
  .big-img3{
    display: flex;
    justify-content: center;
    align-items: center;
  margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }    
  .big3 img{
    height: 527px;
    width: 90vw;
   
  }
  /*
  .pahla{
  flex: 0 0 auto;             
  width: 180px;                
  height: auto;
  background: white;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgb(229, 229, 229);
  box-sizing: border-box;
  text-align: center;
    
  } */
  .quench a{
    color: inherit;
    text-decoration: none;
  }
  .dairy a{
    color: inherit;
    text-decoration: none;
  }
.pahla img{
  max-width: 100%;
  object-fit: contain;
    aspect-ratio: 1 / 1;}
    .pahla p{
      font-size: 18px;
    padding-top: 15px;
    margin-bottom: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    }
    
    .quantity{
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      width: 87%;
      height: 35px;
      background-color: white;
      outline: 1px solid #dee2e6;
     padding: 10px;
     border-radius:.25rem;
     font-family: 'Times New Roman', Times, serif;
     font-size: 20px;
     font-weight: 100;
    }
    .down-arrow{
      margin-top: 5px;
     
    }
    .price{
      color: red;
    }
    del{
      color: black;
      font-style: italic;
    }
    .cart{
      background-color: #e50914;
      width: 100%;
      height:40px;
      color: aliceblue;
      text-align: center;
      border: none;
      border-radius: 4px;
      font-weight: 600;
      overflow: hidden;
      margin-top: 25px;
      font-size: 16px;
      cursor: pointer;
      transition: all 0.4s ease-in-out;
    }
    
    .cart:active{
      transform: scale(0.9);
    }

.quench {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; 
  overflow: hidden; 
  position: relative; 
}


.saaman {
  display: flex; 
  justify-content: flex-start; 
  align-items: stretch;
  gap: 20px;
  
 
  overflow-x: auto; 
  scroll-behavior: smooth; 
  
 
  scrollbar-width: none; 
  -ms-overflow-style: none; 
  
  
  width: 100%; 
  max-width: 1200px;
  padding: 20px;
  box-sizing: border-box;

}


.saaman::-webkit-scrollbar {
  display: none;
}


.pahla {

  flex: 0 0 auto; 
  width: 180px; 
  background: white;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgb(229, 229, 229);
  box-sizing: border-box;
  text-align: center;
   -webkit-tap-highlight-color: transparent;

  scroll-snap-align: start; 
}


.saaman {
  scroll-snap-type: x mandatory;
}

    .heading-font4{
      margin-top: 30px;
      margin-bottom: 30px;
      text-align: center;
    }
    .big-img4{
      margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
     
}
.products a{
  text-decoration: none;
  color: inherit;
}
    

    .big4 img{
    
    height: 565px;
    width: 90vw;
    
}
   
  
 
   .right{
        width: 40px;
    height: 40px;
    font-size: 25px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    border-radius: 50%;
    border: 1px solid rgb(208, 204, 204);
    right: 11px;
    font-weight: 800;
    transition: all 0.3s ease;
   }
   .left{
        width: 40px;
    height: 40px;
    font-size: 25px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    border-radius: 50%;
    border: 1px solid rgb(208, 204, 204);
    left: 11px;
        font-weight: 800;
        transition: all 0.3s ease;

   }
   .right:active{
    background-color: #e50914;
    color: white;
    transform: translateY(-5px);
   }
   .left:active{
    background-color: #e50914;
    color: white;
    transform: translateY(-5px);
   }
   .left:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3)
   }
   .right:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3)
   }
   .milk img{
    padding-top: 10px;

   } 
   .dairy{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; 
  overflow: hidden;
        position: relative;

   }
  .heading-font4{
    margin-top: 30px;
      margin-bottom: 30px;
  }
  footer{
    background-color: rgb(247, 247, 247);
    padding: 25px 45px 75px 45px;
    margin-top: 40px;
    display: flex;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }
  .another-info li{
    list-style: none;
  }
  .help{
    margin-right: 75px;
    margin-left: 42px;
    white-space: nowrap;
    line-height: 50px;
  }
  .info{
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 27px;
    margin-top: -26px;
  }
  .logo2 img{
    margin-left: -37px;
  }
  address{
    font-style: normal;
  }
footer{
  font-size: 18px;
}
.privacy{
  font-size: 15.5px;
}
.copyright{
   font-size: 13px;
   margin-top: -14px;
}
.num{
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.last-img img {
 margin-top: 8px;
}
hr{
  margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
footer h2{
      font-size: 1.25rem;
}
.item-foot{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
   
    
}
.item-foot a:active {
    background-color: #f0f0f0; 
    border-radius: 4px;
}
.last-ul {
  display: flex;
      gap: 15px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
   
}
.another-info{
  margin-top: 10px;
}
.instagram{
  position: fixed;
    border-radius: 25px;
    right: 4%;
    bottom: 140px;
    cursor: pointer;
    z-index: 1;
    border: 1px solid #e50914;
    padding-left: 17px;
    padding-top: 2px;
    padding-bottom: 4px;
    background-color: aliceblue;
    display: flex;
    align-items: center;
  transition: all 0.6s;
  text-decoration: none;
}
.instagram img{
  width: 40px;
  margin-bottom: -5px;
  margin-top: -3px;
  margin-right: -1px;
  filter:  hue-rotate(45deg);

}

.us{
  margin-right: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.instagram:hover{
  background-color: #e50914;
  color: white;


}
.up{
   
      position: fixed;
    border-radius: 50%;
    right: 3.5%;
    bottom: 30px;
    padding: 15px;
    background-color: white;
    border: 2px solid #e50914;
    z-index: 998;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;

}
.up:active{
 border: 2px solid #07a075;
}

.up img{
  width: 20px;
  height: 20px;
}
.item-foot a{
  transition: color 0.3s;
  color: inherit;
  text-decoration: none;
  padding: 0px 10px; 
    display: inline-block; 
    cursor: pointer; 
    -webkit-tap-highlight-color: transparent;
}
.item-foot a:hover{
  color: #e50914;
}
.num-hover{
  transition: color 0.3s;
}
.num-hover:hover{
  color: #e50914;
}


 

.box {
    border: 2px solid #ccc;
    width: 90%;
    max-width: 700px;  
    height: auto;
    min-height: 400px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    padding-bottom: 20px;
    overflow: hidden;
}


.box.show {
    display: block;
}


.box-top {
    background-color: #f7f0f0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #cbc3c3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.remove-btn {
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    color: #333;
   margin-left: 0.8%;
    transition: color 0.3s;
}

.remove-btn:hover {
    color: #c40c0c;
}


.box-text {
    font-size: 16px;
    margin: 20px 20px 10px 20px;
    text-align: center;
    color: #333;
}


.box-line {
    width: 90%;
    background-color: #ccc;
    height: 1px;
    margin: 20px auto;
}

/* Location area */
.location-area {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 20px 20px 20px;
}

/* Current Location Button */
.current-location {
    flex: 1 1 150px;
    min-width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    border: none;
    background-color: #09ad87;
    color: white;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
}

.current-location:hover {
    background-color: #07a075;
}

.current-location img {
    width: 18px;
    height: 18px;
}

/* Search Input */
.location {
    flex: 2 1 200px;
    min-width: 150px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #9da2a3;
    outline: none;
    box-sizing: border-box;
}

/* Confirm Button */
.confirm {
    flex: 1 1 100px;
    min-width: 100px;
    height: 40px;
    background-color: #945f0f;
    color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.confirm:hover {
    background-color: #7a4e0c;
}

/* Suggestions List */
#suggestions {
    list-style: none;
    padding: 0;
    border: 1px solid #ddd;
    max-height: 150px;
    overflow-y: auto;
    width: 90%;
    margin: 0 auto 10px auto;
    background-color: white;
    border-radius: 5px;
    box-sizing: border-box;
}

#suggestions li {
    padding: 8px 10px;
    cursor: pointer;
}

#suggestions li:hover {
    background-color: #f0f0f0;
}

/* Skip Button */
.skip {
    display: block;
    width: 150px;
    height: 40px;
    margin: 0 auto 15px auto;
    background-color: #c40c0c;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.skip:hover {
    background-color: #a20a0a;
}

/* Last text */
.last-text {
    text-align: center;
    font-size: 12px;
    color: #555;
    margin: 0 20px;
}
  .current-location:hover{
    background-color:#47d8b6;

  }
  .confirm:hover{
    background-color:#d48610 ;
  }
  .skip:hover{
    background-color: #fa0f0f;
  }

  /* category page css */
  a{
  text-decoration: none;
  color: inherit;
}
body{
  background-color: rgb(247, 255, 251);
  font-family: Arial, Helvetica, sans-serif;
}
h1{
  font-size: 2.5rem;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-card{
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all 0.3s ease;
  flex-direction: column;
  background-color: white;
  height: auto;
  gap: 20px;
 border-radius: 4px;
 border: 1px solid;
 max-width: 350px;
 -webkit-tap-highlight-color: transparent;

}
.product-link{
  transition: all 0.3s ease;
}
.product-link:active{
  background-color: rgba(0, 0, 0, 0.05);
}
.product-card img{
max-width: 80%;
padding: 30px;
max-height: 180px;
object-fit: contain;
display: block;
  margin: 0 auto;
}
.category-h4{
    font-size: 23px;
    font-weight: 500;
 
}
.category-h4, .qty, .price {
   padding-left: 10px;
   margin-bottom: 10px;
}
.price{
  color: rgb(216, 8, 8);
}
.add-to-cart{
width: 100%;
    display: block;
    margin: auto;
    height: 40px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    background-color: #e50914;
    color: white;
    transition: all 0.4s ease;
}
#products{
 display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-bottom: 10vh;
    justify-items: center;
    gap: 20px;
    box-sizing: border-box;
     padding: 20px; 
   
}
.add-to-cart:active{
  transform: scale(0.9);
}



 



/*--------------------*/
/* cart page ki css */
 .container{
        width: 70vw;
        height: auto;
        border: 2px solid black;
        padding: 20px;
        margin: 40px auto;
    }
  .prouduct-total-price{
    font-weight: 600;
    
  }
.upper-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.cart-text{
  font-size: clamp(18px, 2.2vw, 22px);
}
.upper-section .clear{
    font-size: clamp(14px, 1.4vw, 20px);
  padding: 6px 10px;
    font-weight: 600;
    background-color:white;
    border: 1px solid #e50914;
    border-radius: 5px;
    color: #e50914;
}
.product-details{
   width: 95%;
   border: 1px solid #dee2e6;
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 20px 20px;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
}
.product-details img{
    width: 100px;
    height: 100px;
}
.product-name{
     font-size: clamp(14px, 1.1vw, 16px);
    font-weight: 500;
}
.img-name{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 35%;

}
.product-amount{
    display: flex;
    gap: 10px;
    align-items: center;
    width: 15%;
    justify-content: center;

}
.decrease , .increase{
    width: 30px;
    height: 30px;
    background-color: #e50914;
    color: white;
    font-size: 25px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    transition: all 0.2s ease;
}

.total{
       display: flex;
    flex-wrap: wrap;
    background-color: white;
    justify-self: flex-end;
    justify-content: space-between;
    height: 170px;
    width: 340px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 5px #0000001a;
    padding: 23px 30px;
    margin-top: 25px;
    margin-right: 3px;
    font-weight: 600;
}
.item-quan{
        width: 100%;
    color: #b3b3b3;
    font-size: 16px;
    margin-top: -15px;
    font-weight: 500;
}
.checkout{
    width: 100%;
    background-color: #e50914;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    color: white;
   transition: all 0.3s;

}
.product-quantity{
    position: absolute;
    bottom: 3%;
    left: 0;
    font-weight: 500;
    font-size: 14px;
    color: #b3b3b3;
    width: 135px;
    text-align: center;
}
.shoping{
        border: none;
    height: 50px;
    width: 182px;
    color: white;
    background-color: #e50914;
    border-radius: 5px;
    font-size: 28px;
    font-weight: 700;
transition: all 0.4s ease;
}
.empty-message{
    font-size: 24px;
    font-weight: bolder;
}
.empty-cart{
    display: none;
    
}
.product-price{
    width: 10%;
    text-align: center;
}

.product-amount .amount {
  width: 20px;          
  text-align: center;
  font-weight: 600;
}
.show-empty-cart{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

  .shoping:hover{
    background-color: #bf2930;
    transform: scale(1.02);
  }
  .checkout:hover{
    background-color: #bf2930;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  }
  .increase:hover{
    background-color: #fe343e;
    transform: scale(1.02);
  }
  .decrease:hover{
    background-color: #fe343e;
    transform: scale(1.02);
  }

.empty-cart a{
    text-decoration: none;
    color: inherit;
}
.whatsapp-btn {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 10px;
    background-color: #25D366; /* WhatsApp green */
    color: white;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    margin-top: 5px;
    -webkit-tap-highlight-color: transparent;
}

.whatsapp-btn img {
    width: 20px;
    height: 20px;
}

.whatsapp-btn:hover {
    background-color: #1ebe5d; /* darker green on hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}


/*----------------*/

/* search page css */
.search-result{
   font-size: clamp(18px, 2.2vw, 2rem);
    margin-top: 30px;
    margin-bottom: 30px;
   
    font-weight: 200;
}
.clear-result{
     font-size: clamp(14px, 1.4vw, 20px);
  padding: 6px 10px;
    font-weight: 600;
    background-color:white;
    border: 1px solid #e50914;
    border-radius: 5px;
    color: #e50914;
}
.search-text{
    display: flex;
    gap: 20px;
     margin-left: 5vw;
     align-items: center;
}

/*-----------------------------------*/

@media  screen and (min-width:1024px) {
   .add-to-cart:hover{
    background-color: #bf2930;
    transform: scale(1.02);
  }
  .cart:hover{
      background-color: #a70d15;
    }
}

@media screen and (max-width:1349px) {
   .auto-scroll{
    width: 1182px;
   }
}
@media screen and (max-width:1200px) {
  
  
  .header{
    font-size: 14px;
  }
  .logo img{
    max-width: 240px;
  }
  .search input{
    width: 300px;
  }
  .troly img{
    width: 45px;
    height: 45px;
  }
  .your-items{
    gap: 53px;
    
  }
  .your-items h5{
 margin-top: 10px;
  }
  h1{
    font-size: 2.3rem;
    font-weight: 500;
  }

  .heading-font{
     margin: -20px 0px 25px 0px;
  }
  .discountimg{
    margin-top: -20px;
  }
  .bigimg{
    margin-top: -5px;
  }
  .second-img img{
    height: auto;
  }
  .big3 img{
    height: auto;
  }
  .big4 img{
    height: auto;
  }
 
  
  .scroll{
  display: flex;
     margin-left: 2px;
      margin-right: 0px;
  animation: scroll4 40s 2s ease-out infinite;}
       @keyframes scroll4 {
    
      0%   { transform: translateX(-12%); }
      2%   { transform: translateX(-132%); } /* slide */
      5.5% { transform: translateX(-132%); } /* pause */

    
      7.5% { transform: translateX(-244%); }
      11%  { transform: translateX(-244%); }

    
      13%  { transform: translateX(-367%); }
      16.5%{ transform: translateX(-367%); }

    
      18.5%{ transform: translateX(-482%); }
      22%  { transform: translateX(-482%); }

    
      24%  { transform: translateX(-602%); }
      27.5%{ transform: translateX(-602%); }

    
      29.5%{ transform: translateX(-714%); }
      33%  { transform: translateX(-714%); }

    
      35%  { transform: translateX(-835%); }
      38.5%{ transform: translateX(-835%); }

    
      40.5%{ transform: translateX(-946%); }
      44%  { transform: translateX(-946%); }

    
      46%  { transform: translateX(-1069%); }
      49.5%{ transform: translateX(-1069%); }

      
      51.5%{ transform: translateX(-1185%); }
      55%  { transform: translateX(-1185%); }

      
      57%  { transform: translateX(-1301%); }
      60.5%{ transform: translateX(-1301%); }

      
      62.5%{ transform: translateX(-1417%); }
      66%  { transform: translateX(-1417%); }

      
      68%  { transform: translateX(-1529%); }
      71.5%{ transform: translateX(-1529%); }

      
      73.5%{ transform: translateX(-1649%); }
      77%  { transform: translateX(-1649%); }

      
      79%  { transform: translateX(-1763%); }
      82.5%{ transform: translateX(-1763%); }

      
      84.5%{ transform: translateX(-1880%); }
      88%  { transform: translateX(-1880%); }

      
      90%  { transform: translateX(-2006%); }
      93.5%{ transform: translateX(-2006%); }

      
      95.5%{ transform: translateX(-12%); }
      100% { transform: translateX(-12%); }
    }
    .auto-scroll{
      width: 1065px;
      gap: 30px;
    }
   footer{
      flex-wrap: wrap;
     
    }
  
}
@media screen and (max-width:1080px){
  .search input, .logo img, .troly img{
    order: 1;
  }
  .flex{
    order: 2;
    flex: 100%;
    justify-content: center;
    gap: 20%;
  }
  .header{
   height: 115px;
        flex-wrap: wrap;
    
  }
  nav{
    font-size: 12px;
  }
  .call{
    font-size: 14px;
  }
  .home{
    margin-left: 14px;
  }
  .verticalline{
    margin-left: 14px;
  }
  .deliver{
    margin-left: 14px;
  }
  .login{
    margin-right: 14px;
  }
  .call{
    margin-right: 14px;
  }
  .bigimg img{
    width: 95vw;
   
  }
  .discountimg img{
    width: 95vw;
  }
  .heading-font3 {
    margin-top: 0px;
}
.heading-font4 {
    margin-top: 9px;
  margin-bottom: 25px;
  
  }
  /* dropdown*/
  
  .category-box{
    width: 200px;
    font-size: 14px;
  }
  /*----------------*/
  .font4{
            margin-top: 11px;
        margin-bottom: 10px;
  }
  
  .scroll{
  display: flex;
  margin-left: 0px;
  animation: scroll3 40s 2s ease-out infinite;}
   @keyframes scroll3 {
    
        0%   { transform: translateX(0%); }
      2%   { transform: translateX(-109%); } /* slide */
      5.5% { transform: translateX(-109%); } /* pause */

    
      7.5% { transform: translateX(-226%); }
      11%  { transform: translateX(-226%); }

    
      13%  { transform: translateX(-351%); }
      16.5%{ transform: translateX(-351%); }

    
      18.5%{ transform: translateX(-470%); }
      22%  { transform: translateX(-470%); }

    
      24%  { transform: translateX(-592%); }
      27.5%{ transform: translateX(-592%); }

    
      29.5%{ transform: translateX(-719%); }
      33%  { transform: translateX(-719%); }

    
      35%  { transform: translateX(-831%); }
      38.5%{ transform: translateX(-831%); }

    
      40.5%{ transform: translateX(-959%); }
      44%  { transform: translateX(-959%); }

    
      46%  { transform: translateX(-1080%); }
      49.5%{ transform: translateX(-1080%); }

      
      51.5%{ transform: translateX(-1199%); }
      55%  { transform: translateX(-1199%); }

      
      57%  { transform: translateX(-1321%); }
      60.5%{ transform: translateX(-1321%); }

      
      62.5%{ transform: translateX(-1445%); }
      66%  { transform: translateX(-1445%); }

      
      68%  { transform: translateX(-1565%); }
      71.5%{ transform: translateX(-1565%); }

      
      73.5%{ transform: translateX(-1681%); }
      77%  { transform: translateX(-1681%); }

      
      79%  { transform: translateX(-1808%); }
      82.5%{ transform: translateX(-1808%); }

      
      84.5%{ transform: translateX(-1924%); }
      88%  { transform: translateX(-1924%); }

      
      90%  { transform: translateX(-2047%); }
      93.5%{ transform: translateX(-2047%); }

      
      95.5%{ transform: translateX(0%); }
      100% { transform: translateX(0%); }
    }
    .auto-scroll{
     gap: 40px;
     width: 950px;
    }
     .box {
        max-width: 700px;
    }
    .box-top {
        font-size: 22px;
    }
   
}
@media screen and (max-width:965px) {
   .auto-scroll{
    width: 886px;
    gap: 41px;
   }
   .scroll{
    margin-left: -2px;
    animation: scroll965 40s 2s ease-out infinite
   }
    @keyframes scroll965 {
      
      
        0%   { transform: translateX(0%); }
      2%   { transform: translateX(-126%); } /* slide */
      5.5% { transform: translateX(-126%); } /* pause */

    
      7.5% { transform: translateX(-246%); }
      11%  { transform: translateX(-246%); }

    
      13%  { transform: translateX(-367%); }
      16.5%{ transform: translateX(-367%); }

    
      18.5%{ transform: translateX(-486%); }
      22%  { transform: translateX(-486%); }

    
      24%  { transform: translateX(-608%); }
      27.5%{ transform: translateX(-608%); }

    
      29.5%{ transform: translateX(-735%); }
      33%  { transform: translateX(-735%); }

    
      35%  { transform: translateX(-846%); }
      38.5%{ transform: translateX(-846%); }

    
      40.5%{ transform: translateX(-975%); }
      44%  { transform: translateX(-975%); }

    
      46%  { transform: translateX(-1098%); }
      49.5%{ transform: translateX(-1098%); }

      
      51.5%{ transform: translateX(-1215%); }
      55%  { transform: translateX(-1215%); }

      
      57%  { transform: translateX(-1338%); }
      60.5%{ transform: translateX(-1338%); }

      
      62.5%{ transform: translateX(-1461%); }
      66%  { transform: translateX(-1461%); }

      
      68%  { transform: translateX(-1581%); }
      71.5%{ transform: translateX(-1581%); }

      
      73.5%{ transform: translateX(-1698%); }
      77%  { transform: translateX(-1698%); }

      
      79%  { transform: translateX(-1825%); }
      82.5%{ transform: translateX(-1825%); }

      
      84.5%{ transform: translateX(-1940%); }
      88%  { transform: translateX(-1940%); }

      
      90%  { transform: translateX(-2063%); }
      93.5%{ transform: translateX(-2063%); }

      
      95.5%{ transform: translateX(0%); }
      100% { transform: translateX(0%); }
    }
    
    
  }
    @media screen and (max-width:916px) {
     .help{
      margin-left: 0px;
    }
  }
@media screen and (max-width:895px) {
  .auto-scroll{
    width: 723px;
            gap: 43px;
  }
  .scroll{
    margin-left: -1px;
  }
}
@media screen and (max-width:850px){
  
  .quantity{
    padding: 0px 2px 0px 8px;
    font-weight: normal;
    font-size: 18px;
  }
  .pahla p{
    font-size: 16px;
    padding-top: 6px;
    margin-bottom: 3px;
  }
  .cart{
    margin-top: 3px;
    font-size: 15px;
    height: 32px;
  } 
  .scroll{
    display: flex;
    animation: scroll1 40s 2s ease-out infinite;}
    @keyframes scroll1 {
      
      0%   { transform: translateX(0%); }
      2%   { transform: translateX(-121%); } /* slide */
      5.5% { transform: translateX(-121%); } /* pause */

      
      7.5% { transform: translateX(-246%); }
      11%  { transform: translateX(-246%); }
      
      
      13%  { transform: translateX(-364%); }
      16.5%{ transform: translateX(-364%); }
      
      
      18.5%{ transform: translateX(-489%); }
      22%  { transform: translateX(-489%); }
      
      
      24%  { transform: translateX(-611%); }
      27.5%{ transform: translateX(-611%); }
      
      
      29.5%{ transform: translateX(-733%); }
      33%  { transform: translateX(-733%); }
      
      
      35%  { transform: translateX(-855%); }
      38.5%{ transform: translateX(-855%); }
      
      
      40.5%{ transform: translateX(-983%); }
      44%  { transform: translateX(-983%); }
      
      
      46%  { transform: translateX(-1094%); }
      49.5%{ transform: translateX(-1094%); }
      
      
      51.5%{ transform: translateX(-1223%); }
      55%  { transform: translateX(-1223%); }
      
      
      57%  { transform: translateX(-1355%); }
      60.5%{ transform: translateX(-1355%); }
      
      
      62.5%{ transform: translateX(-1475%); }
      66%  { transform: translateX(-1475%); }
      
      
      68%  { transform: translateX(-1592%); }
      71.5%{ transform: translateX(-1592%); }
      
      
      73.5%{ transform: translateX(-1712%); }
      77%  { transform: translateX(-1712%); }
      
      
      79%  { transform: translateX(-1834%); }
      82.5%{ transform: translateX(-1834%); }
      
      
      84.5%{ transform: translateX(-1959%); }
      88%  { transform: translateX(-1959%); }
      
      
      90%  { transform: translateX(-2080%); }
      93.5%{ transform: translateX(-2080%); }
      
      
      95.5%{ transform: translateX(0%); }
      100% { transform: translateX(0%); }
    }
  
    
    
    .scroll{
      margin-left: 20px;
    }
    .auto-scroll{
     gap: 19px;
      width: 669px;
    }
  
   
   }
   @media (max-width: 768px) {

  /* container responsive */
  .container {
    width: 90%;
    padding: 10px;
  }

  /* cart row → column */
  .product-details {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 12px;
    gap: 10px;
  }

  /* image + name */
  .img-name {
    width: 100%;
  }

  .product-details img {
    width: 70px;
    height: 70px;
  }

  /* product price */
  .product-price {
    width: 100%;
    text-align: left;
    margin-top: 6px;
  }

  /* remove absolute positioning */
  .product-quantity {
    position: static;
    width: auto;
    font-size: 13px;
  }

  /* qty + total in one row */
  .product-amount {
    width: 100px;
    justify-content: space-between;
    margin: 0px auto;
  }

  .prouduct-total-price {
    width: 100%;
    text-align: right;
    font-weight: 600;
  }

  /* total box full width */
  .total {
    width: 70%;
    margin: auto;
  }
    .box-text {
        font-size: 18px;
    }
    .current-location, .location, .confirm {
        font-size: 16px;
        height: 45px;
    }
    .skip {
        width: 180px;
        height: 45px;
    }


}

  
    @media screen and (max-width:680px) {
      .flex{
        display: none;
      }
      .menu{
            display: inline-flex;
            align-items: center;
            background-color: #e50914;
        padding-right: 96%;
       
        padding-top: 4px;
        padding-bottom: 4px;
        border-top: 1px solid white;
      
      
      }
      .menu img{
      filter: invert(1);
       
      }
      .dots{
        width: 25px;
      }
      .menu span{
            display: inline-flex;
      align-items: center;
      margin-left: 14px;
      font-size: 12px;
      color: aliceblue;
      white-space: nowrap;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      }
    .deliver{
      display: none;
    }
    
    .call{
      display: none;
    }
    .call2{
      display: inline-flex;
      align-items: center;
      margin-right: 14px;
    }
    .kirana{
      display: block;
       margin-left: 14px;
    }
    .home{
      display: none;
    }
    .verticalline{
      display: none;
    }
    .man{
      margin-right: -8px;
      margin-left: 5px;
      width: 18px;
    }
    .logo{
      display: none;
    }
    .top{
      justify-content: space-between;
    }
    .search input{
      width: 80vw;
      background-color: white;
      font-size: 12px;
      padding: 0px 0px 0px 10px;
      position: relative;
    }
    .search img{
    height: 27px;
            width: 29px;
            position: absolute;
            filter: none;
            padding: 0px;
            margin-top: 9px;
            background-color: white;
            margin-left: -35px;
        }
        .header{
          height: 80px;
          flex-wrap: nowrap;
        }
      
       .cart{
        font-size: 13px;
        height: 28px;
    
       }
       .pahla p{
        font-size: 14px;
        padding-top: 4px;
        margin-bottom: 4px;
       }
       .quantity{
        font-size: 15px;
        height: 30px;
       }
       .your-items {
            gap: 95px;}
            .scroll{
      display: flex;
     animation: scroll2 40s 2s ease-out infinite;}
    
               @keyframes scroll2 {
        
          0%   { transform: translateX(10%); }
          2%   { transform: translateX(-142%); } /* slide */
          5.5% { transform: translateX(-142%); } /* pause */
    
        
          7.5% { transform: translateX(-278%); }
          11%  { transform: translateX(-278%); }
    
        
          13%  { transform: translateX(-407%); }
          16.5%{ transform: translateX(-407%); }
    
        
          18.5%{ transform: translateX(-556%); }
          22%  { transform: translateX(-556%); }
    
        
          24%  { transform: translateX(-694%); }
          27.5%{ transform: translateX(-694%); }
    
        
          29.5%{ transform: translateX(-838%); }
          33%  { transform: translateX(-838%); }
    
        
          35%  { transform: translateX(-970%); }
          38.5%{ transform: translateX(-970%); }
    
        
          40.5%{ transform: translateX(-1128%); }
          44%  { transform: translateX(-1128%); }
    
        
          46%  { transform: translateX(-1267%); }
          49.5%{ transform: translateX(-1267%); }
    
          
          51.5%{ transform: translateX(-1410%); }
          55%  { transform: translateX(-1410%); }
    
          
          57%  { transform: translateX(-1540%); }
          60.5%{ transform: translateX(-1540%); }
    
          
          62.5%{ transform: translateX(-1698%); }
          66%  { transform: translateX(-1698%); }
    
          
          68%  { transform: translateX(-1828%); }
          71.5%{ transform: translateX(-1828%); }
    
          
          73.5%{ transform: translateX(-1972%); }
          77%  { transform: translateX(-1972%); }
    
          
          79%  { transform: translateX(-2107%); }
          82.5%{ transform: translateX(-2107%); }
    
          
          84.5%{ transform: translateX(-2253%); }
          88%  { transform: translateX(-2253%); }
    
          
          90%  { transform: translateX(-2389%); }
          93.5%{ transform: translateX(-2389%); }
    
          
          95.5%{ transform: translateX(10%); }
          100%{transform: translateX(10%);}
       
        
               }
    .scroll{
      margin-left: 16px;
    
    }
    .auto-scroll{
    width: 496px;   
    gap: 59px;
  }
.us{
  display: none;
  
}
.instagram{
  padding: 0;
  border: none;
  bottom: 180px;
}
.up{
  width: 10px;
    height: 10px;
    right: 3%;
    bottom: 80px;
}
.instagram img{
  width: 35px;
}
  
}

@media screen and (max-width:550px){
  .scroll{
    margin-left: 16px;
  margin-right: 0px;
  }
    @keyframes scroll550 {
        
          0%   { transform: translateX(0%); }
          2%   { transform: translateX(-147%); } /* slide */
          5.5% { transform: translateX(-147%); } /* pause */
    
        
          7.5% { transform: translateX(-282%); }
          11%  { transform: translateX(-282%); }
    
        
          13%  { transform: translateX(-413%); }
          16.5%{ transform: translateX(-413%); }
    
        
          18.5%{ transform: translateX(-556%); }
          22%  { transform: translateX(-556%); }
    
        
          24%  { transform: translateX(-694%); }
          27.5%{ transform: translateX(-694%); }
    
        
          29.5%{ transform: translateX(-838%); }
          33%  { transform: translateX(-838%); }
    
        
          35%  { transform: translateX(-979%); }
          38.5%{ transform: translateX(-979%); }
    
        
          40.5%{ transform: translateX(-1120%); }
          44%  { transform: translateX(-1120%); }
    
        
          46%  { transform: translateX(-1260%); }
          49.5%{ transform: translateX(-1260%); }
    
          
          51.5%{ transform: translateX(-1397%); }
          55%  { transform: translateX(-1397%); }
    
          
          57%  { transform: translateX(-1535%); }
          60.5%{ transform: translateX(-1535%); }
    
          
          62.5%{ transform: translateX(-1678%); }
          66%  { transform: translateX(-1678%); }
    
          
          68%  { transform: translateX(-1813%); }
          71.5%{ transform: translateX(-1813%); }
    
          
          73.5%{ transform: translateX(-1957%); }
          77%  { transform: translateX(-1957%); }
    
          
          79%  { transform: translateX(-2092%); }
          82.5%{ transform: translateX(-2092%); }
    
          
          84.5%{ transform: translateX(-2233%); }
          88%  { transform: translateX(-2233%); }
    
          
          90%  { transform: translateX(-2374%); }
          93.5%{ transform: translateX(-2374%); }
    
          
          95.5%{ transform: translateX(0%); }
          100%{transform: translateX(0%);}
         }
  
}
@media screen and (max-width:500px){
  .scroll{
    animation: scroll550 40s 2s ease-out infinite;
  }
         @keyframes scroll550 {
        
          0%   { transform: translateX(8%); }
          2%   { transform: translateX(-95%); } /* slide */
          5.5% { transform: translateX(-95%); } /* pause */
    
        
          7.5% { transform: translateX(-195%); }
          11%  { transform: translateX(-195%); }
    
        
          13%  { transform: translateX(-295%); }
          16.5%{ transform: translateX(-295%); }
    
        
          18.5%{ transform: translateX(-398%); }
          22%  { transform: translateX(-398%); }
    
        
          24%  { transform: translateX(-498%); }
          27.5%{ transform: translateX(-498%); }
    
        
          29.5%{ transform: translateX(-598%); }
          33%  { transform: translateX(-598%); }
    
        
          35%  { transform: translateX(-698%); }
          38.5%{ transform: translateX(-698%); }
    
        
          40.5%{ transform: translateX(-802%); }
          44%  { transform: translateX(-802%); }
    
        
          46%  { transform: translateX(-902%); }
          49.5%{ transform: translateX(-902%); }
    
          
          51.5%{ transform: translateX(-1002%); }
          55%  { transform: translateX(-1002%); }
    
          
          57%  { transform: translateX(-1102%); }
          60.5%{ transform: translateX(-1102%); }
    
          
          62.5%{ transform: translateX(-1206%); }
          66%  { transform: translateX(-1206%); }
    
          
          68%  { transform: translateX(-1304%); }
          71.5%{ transform: translateX(-1304%); }
    
          
          73.5%{ transform: translateX(-1408%); }
          77%  { transform: translateX(-1408%); }
    
          
          79%  { transform: translateX(-1507%); }
          82.5%{ transform: translateX(-1507%); }
    
          
          84.5%{ transform: translateX(-1609%); }
          88%  { transform: translateX(-1609%); }
    
          
          90%  { transform: translateX(-1709%); }
          93.5%{ transform: translateX(-1709%); }
    
          
          95.5%{ transform: translateX(8%); }
         100%{transform: translateX(8%);}
       
         }
         .scroll{
          margin-left: -20px;
          margin-right: 7px;
         }
         .auto-scroll{
          gap: 15px;
          width: 415px;
        
         }
        footer{
          justify-content: center;
          align-items: center;
        }
        .logo2 img{
                     width: 242px;
        margin: auto
        }
        .help{
                  margin-right: 41%;
        }
        .privacy{
          font-size: 12px;
        }
        address{
          font-size: 16px;
        }
        .copyright{
          font-size: 12px;
        }
        .another-info{
          font-size: 16px;
        }
        .product-card img {
    max-height: 140px;
  }
  .product-card {
    gap: 12px;
  }
  .your-items{
    column-gap: 25px;
    row-gap: 50px;
    margin: 15px 5px;
  }
  .category-h4 {
    font-size: 18px;
  }

  .qty,
  .price {
    font-size: 14px;
  }
   .add-to-cart {
    height: 36px;
    font-size: 16px;
  }
  .product-details{
    width: 90%;
  }
  .right, .left{
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}
@media screen and (max-width:367px) {
  h1{
    font-size: 1.8rem;
  }
  .scroll{
    margin-left: -23px;
    margin-right: 9px;
  }
  .auto-scroll{
    gap: 14px;
  }
  .whatsapp-btn{
    font-size: 13px;
gap: 5px;
  }
  .checkout{
    font-size: 13px;
  }
}


