.menu-items {
  order: 2;
  display: flex;
}

.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.menu-items a {
  text-decoration: none;
  color: #444;
  font-weight: 500;
  transition: color 0.3s ease-in_out;
}

.menu-items a:hover {
  color: #113279;
  transition: color 0.3s ease-in_out;
}

.food-menu-heading {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 400;
  color: #666;
}

.food-menu-container {
  display: flex;
  flex-wrap: wrap;

  padding-left: 11%;
  padding-right: 0%;
}

.food-menu-container img {
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.food-titile1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 65px;
  font-weight: 700;
  color: #c79c2dfb;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #c9c8c8;
}

@media (width < 1000px) {
  .food-titile1 {
    font-size: 35px;

  }

  .food-titile-kek {
    font-size: 35px;
  }
}

@media only screen and (max-width: 600px) {
  .food-titile1 {
    font-size: 35px;
  }

  .food-titile-kek {
    font-size: 35px;
  }
}

.food-menu-item {
  display: flex;
  flex: 1 1 600px;
  /* justify-content: space-evenly;*/
  margin-bottom: 30px;
}



.food-description {
  margin-left: 10px;
  margin-right: 60px;
}


.food-description h2 {
  font-size: 1.7rem;
  color: black;
  margin-bottom: 0px;

}

.food-description p {
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: 500;
}

.food-description .food-price {
  font-size: 1.4rem;
  color: #c79c2dfb;
  font-weight: 700;
  margin-top: 10px;
}

.food-description .kerheto {
  color: #6e7766fb;
  font-weight: 700;
}

.food-description .food-price-2 {
  color: #a37c19fb;
  font-weight: 700;
  font-size: 1.4rem;
}

.food-description .food-price-3 {
  color: #c79c2dfb;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.food-description .food-price-yellow {
  color: #6e7766fb;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 1.2rem;
}

.food-titile-kek {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 65px;
  font-weight: 700;
  color: #2372d9bb;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #c9c8c8;
}