@media (max-width: 1180px) {
  .hero-red-section {
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .navbar-toggler {
    background-color: #ddd;
  }
  .navbar-brand img {
    height: 100px;
    margin-top: unset;
  }
  a.nav-link {
    margin-right: unset;
  }
  div.nav-link {
    margin-right: unset;
  }
  .navbar-collapse {
    background-color: #00000080;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .hero-inner-section {
    padding-top: 300px;
  }
  .hero-title {
    font-size: 50px;
    line-height: 60px;
    justify-content: center;
    margin-bottom: 30px;
    margin-right: 50px;
  }
  .food-header-border-col {
    display: none;
  }
  .food-header-title-col {
    width: 65%;
    font-size: 44px;
    line-height: 50px;
  }
  .food-header-btn-col {
    width: 35%;
  }
  .food-items-section .row .col-md-3 {
    width: 50%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  .food-item-list-section .row .col-md-6 {
    width: 100%;
  }
  .food-item-list-left-col {
    border-right: none;
  }
  .about-us-image-col {
    width: 100%;
  }
  .about-us-content-col {
    width: 100%;
  }
  .about-para-section {
    margin-left: 0;
    height: unset;
  }
  .get-in-touch-inner-section {
    width: 100%;
  }
  .get-in-touch-header {
    font-size: 54px;
    line-height: 64px;
  }
  .location-address-inner-section {
    width: 100%;
  }
  .address-text {
    color: #fff;
    font-size: 18px;
  }
  .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-section {
    height: 700px;
  }
  .hero-red-section {
    background-size: cover;
  }
  .hero-inner-section {
    padding-top: 230px;
  }
  .hero-title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .food-header-title-col {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .food-header-btn-col {
    width: 100%;
  }
  .food-items-section .row .col-md-3 {
    width: 100%;
  }
  .menu-list-name-col {
    width: 60%;
  }
  .menu-list-border-col {
    width: 15%;
  }
  .menu-list-price-col {
    width: 25%;
  }
  .food-menu-list-name {
    font-size: 16px;
    line-height: 22px;
  }
  .food-menu-list-price {
    font-size: 16px;
  }
  img.about-us-image {
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
  }
  .about-us-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .get-in-touch-centent-section {
    margin-bottom: 30px;
  }
  .address-text {
    color: #fff;
    font-size: 17px;
  }
  .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) {
  .navbar-brand img {
    height: 80px;
  }
  .hero-title {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .food-section {
    padding: 50px 10px;
  }
  .food-header-title-col {
    font-size: 36px;
    line-height: 40px;
  }
  .menu-list-name-col {
    width: 57%;
  }
  .menu-list-border-col {
    width: 15%;
  }
  .menu-list-price-col {
    width: 28%;
  }
  .about-us-section {
    padding: 50px 10px;
  }
  .about-us-title {
    font-size: 52px;
    margin-bottom: 10px;
  }
  .about-para-section {
    padding: 30px;
  }
  .get-in-touch-section {
    padding: 50px 10px;
  }
  .get-in-touch-header {
    font-size: 48px;
    line-height: 58px;
  }
  .location-address-section {
    padding: 50px 10px;
  }
  .address-text {
    font-size: 15px;
  }
  .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-title {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .food-header-title-col {
    font-size: 30px;
    line-height: 35px;
  }
  .food-menu-list-name {
    font-size: 12px;
  }
  .food-menu-list-price {
    font-size: 12px;
  }
  .about-us-title {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .get-in-touch-header {
    font-size: 42px;
    line-height: 52px;
  }
  .address-text {
    font-size: 14px;
  }
  .map-location iframe {
    height: 200px;
  }
  .seo-section-title {
    font-size: 24px;
    line-height: 34px;
  }
}
