@media (max-width: 1400px) {
  .drink-item-title 
  {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .nav-border-section {
    display: none;
  }
  .drinks-section {
    padding: 50px 15px;
  }
  .drink-item-inner {
    padding: 0;
  }
  .topbar-inner-section {
    margin-right: unset;
  }
  .navbar-toggler {
    background-color: #fff;
  }
  .nav-item .btn-gofood {
    margin-bottom: 20px;
  }
  .hero-inner-section > .row > .col-md-6 {
    width: 100%;
  }
  .hero-content {
    margin-bottom: 50px;
  }
  .hero-image-section {
    margin-bottom: 30px;
  }
  .food-display-title {
    font-size: 70px;
    line-height: 70px;
    padding: unset;
  }
  .food-display-gallery .row {
    width: 90%;
  }
  .food-display-gallery > .row > .col-md-4 {
    width: 50%;
  }
  .food-item {
    margin-bottom: 30px;
  }
  .drinks-inner-section > .row > .col-md-3 {
    width: 50%;
  }

  .contact-us-inner-section {
    width: 100%;
  }

  .visit-us-inner-section {
    width: 100%;
  }

  img.footer-logo-img {
    height: 110px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 65px;
    line-height: 70px;
  }
  .food-display-title {
    font-size: 35px;
    line-height: 45px;
  }
  .food-display-gallery .row {
    width: 100%;
  }
  .food-display-gallery > .row > .col-md-4 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .drinks-inner-section > .row > .col-md-3 {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .contact-us-title {
    font-size: 52px;
    line-height: 56px;
  }
  .contact-us-form {
    margin-bottom: 30px;
  }
  .seo-section-title {
    font-size: 35px;
  }

  .visit-us-title {
    font-size: 48px;
    line-height: 50px;
  }
  .location-address {
    font-size: 17px;
  }

  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-title {
    font-size: 54px;
    line-height: 60px;
  }
  .contact-us-title {
    font-size: 42px;
    line-height: 46px;
  }
  .visit-us-title {
    font-size: 40px;
    line-height: 44px;
  }
  .location-address {
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: 45px;
    line-height: 48px;
  }
  .food-display-title {
    font-size: 25px;
    line-height: 30px;
  }
  .drink-item-title {
    color: #000000;
    font-size: 48px;
  }
  .contact-us-title {
    font-size: 36px;
    line-height: 38px;
  }
  .contact-us-time-table-title {
    font-size: 36px;
  }
  .contact-us-day-time .day-time {
    font-size: 18px;
  }
  .contact-us-time-table {
    height: 200px;
  }
  .visit-us-title {
    font-size: 36px;
    line-height: 38px;
  }
  .location-address {
    font-size: 14px;
  }
  .seo-section-title {
    font-size: 24px;
  }
}

@media (max-width: 320px) {
  .seo-section-body p {
    text-align: justify;
    font-size: 15px;
  }
}
