#menu-hero img {
  width: 100%;
  height: 70vh;
  object-fit: fill;
  object-position: center;
}
#menu-item-btn1,
#menu-item-btn2 {
  background-color: transparent;
  color: #f7eded;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
  text-align: left;
  padding-left: 4rem;
  margin: 3rem auto 2.1rem auto;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
.nav-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
  justify-content: space-around;
  margin-top: 1.5rem;
  margin-bottom: 0rem;
}
.menu-container {
  width: 90%;
  margin: 0 auto;
}
.menu-item ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 0.6rem;
  width: 100%;
}
.menu-container1 .menu-item .menu-txt {
  width: 50%;
  line-height: 1.4rem;
}
.menu-container2 .menu-item .menu-txt {
  width: 50%;
  line-height: 1.4rem;
}
#green-btn {
  display: none;
}
.yellow-line {
  margin: 7vh 0vh;
  width: 1.5px;
  height: auto;
  background-color: #f6fa11;
  border: none;
  border-radius: 10px;
}

@media only screen and (min-width: 800px) and (max-width: 1100px) {
  #menu-item-btn1,
  #menu-item-btn2 {
    font-size: 1.5rem;
    text-align: center;
    margin: 2rem auto 2.1rem auto;
    font-weight: 600;
    padding-left: 0rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 800px) {
  #menu-hero img {
    width: 100%;
    height: 50vh;
    object-fit: fill;
    object-position: center;
  }
  .menu-container {
    width: 100%;
    margin: 0 auto;
  }
  #menu-item-btn1,
  #menu-item-btn2 {
    font-size: 1.5rem;
    text-align: center;
    margin: 2rem auto 2.1rem auto;
    font-weight: 600;
    padding-left: 0rem;
  }
  .nav-menu ul {
    margin-top: 1rem;
    justify-content: space-between;
  }
  .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) {
  #menu-hero img {
    width: 100%;
    height: 50vh;
    object-fit: fill;
    object-position: center;
  }
  .menu-container {
    width: 100%;
    margin: 0 auto;
  }
  #menu-item-btn1,
  #menu-item-btn2 {
    background-color: #d16e43;
    color: #f7eded;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 12px 0px 9px 0px;
    text-align: center;
    margin: 2.5rem auto 1.5rem auto;
    width: 300px;
  }
  .nav-menu ul {
    margin-top: 1rem;
  }
  #green-btn {
    display: block;
  }
  .yellow-line {
    display: none;
  }
  .menu-item {
    margin-bottom: 1rem;
  }
  .see-more-btn {
    font-family: "Josefin Sans", sans-serif;
    text-decoration: none;
    text-align: center;
    margin: 1rem 0rem 1.5rem 0rem;
    user-select: none;
  }
  .menu-container2 {
    margin-top: -1.1rem;
  }
}
