@media (max-width: 991px) {
  .btn-gofood {
    margin-bottom: 10px;
  }
  .food-item-section > .row > .col-md-3 {
    width: 50%;
  }
  .food-list-section > .row > .col-md-6 {
    width: 100%;
  }
  .food-list-left-side {
    margin-right: unset;
  }
  .food-list-right-side {
    margin-left: unset;
  }
  .drink-item-section > .row > .col-md-3 {
    width: 50%;
  }
  .drink-list-section > .row > .col-md-6 {
    width: 100%;
  }
  .drink-list-left-side {
    margin-right: unset;
  }
  .drink-list-right-side {
    margin-left: unset;
  }
  .get-in-touch-inner-section {
    width: 100%;
  }
  .location-address-inner-section {
    width: 100%;
  }
  .seo-section-title {
    text-align: center;
    font-size: 70px;
    line-height: 70px;
  }
  img.footer-logo-img {
    height: 110px;
  }
}

@media (max-width: 768px) {
  .hero-slug {
    font-size: 26px;
  }
  .hero-title {
    font-size: 58px;
    line-height: 58px;
  }
  .hero-para {
    width: 100%;
  }
  .food-item-section > .row > .col-md-3 {
    width: 100%;
  }
  .food-title {
    font-size: 60px;
    line-height: 60px;
  }
  .name-col {
    width: 40%;
  }
  .border-col {
    width: 20%;
  }
  .price-col {
    width: 40%;
  }
  .list-row {
    font-size: 16px;
  }
  .drink-item-section > .row > .col-md-3 {
    width: 100%;
  }
  .drink-title {
    font-size: 60px;
    line-height: 60px;
  }
  .drink-list-row {
    font-size: 16px;
  }
  .get-in-touch-inner-section > .row > .col-md-6 {
    width: 100%;
  }
  .get-in-touch-title {
    font-size: 70px;
    line-height: 70px;
  }
  .get-in-touch-inner-section {
    background: unset;
  }
  .get-in-touch-form-col {
    background-image: url("assets/drink-section-bg.webp");
    background-position: center;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
  }
  .seo-section-title {
    text-align: center;
    font-size: 33px;
    line-height: 35px;
  }
  img.footer-logo-img {
    margin-bottom: 20px;
  }
  .footer-para {
    margin-bottom: 20px;
  }
  .footer-socials-icon a {
    display: inline-block;
    margin-right: 15px;
  }
}

@media (max-width: 425px) {
  .hero-section {
    padding: 80px 10px;
  }
  .hero-slug {
    font-size: 24px;
  }
  .hero-title {
    font-size: 48px;
    line-height: 48px;
  }
  .food-section {
    padding: 50px 10px;
  }
  .food-title {
    font-size: 50px;
    line-height: 50px;
  }
  .list-row {
    font-size: 14px;
  }
  .drink-section {
    padding: 50px 10px;
  }
  .drink-title {
    font-size: 50px;
    line-height: 50px;
  }
  .drink-list-row {
    font-size: 14px;
  }
  .get-in-touch-section {
    padding: 50px 10px;
  }
  .get-in-touch-title {
    font-size: 65px;
    line-height: 65px;
  }
  .location-address-section {
    padding: 50px 10px;
  }
  .day-time {
    font-size: 20px;
    line-height: 22px;
  }
  .location-address-text {
    font-size: 18px;
    line-height: 20px;
  }
  .seo-section {
    padding: 50px 10px;
  }
}

@media (max-width: 375px) {
  .hero-slug {
    font-size: 20px;
  }
  .hero-title {
    font-size: 42px;
    line-height: 42px;
  }
  .hero-para {
    margin-bottom: 50px;
  }
  .food-title {
    font-size: 46px;
    line-height: 46px;
  }
  .list-row {
    font-size: 12px;
  }
  .food-list-item-heart img {
    height: 12px;
  }
  .drink-title {
    font-size: 46px;
    line-height: 46px;
  }
  .drink-list-row {
    font-size: 12px;
  }
  .drink-list-item-heart img {
    height: 12px;
  }
  .get-in-touch-title {
    font-size: 50px;
    line-height: 50px;
  }
  .get-in-touch-image-section img {
    height: 250px;
  }
  .day-time {
    font-size: 18px;
    line-height: 20px;
  }
  .location-address-text {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 320px) {
}
