@media (max-width: 991px) {
  .navbar {
    height: unset;
  }
  .navbar-brand img {
    height: 50px;
  }
  .btn-gofood {
    margin-bottom: 10px;
  }
  .hero-inner-section {
    width: 70%;
  }
  .hero-title {
    font-size: 70px;
  }
  .food-checkout-inner-section .row .col-md-6 {
    width: 100%;
  }
  .food-checkout-item-image-section {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
  }
  .food-item-section .row .col-md-3 {
    width: 50%;
  }
  .drink-item-section .row .col-md-3 {
    width: 50%;
  }
  .food-section-title {
    font-size: 70px;
  }
  .drink-section-title {
    font-size: 70px;
  }
  .food-item-list-section .col-md-6 {
    width: 100%;
  }
  .find-us-inner-section {
    width: 100%;
  }
  .find-us-title {
    font-size: 70px;
  }
  .thnaks-title {
    font-size: 70px;
  }
  .thanks-para {
    padding: 0px;
  }
  .seo-section-title {
    font-size: 49px;
    line-height: 49px;
  }
  img.footer-logo-img {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .hero-inner-section {
    width: 100%;
  }
  .hero-title {
    font-size: 48px;
  }
  .food-checkout-item-image-section .row .col-6 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .food-checkout-title {
    font-size: 44px;
    line-height: 54px;
  }
  .food-item-section .row .col-md-3 {
    width: 100%;
  }
  .drink-item-section .row .col-md-3 {
    width: 100%;
  }
  .food-section-title {
    font-size: 43px;
    margin-bottom: 0;
  }
  .drink-section-title {
    font-size: 43px;
    margin-bottom: 0;
  }
  .food-item-row .col-2 {
    width: 22%;
  }
  .drink-item-row .col-2 {
    width: 22%;
  }
  .food-item-row .col-8 {
    width: 56%;
  }
  .drink-item-row .col-8 {
    width: 56%;
  }
  .food-item-list-name {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
  }
  .drink-item-list-name {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
  }
  .food-item-list-price {
    font-size: 12px;
    font-weight: 600;
  }
  .find-us-title {
    font-size: 43px;
  }
  .find-us-border-col {
    display: none;
  }
  .find-us-form-section {
    margin-bottom: 30px;
  }
  .thnaks-title {
    font-size: 43px;
  }
  .seo-section-title {
    font-size: 41px;
    line-height: 41px;
  }
  .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;
  }
  .food-checkout-section {
    padding: 50px 10px;
  }
  .food-checkout-title {
    font-size: 36px;
    line-height: 46px;
  }
  .food-checkout-item-image-section {
    margin-bottom: 20px;
  }
  .food-section {
    padding: 50px 10px;
  }
  .drink-section {
    padding: 50px 10px;
  }
  .food-item-row .col-2 {
    width: 28%;
  }
  .food-item-row .col-8 {
    width: 44%;
  }
  .food-item-list-name {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
  }
  .drink-item-row .col-2 {
    width: 28%;
  }
  .drink-item-row .col-8 {
    width: 44%;
  }
  .drink-item-list-name {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
  }
  .find-us-section {
    background-color: #fff;
    padding: 50px 10px;
  }
  .seo-section {
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 42px;
    line-height: 42px;
  }
  .footer-section {
    padding: 50px 10px;
  }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: 35px;
  }
  .food-checkout-title {
    font-size: 32px;
    line-height: 42px;
  }
  .food-item-list-name {
    font-size: 12px;
    line-height: 14px;
  }
  .drink-item-list-name {
    font-size: 12px;
    line-height: 14px;
  }
  .food-item-list-price {
    font-size: 10px;
    font-weight: 600;
  }
  .find-us-title {
    font-size: 38px;
  }
  .thnaks-title {
    font-size: 38px;
  }
  .seo-section-title {
    font-size: 37px;
    line-height: 37px;
  }
}
