/*======================================================
    Media Query
=======================================================*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .reservation-wrap .reservation-box-wrap .promotional-offer {
    height: 405px;
  }
  .reservation-wrap .reservation-box-wrap .reservation-form,
  .reservation-wrap .reservation-box-wrap .opening-hrs {
    min-height: 405px;
    padding: 22px;
  }
  .reservation-wrap .reservation-box-wrap .reservation-form h4,
  .reservation-wrap .reservation-box-wrap .opening-hrs h4 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}

/* max-width 1024px */
@media (max-width: 1200px) {
    /* .hero-section .hero-img{
        right: -280px;
    } */

    .hero-img .sale{display: none; }

    .reservation-wrap .reservation-box-wrap .promotional-offer {
        height: 365px;
      }
      .reservation-wrap .reservation-box-wrap .reservation-form,
      .reservation-wrap .reservation-box-wrap .opening-hrs {
        min-height: 365px;
        padding: 18px;
      }
      .reservation-wrap .reservation-box-wrap .reservation-form h4,
      .reservation-wrap .reservation-box-wrap .opening-hrs h4 {
        font-size: 22px;
        margin: 0 0 15px;
      }
      .reservation-wrap .reservation-box-wrap .opening-hrs .office-schedule li {
        margin: 0 0 11px;
      }
      .reservation-wrap .reservation-box-wrap .reservation-form form .form-group input,
      .reservation-wrap .reservation-box-wrap .reservation-form form .form-group select {
        height: 40px;
        font-size: 13px;
        padding: 5px 15px;
      }
      .reservation-wrap .reservation-box-wrap .reservation-form form .form-group i {
        top: 35px;
        font-size: 15px;
      }
      .reservation-form .btn.style1 {
        padding: 6px 20px;
        font-size: 14px;
        margin-top: 5px !important;
      }
}

/* max-width 992px */
@media (max-width: 992px) {
    .hero-content .hero-list {
        width: 70%;
    }
    .padding{ padding: 60px 0; }
    .sm-padding{ padding: 15px; }
    p br{ display: none; }
    /* span br{ display: none; } */
    .default-btn{ padding: 0 30px; }
    .section-heading h2{
        font-size: 32px;
        line-height: 42px;
    }
    .section-heading br{display: inherit;}
    .contact-section .contact-form .form-group{margin-bottom: 0;}
    .contact-section .contact-form .form-control.massege {
        height: inherit;
        margin: 15px 0 20px;
    }
    .footer-section .col-lg-3:nth-child(2) .footer-widget{padding-left: 0;}
    .content-info h3{ font-size: 16px; }
    .product-thumb .order-btn{ padding: 0 20px;}
    .content-section{ padding: 60px 0 0; }
    .content-img-holder > img {
        /* transform: scale(1.3) translateY(25px) translateX(90px); */
    }
    .content-img-holder .sale{ left: 10px; }
    .banner-content h2,
    .content-info h2,
    .delivery-info h2,
    .about-info h2{ font-size: 32px; }
    .banner-content h3{
        font-size: 22px;
        line-height: 26px;
    }
    .footer-widget,
    .booking-form{ margin: 0; }

    .hero-content p br{ display: block; }
    .hero-section .hero-img{
        width: 75%;
        right: -20%;
        /* top: 50px; */
    }
    .hero-section{ overflow: hidden; }
    .hero-content h1{
        font-size: 52px;
        line-height: 70px;
    }


    .delivery-girl{ display: none ; }
    .content-section.delivery .content-info{ text-align: center; }
    .content-section.delivery .order-content{ justify-content: center; }
    .contact-form{ padding: 0; }
    .about-section.inner{ margin-top: 0; }
    .content-img img{margin-top: 50px;}
    .primary-header .header-logo{max-width: 150px; }
    .cart-header{display: none;}

    .reservation-wrap .reservation-box-wrap .promotional-offer {
        height: 660px;
    }
    .reservation-wrap .reservation-box-wrap .reservation-form,
    .reservation-wrap .reservation-box-wrap .opening-hrs {
        width: 100%;
        min-height: auto;
    }
    .reservation-wrap .reservation-box-wrap .promotional-offer {
        width: 100%;
    }
    .service-card-wrap .service-card {
        width: calc(50% - 15px);
    }
        .service-card-wrap .service-card:nth-child(1),
        .service-card-wrap .service-card:nth-child(2) {
        margin: 0 0 105px;
    }
}

/* max-width 768px */
@media all and (max-width: 767px) {
    .hero-content .hero-list {
        width: 100%;
    }
    .padding{ padding: 60px 0; }
    .xs-padding{ padding: 15px; }
    p br{ display: none; }
    .about-info{
        text-align: center;
        margin-top: 40px;
    }
    .content-img-holder > img {
        /* transform: scale(1.3) translateY(60px) translateX(0); */
    }
    .content-info{ text-align: center; }
    .check-list li{ justify-content: center; }
    .order-content{ margin-bottom: 40px; }
    .banner-wrapper > div,
    .banner-wrapper .row > div:first-child{padding-bottom: 10px;}
    .banner-wrapper .row > div:last-child {
        margin-top: 10px;
    }
    .hero-section{
        height: auto;
        /* padding: 100px 0 50px 0; */
        /* padding: 75px 0 50px 0; */
        padding: 75px 0 0 0;
    }
    .hero-section .hero-img{
        position: relative;
        width: 100%;
        /* height: 250px; */
        height: 420px;
        top: 0;
        right: auto;
    }
    .hero-content {
      margin-top: 50px;
      text-align: center;
    }
    .hero-content h1{
        font-size: 48px;
        line-height: 58px;
    }
    .hero-content p br{ display: none; }

    .contact-form{ margin-top: 40px; }
    .booking-form .booking-form-group,
    .contact-form-group{
        grid-template-columns: 1fr;
    }
    .booking-form .booking-form-group > div:last-child,
    .contact-form-group .form-field.message {
        grid-column-end: inherit;
    }
    .content-section.delivery .content-info {
        padding: 0 0;
        margin-top: 20px;
    }
    .page-header .bg-shape{ bottom: -2px; }
    .page-header-content p br{display: none;}
    .accordion-button{ font-size: 16px; }
    .primary-header .header-logo {
        max-width: 120px;
    }
    .heading-wrap{display: block;}
    .food-details-thumb{margin: 0;}
    .product-description .nav.tab-navigation{ gap: 15px; }
    .tab-content .tab-pane.description{ padding: 20px }
    .review .comment-list > li,
    .review .comment-list{
        grid-template-columns: 1fr;
    }
    .checkout-form-wrap{ padding: 30px 15px; }
    .main-slider .slider-caption.big{ justify-content: center; line-height: 38px; }

    .service-card .service-info .service-title {
        font-size: 22px;
      }
}

/* max-width 580px */
@media all and (max-width: 580px) {
    #scrollup {
        bottom: 20px;
        right: 20px;
    }

    .service-card-wrap .service-card {
        margin: 0 0 105px;
      }
      .service-card-wrap .service-card:last-child {
        margin-bottom: 25px;
      }
      .service-card-wrap .service-card {
        width: 100%;
      }
      .service-overview-wrap {
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
      }
      .service-overview-wrap .service-overview-item h4 {
        font-size: 18px;
      }

      .hero-section {
        /* padding: 60px 0 50px; */
        padding: 60px 0 0;
      }

      .hero-content {
        margin-top: 20px;
      }

      .hero-content h3 {
        font-size: 35px;
        margin-bottom: 10px;
      }

      .hero-content h1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
      }

      .hero-content p {
        font-size: 20px;
        line-height: 26px;
      }

      .hero-content .hero-list li{
        font-size: 18px;
      }

      .reservation-wrap {
        padding: 50px 0;
      }

      .reservation-wrap .reservation-box-wrap .reservation-form h4,
      .reservation-wrap .reservation-box-wrap .opening-hrs h4{
        font-size: 24px;
        text-align: center;
      }
      .reservation-wrap .reservation-box-wrap .opening-hrs h4 span {
        display: block;
      }
      .reservation-wrap .reservation-box-wrap .reservation-form p,
      .reservation-wrap .reservation-box-wrap .opening-hrs p {
        text-align: center;
      }

      .content-info h2 {
        font-size: 20px;
        line-height: 30px;
      }
      .content-info span {
        font-size: 33px;
        line-height: 35px;
      }
      .content-info p {
        font-size: 14px;
        line-height: 20px;
      }
      .content-img-holder .sale {
        display: none;
      }
      .order-content h3 span {
        text-align: left;
      }
      .order-content a {
        width: 60px;
        height: 60px;
      }

      .content-info h3 {
        margin-bottom: 0;
      }

      .content-section.delivery .content-info{
        margin-top: 0px;
      }

      .content-img-holder img {
        margin-top: -30px;
      }

      .about-info {
        margin-left: 0;
      }

      .service-wrap h3,
      .blog-wrap h3,
      .about-info h3 {
        font-size: 16px;
        margin-bottom: 5px;
      }

      .about-info h2 {
        font-size: 20px;
        line-height: 30px;
      }

      .about-info h2 span {
        font-size: 50px;
        line-height: 55px;
      }

      .about-info p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
      }

      .blog-wrap {
        padding: 50px 0;
      }

      .section-title h2 {
        font-size: 28px;
        line-height: 33px;
      }

      .service-wrap {
        padding: 50px 0 0;
      }

      .service-card.style1 {
        padding: 70px 20px 35px;
      }

      .service-card.style1:before,
      .service-card.style1 .service-img {
        top: -50px;
        width: 100px;
        height: 100px;
      }

      .service-card.style1 .service-img {
        font-size: 50px;
      }

      .service-card .service-info .service-title {
        font-size: 30px;
      }

      .service-card-wrap .service-card,
      .service-card-wrap .service-card:nth-child(1), .service-card-wrap .service-card:nth-child(2) {
        margin: 0 0 70px;
      }

      .service-wrap .section-title {
        margin-bottom: 80px;
      }

      .blog-card.style1 .blog-info p,
      .banner-content p {
        font-size: 15px;
        line-height: 20px;
      }

}

/* max-width 420px */
@media all and (max-width: 420px) {
    .section-heading p br{ display: none; }
    .food-menu-filter li{ margin: 5px;}
}

/* max-width 320px */
@media (max-width: 320px) {
}


