/* Desktop Screen */
@media (max-width: 1200px) {

    .hero h1 {
        font-size: 40px;
    }

    .event p {
        width: 90% !important;
    }
}


/* Tablet Screen */
@media (max-width: 992px) {

    .mx-5,
    .px-5 {
        margin-left: 20px !important;
        margin-right: 20px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Hero Section */
    .hero {
        text-align: center;
        padding-top: 140px;
    }

    .hero h1 {
        font-size: 34px;
    }

    /* About Section */
    .about {
        text-align: center;
    }

    /* Menu Section */
    .menu-card {
        gap: 15px;
    }

    .experience {
        background: #4c4c4b2c;
        margin: 0 50px;
    }

    /* Special Section */
    .special-card {
        flex-direction: column;
    }

    /* Booking Section */
    .booking-content {
        text-align: center;
    }

    /* Event Section */
    .event p {
        width: 80% !important;
    }

    /* Ready Section */
    .ready-box {
        flex-direction: column;
        text-align: center;
    }

    /* Upcoming Section */
    .upcoming-card {
        flex-direction: column;
    }

    .upcoming-content {
        width: 100% !important;
    }

    .upcoming-img {
        width: 100%;
        height: 450px;
        overflow: hidden;
    }

    .upcoming-btn {
        align-self: center !important;
        margin: 0 auto;
        padding: 15px 100px !important;
    }

    /* Touch Section */
    .touch {
        display: flex;
        flex-direction: column;
    }

    /* Footer Section */
    .footer .row {
        padding: 0 25px;
    }

    .footer-heading {
        font-size: 20px;
    }

    .footer-text,
    .footer-link {
        font-size: 16px;
    }

    .footer-social a {
        width: 53px;
        height: 53px;
        font-size: 20px;
    }
}


/* Mobile Screen */
@media (max-width: 576px) {

    .mx-5,
    .px-5 {
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Header Section */
    .navbar-brand {
        font-size: 20px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar .btn {
        display: none;
    }

    /* Hero Section */
    .hero {
        padding-top: 120px;
        text-align: center;
    }

    .hero h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .hero p {
        font-size: 14px;
    }

    .hero-content {
        padding: 0 10px;
    }

    /* About Section */
    .about {
        text-align: center;
    }

    .about h2 {
        font-size: 24px;
    }

    .about p {
        font-size: 15px !important;
        width: 100% !important;
        padding: auto !important;
        margin: auto !important;
    }

    .about-card {
        flex-direction: column;
        text-align: center;
    }

    .chef-img {
        margin: auto;
    }

    .est-badge {
        width: 50px;
        height: 50px;
        font-size: 10px;
    }

    /* Award Section */
    .award-card {
        padding: 20px;
    }

    .award p {
        font-size: 15px;
        width: 100%;
    }

    /* Experience Section */
    .experience {
        display: none;
    }

    /* Menu Section */
    .menu-card {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .menu-card img {
        margin-bottom: 10px;
        width: 250px;
        height: 250px;
        align-self: center;
    }

    /* Special Section */
    .special-card {
        display: flex;
        flex-direction: column;
    }

    /* Testimonial Seciton */
    .testimonial-card {
        padding: 20px;
    }

    /* Chef Section */
    .chef2-overlay {
        padding: 20px;
    }

    /* Booking Section */
    .booking-content {
        text-align: center;
    }

    .booking-item {
        justify-content: center;
        text-align: left;
    }

    /* Location Section */
    .location-box {
        padding: 20px;
    }

    .location h2 {
        font-size: 40px;
    }

    .hours-row {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 40px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .btn-custom {
        display: none !important;
    }

    .btn-outline-custom {
        display: none !important;
    }

    .icon {
        display: none !important;
    }

    /* Event Section */
    .event-title {
        font-size: 24px;
    }

    .event p {
        width: 100% !important;
        font-size: 14px;
    }

    /* Ready Section */
    .ready-box {
        flex-direction: column !important;
        text-align: center;
        align-self: center;
        gap: 15px;
        width: 100%;
        padding: 10px;
    }

    /* Upcoming Section */
    .upcoming-card {
        flex-direction: column;
    }

    .upcoming-content {
        text-align: center;
        width: 100% !important;
    }

    .upcoming-img {
        width: 100%;
        height: 450px;
        overflow: hidden;
    }

    .upcoming-btn {
        padding-left: 80px !important;
        padding-right: 140px !important;
        align-self: center;
    }

    /* Contact Section */
    .contact-card {
        flex-direction: column;
        text-align: center;
    }

    /* Touch Section */
    .touch {
        display: flex;
        flex-direction: column;
    }

    /* Footer Section */
    @media (max-width: 768px) {

        .footer {
            text-align: center;
        }

        .footer .row {
            padding: 0 15px !important;
        }

        .footer .col-lg-5,
        .footer .col-lg-2 {
            width: 100%;
            margin-bottom: 25px;
        }

        .footer-social {
            justify-content: center;
            margin-top: 15px;
        }

        .footer-social a {
            margin: 5px;
            font-size: 20px;
            width: 48px;
            height: 48px;
        }

        .footer-logo {
            font-size: 28px;
        }

        .footer-heading {
            font-size: 20px;
        }

        .footer-text,
        .footer-link {
            font-size: 15px;
        }

        .footer-bottom {
            margin-top: 40px;
            font-size: 14px;
            padding: 20px !important;
        }
    }
}