@media only screen and (max-width: 1199px) {
    section.banner .card-img-overlay .heading {
        width: 60%;
    }

    section.banner img {
        height: 96vh;
    }

    section.banner .card-img-overlay p {
        width: 70%;
    }

    section.about .element img {
        width: 72px;
    }

    section.about .box {
        padding: 20px 25px 20px 23px;
    }
}

@media only screen and (max-width: 992px) {
    header.body_header .container-xl {
        background: white;
        margin: 5px;
        border-radius: 11px;
        transition: all 0.8s ease;
    }

    header.body_header .navbar-brand {
        background: transparent;
        backdrop-filter: blur(0);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 8px 0;
        transition: all 0.8s ease;
    }

    header.body_header .navbar-brand img {
        width: 57px;
        transform: translate(-2px, 2px);
    }

    header.body_header .navbar-toggler {
        padding: 0;
    }

    .navbar-nav {
        gap: 0px;
    }

    header .nav-link {
        color: #5B3F01 !important;
        margin-bottom: 5px;
    }

    header .navbar.fixed-top {
        box-shadow: 0px 1px 9px #00000070;
    }

    header .navbar.fixed-top .navbar-brand {
        padding: 8px 0;
    }

    header .navbar.fixed-top .navbar-brand img {
        width: 57px;
    }

    header.body_header .navbar.fixed-top .container-xl {
        margin: 0;
    }

    section.banner .card-img-overlay {
        padding-bottom: 114px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.3%, rgb(0 0 0 / 50%) 50.68%, rgba(0, 0, 0, 0.77) 132.29%);
    }

    section.banner .card-img-overlay .heading {
        width: 63%;
    }

    section.banner img {
        height: 60vh;
    }

    section.about #mainaboutimg {
        border-top-left-radius: 35px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 35px;
    }

    section.about .box {
        padding: 34px 25px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 35px;
        border-bottom-left-radius: 35px;
    }

    .widthtext {
        width: 51%;
    }

    section.ourmenu {
        padding-top: 151px;
        padding-bottom: 117px;
    }

    section.mainmenu .menu-item-content img.secondimg {
        border-top-right-radius: 45px !important;
    }

    section.mainmenu .main_column img {
        height: 298px !important;
    }

    section.mainmenu .menu_contentsecond {
        border-top-right-radius: 45px !important;
    }

    section.mainmenu .lastmenucontent {
        border-bottom-left-radius: 45px !important;
    }

    section.mainmenu .secondimgdiv {
        display: flex;
        order: 2;
    }

    section.mainmenu .menu_content.secondcontent {
        border-top-right-radius: 0 !important;
    }

    section.mainmenu .menu_content.thirdcontent {
        border-bottom-left-radius: 0 !important;
        display: flex;
        order: 2;
    }

    section.testimonial .card img {
        height: 57vh;
    }

    .callnow {
        position: fixed;
        z-index: 15;
        bottom: 62px;
        right: 19px;
    }

    .pulse {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background-color: #ED1C24;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        cursor: pointer;
    }

    .pulse i {
        color: white;
        font-size: 18px;
    }

    .pulse::before,
    .pulse::after {
        content: '';
        position: absolute;
        width: calc(100%);
        height: calc(100%);
        border-radius: 50%;
        border: 1px solid #ED1C24;
        animation: calling 2s ease-in-out infinite;
    }

    .pulse::after {
        animation: calling 2s ease-in-out .35s infinite;
    }

    @keyframes calling {
        0% {
            width: calc(100%);
            height: calc(100%);
            opacity: 1;
        }

        100% {
            width: calc(91% + 49px);
            height: calc(91% + 49px);
            opacity: 0;
        }
    }

    .stickyappoint_btn {
        display: block;
        position: fixed;
        top: auto;
        z-index: 20;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .stickyappoint_btn .btn1 {
        width: 100%;
        border-radius: 0;
        background-color: rgb(55 5 5);
        color: white;
    }

    footer {
    margin-bottom: 44px;
}

    section.buffet .buffetbox {
    background: url(../images/buffet_bg.webp) no-repeat 38% center / cover;
}
}

@media only screen and (max-width: 768px) {
    .otherbanner img {
        height: 350px;
        object-fit: cover;
    }

    .otherbanner .content {
        bottom: 0%;
        width: 75%;
    }
}

@media only screen and (max-width: 600px) {

    p,
    a,
    ul li a {
        font-size: 13px;
    }

    .widthtext {
        width: 80%;
    }

    .btn1 {
        border-radius: 6px;
    }

    header .nav-link {
        font-size: 14px !important;
    }

    section.banner img {
        height: auto;
    }

    section.banner .card-img-overlay p {
        width: 87%;
        line-height: 18px;
    }

    section.banner .card-img-overlay .heading {
        width: 100%;
    }

    section.about #mainaboutimg {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        height: 294px;
    }

    section.about .element {
        right: 10px;
    }

    section.about .box {
        padding: 25px 17px;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    section.about .box .heading {
        width: 70%;
    }

    section.about .box p {
        width: 81%;
    }

    section.about .box .second_para {
        width: 95%;
    }

    section.about .element img {
        width: 58px;
    }

    .menu_heading {
        gap: 10px;
    }

    .line {
        width: 50px;
    }

    section.mainmenu .menu_content {
        padding: 27px 16px;
    }

    section.mainmenu .menu_contentsecond {
        border-top-right-radius: 0 !important;
    }

    section.mainmenu .main_column {
        flex-direction: column;
    }

    section.mainmenu .firstimg {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    section.mainmenu .secondimgdiv {
        order: 0;
    }

    section.mainmenu .lastimg {
        border-bottom-right-radius: 0;
    }

    section.mainmenu .lastmenucontent {
        border-bottom-left-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
        display: flex;
        order: 2;
    }

    section.allmenu #allmenupage .card img {
        height: 229px;
        object-position: 21%;
    }

    section.testimonial {
    margin-top: -182px;
    }

    section.testimonial .card img {
        object-position: 69%;
        height: 90vh;
    }

    section.testimonial .card-img-overlay {
        background: #0000008f;
    }

    section.testimonial #testimonial p {
        width: 100%;
    }

    section.gallery {
        padding: 42px 0 128px;
    }

    section.gallery .card img {
        height: 263px;
    }

    .owl-nav button.owl-prev {
        left: -15px;
    }

    .owl-nav button.owl-next {
        right: -15px;
    }

    .icon_box {
        width: 35px;
        height: 35px;
        flex: 0 0 35px;
        font-size: 16px;
    }

    .icon_box i {
        font-size: 16px;
    }

    section.getintouch {
        padding-bottom: 41px;
    }

    .form_div {
        padding: 20px 18px;
    }

    .radius {
        border-radius: 22px;
    }

    section.buffet .buffetbox {
        background: url(../images/buffet_bgmob.webp) no-repeat center center / cover;
        padding-right: 12px;
        padding-left: 12px;
        padding-top: 211px;
        padding-bottom: 53px;
    }

    section.buffet .buffetbox .box .heading {
        width: 83%;
    }

    section.buffet .buffetbox .box {
        padding: 31px 18px;
    }

    section.buffet {
        padding: 48px 0;
        /* padding-top: 15px; */
    }

    section.allmenu, section.liquor_menu, section.happyhours {
        padding: 48px 0;
    }

    section.happyhours .widthtext {
    width: 95%;
}

    section.liquor_menu .card img {
    height: 247px;
}
}