@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px !important;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prata", serif;
  font-weight: 400 !important;
}
p {
  font-family: "Inter", sans-serif;
}
.font_prata {
  font-family: "Prata", serif;
}
.fs-20 {
  font-size: 20px;
}
.text_primary {
  color: #c09342;
}
.text-color1 {
  color: #112a2a;
}
@media screen and (max-width: 600px) {
    .main_title {
        font-size: 40px !important;
    }
    p {
        font-size: 14px !important;
    }
    .food-description {
        font-size: 15px !important;
    }
}
.main_title {
  font-size: 60px;
  font-weight: 400;
}
.bg-dark-green {
  background: #081d1c;
}
.sect_pad {
    padding: 100px 0px 70px 0px;
}
.food-menu .col-md-6 {
  position: relative;
}
@media (min-width: 1400px) {
  .food-menu .col-md-6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgba(17, 42, 42, 0) 11.06%, #c09342 50.96%, rgba(17, 42, 42, 0) 85.58%);
  }
  .food-menu .col-md-6:first-child::before {
    width: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .food-menu .col-md-6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgba(17, 42, 42, 0) 11.06%, #c09342 50.96%, rgba(17, 42, 42, 0) 85.58%);
  }
  .food-menu .col-md-6:first-child::before {
    width: 0px;
  }
  .food-menu .col-md-6:last-child::before {
    width: 0px;
  }
}

.menu-item {
  margin-bottom: 35px;
}

.food-title {
  font-size: 24px;
  color: #c09342;
}
.food-item {
  background: #193838;
  padding: 20px;
  border-radius: 20px;
}

.dot-fill {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.dot-fill:last-child {
  margin-bottom: 0;
}

.food-description {
  font-size: 16px;
  margin-right: 3px;
  color: #fff;
  font-family: "Prata", serif;
}

.dots {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
  margin-right: 25px;
}

.dots::before {
  content: "................................................................................";
  display: inline-block;
  width: 100%;
  color: #fff;
  font-weight: 600;
}

.food-price {
  flex: 0 0 auto;
  font-size: 16px;
  color: #c09342;
  font-family: "Prata", serif;
}