@media (max-width: 992px) {
  .navbar {
    height: unset;
  }
  .navbar-brand img {
    height: 50px;
  }
  .btn-gofood {
    margin-bottom: 10px;
  }
  .hero-inner-section {
    width: 100%;
  }
  .border-col {
    display: none;
  }
  .arrow-col {
    width: 10%;
  }
  .title-col {
    width: 80%;
  }
  .experienc-content-section .row .col-md-6 {
    width: 100%;
  }
  .experience-image-section {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .exp-icons {
    justify-content: center;
  }
  .find-us-inner-section {
    width: 100%;
  }
  img.footer-logo-img {
    height: 54px;
    width: auto;
  }
  .footer-socials-icon img {
    margin-bottom: 10px;
  }
}

@media (max-width: 769px) {
  .hero-title {
    font-size: 52px;
    line-height: 62px;
  }
  input.contact-input-field {
    margin-bottom: 15px;
  }
  img.food-arrow-img {
    height: 16px;
  }
  img.drink-arrow-img {
    height: 16px;
  }
  .experience-image img {
    width: 100%;
    height: auto;
  }
  .experience-title {
    font-size: 36px;
    line-height: 46px;
  }
  .day-time-section {
    margin-bottom: 20px;
  }
  .find-us-title {
    color: #fff;
    font-size: 56px;
    line-height: 56px;
  }
  .seo-section-title {
    font-size: 33px;
    line-height: 35px;
  }
  .footer-brand-logo {
    margin-bottom: 40px;
  }
  .footer-para {
    margin-bottom: 20px;
  }
  .footer-socials-icon a {
    display: inline;
  }
}

@media (max-width: 425px) {
  .hero-section {
    padding: 80px 10px;
  }
  .hero-title {
    font-size: 44px;
    line-height: 54px;
  }
  .contact-section {
    padding: 50px 10px;
  }
  .food-section {
    padding: 50px 10px 10px 10px;
  }
  .food-title {
    font-size: 44px;
    line-height: 44px;
  }
  .drink-section {
    padding: 50px 10px 10px 10px;
  }
  .drink-title {
    font-size: 44px;
    line-height: 44px;
  }
  .experience-section {
    background-color: #dfdfdf;
    padding: 50px 10px;
  }
  .experience-title {
    font-size: 32px;
    line-height: 42px;
  }
  .experience-image-section .row .col-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .find-us-section {
    padding: 50px 10px;
  }
  .find-us-title {
    color: #fff;
    font-size: 48px;
    line-height: 48px;
  }
  .seo-section {
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 28px;
    line-height: 38px;
  }
  .footer-section {
    padding: 50px 10px;
  }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .hero-para {
    margin-bottom: 30px;
  }
  .food-title {
    font-size: 36px;
    line-height: 36px;
  }
  .drink-title {
    font-size: 36px;
    line-height: 36px;
  }
  .experience-title {
    font-size: 27px;
    line-height: 37px;
  }
  .exp-icons img {
    height: 82px;
  }
  .find-us-title {
    color: #fff;
    font-size: 42px;
    line-height: 42px;
  }
  .day-time-section {
    font-size: 15px;
    line-height: 18px;
  }
  .location-address-section {
    font-size: 15px;
    line-height: 22px;
  }
  .seo-section-title {
    font-size: 24px;
    line-height: 34px;
  }
}
