@media only screen and (max-width: 767px) {
  .mobileBanner{display: block !important;}
  .tabBanner{display: none !important;}
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .tabBanner{display: block !important;}
    .mobileBanner{display: none !important;}
}

@media only screen and (min-width: 320px) and (max-width: 990px) {
    .grill-banner{
        height: 400px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 20px;
    }

    .grill-text{
        max-width: 100%;
    }
    
    .menu-res .scroll,
    .resManu {
        overflow-y: scroll;
    }
    .homeSection3,
    .row.pt-5.px-5.pb-2 {
        padding: 0 !important;
    }
    .res-show {
        display: block !important;
    }
    .homeSection3 p br,
    .res-hide {
        display: none !important;
    }
    .res-flex {
        display: flex !important;
    }
    .contactAddressSliderWrapper,
    .contactPage .w-75,
    .res-full {
        width: 100% !important;
    }
    .footerNav,
    .res-header {
        width: 100%;
        background: #f5ebdc;
        position: fixed;
        left: 0;
    }
    .container,
    .container-fluid,
    .container-sm,
    .privacyPage .col-md-3,
    .privacyPage .col-md-9 {
        max-width: 100% !important;
    }
    body {
        padding-bottom: 70px !important;
        overflow-x: hidden;
    }
    .modal-popup .popup,
    html {
        overflow-x: hidden !important;
    }
    .res-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        top: 0;
        z-index: 105;
    }
    .afterHeader {
        margin-top: 70px;
    }
    .careerBanner {
        position: static;
    }
    .homeSection3 {
        height: auto !important;
        background-size: cover !important;
    }
    .homeSection3 p br {
        padding: 0 35px;
    }
    .footerNav {
        height: auto;
        bottom: 0;
        z-index: 102;
        box-shadow: 0 5px 10px #0000001a;
    }
    .menu-res,
    .resManu {
        height: 100vh;
        position: fixed;
        top: 68px;
        background: #f5ebdc;
        z-index: 101;
        max-height: 80vh;
        padding-bottom: 100px;
        width: 100%;
        left: 0;
        display: none;
    }
    .footerNav img {
        width: 25px;
    }
    .footerNav span {
        font-size: 14px;
        color: #502314;
    }
    .resManu hr {
        border-top: 1px solid #502314 !important;
    }
    .menu-res {
        overflow: hidden;
    }
    .menu-res .scroll {
        max-height: 55vh;
    }
    .menu-res .part1 {
        width: 15%;
    }
    .menu-res .tabs {
        width: 85%;
    }
    .menu-res .tabs ul {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .menu-res .tabs ul::-webkit-scrollbar {
        display: none !important;
    }
    .menu-res .tabs li a {
        color: #502314;
        font-size: 16px;
        display: block;
        padding: 12px 15px;
        position: relative;
    }
    .menu-res .tabs li a::after {
        content: "";
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #d62300;
        display: none;
    }
    .menu-res .tabs li a.act {
        color: #d62300;
    }
    .menu-res .tabs li a.act::after {
        display: block;
    }
    .menuList {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .menuList .img {
        width: 60px;
    }
    .innerBanner,
    .menuSection {
        padding: 20px 0 !important;
    }
    .contactRow .font-35,
    .innerBanner h1 {
        font-size: 24px !important;
    }
    .aboutRow .col-md-6,
    .contactRow .col-md-6 {
        padding: 0 15px !important;
    }
    .aboutRow2 {
        padding: 25px 15px !important;
    }
    .newsSlider .owl-nav .owl-next {
        right: 0 !important;
    }
    .newsSlider .owl-nav .owl-prev {
        left: 0 !important;
    }
    .menuPage,
    .section {
        padding: 25px 0 !important;
    }
    .contactPage .row.mt-5 {
        margin-top: 10px !important;
    }
    .contactRow .col-md-6.pl-5 {
        padding-top: 25px !important;
    }
    .kidsInnerBanner {
        height: 200px;
    }
    .kidsimg1,
    .kidsimg2,
    .sign-up .col-md-6 {
        display: none;
    }
    .kidsContainer .menuItems {
        row-gap: 20px !important;
    }
    .sign-up {
        overflow: hidden !important;
    }
    .sign-up .col-md-6.part2 {
        display: block;
        padding: 35px 15px !important;
    }
    .sign-up .box {
        border-radius: 25px !important;
    }
    .sign-up .box form {
        padding: 15px !important;
    }
    .sign-up .box .input {
        height: 50px !important;
    }
    .modal-popup .popup {
        height: auto !important;
        max-height: 85vh !important;
        overflow-y: scroll !important;
    }
    .productModel .col-md-6.pr-5.pl-5 {
        padding: 40px !important;
    }
    .close_modal {
        top: 0 !important;
        z-index: 90;
    }
    .contactAddressSlider {
        display: block !important;
        white-space: nowrap !important;
        overflow-x: scroll;
    }
    .contactAddressSlider::-webkit-scrollbar {
        display: none !important;
    }
    .contactAddressSlider .item * {
        white-space: inherit !important;
    }
    .contactAddressSlider .item {
        width: 280px !important;
        margin-right: 15px !important;
        display: inline-block !important;
        vertical-align: top !important;
    }
    .contactPage .font-30,
    .contactPage .font-35 {
        font-size: 22px !important;
    }
    .contactPage h4.font-38 {
        font-size: 26px !important;
    }
    .contactPage a {
        word-break: break-all;
        overflow-wrap: break-word;
    }
    .locationTopSection img {
        height: 100% !important;
        object-fit: cover !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .res-flex-col-sml {
        flex-direction: column;
        gap: 10px;
    }
    .footer {
        margin-top: 0 !important;
    }
    .section2 .wrapper {
        display: flex !important;
        flex-direction: column;
        padding: 0 !important;
    }
    .btn-org {
        zoom: 80%;
    }
    .signupBtnWrapper {
        width: 90%;
    }
    .careerTopGrid {
        gap: 5px;
    }
    .restxt-sml {
        font-size: 17px !important;
    }
    .contactRow .form {
        margin-top: 10px !important;
        width: 100% !important;
    }
    .locations {
        padding: 0 !important;
        grid-template-columns: repeat(1, 1fr);
    }
    .locations .col-md-6 h3 {
        font-size: 25px !important;
    }
    .locations .part1 {
        order: 1;
    }
    .locations .part2 {
        order: 2;
    }
    .checkbox label,
    .food-menu-slider .item h4 {
        font-size: 14px !important;
    }
    .aboutPage {
        padding: 25px 0 !important;
    }
    .aboutPage h3 {
        font-size: 30px !important;
    }
    .aboutPage p {
        font-size: 16px !important;
    }
    .homeSection3 h2 {
        font-size: 15vw !important;
    }
    .homeSection3 p {
        font-size: 7vw !important;
    }
    .homeSection3 .burgerImage {
        width: 50%;
    }
    .careerBanner .col-sm-4 {
        display: none;
    }
    .menuSection {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .menuItems {
        display: flex !important;
        gap: 10px;
        padding: 0;
        flex-wrap: wrap;
    }
    .menuItems .item {
        width: 45% !important;
        padding: 5px;
    }
    .menuItems .item .img {
        width: 100%;
        height: auto;
    }
    .menuItems .item .img img,
    .order-row .img,
    .order-row .info {
        width: 100%;
    }
    .menu-details .w-75 .font-22,
    .menuItems .item h3 {
        font-size: 18px !important;
    }
    .order-row {
        flex-direction: column;
    }
    .order-row h3 {
        font-size: 24px !important;
    }
    .order-row p {
        font-size: 15px !important;
    }
    .offerContent div.px-5 {
        padding: 0 !important;
    }
    .editor h3 {
        font-size: 22px !important;
    }
    .carrerForm .form h4,
    .editor p {
        font-size: 16px !important;
    }
    .careerBanner h1,
    .joinSection h2 {
        font-size: 40px !important;
    }
    .editor .tab {
        padding: 0 45px !important;
    }
    .aboutRow .part1 {
        order: 1;
    }
    .aboutRow .part2 {
        order: 2;
    }
    .frame iframe {
        height: 300px !important;
    }
    .locations .img {
        margin: 20px 0 !important;
    }
    .locations .marker .img {
        margin: 0 !important;
    }
    .food-menu-nav {
        display: none !important;
    }
    .food-menu-section,
    .section4 {
        padding-top: 15px !important;
    }
    .offerSection .order1 {
        order: 1 !important;
        padding: 0 !important;
    }
    .offerSection .order2 {
        order: 2 !important;
    }
    .joinSection .col-md-5 {
        order: 2;
        padding-top: 55px;
    }
    .joinSection .col-md-7 {
        order: 1;
        text-align: center;
    }
    .section2 .wrapper .item .des {
        padding: 15px 25px !important;
    }
    .section2 .wrapper .item .des .info {
        width: 70%;
    }
    .learn-more-btn {
        white-space: nowrap;
    }
    .careerBanner {
        padding-bottom: 30px !important;
    }
    .careerBanner h1 {
        line-height: 55px !important;
    }
    .careerBanner .col-sm-8 img {
        width: 200px !important;
    }
    .locationTopSection .part1 {
        padding: 25px 35px !important;
    }
    .menu-details,
    .menu-details .w-75 {
        width: 100% !important;
    }
    .carrerForm .form,
    .owl-theme .owl-nav {
        margin-top: 0 !important;
    }
    .mapLocationsSliderMain .item span {
        padding: 5px 15px !important;
        font-size: 14px !important;
    }
    .hd {
        font-size: 35px !important;
    }
    .section4 .hd {
        margin-bottom: 10px !important;
    }
    .section4 iframe {
        height: 60vh !important;
    }
    .section4 .locationImg {
        width: 75px !important;
    }
    .mapLocationsSlider {
        bottom: 0 !important;
    }
    .joinSection {
        padding-top: 25px !important;
    }
    .joinSection .col-md-4 {
        order: 2;
        text-align: center;
        padding: 35px 0;
    }
    .joinSection .col-md-5 img {
        width: 250px;
    }
    .joinSection .col-md-8 {
        order: 1;
        justify-content: center;
        text-align: center;
    }
    .joinSection .col-md-8 h2 {
        font-size: 45px;
    }
    .carrerForm {
        padding: 25px 15px !important;
    }
    .form .form-group .input,
    .select2-container .select2-selection--single,
    .select2-container--default .select2-selection--multiple {
        height: 40px !important;
    }
    span.select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 32px !important;
    }
    span.select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 6px !important;
    }
    .form-group {
        margin-bottom: 15px !important;
    }
    .offerContent {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        max-height: 100vh;
        overflow-y: scroll;
        z-index: 1000;
        background: #f4ebdc;
        padding-top: 20px !important;
        opacity: 0;
        transition: 0.3s ease-in-out;
        padding-bottom: 200px !important;
    }
    .offerContent.open {
        left: 0;
        opacity: 1;
    }
    .offerPage {
        padding-top: 0 !important;
    }
    .mapLocationsSlider .custom-nav .custom-next,
    .mapLocationsSlider .custom-nav .custom-prev {
        top: -5px !important;
    }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
    .homeSection3 h2 {
        font-size: 10vw !important;
    }
    .homeSection3 p {
        font-size: 5vw !important;
    }
    .homeSection3 .burgerImage {
        width: 40%;
    }
    .homeSection3 {
        height: auto !important;
    }
    .btn-org {
        zoom: 70%;
    }
    .signupBtnWrapper {
        width: 60%;
    }
    .careerBanner {
        overflow: hidden;
        padding-bottom: 0 !important;
    }
    .careerBanner .col-sm-8 h1 {
        font-size: 45px !important;
    }
    .careerBanner .col-sm-4 img {
        width: 300px !important;
        position: relative;
        left: -100px;
        margin-top: -40px;
    }
    .locations,
    .menuSection {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .homeSection3 h2 {
        font-size: 10vw !important;
    }
    .homeSection3 p {
        font-size: 5vw !important;
    }
    .homeSection3 .burgerImage {
        width: 20%;
    }
    .homeSection3 {
        height: auto !important;
    }
    .btn-org {
        zoom: 70%;
    }
    .joinSection .col-md-4 img {
        width: 100% !important;
    }
    .signupBtnWrapper {
        width: 50%;
    }
    .menuItems .item h3 {
        font-size: 20px !important;
    }
    .order-row h3 {
        font-size: 28px !important;
    }
    .order-row p {
        font-size: 18px !important;
    }
    .food-menu-section {
        top: 5px !important;
        margin-top: 20px !important;
    }
    .careerBanner {
        z-index: 1;
    }
    .careerBanner .col-sm-8 h1 {
        font-size: 55px !important;
    }
    .careerBanner .col-sm-4 img {
        width: 300px !important;
        position: relative;
        left: -100px;
        margin-top: 0;
    }
    .locations,
    .menuSection {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    header .wrapper {
        gap: 30px !important;
        flex-wrap: wrap; /* allow wrapping instead of overflowing */
    }

    header ul {
        gap: 30px !important;
        flex-wrap: wrap;
    }

    header .col2 ul {
        gap: 30px !important;
    }

    header ul li a {
        font-size: 16px !important;
    }

    header .container-fluid {
        left: 20px !important;
    }
}



