@media (max-width: 991px) {
  .topbar-inner-section {
    margin-right: unset;
  }
  .navbar-toggler {
    background-color: #fff;
  }
  .nav-item .btn-gofood {
    margin-bottom: 10px;
  }
  .hero-title {
    font-size: 50px;
  }
  .hero-para {
    width: 75%;
  }
  .contact-input-field-col {
    width: 50%;
    margin-bottom: 15px;
  }
  .food-header-title-col {
    width: 100%;
  }
  .food-header-para-col {
    width: 100%;
  }
  .food-items .row .col-md-3 {
    width: 50%;
  }
  .drink-header-title-col {
    width: 100%;
  }
  .drink-header-para-col {
    width: 100%;
  }
  .product-card-2 {
    width: 300px;
  }
  .product-card-2 .image-container img {
    width: 300px;
  }
  .drink-items .row .col-md-4 {
    width: 50%;
  }
  .about-us-inner-content-section {
    width: 100%;
  }
  .about-us-inner-section {
    padding: 40px;
  }
  .location-map-section {
    background-image: unset;
    background-color: #ff7b2b;
  }
  .location-map {
    width: 100%;
  }
  .location-map iframe {
    width: 100%;
    height: 400px;
  }
  .seo-section-title {
    font-size: 56px;
    line-height: 60px;
  }
  img.footer-logo-img {
    height: 110px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
    padding: 20px 40px;
    line-height: 55px;
  }
  .hero-para {
    width: 90%;
    padding-bottom: 50px;
  }
  .contact-input-field-col {
    width: 100%;
  }
  .food-header-title {
    font-size: 62px;
  }
  .food-header-para {
    font-size: 20px;
  }
  .food-items .row .col-md-3 {
    width: 100%;
  }
  .drink-header-title {
    font-size: 62px;
  }
  .drink-header-para {
    font-size: 20px;
  }
  .drink-items .row .col-md-4 {
    width: 100%;
  }
  .about-us-title {
    font-size: 67px;
    line-height: 75px;
  }
  .seo-section-title {
    font-size: 44px;
    line-height: 50px;
  }
  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: 42px;
    padding: 20px 20px;
  }
  .contact-section {
    padding: 50px 10px 35px 10px;
  }
  .food-section {
    padding: 50px 10px 10px 10px;
  }
  .food-header-title {
    font-size: 54px;
  }
  .food-header-para {
    font-size: 18px;
  }
  .drink-section {
    padding: 50px 10px 10px 10px;
  }
  .drink-header-title {
    font-size: 50px;
  }
  .drink-icon {
    height: 100px;
  }
  .drink-header-para {
    font-size: 18px;
  }
  .about-us-section {
    padding: 50px 10px;
  }
  .about-us-title {
    font-size: 56px;
    line-height: 66px;
  }
  .location-map-section {
    padding: 50px 10px;
  }
  .seo-section {
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 38px;
    line-height: 46px;
  }
  .footer-section {
    padding: 50px 10px;
  }
  .footer-socials-icon a {
    margin-right: 0;
  }
}

@media (max-width: 375px) {
  .hero-section {
    padding: 50px 10px;
  }
  .hero-title {
    font-size: 30px;
    line-height: 35px;
  }
  .hero-title {
    font-size: 26px;
    line-height: 35px;
  }
  .food-header-title {
    font-size: 45px;
  }
  .food-header-para {
    font-size: 15px;
  }
  .drink-header-title {
    font-size: 42px;
  }
  .drink-header-para {
    font-size: 15px;
  }
  .drink-icon {
    height: 80px;
  }
  .about-us-title {
    font-size: 44px;
    line-height: 50px;
  }
  .time-day-text {
    font-size: 18px;
    line-height: 25px;
  }
  .address-text {
    font-size: 16px;
    line-height: 24px;
  }
  .location-map iframe {
    height: 300px;
  }
  .seo-section-title {
    font-size: 31px;
    line-height: 35px;
  }
}
