@media (max-width: 991px) {
  .navbar {
    height: unset;
  }
  .navbar-brand img {
    height: 70px;
  }
  .btn-gofood {
    margin-bottom: 10px;
  }
  .hero-inner-section .col-md-6 {
    width: 100%;
  }
  .hero-content-section {
    margin-bottom: 30px;
  }
  .food-item-header-title {
    font-size: 48px;
    line-height: 60px;
  }
  .we-are-open-inner-section {
    width: 100%;
  }
  .location-address {
    font-size: 14px;
  }
  .delicious-image-col {
    width: 100%;
  }
  .delicious-content-col {
    width: 100%;
  }
  .delicious-content-section {
    padding: 80px;
  }
}

@media (max-width: 767px) {
  .hero-slug {
    font-size: 20px;
  }
  .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
  .food-inner-section {
    padding: 120px 10px;
  }
  .food-item-header-title {
    font-size: 26px;
    line-height: 26px;
  }
  .we-are-open-title {
    font-size: 54px;
    line-height: 54px;
  }
  .clock-time-section {
    margin-bottom: 20px;
  }
  .form-row {
    flex-wrap: wrap;
  }
  .col-input {
    flex: 1 0 50%;
  }
  .delicious-title {
    font-size: 35px;
    line-height: 50px;
  }
  .seo-section-title {
    font-size: 35px;
  }
  .footer-brand-logo {
    margin-bottom: 40px;
  }
  .footer-para {
    margin-bottom: 20px;
  }
}

@media (max-width: 425px) {
  .hero-section {
    padding: 80px 10px;
  }
  .hero-slug {
    font-size: 18px;
  }
  .hero-title {
    font-size: 34px;
    line-height: 46px;
  }
  .we-are-open-section {
    padding: 50px 10px;
  }
  .we-are-open-title {
    font-size: 46px;
    line-height: 46px;
  }
  .contact-section {
    padding: 50px 10px;
  }
  input.contact-input-field {
    height: 60px;
  }
  .contact-submit-btn {
    background-color: #000;
    border-radius: 10px;
    height: 60px;
    width: 60px;
  }
  .form-row {
    gap: 10px;
  }
  .delicious-content-section {
    padding: 50px;
  }
  .location-map-section {
    padding: 50px 10px;
  }
  .seo-section {
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 28px;
  }
  .footer-section {
    padding: 50px 10px;
  }
}

@media (max-width: 375px) {
  .hero-slug {
    font-size: 15px;
  }
  .hero-title {
    font-size: 30px;
    line-height: 44px;
  }
  .food-item-header-title {
    font-size: 22px;
    line-height: 26px;
  }
  .product-card {
    width: 230px;
    height: 230px;
  }
  .image-container img {
    width: 230px;
    height: 230px;
  }
  .we-are-open-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .delicious-title {
    font-size: 28px;
    line-height: 38px;
  }
  .location-map-inner-section iframe {
    height: 300px;
    width: 100%;
  }
  .seo-section-title {
    font-size: 22px;
  }
  .seo-section-body p {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
}
