@media (max-width: 991px) {
  .navbar {
    height: unset;
  }
  .navbar-brand img {
    height: 70px;
  }
  .btn-gofood {
    margin-bottom: 10px;
  }
  .hero-inner-section .row .col-md-6 {
    width: 100%;
  }
  .hero-content-section {
    margin-bottom: 100px;
  }
  .food-item {
    margin-bottom: 50px;
  }
  .food-card .row .col-md-3 {
    width: 50%;
  }
  .food-lists > .row > .col-md-6 {
    width: 100%;
  }
  .left-list-section {
    padding-right: unset;
  }
  .right-list-section {
    padding-left: unset;
  }
  img.food-under-border-line {
    width: 40%;
  }
  .view-btn-section {
    width: 20%;
  }
  .drink-inner-section .row .col-md-6 {
    width: 100%;
  }
  .drink-content-section {
    margin-bottom: 50px;
  }
  .we-are-open-inner-section {
    width: 100%;
  }
  .get-in-touch-inner-section {
    width: 100%;
  }
  img.footer-logo-img {
    height: 110px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 70px;
    line-height: 80px;
  }
  .hero-line {
    width: 25%;
  }
  .food-card .row .col-md-3 {
    width: 100%;
  }
  .food-title {
    font-size: 50px;
    line-height: 60px;
  }
  .list-food-name {
    font-size: 18px;
  }
  .list-food-price {
    font-size: 14px;
  }
  img.food-under-border-line {
    display: none;
  }
  .view-btn-section {
    width: 100%;
  }
  .drink-content-title {
    font-size: 62px;
    line-height: 72px;
  }
  .drink-product-section .row .col-sm-6 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .product-card {
    height: 420px;
    width: 300px;
  }
  .we-are-open-title {
    font-size: 64px;
    line-height: 64px;
  }
  .address-card {
    margin-top: 30px;
  }
  .git-form-section {
    margin-bottom: 30px;
  }
  .seo-section-title {
    font-size: 35px;
  }
  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;
  }
  .hero-line {
    display: none;
  }
  .hero-spoon {
    display: none;
  }
  .hero-content-section {
    margin-bottom: 50px;
  }
  .food-section {
    padding: 50px 10px;
  }
  .food-title {
    font-size: 45px;
    line-height: 55px;
  }
  .list-food-name {
    font-size: 16px;
  }
  .list-food-price {
    font-size: 11px;
  }
  .drink-section {
    padding: 50px 10px 10px 10px;
  }
  .drink-content-section {
    padding: 25px;
  }
  .drink-content-title {
    font-size: 52px;
    line-height: 62px;
  }
  .we-are-open-section {
    padding: 50px 10px;
  }
  .we-are-open-title {
    font-size: 54px;
    line-height: 54px;
  }
  .get-in-touch-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-title {
    font-size: 42px;
    line-height: 52px;
  }
  .food-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 50px;
  }
  .food-item {
    width: 250px;
  }
  .food-lists {
    margin: 50px 0px;
  }
  .list-food-price {
    font-size: 10px;
  }
  .drink-content-title {
    font-size: 40px;
    line-height: 50px;
  }
  .we-are-open-title {
    font-size: 44px;
    line-height: 44px;
  }
  .we-are-open-card {
    height: 180px;
  }
  .wao-address-text {
    font-size: 14px;
  }
  .seo-section-title {
    font-size: 22px;
  }
  .seo-section-body p {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
}
