@media (max-width: 991px) {
  .navbar {
    height: unset;
  }
  .navbar-brand img {
    height: 50px;
  }
  .btn-gofood {
    margin-bottom: 10px;
  }
  a.nav-link {
    margin-right: unset;
  }
  .hero-inner-section .row .col-md-8 {
    width: 100%;
  }
  .hero-inner-section .row .col-md-4 {
    width: 100%;
  }
  .hero-content-section {
    margin-bottom: 30px;
  }
  .hero-social-icon-section-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .hero-social-icon-section {
    display: flex;
    justify-content: center;
  }
  .hero-social-icon {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  a.hero-social-btn {
    display: inline;
  }
  .hero-tag-text-col {
    width: 50%;
  }
  .hero-tag-border-col {
    width: 50%;
  }
  .hero-title {
    font-size: 80px;
    line-height: 80px;
  }
  .food-display-inner-section .col-md-6 {
    width: 100%;
  }
  .food-display-content-section {
    margin-bottom: 30px;
  }
  .food-content-section > .row > .col-md-6 {
    width: 100%;
  }
  .food-item-list-section {
    margin-top: 50px;
  }
  .drink-header-title {
    font-size: 50px;
    line-height: 50px;
  }
  img.left-arrow-icon {
    height: 30px;
    width: 20px;
  }
  img.right-arrow-icon {
    height: 30px;
    width: 20px;
  }
  #drink-left-arrow {
    background-color: #f8ed3b;
    border-radius: 50%;
    height: 48px;
  }
  #drink-right-arrow {
    background-color: #f8ed3b;
    border-radius: 50%;
    height: 48px;
  }
  .contact-us-inner-section {
    width: 100%;
  }
  .location-address-text {
    font-size: 20px;
  }
  .seo-section-title {
    font-size: 47px;
    line-height: 60px;
  }
  img.footer-logo-img {
    height: 110px;
  }
}

@media (max-width: 768px) {
  .hero-tag-text-col {
    width: 70%;
  }
  .hero-tag-border-col {
    width: 30%;
  }
  .hero-tag-text {
    font-size: 36px;
  }
  .hero-title {
    font-size: 47px;
    line-height: 85px;
  }
  .food-display-title {
    font-size: 60px;
    line-height: 65px;
  }
  .food-display-box-section .row .col-4 {
    display: flex;
    justify-content: center;
  }
  .food-display-box {
    height: 110px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .food-display-image-section .row .col-sm-6 {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .food-item-section > .row > .col-6 {
    width: 100%;
  }
  #drink-left-arrow {
    height: 40px;
  }
  #drink-right-arrow {
    height: 40px;
  }
  img.left-arrow-icon {
    height: 20px;
    width: 15px;
  }
  img.right-arrow-icon {
    height: 20px;
    width: 15px;
  }
  .drink-header-title {
    margin-top: 5px;
    font-size: 28px;
    line-height: 28px;
  }
  .contact-us-content-section {
    margin-bottom: 50px;
  }
  .contact-us-title {
    font-size: 56px;
  }
  .location-address {
    margin-bottom: 30px;
  }
  .seo-section-title {
    font-size: 33px;
    line-height: 45px;
  }
  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: 60px 10px;
  }
  .hero-content-section {
    padding: 30px;
  }
  .hero-tag-text {
    font-size: 32px;
  }
  .hero-title {
    font-size: 45px;
    line-height: 60px;
  }
  .hero-para {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 50px;
  }
  .food-display-section {
    padding: 50px 10px 10px 10px;
  }
  .food-display-title {
    font-size: 50px;
    line-height: 50px;
  }
  .food-section {
    padding: 50px 10px;
  }
  .food-display-box {
    height: 90px;
    font-size: 16px;
    line-height: 16px;
  }
  .food-section-title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .food-item-list-section > .row > .col-5 {
    width: 50%;
  }
  .food-item-list-section > .row > .col-4 {
    width: 20%;
  }
  .food-item-list-section > .row > .col-3 {
    width: 30%;
  }
  .drink-section {
    padding: 50px 10px;
  }
  .drink-header-title {
    font-size: 28px;
    line-height: 28px;
  }
  #drink-left-arrow {
    height: 40px;
  }
  #drink-right-arrow {
    height: 40px;
  }
  .contact-us-section {
    padding: 50px 10px;
  }
  .contact-us-title {
    font-size: 50px;
    line-height: 55px;
  }
  .time-day-text {
    font-size: 20px;
  }
  .location-address-section {
    padding: 50px 10px;
  }
  .location-address {
    height: 300px;
  }
  .location-address-text {
    font-size: 18px;
  }
  .location-map iframe {
    height: 300px;
  }
  .seo-section {
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 28px;
    line-height: 38px;
  }
  .footer-section {
    padding: 50px 10px;
  }
  .footer-socials-icon a {
    margin-right: 0;
  }
}

@media (max-width: 375px) {
  .hero-tag-text {
    font-size: 26px;
  }
  .hero-title {
    font-size: 36px;
    line-height: 46px;
  }
  .hero-para {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .food-display-title {
    font-size: 40px;
    line-height: 40px;
  }
  .food-display-box {
    height: 80px;
    width: 100%;
    font-size: 12px;
  }
  .food-item-list-name {
    font-size: 14px;
  }
  .food-item-list-price {
    font-size: 14px;
  }
  .drink-header-title {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-us-title {
    font-size: 38px;
    line-height: 42px;
  }
  .location-address-text {
    font-size: 16px;
  }
  .seo-section-title {
    font-size: 24px;
    line-height: 35px;
  }
}
