/* 4K (1920px+) */
@media (min-width: 1920px) {
  /* Navbar */
  .navbar {
    padding: 0 80px;
    height: 10vh;
  }
  .nav-left {
    font-size: 1.4rem;
    gap: 40px;
  }
  .nav-right {
    font-size: 1rem;
    gap: 30px;
  }

  /* Hero */
  .img-text h1 {
    font-size: 7rem;
  }
  .img-text p {
    font-size: 1.4rem;
  }
  .img-btn {
    font-size: 1.5rem;
    padding: 20px 50px;
  }
  .text-section1 {
    font-size: 2.5rem;
    height: 30vh;
  }

  /* Sec-3 */
  .sec-3 {
    padding: 6% 15% 5%;
  }
  .sec3-badge {
    font-size: 4rem;
  }
  .sec3-title h1 {
    font-size: 14rem;
  }
  .sec3-para p {
    font-size: 5rem;
  }
  .sec3-icons img {
    width: 140px;
    height: 140px;
  }
  .sec3-btn button {
    font-size: 1.3rem;
    padding: 20px 70px;
  }

  /* Best Seller */
  .best-seller {
    height: auto;
    padding: 60px 0;
  }
  .best-seller h1 {
    font-size: 3.5rem;
  }
  .card1 {
    width: 380px;
    max-width: 380px;
    height: 400px;
  }
  .card-sections {
    min-width: 380px;
  }
  .card-bottom-text {
    width: 380px;
    max-width: 380px;
  }
  .card-bottom-text h3 {
    font-size: 2rem;
  }

  /* Loved */
  .love-head h1 {
    font-size: 5rem;
  }
  .loverd-text h1 {
    font-size: 5.5rem;
  }
  .sec4-card {
    width: 340px;
    max-width: 340px;
    height: 480px;
  }

  /* Sec-5 */
  .sec-5 {
    height: 80vh;
  }
  .sec5-right h1 {
    font-size: 6rem;
  }

  /* Sec-6 */
  .sec6-top h1 {
    font-size: 5.5rem;
  }
  .sec6-top p {
    font-size: 1.4rem;
  }
  .sec6-bottom {
    height: 55vh;
    margin: 4% 8%;
  }
  .right-chai h1 {
    font-size: 5rem;
  }
  .right-chai p {
    font-size: 1.6rem;
  }
  .right-chai-head {
    font-size: 4.5rem;
  }

  /* Sec-7 */
  .sec-7 {
    height: auto;
    padding-bottom: 60px;
  }
  .sec7-part1 {
    padding: 5% 25%;
  }
  .part1-head {
    font-size: 5rem;
  }
  .sec7-part1 h1 {
    font-size: 5rem;
  }
  .sec7-part2 {
    height: 70vh;
  }
  .sec7-img {
    width: 450px;
    min-width: 430px;
    max-width: 460px;
    height: 480px;
  }
  .sec7-img-title {
    font-size: 1rem;
  }

  /* Sec-8 */
  .sec-8 {
    height: 80vh;
  }
  .sec8-text {
    width: 25%;
    height: 70vh;
    padding: 60px;
  }
  .sec8-text h1 {
    font-size: 5rem;
  }
  .sec8-text button {
    padding: 14px 100px;
    font-size: 1.2rem;
  }

  /* Discover */
  .discover-head h1 {
    font-size: 5rem;
  }
  .discover-text h1 {
    font-size: 5rem;
  }
  .discover-input input {
    width: 500px;
    font-size: 1.2rem;
  }
  .vibe-tags span {
    font-size: 1.4rem;
    padding: 22px 60px;
  }
}

/* Tablet (768px – 1023px) */
@media (max-width: 1023px) {
  /* Navbar */
  .navbar {
    margin: 1% 2%;
    padding: 0 30px;
    height: 7vh;
  }
  .nav-left {
    font-size: 1rem;
    gap: 20px;
  }
  .nav-right {
    font-size: 0.75rem;
    gap: 15px;
  }

  /* Hero */
  .img-text {
    padding-left: 4%;
    top: 45%;
    gap: 15px;
  }
  .img-text h1 {
    font-size: 3.5rem;
  }
  .img-text p {
    font-size: 0.95rem;
  }
  .img-btn {
    width: 55%;
    font-size: 1rem;
    padding: 13px 30px;
  }
  .bottom-icon {
    font-size: 20px;
    padding: 12px;
    top: 93%;
    left: 88%;
  }
  .text-section1 {
    font-size: 1.4rem;
    height: 30vh;
    padding: 0 20px;
    text-align: center;
  }

  /* Sec-3 */
  .sec-3 {
    height: auto;
    min-height: 100vh;
    padding: 10% 8% 8%;
  }
  .sec3-badge {
    font-size: 2.2rem;
  }
  .sec3-title h1 {
    font-size: 7rem;
  }
  .sec3-para p {
    font-size: 2.8rem;
  }
  .sec3-icons {
    gap: 40px;
  }
  .sec3-icons img {
    width: 85px;
    height: 85px;
  }

  /* Best Seller */
  .best-seller {
    height: auto;
    padding: 40px 0;
    gap: 30px;
  }
  .best-seller h1 {
    font-size: 2rem;
  }
  .card1 {
    width: 260px;
    min-width: 220px;
    max-width: 260px;
    height: 280px;
  }
  .card-sections {
    min-width: 260px;
  }
  .card-bottom-text {
    width: 260px;
    max-width: 260px;
  }

  /* Loved */
  .section-Loved {
    height: auto;
    padding-bottom: 40px;
  }
  .love-head {
    left: 10%;
    top: 3%;
  }
  .love-head h1 {
    font-size: 2.8rem;
  }
  .loverd-text {
    padding-top: 12vh;
  }
  .loverd-text h1 {
    font-size: 3rem;
    text-align: center;
    padding: 0 20px;
  }
  .loverd-cards {
    overflow-x: auto;
    padding: 5% 4%;
  }

  /* Sec-5 */
  .sec-5 {
    height: auto;
    grid-template-columns: 1fr;
  }
  .sec5-left {
    height: 50vh;
  }
  .sec5-right {
    padding: 40px;
    gap: 30px;
  }
  .sec5-right h1 {
    font-size: 3.5rem;
  }

  /* Sec-6 */
  .sec-6 {
    height: auto;
    padding-bottom: 5%;
  }
  .sec6-bottom {
    flex-direction: column;
    height: auto;
    gap: 0;
    margin: 6% 4%;
  }
  .sec6-left {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    position: relative;
  }
  .sec6-left img {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec6-right {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .sec6-top h1 {
    font-size: 3rem;
  }
  .right-chai h1 {
    font-size: 3rem;
  }
  .right-chai-head {
    font-size: 2.8rem;
  }

  /* Sec-7 */
  .sec-7 {
    height: auto;
    padding-bottom: 40px;
  }
  .sec7-part1 {
    padding: 5% 10%;
    gap: 15px;
  }
  .part1-head {
    font-size: 2.8rem;
  }
  .sec7-part1 h1 {
    font-size: 2.8rem;
  }
  .sec7-part2 {
    height: auto;
    padding: 15px;
    gap: 15px;
  }
  .sec7-img {
    width: 300px;
    min-width: 280px;
    max-width: 310px;
    height: 360px;
  }
  .sec7-part3 {
    padding: 14px 50px;
    font-size: 1rem;
  }

  /* Sec-8 */
  .sec-8 {
    height: 70vh;
  }
  .sec8-text {
    width: 45%;
    height: 60vh;
    padding: 35px;
    top: 10%;
  }
  .sec8-text h1 {
    font-size: 3rem;
    padding: 0 5%;
  }
  .sec8-text button {
    padding: 10px 60px;
  }

  /* Discover */
  .section-discover {
    height: auto;
    padding-bottom: 60px;
  }
  .discover-head {
    left: 10%;
    top: 4%;
  }
  .discover-head h1 {
    font-size: 2.8rem;
  }
  .discover-text {
    padding: 14vh 5% 0 10%;
  }
  .discover-text h1 {
    font-size: 2.8rem;
  }
  .discover-input {
    padding: 3% 5% 0 10%;
  }
  .discover-input input {
    width: 100%;
  }
  .discover-vibes {
    padding: 4% 5% 0 10%;
  }
  .vibe-tags span {
    padding: 15px 30px;
    font-size: 1rem;
  }

  /* Footer */
  .footer {
    margin: 20px;
    padding: 40px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-template-areas:
      "foot1 foot2 foot3"
      "foot4 foot5 foot6"
      "foot7 .     .    ";
  }
}

/* Mobile (max 767px) */
@media (max-width: 767px) {
  /* Navbar */
  .nav-left,
  .nav-right {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .top-head {
    font-size: 0.65rem;
    height: 5vh;
    text-align: center;
    padding: 0 10px;
  }
  .navbar {
    margin: 2% 3%;
    padding: 0 15px;
    height: 7vh;
    border-radius: 8px;
  }

  /* Hero */
  main {
    min-height: 85vh;
  }
  .img-text {
    padding-left: 5%;
    top: 40%;
    gap: 12px;
  }
  .img-text h1 {
    font-size: 2.5rem;
  }
  .img-text p {
    font-size: 0.85rem;
  }
  .img-btn {
    width: 70%;
    font-size: 0.9rem;
    padding: 12px 25px;
  }
  .bottom-icon {
    font-size: 18px;
    padding: 10px;
    top: 90%;
    left: 82%;
  }
  .bottom-icon-left {
    font-size: 40px;
    top: 88%;
    left: 3%;
  }
  .text-section1 {
    font-size: 1.1rem;
    height: auto;
    padding: 30px 20px;
    text-align: center;
  }

  /* Sec-3 */
  .sec-3 {
    height: auto;
    padding: 12% 6% 10%;
    gap: 40px;
  }
  .sec3-badge {
    font-size: 1.8rem;
    padding: 4px 10px;
  }
  .sec3-title h1 {
    font-size: 4.5rem;
  }
  .sec3-para p {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .sec3-icons {
    gap: 25px;
  }
  .sec3-icons img {
    width: 70px;
    height: 70px;
  }
  .sec3-btn button {
    padding: 14px 40px;
    font-size: 0.95rem;
  }

  /* Best Seller */
  .best-seller {
    height: auto;
    gap: 20px;
    padding: 30px 0;
  }
  .best-seller h1 {
    font-size: 1.6rem;
  }
  .best-cards {
    padding: 10px 15px;
    gap: 15px;
  }
  .card1 {
    width: 230px;
    min-width: 200px;
    max-width: 230px;
    height: 250px;
  }
  .card-sections {
    min-width: 230px;
    height: 400px;
  }
  .card-bottom-text {
    width: 230px;
    max-width: 230px;
  }
  .card-bottom-text h3 {
    font-size: 1.2rem;
  }
  .best-btn button {
    padding: 12px 30px;
    font-size: 1rem;
  }

  /* Loved */
  .section-Loved {
    height: auto;
    padding-bottom: 30px;
  }
  .love-head {
    left: 5%;
    top: 2%;
  }
  .love-head h1 {
    font-size: 2rem;
  }
  .loverd-text {
    padding-top: 10vh;
  }
  .loverd-text h1 {
    font-size: 2.2rem;
    text-align: center;
    padding: 0 15px;
  }
  .loverd-cards {
    gap: 15px;
    padding: 4% 3%;
    overflow-x: auto;
  }
  .sec4-card {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    height: 360px;
    padding: 15px;
  }
  .sec4-card-bottom {
    height: 100px;
  }
  .sec4-card-top h2 {
    font-size: 1.3rem;
  }
  .sec4-bottom-text h6 {
    font-size: 0.78rem;
  }

  /* Sec-5 */
  .sec-5 {
    height: auto;
    grid-template-columns: 1fr;
  }
  .sec5-left {
    height: 40vh;
  }
  .sec5-right {
    padding: 30px 20px;
    gap: 25px;
  }
  .sec5-right h1 {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
  .sec5-btn {
    padding: 12px 35px;
    font-size: 0.95rem;
    width: 100%;
    text-align: center;
  }

  /* Sec-6 */
  .sec-6 {
    height: auto;
  }
  .sec6-top {
    padding: 8% 5% 0;
    text-align: center;
  }
  .sec6-top h1 {
    font-size: 2rem;
    letter-spacing: 0.5px;
  }
  .sec6-top p {
    font-size: 0.9rem;
  }
  .sec6-bottom {
    flex-direction: column;
    height: auto;
    gap: 0;
    margin: 6% 4%;
    border-radius: 15px;
  }
  .sec6-left {
    width: 100%;
    height: 35vh;
    overflow: hidden;
    position: relative;
    border-radius: 15px 15px 0 0;
  }
  .sec6-left img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sec6-right {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .right-chai h1 {
    font-size: 2.2rem;
  }
  .right-chai-head {
    font-size: 2rem;
    padding: 2px 6px;
  }
  .right-chai p {
    font-size: 1rem;
  }
  .right-chai button {
    padding: 8px 35px;
    font-size: 0.9rem;
    width: 100%;
  }

  /* Sec-7 */
  .sec-7 {
    height: auto;
    padding-bottom: 30px;
  }
  .sec7-part1 {
    padding: 8% 6%;
    gap: 12px;
  }
  .part1-head {
    font-size: 2rem;
  }
  .sec7-part1 h1 {
    font-size: 2rem;
  }
  .sec7-part2 {
    height: auto;
    padding: 10px 15px;
    gap: 15px;
    justify-content: flex-start;
  }
  .sec7-img {
    width: 260px;
    min-width: 240px;
    max-width: 270px;
    height: 320px;
    padding: 15px;
  }
  .sec7-tag {
    font-size: 0.85rem;
  }
  .sec7-img-title {
    font-size: 0.75rem;
    padding: 8px;
  }
  .sec7-part3 {
    padding: 12px 35px;
    font-size: 0.95rem;
  }

  /* Sec-8 */
  .sec-8 {
    height: auto;
    min-height: 70vh;
  }
  .sec8-text {
    position: relative;
    width: 90%;
    height: auto;
    top: 0;
    left: 0;
    margin: 5% auto;
    padding: 30px;
  }
  .sec8-text h1 {
    font-size: 2.5rem;
    padding: 0;
    text-align: center;
  }
  .sec8-text button {
    padding: 10px 50px;
    width: 100%;
  }

  /* Discover */
  .section-discover {
    height: auto;
    padding-bottom: 50px;
  }
  .discover-head {
    left: 5%;
    top: 3%;
  }
  .discover-head h1 {
    font-size: 2rem;
  }
  .discover-text {
    padding: 12vh 5% 0 5%;
  }
  .discover-text h1 {
    font-size: 2rem;
  }
  .discover-input {
    padding: 5% 5% 0 5%;
  }
  .discover-input input {
    width: 100%;
    padding: 18px 16px;
  }
  .discover-vibes {
    padding: 5% 5% 0 5%;
  }
  .vibe-tags {
    gap: 10px;
  }
  .vibe-tags span {
    padding: 12px 20px;
    font-size: 0.9rem;
    border-radius: 8px;
  }

  /* Footer */
  .footer {
    margin: 15px;
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    grid-template-areas:
      "foot1 foot2"
      "foot3 foot4"
      "foot5 foot6"
      "foot7 .    ";
  }
  .footer-heading {
    font-size: 1rem;
  }
  .footer-links a {
    font-size: 0.85rem;
  }
}

/* Small Mobile (max 480px) */
@media (max-width: 480px) {
  /* Navbar */
  .top-head {
    font-size: 0.55rem;
  }
  .navbar {
    padding: 0 10px;
  }

  /* Hero */
  .img-text h1 {
    font-size: 1.8rem;
  }
  .img-text p {
    font-size: 0.75rem;
  }
  .img-btn {
    width: 85%;
    font-size: 0.85rem;
    padding: 10px 20px;
  }
  .bottom-icon {
    left: 78%;
    top: 88%;
  }
  .bottom-icon-left {
    font-size: 32px;
  }
  .text-section1 {
    font-size: 1rem;
    padding: 25px 15px;
  }

  /* Sec-3 */
  .sec-3 {
    padding: 15% 5% 10%;
    gap: 30px;
  }
  .sec3-badge {
    font-size: 1.4rem;
  }
  .sec3-title h1 {
    font-size: 3.2rem;
  }
  .sec3-para p {
    font-size: 1.4rem;
  }
  .sec3-icons {
    gap: 15px;
  }
  .sec3-icons img {
    width: 55px;
    height: 55px;
  }
  .sec3-btn button {
    padding: 12px 30px;
    width: 100%;
  }

  /* Best Seller */
  .best-seller h1 {
    font-size: 1.3rem;
  }
  .card1 {
    width: 200px;
    min-width: 180px;
  }
  .card-sections {
    min-width: 200px;
  }

  /* Loved */
  .love-head h1 {
    font-size: 1.6rem;
  }
  .loverd-text h1 {
    font-size: 1.8rem;
  }

  /* Sec-5 */
  .sec5-right h1 {
    font-size: 2rem;
  }

  /* Sec-6 */
  .sec6-top h1 {
    font-size: 1.6rem;
  }
  .right-chai h1 {
    font-size: 1.8rem;
  }
  .right-chai-head {
    font-size: 1.6rem;
  }
  .sec6-left {
    height: 28vh;
  }

  /* Sec-7 */
  .sec7-part1 {
    padding: 8% 5%;
  }
  .part1-head {
    font-size: 1.6rem;
  }
  .sec7-part1 h1 {
    font-size: 1.6rem;
  }
  .sec7-img {
    width: 220px;
    min-width: 200px;
    max-width: 230px;
    height: 290px;
  }
  .sec7-part3 {
    padding: 10px 25px;
    font-size: 0.85rem;
  }

  /* Sec-8 */
  .sec8-text {
    position: absolute;
    top: 70%;
    left: 8%;
    width: 88%;
    padding: 25px;
  }
  .sec8-text h1 {
    font-size: 2rem;
  }
  .sec8-text button {
    font-size: 0.9rem;
  }

  /* Discover */
  .discover-head h1 {
    font-size: 1.6rem;
  }
  .discover-text h1 {
    font-size: 1.6rem;
  }
  .discover-input input {
    padding: 14px 14px;
    font-size: 0.9rem;
  }
  .vibe-tags span {
    padding: 10px 16px;
    font-size: 0.8rem;
  }

  /* Footer */

  .sec-9 {
    height: 105vh;
  }
  .footer {
    margin: 10px;
    padding: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-template-areas:
      "foot1 foot7"
      "foot3 foot4"
      "foot5 foot6"
      "foot2 .    ";
  }
  .footer-heading {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 2px;
  background-color: #201c1a;
  border-radius: 5px;
}
