@media (max-width: 1200px) {
  .row,
  .roow,
  .roaw,
  .roww,
  .rowww {
    padding: 0 2rem;
  }

  .logo {
    height: 100px;
  }

  .nav-item li {
    margin-left: 50px;
  }

  .section-features h2::after {
    width: 70%;
  }

  .copy h2::after,
  .roww h2::after,
  .forum h2::after {
    width: 70%;
  }
}

@media (max-width: 1023px) {
  .nav-item {
    display: none;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    padding: 2rem;
  }

  .nav-item.show {
    display: flex;
  }

  .nav-item li {
    margin: 1rem 0;
  }

  .menu-toggle {
    display: block;
  }

  .hero-text-box h1 {
    font-size: 2.2rem;
  }

  .meal-show li {
    width: 45%;
    margin-left: 0;
    margin-right: 1rem;
  }

  .section-features h2::after {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .nav-item {
    padding: 1rem;
    align-items: center;
  }

  .hero-text-box h1 {
    font-size: 1.8rem;
  }

  .btn-group {
    flex-direction: column;
    gap: 1rem;
  }

  .meal-show li {
    width: 100%;
    margin-left: 0;
  }


  .letter h2,
  .copy h2,
  .roww h2 {
    font-size: 2rem;
  }

  .section-features h2::after,
  .copy h2::after,
  .roww h2::after,
  .forum h2::after {
    width: 80%;
  }

  .rowww {
    flex-direction: column;
  }

  .span_1_of_2,
  .span_2_of_2 {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
  }

  .roaw {
    flex-direction: column;
    align-items: center;
    padding: 1rem;
  }

  .plan-box {
    width: 90%;
    max-width: 90%;
    margin: 0 auto 2rem;
  }

  .forum h2 {
    font-size: 1.8rem;
  }

  .contact-form {
    width: 95%;
  }

  input[type="button"] {
    width: 100%;
  }

  .footer-panel {
    flex-direction: column;
    text-align: center;
  }

  .social-links {
    float: none;
    margin-top: 1rem;
  }

  .section-features .content {
    padding: 0 1.5rem; 
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .logo {
    height: 60px;
    margin-right: 0;
  }

  .hero-text-box h1 {
    font-size: 1.5rem;
  }

  .meal-pic img {
    height: 200px;
  }

  .works-step {
    flex-direction: column;
    gap: 0.5rem;
  }

  .btn-app {
    width: 150px;
    height: 40px;
  }

  .plan-price {
    font-size: 1.8rem;
  }

  .section-features h2::after,
  .roww h2::after,
  .copy h2::after,
  .forum h2::after {
    width: 90%;
  }

  .footer-nav li,
  .social-links li {
    display: block;
    margin: 10px 0;
  }

  .footer-nav,
  .social-links {
    text-align: center;
  }

  .section-features .content {
    padding: 0 1rem;
  }

  .letter h2::after {
  width: 250px;
}

.meals{
  padding: 20px;
}

.forum{
  padding: 10px;
}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .roaw {
    flex-direction: column;
    align-items: center;
  }

  .plan-box {
    width: 90%;
    max-width: 90%;
    margin: 0 auto 2rem;
  }
  .nav-item{
    align-items: center;
  }
}
