.container-menu {
  background-color: white;
  width: 100%;
  /* change height later */
  height: auto;
  border: 10px solid #c4a42c;
  padding: 30px 10%;
}
svg {
  height: 12px;
}
.logo {
  width: 100%;
  height: 100px;
}
.logo img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.menu {
  margin-top: 30px;
}
.title-row {
  margin-bottom: 10px;
}

.english-title {
  display: block;
  width: 50%;
  color: #c4a42c;
  font-size: 20px;
  font-family: essonnes-display, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
}
.arabic-title {
  display: block;
  width: 50%;
  text-align: end;
  color: #c4a42c;
  font-size: 20px;
  font-family: "Almarai", sans-serif;
}
.menu-row {
  margin-bottom: 10px;
}
.menu-item-english {
  font-size: 16px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.menu-item-english img {
  height: 14px;
}
.menu-item-arabic img {
  height: 14px;
}
.menu-item-arabic {
  text-align: end;
  font-size: 16px;
  font-family: "Almarai", sans-serif;
}
.menu-price {
  text-align: center;
  font-family: "Lato", sans-serif;
}
span.calories {
  opacity: 0.7;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
span.calories-arabic {
  opacity: 0.7;
  font-weight: 300;
  font-family: "Almarai", sans-serif;
}
.sub-title-english {
  /* opacity: 0.9; */
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: italic;
}
.sub-title-arabic {
  font-size: 14px;
  opacity: 0.9;
  font-weight: 300;
  font-family: "Almarai", sans-serif;
}
.modal-body img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .container-menu {
  padding: 20px 5%;
}


.english-title {
  font-size: 18px;
}
.arabic-title {
  font-size: 18px;
}

.menu-item-english {
  font-size: 14px;
}
.menu-item-english img {
  height: 12px;
}
.menu-item-arabic img {
  height: 12px;
}
.menu-item-arabic {
  font-size: 14px;
}

span.calories {
  font-size: 10px;
}
span.calories-arabic {
  font-size: 10px;
}
.sub-title-english {
    font-size: 12px;
}
.sub-title-arabic {
  font-size: 12px;
}

}
