@media (min-width: 450px) {
  :root {
    --fs-1: 54px;
    --fs-2: 36px;
    --fs-3: 20px;
  }

  .home-text {
    max-width: 320px;
    margin-inline: auto;
  }

  .home .btn-group {
    flex-direction: row;
    justify-content: center;
  }

  .dialog-1 {
    top: 15%;
  }

  .dialog-2 {
    right: 15%;
  }

  .shape-1 {
    top: 10%;
    left: 15%;
  }
}

@media (max-width: 449px) {
  .products-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 50px 16px;
    margin-bottom: 70px;
    overflow-x: auto;
  }
}

@media (min-width: 570px) {
  :root {
    --mw: 550px;
  }

  /* HEADER, HOME, ABOUT, SERVICES, PRODUCTS, TESTIMONIALS, FOOTER */

  .navbar-wrapper,
  .home,
  .about,
  .services,
  .product,
  .testimonials,
  .footer-wrapper {
    /* max-width: var(--mw); */
    /* major change */
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  :root {
    --fs-1: 72px;
    --fs-2: 40px;
    --fs-3: 22px;

    --mw: 720px;
  }

  .section-title {
    max-width: 460px;
  }

  .product-price {
    font-size: 18px;
  }

  .shape-1 {
    top: 27%;
  }

  .shape-3 {
    left: 50%;
    width: 50px;
  }

  .shape-4 {
    top: 35%;
    width: 100px;
  }

  .about-left .img-box {
    aspect-ratio: 5 / 3;
  }

  .service-card {
    display: grid;
  }

  .service-card .card-number {
    grid-row: 1 / 3;
    line-height: 1;
    margin-right: 30px;
  }

  .products-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 50px 20px;
    margin-bottom: 70px;
    overflow-x: auto;
  }

  .testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1025px) {
  .menu-toggle-btn {
    display: none;
  }
  .navbar-nav {
    position: static;
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
    transform: translateY(0);
    padding: 0;
    flex-direction: row;
    gap: 50px;
    pointer-events: all;
  }
}

@media (min-width: 1024px) {
  :root {
    --py: 100px;
    --mw: 950px;
  }

  .cart-box {
    max-width: 450px;
    height: calc(100vh - 121px);
  }

  .cart-box-ul {
    padding: 60px;
    padding-bottom: 150px;
  }

  .cart-btn-group {
    padding: 30px 60px;
  }

  .home {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .home-left {
    text-align: left;
  }

  .home-text {
    margin-inline: 0;
  }

  .home .btn-group {
    justify-content: start;
  }

  .dialog-1,
  .dialog-2 {
    width: 260px;
  }

  .about {
    grid-template-columns: 3fr 4fr;
    gap: 80px;
    align-items: center;
    padding: var(--py) var(px) 120px;
  }

  .about-left .img-box {
    aspect-ratio: auto;
  }

  .shape-7 {
    top: 80%;
    left: -25px;
    width: 50px;
  }

  .shape-9 {
    bottom: -40px;
    left: 15%;
    width: 100px;
  }

  .services {
    grid-template-columns: 1fr 1fr;
    gap: 60px 30px;
  }

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .testimonials {
    padding-bottom: 200px;
  }

  .footer-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  :root {
    --mw: 1150px;
  }

  .services {
    grid-template-columns: repeat(3, 1fr);
  }
}
