/* common class */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
}

body {
    background-color: #FFFBEB;
}

li,
ul,
a {
    list-style: none;
    text-decoration: none;
    color: inherit;
}

.section-padding {
    /* padding-block: 100px 110px; */
    /* padding-block: clamp(60px, 6.7vw, 100px) clamp(60px, 7.3vw, 110px); */
    padding-block: clamp(60px, 6.7vw, 64px) clamp(60px, 7.3vw, 64px)
}

.content-wrap {
    position: relative;
    width: 100%;
    /* max-width: 1280px; */
    margin-inline: auto;
    text-wrap: pretty;
}

.inner-wrap h1 {
    /* font-size: 64px; */
    font-size: clamp(32px, 4.3vw, 64px);
    /* letter-spacing: -1px; */
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
}

.inner-wrap h2 {
    /* font-size: 48px; */
    font-size: clamp(28px, 3.2vw, 48px);
    /* letter-spacing: -1px; */
    line-height: 1;
    font-weight: 500;
    margin-bottom: 15px;
}

.inner-wrap h3 {
    font-size: clamp(22px, 1.6vw, 24px);
    line-height: 1;
    font-weight: 500;
    margin-bottom: 15px;
}

.inner-wrap p {
    /* font-size: 17px; */
    font-size: clamp(16px, 1.2vw, 17px);
    font-weight: 350;
}

/* banner section */

.banner-heading {
    text-align: center;
}

.banner-heading p {
    color: #918888;
    margin-bottom: 15px;
}

.line-element {
    width: 100%;
    height: 1px;
    background: #313030;
    display: inline-block;
}

.navbar-list {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.footer-navbar-list {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.banner-image {
    margin-top: 60px;
    width: 100%;
    /* border: 1px solid #000; */
    border-radius: 8px;
}

/* about section */

.about-section {
    background-color: #F1F1F1;
}

.about-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

.about-image {
    border-radius: 8px;
}
.about-image img{
    width: 100%;
    border-radius: 8px;
}

.about-content h2 {
    color: #00593B;
    margin-bottom: 30px;
}

.about-content p {
    max-width: 520px;
}

.about-content button {
    outline: none;
    border: 1px solid #BB012A;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    background: transparent;
}

.about-content p:not(:last-child) {
    margin-bottom: 20px;
}

/* menu section  */

.menu-wrap h2 {
    text-align: center;
    margin-bottom: 40px;
}

.menu-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.menu-list {
    max-width: 400px;
    border-radius: 12px;
}

.menu-image img{
    width: 340px;
    height: 340px;
    /* border: 1px solid #000; */
    border-radius: 12px;
    margin-bottom: 20px;
}

.menu-list h3 {
    margin-bottom: 5px;
}

.menu-desc {
    color: #606060;
    margin-bottom: 15px;
}

/* receipe section */

.receipe-section {
    background-color: #F1F1F1;
}

.receipe-section-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
}

.receipe-image {
    width: 100%;
    height: auto;
    /* border: 1px solid #000; */
    border-radius: 8px;
}
.receipe-image img{
    border-radius: 8px;
}

.receipe-content {
    max-width: 450px;
}

.receipe-content h2 {
    color: #00593B;
}

.receipe-content p {
    margin-bottom: 40px;
}

.receipe-content button {
    outline: none;
    border: 1px solid #BB012A;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    background: transparent;
}

/* bg-receipe-section" */
.bg-receipe-section{
    background-image: url("../images/banner_time1.jpg");
}
.bg-receipe-wrap {
    background: #fff;
    text-align: center;
    max-width: 991px;
    margin-inline: auto;
    /* padding: 40px; */
    padding: clamp(35px, 2.7vw, 40px) clamp(20px, 2.7vw, 40px);
    /* border: 1px solid #000; */
    border-radius: 8px;
}

.bg-receipe-wrap h2 {
    color: #00593B;
    margin-bottom: 20px;
}

.bg-receipe-wrap p {
    margin-bottom: 40px;
    max-width: 600px;
    margin-inline: auto;
}
.bg-receipe-wrap form{
    text-align: justify;
}
.bg-receipe-wrap label{
    font-size: 14px;
}
.bg-receipe-wrap button {
    text-align: center;
    outline: none;
    border: 1px solid #BB012A;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    background: #fff;
}

.reservation-input{
    display: flex;
}
.reservation-input-label{
    font-size:18px;
} 

/* footer section */

.footer-section {
    color: #fff;
    background-color: #212121;
    padding-block: clamp(60px, 6.7vw, 100px) clamp(60px, 7.3vw, 110px);
}
.section-footer p{
    text-align: center;
}
@media (min-width:1280px) {
    .inner-wrap h1 {
        letter-spacing: -1px;
    }
    
    .inner-wrap h2 {
        letter-spacing: -1px;
    }
}
@media (max-width:1024px) {
    .about-wrap,.receipe-section-wrap {
        grid-template-columns: 1fr;
        text-align: center;
    }
    /* .about-content,.receipe-content {

    } */
    .about-content p,.receipe-content {
        margin-inline: auto;
    }
    .receipe-content {
        max-width: 470px;
    }
}
@media (max-width:469px){
    .section-padding {
        /* padding-block: 100px 110px; */
        /* padding-block: clamp(60px, 6.7vw, 100px) clamp(60px, 7.3vw, 110px); */
        padding-block: clamp(24px, 6.7vw, 64px) clamp(30px, 7.3vw, 64px)
    }
    .about-wrap {
        margin-left: 3px;
        margin-right: 3px;
    }
    .receipe-section-wrap{
        display: block;
    }
    .receipe-image img{
        width: 100%;
    }
    .footer-navbar-list {
        display: grid;
    }
}