/*Css for menu 3 page begins here*/
#desk-hero-img {
  display: block;
}
#mobile-hero-img {
  display: none;
}
.yellow-line {
  margin: 0vh;
  margin-bottom: 3vh;
  width: 1.5px;
  height: auto;
  background-color: #f6fa11;
  border: none;
  border-radius: 10px;
}
.nav-menu ul {
  margin-bottom: 3.5rem;
}
.menu-container1,
.menu-container2 {
  display: flex;
  flex-direction: column;
  grid-gap: 3rem;
}
.single-menu-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.menu-item-right ul {
  display: flex;
  list-style-type: none;
  flex-direction: row;
  gap: 2rem;
}
.menu-item-left h4 {
  color: #fbefef;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.combo-list > li {
  color: #fbefef;
  margin-bottom: 1rem;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
}
.combo-list b {
  color: #ffffff;
}
.list-inside-list {
  margin-left: 1.4rem;
  line-height: 1.7rem;
}
.value-giving {
  color: #cb5f5f;
  font-size: 1.5rem;
  text-align: center;
  margin: 3rem auto 2rem auto;
  font-family: "Inter", sans-serif;
}

@media only screen and (min-width: 500px) and (max-width: 1000px) {
  .menu-container {
    width: 90%;
  }
  .nav-menu ul {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
  .menu-item-right ul {
    gap: 1rem;
  }
  .menu-container1,
  .menu-container2 {
    display: flex;
    flex-direction: column;
    grid-gap: 1.8rem;
  }
  .menu-item-left h4 {
    color: #fbefef;
    font-size: 0.85rem;
    margin-bottom: 0.7rem;
  }
  .combo-list > li {
    color: #fbefef;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
  }
  .yellow-line {
    margin: 0vh 4vh;
    margin-bottom: 4vh;
  }
  .value-giving {
    color: #cb5f5f;
    font-size: 1.1rem;
    text-align: center;
    margin: 1.5rem auto 1rem auto;
    font-family: "Inter", sans-serif;
    padding: 0rem 1rem;
  }
  .count-btn {
    margin-top: -2px;
    background-color: #d9d9d9;
    color: #000000;
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    list-style-type: none;
    border: none;
    border-radius: 100%;
  }
}

@media only screen and (max-width: 500px) {
  #desk-hero-img {
    display: none;
  }
  #mobile-hero-img {
    display: block;
  }
  .nav-menu ul {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
  .menu-container1,
  .menu-container2 {
    display: flex;
    flex-direction: column;
    grid-gap: 1.8rem;
  }
  .menu-container2 {
    margin-top: 1.8rem;
  }
  .menu-item-left h4 {
    color: #fbefef;
    font-size: 0.85rem;
    margin-bottom: 0.7rem;
  }
  .combo-list > li {
    color: #fbefef;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    list-style-type: none;
  }
  .yellow-line {
    display: none;
  }
  .value-giving {
    color: #cb5f5f;
    font-size: 0.9rem;
    text-align: center;
    margin: 1rem auto 1rem auto;
    font-family: "Inter", sans-serif;
    padding: 0rem 1rem;
  }
}
