*{
   
    padding: 0;
    margin: 0;
    outline-color: red;
}
:root{
    --bodycol:#FDF0E0;
    --btnhover:#1C352D;
    --linkcol:#696614;
    --orderbtncol:#FF3E3E;
}
html {
  scroll-behavior: smooth;
}

* {
  transition: all 0.3s ease-in-out;
}

body{
    width: 100%;
     background-color: var(--bodycol);
}

/* navigation */

.nav{
    height: 10vh;
     width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    border: white solid 1px;
    position: sticky;
    top: 0;

}

/* navitem */

.navitem{
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: end;
  margin-right: 10px;
  background-color:var(--navcol)
   
}
.navlis ul{
    display: flex;
    gap: 2rem;
    background-color: var(--navcol);
 
}
.navlis ul li{
   text-decoration: none;
   list-style-type: none;
  
   gap: 2rem;
}
.navlis ul li a{
    text-decoration: none;
    color: var(--linkcol);
     background-color: var(--navcol);
}
.navlis ul li a:hover {
  background: linear-gradient(to right, #FFF958, #F96A6A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.search{
    height: 6vh;
    width: fit-content;
   display: flex;
    border: solid white;
    border-radius: 50px;
    padding: 1px 5px 1px 1px;
  
}
.search input{
    background-color: var(--bodycol);
    border-radius: 50px;
   
}
 .search input {
  border: none;
  outline: none;
  background: transparent;
}
.sign_btn {
  background: linear-gradient(var(--bodycol), var(--bodycol)) padding-box,
              linear-gradient(to right, #FFF958, #F96A6A) border-box;
  border: 2px solid transparent;
  border-radius: 50px;
  padding: 10px;
  width: 100px;
  margin-right: 20px;
  color: black;
}
.sign_btn:hover{
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(249, 106, 106, 0.4);
}
.sign_btn a{
    text-decoration: none;
    color: black;
}

/* HAMBURGER */
.menu-toggle{
    display: none;
    font-size: 28px;
    cursor: pointer;
}

/* 📱 MOBILE VIEW */
@media (max-width: 768px){

    /* SHOW HAMBURGER */
    .menu-toggle{
        display: block;
        font-size: 14px;
        padding-right: 20px;
    }

    /* HIDE SEARCH + BUTTON */
    
    .sign_btn{
      width: max-content;
      height: 25px;
      font-size: 12px;
        display:flex;
        padding: 3px 3px 3px 3px;
    }
    .search{
      display: none;
    }

    /* NAV MENU RIGHT SIDE POPUP */
    .navlis{
        position: fixed;
        top: 0;
        right: -100%;   /* hidden */
        width: 70%;
        height: 100vh;
       /* background: #b44e3a;
background: linear-gradient(90deg, rgba(180, 78, 58, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%); */
background-color: #ffff;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s ease;
        z-index: 1000;
    }

    /* ACTIVE MENU */
    .navlis.active{
        right: 0;
    }

    /* VERTICAL MENU */
    .navlis ul{
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}
@media(max-width:768px){
.logo img {
    width: 100px;
    height: auto;
  
}

.nav{
    height: 10vh;
     width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    
    border: white solid 1px;
   

}

}
/* ******************************* */

/* colosol part */

/* RESET */
/* body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #FDF0E0;
} */

/* HERO SECTION */
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 10%;
  flex-wrap: wrap;
 
}

/* TEXT SIDE */
.hero-text {
  max-width: 50%;
  
}

.hero-text h1 {
  font-size: 42px;
  line-height: 1.3;
}

/* TEXT COLORS */
.dark {
  color: #333;
}

.highlight {
  color: #F96A6A;
  text-shadow: 2px 2px 4px rgba(249, 106, 106, 0.3);
}

.gradient {
  background: linear-gradient(to right, #FFF958, #F96A6A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

/* PARAGRAPH */
.hero-text p {
  margin: 15px 0;
  color: #666;
  line-height: 1.6;
}

/* BUTTON */
.btn {
  padding: 10px 25px;
  border: none;
  border-radius: 25px;
  /* background: linear-gradient(to right, #FFF958, #F96A6A); */
  background: #FF3E3E;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  border: solid 2px white;

}

.btn:hover {
  box-shadow: 0 6px 15px rgba(249, 106, 106, 0.5);
  transform: translateY(-2px);
}
.btn a{
  text-decoration: none;
  color: white;
}

/* IMAGE SIDE */
.hero-img {
  width: 100%;
  max-width: 400px;
  /* width: 400px; */
  height: 400px;
  position: relative;
}

/* ORBIT CONTAINER */
.orbit-container {
  width: 100%;
  height: 100%;
  position: relative;
}

/* CENTER IMAGE */
.center {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* ORBIT IMAGES */
.orbit {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
}

/* ORBIT ANIMATION */
.o1 { animation: orbit 10s linear infinite; }
.o2 { animation: orbit 12s linear infinite reverse; }
.o3 { animation: orbit 14s linear infinite; }
.o4 { animation: orbit 16s linear infinite reverse; }

/* KEYFRAMES */
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(150px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(150px) rotate(-360deg);
  }
}

@media(max-width:748px){

/* ORBIT ANIMATION */
.o1 { animation: orbit 10s linear infinite; }
.o2 { animation: orbit 12s linear infinite reverse; }
.o3 { animation: orbit 14s linear infinite; }
.o4 { animation: orbit 16s linear infinite reverse; }

/* KEYFRAMES */
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(100px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(100px) rotate(-360deg);
  }
}


}


/* FLOATING ELEMENTS */
.float {
  position: absolute;
  width: 50px;
  opacity: 0.9;
}

/* POSITIONS + ANIMATION */
.chilli {
  top: 10%;
  left: 10%;
  animation: floatUpDown 4s ease-in-out infinite;
}

.capsicum {
  top: 20%;
  right: 5%;
  animation: floatRotate 6s linear infinite;
}

.carrot {
  bottom: 10%;
  left: 15%;
  animation: floatUpDown 5s ease-in-out infinite;
}

.leaf {
  bottom: 15%;
  right: 10%;
  animation: floatRotate 7s linear infinite;
}

/* FLOAT ANIMATIONS */
@keyframes floatUpDown {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

@keyframes floatRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero {
    display: flex;
    flex-direction: column;
    text-align: center;
    
  }
  .hero-text{
    
    width: 300px;
    height: fit-content;
  }

  .hero-img {
    margin-top: 30px;
    
  }
  .hero-text h1{
    font-size: 30px;
    line-height:1.3 ;
  }
  .hero-text p{
    font-size: 12px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #111;
  }
  
  /* images */
  .center{
    position: absolute;
    width: 20vh;
    height: 20vh;
  }
  .orbit {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
}
}
/* ==================service section==================== */
/*  service section  */

.services {
  text-align: center;
  padding: 80px 5%;
  background: #d9d9d9;
  position: relative;
}

/* TITLE */
.title {
  font-size: 36px;
  color: #333;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.desc {
  max-width: 500px;
  margin: 10px auto 50px;
  color: #666;
  font-size: 14px;
}

/* FLOATING */
.chilli {
  position: absolute;
  right: 5%;
  top: 15%;
  width: 50px;
}

.broccoli {
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: 100px;
}

/* CARDS CONTAINER */
.card-container {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* CARD */
.card {
  width: 20%;
  height: 40vh;
  background: #eee;
 
  border-radius: 20px;
  padding: 20px;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);

  opacity: 0;
  transition: all 0.6s ease;
}

/* LEFT RIGHT ENTRY */
.card.left {
  transform: translateX(-80px);
}

.card.right {
  transform: translateX(80px);
}

/* SHOW */
.card.show {
  opacity: 1;
  transform: translateX(0);
}

/* IMAGE */
.card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

/* TEXT */
.card h3 {
  margin-top: 50px;
  font-size: 16px;
}

.card p {
  font-size: 12px;
  color: #999;
}

.card span {
  display: block;
  margin-top: 10px;
}

/* ACTIVE */
.card.active {
  background: #f4b431;
  color: white;
}

/* 🔥 HOVER EFFECT */
.card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .title {
    font-size: 28px;
  }

  .card {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .card {
    width: 100%;
  }
}
.services {
  background: #d9d9d9;
  padding: 80px 5%;
  position: relative;

  box-shadow:
    inset 0 30px 80px rgba(255, 200, 50, 0.25),
    inset 0 -30px 80px rgba(255, 200, 50, 0.25),
    0 10px 40px rgba(0,0,0,0.1);
}



/*     top categories */

.top-categories {
  padding: 80px 6%;
  background: #fdf0e0;
}

/* CONTAINER */
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 40px; */
  flex-wrap: wrap;
}

/* LEFT GRID */
.left-images {
  display: grid;
  /* grid-template-columns: repeat(2, 140px); */
  /* grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); */

  gap: 15px;

  
  grid-template-columns: repeat(2, 1fr);
  
}

.left-images img {
  width: 140px;
  height: 140px;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* RIGHT */
.right-content {
  max-width: 400px;
}

.right-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  margin-bottom: 20px;
}

/* LIST */
.list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

/* DOT */
.dot {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
}

/* COLORS */
.purple { background: #6c4cff; }
.green { background: #2ecc71; }
.orange { background: #ff7a00; }
.yellow { background: #f4b431; }

/* TEXT */
.item h4 {
  font-size: 15px;
  margin: 0;
}

.item p {
  font-size: 12px;
  color: #777;
  margin: 3px 0 0;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    flex-direction: column;
    text-align: center;
   
  }

  .left-images {
    grid-template-columns: repeat(2, 120px);
  }

  .left-images img {
    width: 120px;
    height: 120px;
  }

  .item {
    justify-content: center;
    text-align: left;
  }
  /* RIGHT */
.right-content {
  max-width: 400px;
}
}


  


/* ================= facility section====================   */

.facility-section {
  padding: 80px 6%;
  background: #fdf0e0;

}

/* CONTAINER */
.facility-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 60px; */
  gap: 20%;
  
  flex-wrap: wrap;
}

/* LEFT TEXT */
.facility-text {
  flex: 1;
  max-width: 500px;
}

.facility-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 15px;
  color: #222;
}

.facility-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* RIGHT IMAGE GRID */
.facility-images {
  /* flex: 1; */
  position: relative;
  
  /* width: 350px;
  height: 300px; */
  width: 40%;
  height: 70vh;
}

/* IMAGE BOX */
.img-box {
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
 
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* LARGE IMAGE */
.img-box.large {
  width: 50%;
  height: 50%;
  right: 0;
  bottom: 0;
}

/* SMALL TOP */
.img-box.top {
  width: 20vh;
  height: 20vh;
  top: 0;
  left: 0;
}

/* SMALL BOTTOM */
.img-box.bottom {
  width: 140px;
  height: 120px;
  bottom: 0;
  left: 40px;
 
}

/* INITIAL STATE */
.img-box {
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);

  opacity: 0;
  transition: all 0.8s ease;
}

/* DIFFERENT ENTRY DIRECTIONS */
.img-box.large {
  transform: translateX(80px) scale(0.8);
}

.img-box.top {
  transform: translateY(-60px);
}

.img-box.bottom {
  transform: translateY(60px);
}

/* SHOW ANIMATION */
.facility-container.show .img-box {
  opacity: 1;
  transform: translate(0,0) scale(1);
}

/* STAGGER DELAY */
.facility-container.show .top {
  transition-delay: 0.2s;
}

.facility-container.show .bottom {
  transition-delay: 0.4s;
}

.facility-container.show .large {
  transition-delay: 0.6s;
}
@media (max-width: 768px) {
  .facility-container {
    display: flex;
    height: fit-content;
    flex-direction: column;
    align-items: center;
    
    
  }


.img-box.large {
  width: 40%;
  height: 30%;
  right: 0;
  top: 0;
}

.facility-images{  
  width: 100%;
  height: 50vh;
}

 
    
}



/* delivery */

.delivery-section {
  padding: 80px 6%;
  background: #fdf0e0;
}

/* CONTAINER */
.delivery-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20%;
  flex-wrap: wrap;

  opacity: 0;
  transform: translateY(50px);
  transition: 0.6s ease;
}

/* SHOW */
.delivery-container.show {
  opacity: 1;
  transform: translateY(0);
}

/* LEFT IMAGE GRID */
.delivery-images {
  
  position: relative;
 
  width: 45%;
  height: 70vh;
}

/* IMAGE BOX */
.img-box {
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);

  opacity: 0;
  transition: all 0.8s ease;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BIG IMAGE */
.img-box.big {
  width: 200px;
  height: 200px;
  left: 0;
  bottom: 0;
  transform: translateX(-80px) scale(0.8);
}

/* SMALL LEFT */
.img-box.left {
  width: 140px;
  height: 120px;
  top: 0;
  right: 0;
  transform: translateY(-60px);
}

/* SMALL RIGHT */
.img-box.right {
  width: 140px;
  height: 120px;
  bottom: 0;
  right: 40px;
  transform: translateY(60px);
}

@media (max-width:748px) {

/* CONTAINER */



  /* BIG IMAGE */
.img-box.big {
  width: 40%;
  height: 35%;
  left: 0;
  top: 0;
  transform: translateX(-80px) scale(0.8);
}

/* SMALL LEFT */
.img-box.left {
  width: 45%;
  height: 40%;
  top: 0;
  right: 0;
  transform: translateY(-60px);
}

/* SMALL RIGHT */
.img-box.right {
  width: 60%;
  height: 55%;
  bottom: 0;
  right: 20%;
  transform: translateY(60px);

}
  
}
/* SHOW IMAGE ANIMATION */
.delivery-container.show .img-box {
  opacity: 1;
  transform: translate(0,0) scale(1);
}

/* STAGGER */
.delivery-container.show .left {
  transition-delay: 0.2s;
}

.delivery-container.show .right {
  transition-delay: 0.4s;
}

.delivery-container.show .big {
  transition-delay: 0.6s;
}

/* TEXT */
.delivery-text {
  flex: 1;
  max-width: 500px;
}

.delivery-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 15px;
}

.delivery-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .delivery-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .delivery-images {
   
    margin-bottom: 30px;
    width: 100%;
    height: 50vh;
  }
}
/* grocery */
.daily-section {
  padding: 80px 6%;
  background: #fdf0e0;
  text-align: center;
}

/* TITLE */
.daily-title {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  margin-bottom: 15px;
  color: #222;
}

/* PARAGRAPH */
.daily-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #666;
  max-width: 600px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

/* CONTAINER */
.daily-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;

  opacity: 0;
  transform: translateY(50px);
  transition: 0.6s ease;
}

.daily-container.show {
  opacity: 1;
  transform: translateY(0);
}

/* LEFT */
.daily-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* RIGHT */
.daily-right {
  display: grid;
  grid-template-columns: repeat(2, 150px);
  gap: 20px;
}

/* IMAGE */
.img {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);

  opacity: 0;
  transform: scale(0.8);
  transition: 0.7s ease;
}

.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SIZE */
.big {
  width: 200px;
  height: 200px;
}

.small {
  width: 200px;
  height: 120px;
}

.daily-right .img {
  width: 150px;
  height: 150px;
}

/* ANIMATION */
.daily-container.show .img {
  opacity: 1;
  transform: scale(1);
}

/* STAGGER */
.daily-container.show .img:nth-child(1) { transition-delay: 0.2s; }
.daily-container.show .img:nth-child(2) { transition-delay: 0.4s; }
.daily-container.show .img:nth-child(3) { transition-delay: 0.6s; }
.daily-container.show .img:nth-child(4) { transition-delay: 0.8s; }

/* HOVER */
.img:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .daily-container {
    flex-direction: column;
    align-items: center;
  }

  .daily-right {
    grid-template-columns: repeat(2, 120px);
  }

  .daily-right .img {
    width: 120px;
    height: 120px;
  }

  .big, .small {
    width: 180px;
  }
}

/* books  css */

.books-section {
  background-color: rgb(19, 175, 199);
  padding: 80px 6%;
  background: #fdf0e0;
}

/* WRAPPER */
.books-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

/* TEXT */
.books-text {
  flex: 1;
  max-width: 400px;

  opacity: 0;
  transform: translateX(-50px);
  transition: 0.6s ease;
}

.books-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 10px;
}

.books-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* IMAGE SIDE */
.books-container {
  display: flex;
  gap: 30px;
  align-items: center;

  opacity: 0;
  transform: translateX(50px);
  transition: 0.6s ease;
}

/* BIG */
.book.big {
  width: 220px;
  height: 300px;
}

/* GRID */
.books-grid {
  display: grid;
  grid-template-columns: repeat(2, 140px);
  gap: 20px;
}

/* IMAGE */
.book {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);

  opacity: 0;
  transform: translateY(40px);
  transition: 0.7s ease;
}

.book img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SIZE */
.books-grid .book {
  width: 140px;
  height: 140px;
}

/* SHOW */
.books-wrapper.show .books-text {
  opacity: 1;
  transform: translateX(0);
}

.books-wrapper.show .books-container {
  opacity: 1;
  transform: translateX(0);
}

.books-wrapper.show .book {
  opacity: 1;
  transform: translateY(0);
}

/* STAGGER */
.books-wrapper.show .book:nth-child(1) { transition-delay: 0.2s; }
.books-wrapper.show .book:nth-child(2) { transition-delay: 0.3s; }
.books-wrapper.show .book:nth-child(3) { transition-delay: 0.4s; }
.books-wrapper.show .book:nth-child(4) { transition-delay: 0.5s; }

/* HOVER */
.book:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .books-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 5px;
    background-color: #111;
  }

  .books-text {
    transform: translateY(30px);
  }
  .books-text h2{
    font-size: 20px;
  }
  .books-text p{
    font-size: 12px;
  }

  .books-container {
    width: fit-content;
    transform: translateY(30px);
    display: flex;
    flex-direction: column;
  }

  .books-grid {
    grid-template-columns: repeat(2, 80px);
  }

  .books-grid .book {
    /* width: 120px;
    height: 120px;
     */
     width: 20vw;
     height: 20vw;
  }

  .book.big {
    /* width: 200px;
    height: 260px; */
width: 60vw;
height: 40vw;

  }
}
/* ==============accesries================= */
/* accesories */
.accessories-section {
  padding: 80px 6%;
  background: #fdf0e0;
}

/* WRAPPER */
.accessories-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

/* 🔤 NEW FONT */
.accessories-text h2 {
   font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 10px;
}

.accessories-text p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* TEXT */
.accessories-text {
  flex: 1;
  max-width: 400px;

  opacity: 0;
  transform: translateX(50px);
  transition: 0.6s ease;
}

/* IMAGE SIDE */
.accessories-container {
  display: flex;
  gap: 30px;
  align-items: center;

  opacity: 0;
  transform: translateX(-50px);
  transition: 0.6s ease;
}

/* BIG */
.acc.big {
  width: 220px;
  height: 300px;
}

/* GRID */
.acc-grid {
  display: grid;
  grid-template-columns: repeat(2, 140px);
  gap: 20px;
}

/* IMAGE */
.acc {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);

  opacity: 0;
  transform: translateY(40px);
  transition: 0.7s ease;
}

.acc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SIZE */
.acc-grid .acc {
  width: 140px;
  height: 140px;
}

/* SHOW */
.accessories-wrapper.show .accessories-text {
  opacity: 1;
  transform: translateX(0);
}

.accessories-wrapper.show .accessories-container {
  opacity: 1;
  transform: translateX(0);
}

.accessories-wrapper.show .acc {
  opacity: 1;
  transform: translateY(0);
}

/* STAGGER */
.accessories-wrapper.show .acc:nth-child(1) { transition-delay: 0.2s; }
.accessories-wrapper.show .acc:nth-child(2) { transition-delay: 0.3s; }
.accessories-wrapper.show .acc:nth-child(3) { transition-delay: 0.4s; }
.accessories-wrapper.show .acc:nth-child(4) { transition-delay: 0.5s; }

/* HOVER */
.acc:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .accessories-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .acc-grid {
    grid-template-columns: repeat(2, 120px);
  }

  .acc-grid .acc {
    width: 120px;
    height: 120px;
  }

  .acc.big {
    width: 200px;
    height: 260px;
  }
}

/* intro company */

.support-section {
  padding: 80px 6%;
  background: #fdf0e0;
}

/* WRAPPER */
.support-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;

  opacity: 0;
  transform: translateY(50px);
  transition: 0.6s ease;
}

.support-wrapper.show {
  opacity: 1;
  transform: translateY(0);
}

/* TEXT */
.support-text {
  flex: 1;
  max-width: 450px;
}

.support-text h5 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  letter-spacing: 1px;

  background: linear-gradient(to right, #FFF958, #F96A6A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.support-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  margin-bottom: 10px;
}

.support-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* IMAGE */
.support-image {
  flex: 1;
  display: flex;
  justify-content: center;

  opacity: 0;
  transform: scale(0.8);
  transition: 0.6s ease;
}

.support-image img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
 box-shadow: 0 10px 30px rgba(244, 180, 49, 0.4);
}

/* SHOW */
.support-wrapper.show .support-image {
  opacity: 1;
  transform: scale(1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .support-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .support-text {
    max-width: 100%;
  }

  .support-image img {
    width: 200px;
    height: 200px;
  }
}
/* choose */

.why-section {
  padding: 80px 6%;
  background: #fdf0e0;
}

/* WRAPPER */
.why-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;

  opacity: 0;
  transform: translateY(50px);
  transition: 0.6s ease;
}

.why-wrapper.show {
  opacity: 1;
  transform: translateY(0);
}

/* TEXT */
.why-text {
  flex: 1;
  max-width: 450px;
}

.why-text h5 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;

  background: linear-gradient(to right, #FFF958, #F96A6A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin: 10px 0;
}

.why-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

.why-text ul {
  margin-top: 15px;
  padding-left: 0;
}

.why-text li {
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}

/* VIDEO */
.why-video {
  flex: 1;
  display: flex;
  justify-content: center;

  opacity: 0;
  transform: scale(0.8);
  transition: 0.6s ease;
}

.why-video iframe {
  width: 100%;
  max-width: 400px;
  height: 230px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* SHOW */
.why-wrapper.show .why-video {
  opacity: 1;
  transform: scale(1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .why-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .why-video iframe {
    height: 200px;
  }
}

/* pop food */

.popular-section {
  padding: 80px 6%;
  background: #fdf0e0;
  text-align: center;
}

/* TITLE */
.popular-title {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
}

.popular-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

/* GRID */
.popular-container {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;

  opacity: 0;
  transform: translateY(50px);
  transition: 0.6s ease;
}

.popular-container.show {
  opacity: 1;
  transform: translateY(0);
}

/* CARD */
.food-card {
  width: 240px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: 0.3s ease;
  cursor: pointer;

  opacity: 0;
  transform: translateY(40px);
}

/* IMAGE */
.food-img {
  position: relative;
  overflow: hidden;
}

.food-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: 0.4s;
}

/* TAG */
.tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(to right, #FFF958, #F96A6A);
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
}

/* INFO */
.food-info {
  padding: 12px;
  text-align: left;
}

.food-info h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin: 5px 0;
}

.food-info p {
  font-size: 12px;
  color: #777;
}

/* META */
.food-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.price {
  color: #f96a6a;
  font-weight: bold;
}

.rating {
  background: #28a745;
  color: #fff;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 12px;
}

/* ANIMATION */
.popular-container.show .food-card {
  opacity: 1;
  transform: translateY(0);
}

/* STAGGER */
.popular-container.show .food-card:nth-child(1) { transition-delay: 0.2s; }
.popular-container.show .food-card:nth-child(2) { transition-delay: 0.3s; }
.popular-container.show .food-card:nth-child(3) { transition-delay: 0.4s; }
.popular-container.show .food-card:nth-child(4) { transition-delay: 0.5s; }

/* 🔥 HOVER */
.food-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.food-card:hover img {
  transform: scale(1.08);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .food-card {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .food-card {
    width: 100%;
  }
}

/* app dwnload */

.app-section {
  padding: 80px 6%;
  background: #fdf0e0;
}

/* WRAPPER */
.app-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;

  opacity: 0;
  transform: translateY(50px);
  transition: 0.6s ease;
}

.app-wrapper.show {
  opacity: 1;
  transform: translateY(0);
}

/* TEXT */
.app-text {
  flex: 1;
  max-width: 500px;
}

.app-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  margin-bottom: 15px;
}

.app-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* BUTTONS */
.app-buttons {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.app-buttons button {
  padding: 10px 20px;
  border-radius: 25px;
  border: none;
  background: linear-gradient(to right, #FFF958, #F96A6A);
  cursor: pointer;
  transition: 0.3s;
}

.app-buttons .secondary {
  background: transparent;
  border: 1px solid #333;
}

.app-buttons button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(249,106,106,0.4);
}

/* IMAGE */
.app-image {
  flex: 1;
  display: flex;
  justify-content: center;

  opacity: 0;
  transform: translateX(50px);
  transition: 0.6s ease;
}

.app-image img {
  width: 280px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

/* SHOW */
.app-wrapper.show .app-image {
  opacity: 1;
  transform: translateX(0);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .app-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .app-image img {
    width: 220px;
  }
}

/* footer */

.footer {
  background: #222;
  color: #fff;
}

/* TOP */
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 50px 6%;
  flex-wrap: wrap;
}

/* COLUMN */
.footer-col {
  flex: 1;
  min-width: 200px;
}

/* HEADINGS */
.footer-col h3 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
}

.footer-col h4 {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

/* TEXT */
.footer-col p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #ccc;
}

/* LIST */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  font-size: 13px;
  margin-bottom: 6px;
  color: #ccc;
  cursor: pointer;
  transition: 0.3s;
}
.footer-col li  a{
    text-decoration: none;
  font-size: 13px;
  margin-bottom: 6px;
  color: #ccc;
  cursor: pointer;
  transition: 0.3s;
}

/* HOVER */
.footer-col li a:hover {
  color: #FFF958;
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  padding: 15px;
  background: #111;
  font-size: 13px;
}

