.banner {
    background: url("./assets/bg.jpg") no-repeat center center / cover;
    object-fit: cover;
    color: #fff;
}

.section-layout {
    display: flex;
    justify-content: center;
    height: 100vh;
    padding: 5rem;
}

.section-wrapper {
    width: 70%;
}


.top-header, .nav-link, .navbar-toggler-icon {
    color: #fff !important;
}

.top-header .phone {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.top-header .phone a {
    color: #fff;
    text-decoration: none;
}
.top-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}

ul {
    margin-bottom: 0 !important;
}

.navbar-links {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.navbar-links li {
    list-style: none;
}

.banner .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* top: 25px; */
    width: 100%;
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 1rem;
}

.banner-content p {
    color: #f2f2f290;
    width: 60%;
}

.banner-content h1 {
    width: 40%;
}

.banner-content button {
    background-color: red;
    border-radius: 25px;
    border: none;
    outline: none;
    padding: 0.8rem 2rem;
    color: #fff;
    margin: 1rem 0;
}

.banner-content .logo-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
}
.banner-content .logo-container img {
    width: 100px;
}

.about-layout {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.about-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.about-wrapper .myrow {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 1.5rem;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about-content .img-container img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.testimonials {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.testimonials p {
    text-align: center;
}

.testimonials-wrapper {
    display: flex;
    gap: 1rem;
}

.testimonials-wrapper h1 {
    font-size: 20px;
}

.testimonials-wrapper p {
    font-size: 16px;
}

.testimonials-wrapper .img img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
}


.quick-action-layout {
    display: flex;
    justify-content: center;
    padding: 5rem;
    color: #fff;
    background: url("./assets/quick.png") no-repeat center center / cover;
}

.quick-action-wrapper .quickrow {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.maggi-layout {
    background: url("./assets/maggi.png") no-repeat center center / cover;
}

.quick-card {
    background-color: #44444475;
    padding: 3rem;
}

.quick-card label {
    color: red;
    font-weight: 700;
}

.quick-card h1 {
    font-size: 22px;
}

.quick-card p {
    font-size: 16px;
    color: #f2f2f290;
}

.quick-card .quick-card-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
}

.quick-card .quick-card-row .price {
    font-size: 20px;
    font-weight: 700;
}

.quick-card .quick-card-row button {
    outline: none;
    border: none;
    border-radius: 25px;
    background-color: red;
    color: #fff;
    padding: 0.5rem 2rem;
}

.menu-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    padding: 5rem;
    color: #fff;
}

.heading-menu {
    color: #000;
    font-size: 2.5rem;
    border-bottom: solid 5px red;
    width: max-content;
    margin-bottom: 5rem;
}

.menu-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-container {
    width: 100%;
}
    
.menu-container .myrow {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.menu-container .main-menu-heading {
    color: #000;
    font-weight: 500;
    font-size: 2rem;
    line-height: 0.6;
}

.menu-container .main-menu-subheading {
    color: #00000080;
    font-weight: 400;
    font-size: 1.5rem;
}

.menu-list  {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 2rem;
}

.menu-list-feild  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    border-bottom: solid 1px #44444470;
}

.about-food .food-heading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    overflow-wrap: anywhere;
}

.about-food .food-paragraph {
    font-size: 14px;
    color: #444;
}

.food-price {
    color: red;
    font-weight: bold;
    font-size: 1rem;
}




.chef-msg-layout {
    display: flex;
    justify-content: center;
    padding: 0 5rem 5rem;
    color: #000;
}

.chef-msg-layout .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chef-msg-layout .img-container img {
    width: 100%;
}

.chef-msg-wrapper, .signature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.chef-msg-wrapper p {
    color: #44444490;
    text-align: center;
    width: 70%;
}


.footer-layout {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 7rem;
    color: #fff;
    background: url("./assets/quick.png") no-repeat center center / cover;
}

.footer-wrapper .top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-wrapper .top .msg {
    text-align: center;
    width: 70%;
    font-size: 1.5rem;
}

.footer-wrapper .top button {
    margin-top: 2rem;
    border-radius: 25px;
    outline: none;
    border: none;
    color: #fff;
    background-color: red;
    padding: 1rem 2rem;
    line-height: 1.2;
    margin-bottom: 3rem;
}

.footer-wrapper .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 9;
    padding: 1rem;
    text-align: center;
}

@media (max-width: 1320px) {
    .section-wrapper {
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .section-layout {
        height: auto;
    }
    .top-header .navbar-links {
        display: none;
    }

    .about-wrapper {
        text-align: center;
    }
    .about-wrapper .row {
        justify-content: center;
    } 
    .banner-content p, .banner-content h1 {
        width: 100%;
    }
    .menu-layout {
        padding: 3rem;
    }
}

@media (max-width: 900px) {
    .quick-action-layout {
        padding: 3rem;
    }
    .quick-action-wrapper .quickrow {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 786px) {
    .section-layout {
        padding: 3rem;
    }
    
    .section-wrapper {
        width: 90%;
    }

    .menu-container .myrow {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .section-layout {
        padding: 1rem;
    }
    .top-header .navbar-links {
        display: flex;
    }
    .top-header {
        flex-direction: column;
        gap: 1rem;
    }
    .quick-action-layout {
        padding: 2rem;
    }
    .quick-action-layout .quick-card {
        padding: 1.5rem;
    }
    .banner-content .logo-container {
        justify-content: center;
    }
    .banner-content .logo-container img {
        background-color: #00000080;
        padding: 1rem;
        border-radius: 25px;
    } 
}