@media (max-width: 992px) {
    .menubar ul li a {
        padding: 5px 15px;
    }


    /* Adjusting the about-hour layout */
    .about-hour {
        margin-top: 0;
        margin-bottom: 0;
    }

    .hour-schedule ul {
        width: 100%;
        padding: 0 10px;
    }

    .hour-schedule .open-image {
        width: 100%;
        margin: 20px auto;
    }

    /* About section adjustments */
    .aboutus {
        flex-direction: column;
        align-items: center;
    }

    .about-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-para {
        width: 100%;
        padding: 15px 10px;
        text-align: justify;
    }
    .background-text {
        font-weight: 400;
        font-size: 90px;
    }


    .menu-content {
        margin-top: 120px;
        margin-bottom: 150px;
    }


    .event-part .menu-content {
        margin-top: 200px;
        margin-bottom: 140px;
    }
}

/* =============================
    Menu Page Responsive
============================= */
@media (max-width: 1399px) {

    /* Adjust the menu page background */
    .menu-page {
        background-size: cover;
        background-position: center top;
    }

    .menu-area h1 {
        font-size: 140px;
        line-height: 120px;
        letter-spacing: 8px;
    }

    .menu-area h4 {
        font-size: 28px;
        right: 10px;
        top: -10px;
    }

    .fastfood-item-one,
    .fastfood-item-two,
    .fastfood-item-three,
    .fastfood-item-four,
    .fastfood-item-five,
    .fastfood-item-six {
        background-size: contain;
        padding: 10px;
        border-radius: 10px;
    }

    /* Subtitle styles */
    .black-subtitle h3,
    .white-subtitle h3 {
        font-size: 24px;
        letter-spacing: 0.5px;
    }

    .black-subtitle img,
    .white-subtitle img {
        min-width: 180px;
    }

    /* Menu items */
    .menu-item h3 {
        font-size: 18px;
        letter-spacing: 0.8px;
    }

    .menu-item p {
        font-size: 12px;
    }

    .catering-content h3 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .catering-content h2 {
        font-size: 42px;
    }

    .catering-menu h2 {
        font-size: 24px;
        letter-spacing: 1.5px;
    }

    .catering-menu p {
        font-size: 12px;
    }

    .ask-about-catering {
        background-size: cover;
        padding: 15px;
    }

    .ask-about-catering img {
        padding: 20px;
    }

    .menu-area .text {
        margin-right: 8px;
    }

    .clr {
        clear: both;
    }

    .for-issues {
        display: block;
    }
}


@media (max-width: 1199px) {
    .menu-page {
        background-size: cover;
        background-position: center top;
    }

    .menu-area h1 {
        font-size: 120px;
        line-height: 100px;
        letter-spacing: 6px;
    }

    .menu-area h4 {
        font-size: 24px;
        right: 5px;
        top: -15px;
    }

    .fastfood-item-one,
    .fastfood-item-two,
    .fastfood-item-three,
    .fastfood-item-four,
    .fastfood-item-five,
    .fastfood-item-six {
        background-size: cover;
        padding: 8px;
        border-radius: 8px;
    }

    .black-subtitle h3,
    .white-subtitle h3 {
        font-size: 20px;
        letter-spacing: 0.3px;
    }

    .black-subtitle img,
    .white-subtitle img {
        min-width: 150px;
    }

    .menu-item h3 {
        font-size: 16px;
        letter-spacing: 0.6px;
    }

    .menu-item p {
        font-size: 10px;
    }

    .catering-content h3 {
        font-size: 18px;
        letter-spacing: 0.8px;
    }

    .catering-content h2 {
        font-size: 36px;
    }

    .catering-menu h2 {
        font-size: 20px;
        letter-spacing: 1.2px;
    }

    .catering-menu p {
        font-size: 10px;
    }

    .ask-about-catering {
        background-size: cover;
        padding: 10px;
    }

    .ask-about-catering img {
        padding: 15px;
    }

    .menu-area .text {
        margin-right: 5px;
    }

    .clr {
        clear: both;
    }

    .for-issues {
        display: block;
    }
}

@media (max-width: 991px) {
    .menu-page {
        background-size: cover;
        background-position: center top;
    }

    .menu-area h1 {
        font-size: 200px;
        line-height: 180px;
        letter-spacing: 12px;
    }

    .menu-area h4 {
        font-size: 36px;
        right: 10px;
        top: -5px;
    }

    .fastfood-item-one,
    .fastfood-item-two,
    .fastfood-item-three,
    .fastfood-item-four,
    .fastfood-item-five,
    .fastfood-item-six {
        background-size: cover;
        padding: 20px;
        border-radius: 12px;
    }

    .black-subtitle h3,
    .white-subtitle h3 {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .black-subtitle img,
    .white-subtitle img {
        min-width: 220px;
    }

    .menu-item h3 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .menu-item p {
        font-size: 16px;
    }

    .catering-content h3 {
        font-size: 28px;
        letter-spacing: 1.5px;
    }

    .catering-content h2 {
        font-size: 60px;
    }

    .catering-menu h2 {
        font-size: 36px;
        letter-spacing: 2px;
    }

    .catering-menu p {
        font-size: 18px;
    }

    .ask-about-catering {
        background-size: cover;
        padding: 30px;
    }

    .ask-about-catering img {
        padding: 25px;
    }

    .menu-area .text {
        margin-right: 15px;
    }

    .clr {
        clear: both;
    }

    .for-issues {
        display: block;
    }
}

@media (max-width: 767px) {
    .menu-page {
        background-size: cover;
        background-position: center top;
    }

    .menu-area h1 {
        font-size: 120px;
        line-height: 100px;
        letter-spacing: 5px;
    }

    .menu-area h4 {
        font-size: 24px;
        right: 5px;
        top: 0;
    }

    .fastfood-item-one,
    .fastfood-item-two,
    .fastfood-item-three,
    .fastfood-item-four,
    .fastfood-item-five,
    .fastfood-item-six {
        background-size: cover;
        padding: 10px;
        border-radius: 8px;
    }

    .black-subtitle h3,
    .white-subtitle h3 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .black-subtitle img,
    .white-subtitle img {
        min-width: 150px;
    }

    .menu-item h3 {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .menu-item p {
        font-size: 10px;
    }

    .catering-content h3 {
        font-size: 18px;
        letter-spacing: 0.8px;
    }

    .catering-content h2 {
        font-size: 36px;
    }

    .catering-menu h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .catering-menu p {
        font-size: 10px;
    }

    .ask-about-catering {
        background-size: cover;
        padding: 15px;
    }

    .ask-about-catering img {
        padding: 10px;
    }

    .menu-area .text {
        margin-right: 5px;
    }

    .clr {
        clear: both;
    }

    .for-issues {
        display: block;
    }
}


@media (max-width: 575px) {
    .menu-page {
        background-size: cover;
        background-position: center;
    }

    .menu-area h1 {
        font-size: 80px;
        line-height: 70px;
        letter-spacing: 3px;
        text-shadow: none;
    }

    .menu-area h4 {
        font-size: 18px;
        right: 5px;
        top: -4px;
    }

    .fastfood-item-one,
    .fastfood-item-two,
    .fastfood-item-three,
    .fastfood-item-four,
    .fastfood-item-five,
    .fastfood-item-six {
        background-size: cover;
        padding: 5px;
        margin-bottom: 20px;
        /* background-position: center; */
    }

    .black-subtitle h3,
    .white-subtitle h3 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .black-subtitle img,
    .white-subtitle img {
        min-width: 120px;
    }

    .menu-item h3 {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .menu-item p {
        font-size: 13px;
    }

    .catering-content h3 {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .catering-content h2 {
        font-size: 28px;
    }

    .catering-menu h2 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .catering-menu p {
        font-size: 10px;
    }

    .ask-about-catering {
        background-size: cover;
        padding: 10px;
    }

    .ask-about-catering img {
        padding: 5px;
    }

    .menu-area .text {
        margin-right: 0;
    }

    .clr {
        clear: both;
    }

    .for-issues {
        display: block;
    }



    .black-area-two {
        background-position: center;
    }

    .black-area-one {
        background-position: center;
    }

    .catering-menu {
        background-position: center;
    }

    .ask-about-catering {
        background-position: center;
    }
}

