@media (max-width: 991px) {
  .navbar-brand img {
    height: 60px;
  }
  .hero-title {
    font-size: 75px;
  }
  .hero-para {
    width: 70%;
  }
  .hero-image img {
    height: 300px;
  }
  .hero-container {
    background-position: bottom center, 75% 67%;
  }
  .food-title {
    font-size: 48px;
    line-height: 48px;
  }
  .drink-title {
    font-size: 48px;
    line-height: 48px;
  }
  .gtku-content {
    width: 100%;
    padding: 20px;
  }
  .location-address-text {
    font-size: 15px;
    line-height: 18px;
  }
  .contact-us-inner-section {
    width: 100%;
  }
  .contact-us-row {
    align-items: center;
  }
  .contact-us-image img {
    height: 360px;
  }
  .conatct-us-title {
    font-size: 65px;
    line-height: 75px;
  }
  .seo-section-title {
    text-align: center;
  }
  img.footer-logo-img {
    height: 110px;
  }
}

@media (max-width: 768px) {
  .hero-image img {
    height: 230px;
  }
  .hero-title {
    font-size: 42px;
    line-height: 50px;
  }
  .hero-para {
    width: 90%;
  }
  .hero-container {
    background-position: bottom center, 85% 69%;
    background-size: auto 78px;
  }
  .title-col {
    width: 100%;
  }
  .title-border-col {
    display: none !important;
  }
  .food-title {
    text-align: center;
  }
  .drink-title {
    text-align: center;
  }
  .arrow-btn-col {
    width: 100%;
    display: flex;
    justify-content: center !important;
  }
  .gtku-title-section {
    font-size: 58px;
  }
  .contact-us-img-col {
    order: 1;
  }
  .contact-us-content-col {
    order: 2;
  }
  .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;
  }
  .product-card {
    margin-right: 0;
  }
}

@media (max-width: 425px) {
  .hero-image img {
    height: 200px;
  }
  .hero-title {
    font-size: 37px;
    line-height: 50px;
    margin-top: 70px;
  }
  .hero-container {
    background-position: bottom center, 90% 71%;
    background-size: auto 78px;
  }
  .food-section {
    padding: 50px 10px;
  }
  .food-title {
    font-size: 42px;
    line-height: 48px;
  }
  .drink-section {
    padding: 50px 10px;
  }
  .drink-title {
    font-size: 42px;
    line-height: 48px;
  }
  .gtku-section {
    padding: 50px 10px 0px 10px;
  }
  .gtku-title-section {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .location-address-text {
    font-size: 13px;
    line-height: 16px;
  }
  .conatct-us-title {
    font-size: 56px;
    line-height: 75px;
  }
  .contact-us-form {
    padding: 50px 10px;
  }
  .contact-us-image img {
    height: 340px;
  }
  .seo-section {
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 28px;
  }
  .footer-section {
    padding: 50px 10px;
  }
}

@media (max-width: 375px) {
  .hero-image img {
    height: 175px;
  }
  .hero-title {
    font-size: 32px;
    line-height: 45px;
    margin-top: 60px;
  }
  .hero-para {
    font-size: 15px;
  }
  .hero-container {
    background-position: bottom center, 97% 72%;
    background-size: auto 78px;
  }
  .food-title {
    font-size: 38px;
    line-height: 48px;
  }
  .drink-title {
    font-size: 38px;
    line-height: 48px;
  }
  .product-card {
    width: 280px;
  }
  .gtku-title-section {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .day-time-text {
    font-size: 16px;
  }
  .location-address-text {
    font-size: 11px;
    line-height: 14px;
  }
  .contact-us-image img {
    height: 285px;
  }
  .conatct-us-title {
    font-size: 48px;
    line-height: 58px;
  }
  .seo-section-title {
    font-size: 22px;
  }
  .seo-section-body p {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
}
