@media (max-width: 992px) {
  .navbar {
    height: unset;
  }
  .navbar-brand img {
    height: 50px;
  }
  .btn-gofood {
    margin-bottom: 10px;
  }
  .hero-inner-section {
    width: 100%;
  }
  .hero-title {
    font-size: 72px;
    line-height: 92px;
  }
  .hero-go-btn a {
    font-size: 16px;
  }
  .food-header-title {
    font-size: 44px;
    line-height: 54px;
  }
  .food-item-section .row .col-md-3 {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .story-inner-section .row .col-md-6 {
    width: 100%;
  }
  .open-day-time {
    width: 100%;
  }
  .location-address {
    width: 100%;
  }
  .experienced-inner-section {
    width: 100%;
  }
  .experienced-title {
    font-size: 54px;
  }
  .get-in-touch-inner-section {
    width: 100%;
  }
  .get-in-touch-title {
    font-size: 54px;
    line-height: 54px;
  }
  .seo-section-title {
    color: #ffffff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
  }
  img.footer-logo-img {
    height: 110px;
  }
}

@media (max-width: 769px) {
  .hero-title {
    font-size: 56px;
    line-height: 70px;
  }
  .hero-para {
    font-size: 18px;
  }
  .hero-social-icon-section .row .col-5 {
    width: 30%;
  }
  .hero-social-icon-section .row .col-2 {
    width: 40%;
  }
  .hero-go-food-section .row .col-5 {
    width: 30%;
  }
  .hero-go-food-section .row .col-2 {
    width: 40%;
  }
  .food-header-title {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 30px;
    text-align: center;
  }
  .food-header-btn {
    justify-content: center;
  }
  .food-item-section .row .col-md-3 {
    width: 100%;
  }
  .story-title {
    font-size: 52px;
    margin-bottom: 20px;
  }
  .day-time-text {
    font-size: 16px;
  }
  .address-text {
    font-size: 16px;
  }
  .experienced-title {
    font-size: 31px;
    line-height: 41px;
  }
  .exp-time-day {
    margin-bottom: 30px;
  }
  .experienced-day-time-location .row .col-md-2 {
    display: none;
  }
  .get-in-touch-title {
    font-size: 50px;
    line-height: 60px;
  }
  .git-form-section {
    margin-bottom: 30px;
  }
  .seo-section-title {
    font-size: 31px;
    line-height: 41px;
  }
  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: 80px 10px;
  }
  .hero-title {
    font-size: 50px;
    line-height: 60px;
  }
  .food-section {
    padding: 50px 10px 10px 10px;
  }
  .food-header-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .story-section {
    padding: 50px 10px;
  }
  .story-title {
    font-size: 44px;
    margin-bottom: 10px;
  }
  .story-para {
    font-size: 16px;
  }
  .day-time-text {
    font-size: 13px;
  }
  .address-text {
    font-size: 14px;
  }
  .experienced-section {
    padding: 50px 10px;
  }
  .experienced-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .exp-location-address-text {
    font-size: 16px;
  }
  .get-in-touch-section {
    padding: 50px 10px;
  }
  .get-in-touch-title {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 30px;
  }
  .seo-section {
    background-color: #e0484d;
    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-title {
    font-size: 40px;
    line-height: 50px;
  }
  .food-header-title {
    font-size: 25px;
    line-height: 25px;
  }
  .story-title {
    font-size: 40px;
  }
  .address-text {
    font-size: 13px;
  }
  .day-time-text {
    text-align: center;
  }
  .day-time-text strong {
    display: block;
  }
  .experienced-inner-section {
    padding: 30px;
  }
  .experienced-title {
    font-size: 24px;
    line-height: 34px;
  }
  .exp-location-address-text {
    font-size: 14px;
  }
  .get-in-touch-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .seo-section-title {
    font-size: 24px;
    line-height: 34px;
  }
}
