@media (max-width: 991px) {

    .mobile-view {
        display: block !important;
    }

    .mobile-display-none {
        display: none !important;
    }

    .mobile-logo img {
        width: 140px;
    }

    .main-header.g_shrink .mobile-logo img {
        width: 120px;
        -webkit-transition: all 0.5s ease-in-out 0.5s;
        -moz-transition: all 0.5s ease-in-out 0.5s;
        -ms-transition: all 0.5s ease-in-out 0.5s;
        -o-transition: all 0.5s ease-in-out 0.5s;
        transition: all 0.5s ease-in-out 0.5s;
    }

    .pb-100 {
        padding-bottom: 75px;
    }

    .pt-100 {
        padding-top: 75px;
    }

     .offcanvas-header {
        position: absolute;
        justify-content: flex-end;
        right: 0;
        z-index: 99;
    }

    .main-nav .navbar-nav {
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .banner-text {
        margin-top: 70px;
    }

    .title {
        font-size: var(--font-size-42);
        line-height: var(--line-height-42);
        margin-bottom: 15px;
    }

    .mt-30 {
        margin-top: 15px;
    }

    .title2 {
        font-size: var(--font-size-50);
        line-height: var(--line-height-50);
    }

    .div-sub-title {
        font-size: var(--font-size-20);
        line-height: var(--line-height-19);
    }

    .view-more-btn {
        font-size: var(--font-size-17);
        padding: 8px 20px;
    }

    .menu-section {
        flex-direction: column;
        height: 940px;
    }

    .dish-info {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .dish-info h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .dish-info h4 {
        font-size: var(--font-size-25);
        font-weight: var(--font-weight-Medium);
        color: #282828;
        margin: 5px 0 10px 0;
    }

    .dish-info p {
        font-size: 15px;
    }

    .dishes-img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 45%;
        left: 0%;
    }


    .dish {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-36%, -175%);
        transition: all 0.8s ease;
        cursor: pointer;
    }

    /* left position */
    .dish.pos-top {
        transform: translate(-100%, -99%);
        z-index: 2;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .dish.pos-top img {
        width: 70%;
    }

    /* right position */
    .dish.pos-bottom {
        transform: translate(5%, -99%);
        z-index: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .dish.pos-bottom img {
        width: 70%;
    }


    .menu-tabs .nav-tabs .nav-item .nav-link {
        font-size: var(--font-size-19);
        line-height: var(--line-height-15);
        padding: 10px 20px
    }

    .menu-item-box .item-img {
        width: 100%;
        height: 250px;
        object-fit: contain;
        margin-bottom: 10px;
    }

        .div-title {
        font-size: 20px;
        line-height: var(--line-height-20);
        margin-bottom: 10px;
    }

    .mt-20 {
        margin-top: 10px;
    }

    .testimonial-right {
        position: static !important;
        /* Remove absolute positioning */
        width: 100% !important;
        /* Full width */
        height: auto !important;
        /* Let it grow with content */
        float: none !important;
        /* Disable float */
        margin-top: 30px;
        /* Add spacing from the section above */
    }

    .testimonial-right::before {
        width: 25%;
    }

    .testimonial-section {
        display: flex;
        flex-direction: column;
    }

    .testimonial-right .view-more {
        margin-top: 30px;
        margin-left: 15px;
    }

    .testimonial_slider {
        padding: 0 15px;
        /* Optional: padding for small screens */
    }

    .div-text {
        font-size: var(--font-size-17);
        line-height: var(--line-height-17);
    }

    .testimonial-content img {
        width: 55px;
        height: 55px;
    }

    .reserve-img {
        width: 50%;
        height: 50%;
    }

    .copyright {
        margin-top: 30px;
    }

    .footer-contact .social {
        margin-top: 50px;
    }

    .menu-section h3 {
        width: 60%;
        position: relative;
        right: 0%;
        font-size: var(--font-size-33);
    }


}




@media (max-width: 480px) {

    .mobile-view {
        display: block !important;
    }

    .mobile-display-none {
        display: none !important;
    }

    .mobile-logo img {
        width: 100px;
    }

    .main-header.g_shrink .mobile-logo img {
        width: 80px;
        -webkit-transition: all 0.5s ease-in-out 0.5s;
        -moz-transition: all 0.5s ease-in-out 0.5s;
        -ms-transition: all 0.5s ease-in-out 0.5s;
        -o-transition: all 0.5s ease-in-out 0.5s;
        transition: all 0.5s ease-in-out 0.5s;
    }

    .offcanvas {
        max-width: 80%;
    }

    .offcanvas-menu {
        padding: 12px 0;
    }

    .banner-text {
        margin-top: 45px;
    }

    .title {
        font-size: var(--font-size-33);
        line-height: var(--line-height-33);
        margin-bottom: 15px;
    }

    .title2 {
        font-size: var(--font-size-25);
        line-height: var(--line-height-25);
    }

    .div-sub-title {
        font-size: var(--font-size-15);
        line-height: var(--line-height-15);
    }

    .mt-30 {
        margin-top: 10px;
    }

    .view-more-btn {
        font-size: var(--font-size-15);
        padding: 6px 16px;
    }

    .freshness-box img {
        height: 150px;
        object-fit: contain;
        padding: 0;
    }

    .freshness-box {
        display: contents;
    }

    .nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .menu-tabs .nav-tabs {
        margin-bottom: 20px;
    }

    .menu-tabs .nav-tabs .nav-item:first-child .nav-link {
        border-radius: 100px;
    }

    .menu-tabs .nav-tabs .nav-item:last-child .nav-link {
        border-radius: 100px;
    }

    .menu-tabs .nav-tabs .nav-item .nav-link {
        border-radius: 100px;
    }

      .menu-tabs .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        line-height: 15px;
        padding: 10px 16px;
        font-weight: 500 !important;
    }

    .menu-item-box .item-img {
        height: 150px;
    }

    .menu-item-box .view-more-btn {
        padding: 5px 15px;
    }

    .view-more-btn {
        box-shadow: 2px 4px 0 var(--color-fe6f20);
    }

    p {
        font-size: var(--font-size-15);
        line-height: var(--line-height-15);
    }

    .testimonial-right::before {
        content: none;
    }

    .testimonial-left img {
        border-radius: 15px;
    }

    .testimonial-right .view-more {

        display: none;

    }

    .div-text {
        font-size: var(--font-size-15);
        line-height: var(--line-height-15);
    }

    .testimonial-left {
        text-align: center;
    }

    .testimonial-content img {
        width: 45px;
        height: 45px;
    }

    .p-content {
        font-size: var(--font-size-17);
        line-height: var(--line-height-15);
        color: var(--color-141313);
        margin-bottom: 15px;
        font-family: var(--font-family-Poppins);
    }

    .view-more-btn {
        padding: 2px 40px;
    }

    .mb-100 {
        margin-bottom: 30px;
    }

    .mt-100 {
        margin-top: 30px;
    }

    .pt-100 {
        padding-top: 30px;
    }

    .pb-100 {
        padding-bottom: 30px;
    }

    .section-title {
        font-size: var(--font-size-22);
        line-height: var(--line-height-22);
        margin-bottom: 5px;
    }

    .reserve-title {
        text-align: center;
    }

    .reserve-form .form-group {
        margin-bottom: 0px;
    }

    .reserve-form .form-control {
        width: 100%;
        height: 38px;
    }

    .mt-50 {
        margin-top: 25px;
    }

    .reserve-img {
        width: 35%;
        height: 35%;
    }

    .footer-contact li {
        font-size: var(--font-size-15);
        margin-bottom: 12px;
    }

    .footer-contact .social {
        margin-top: 12px;
    }

     .copyright {
        font-size: 14px;
        margin-top: 25px;
        position: relative;
    }

    .footer-bg {
        background-image: none;
        position: relative;
        background-size: revert;
        background-color: #141213;
        background-repeat: no-repeat;
        background-position-y: 0;
        padding-bottom: 0;
    }
    .image-dis {
    /* width: 63%; */
    font-size: 12px;
    position: relative;
    bottom: 0;
    /* color: #fff; */
    opacity: 0.5;
    display: flex;
    margin-top: 15px;
    gap: 0;
    flex-direction: column;
}
.image-dis p {
    font-size: 12px;
    line-height: normal;
    /* text-align: center; */
}

    .dish-info h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .dish-info h4 {
        font-size: var(--font-size-19);
    }

    .dish-info p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .menu-section h3 {
        width: 86%;
        position: relative;
        right: -7%;
        font-size: 16px;
    }

    .menu-section {
        flex-direction: column;
        height: 550px;
        padding: 30px 10px 30px 10px;
    }
    img.bg-elips {
    position: absolute;
    top: -60px;
    left: 20%;
    width: 54%;
}
.menu-item-box h5 {
    font-size: 20px;
}
    .dishes-img {
        top: 55%;
    }

    .dish.pos-top {
        transform: translate(-93%, -145%);
    }

    .dish {
        transform: translate(-36%, -215%);
    }

    .dish.pos-bottom {
        transform: translate(-5%, -145%);
    }
    img.footer-mobile {
    display: block;
    width: 103%;
}

}
