*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: serif;
}

body{
    background: #FFF2E7;
}

header{
    width: 100%;
    height: 80px;
    background: #F0E0C4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
}

.logo{
    font-family:serif;
    font-size: 28px;
    font-weight: bold;
    color: #9A3B3B;
}

.hamburger{
    display: none;
    z-index: 1000;
}

.nav-bar.open{
    height: 450px;
}

.nav-bar ul{
    display: flex;
}

.nav-bar.open ul{
    opacity: 1;
    visibility: visible;
}
.nav-bar ul li a{
    display: block;
    font-family: serif;
    font-weight: 600;
    color: #9A3B3B;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 50px;
    transition: 0.2s;
    margin: 0 5px;
}

.nav-bar ul li a:hover{
    color: #FFF2E7;
    background: #9A3B3B;
}

.nav-bar ul li a.active{
    color: #FFF2E7;
    background: #9A3B3B;
}

section{
    padding: 5rem 10%;
}

.home{
    padding: 0;
}

.home .slide{
    min-height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    z-index:0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .slide::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.701);
    z-index: -1;
}

.home .slide .content{
    text-align: center;
    width: 70rem;
}

.home .slide .content span{
    font-size: 3rem;
    display: block;
    color: #F0E0C4;
    padding-bottom: .5rem;
}

.home .slide .content h3{
    font-size: 8vw;
    color: #FFF2E7;
    text-shadow: 0 .5rem 1rem rgba(0, 0, 0, .7);
    line-height: 1;
    padding: 2rem 0;
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding: 1rem 3rem;
    cursor: pointer;
    font-size: 2rem;
    color: #FFF2E7;
    background: #9A3B3B;
    border-radius: 2rem;
    font-weight: 500;
    transition: .2s linear;
    border: 0.2rem solid #9A3B3B;
}

.btn:hover{
    background: #F0E0C4;
    color: #9A3B3B;
}

.heading{
    text-align: center;
    padding-bottom: 3rem;
}

.heading span{
    font-size: 2.5rem;
    color: #9A3B3B;
}

.heading h3{
    font-size: 4.5rem;
    color: #9A3B3B;
}

.food{
    background: #FFF2E7;
}

.food .food2{
    display: flex;
}

.food .slide{
    flex-basis: 30%;
    position: relative;
    text-align: center;
    padding: 3rem 2rem;
    transform: scale(.9);
    background: #F0E0C4;
    box-shadow: #9A3B3B;
    border: #9A3B3B;
    border-radius: 2rem;
    margin-bottom: 4rem;
    cursor: pointer;
}

/* C08261 */
.food .slide img{
    height: 20rem;
    margin-bottom: 1rem;
    border-radius: 3rem;
}

.food .slide h3{
    font-size: 2.5rem;
    padding: 1rem 0;
    color: #9A3B3B;
}

.food .slide .price{
    font-size: 2rem;
    color: #C08261;
}

/* footer */
.foot{
    display: grid;
    justify-content: center;
    align-items: end;
    min-height: 90vh;
    background-color: #FFF2E7;
    padding: 50px;
}

footer{
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background: #F0E0C4;
}

footer .footer-container{
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

footer .footer-container .sec h2{
    position: relative;
    color: #9A3B3B;
    font-weight: 600;
    margin-bottom: 15px
}

footer .footer-container .foot-about p{
    color: #9A3B3B;
    /* font-size: 15px; */
}

footer .footer-container .socials{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4,50px);
}

footer .footer-container .socials li{
    list-style: none;
}

footer .footer-container .socials li a{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #9A3B3B;
    display: grid;
    align-content: center;
    justify-content: center;
    text-decoration: none;
}

footer .footer-container .socials li a i{
    color: #F0E0C4;
    font-size: 20px;
}

footer .footer-container .quicklinks{
    position: relative;
}

footer .footer-container .quicklinks ul li{
    list-style: none;
}

footer .footer-container .quicklinks ul li a{
    color: #9A3B3B;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
}

footer .footer-container .foot-contact .info{
    position: relative;
}

footer .footer-container .foot-contact .info li{
    display: grid;
    grid-template-columns: 30px 1fr;
    margin-bottom: 16px;
}
footer .footer-container .foot-contact .info li span{
    color: #9A3B3B;
    font-size: 20px;
}

footer .footer-container .foot-contact .info li a{
    text-decoration: none;
    color: #9A3B3B;
}

.copyright{
    width: 100%;
    background: #F0E0C4;
    padding: 20px 100px 30px;
    text-align: center;
    color: #9A3B3B;
    border-top: 1px solid #9a3b3b5b;
    margin-top: 30px;
}




@media only screen and (max-width: 1320px){
    header{
        padding: 0 50px;
    }

}

@media only screen and (max-width: 1100px){
    header{
        padding: 0 30px;
    }

}

@media only screen and (max-width: 900px){
    .hamburger{
        display: block;
        cursor: pointer;
        z-index: 1000;
    }
    .hamburger .line{
        width: 30px;
        height: 3px;
        background: #9A3B3B;
        margin: 6px 0;
    }
    .nav-bar{
        height: 0px;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100vw;
        background: #F0E0C4;
        transition: 0.5s;
        overflow: hidden;
        z-index: 999;
    }
    .nav-bar ul{
        display: block;
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }
    .nav-bar ul li a{
        margin-bottom: 12px;
    }

    .home .slide .content h3{
        font-size: 15vw;
    }

    .food .food2{
        flex-wrap: wrap;
        flex-direction: column;
    }

    footer{
        padding: 40px;
    }

    footer .footer-container{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
    }

    .copyright{
        padding: 20px 40px 30px;
    }
}

@media only screen and (max-width: 768px){
    .hamburger{
        display: block;
        cursor: pointer;
        z-index: 1000;
    }
    .hamburger .line{
        width: 30px;
        height: 3px;
        background: #9A3B3B;
        margin: 6px 0;
    }
    .nav-bar{
        height: 0px;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100vw;
        background: #F0E0C4;
        transition: 0.5s;
        overflow: hidden;
        z-index: 999;
    }
    .nav-bar ul{
        display: block;
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }
    .nav-bar ul li a{
        margin-bottom: 12px;
    }

    .home .slide .content h3{
        font-size: 15vw;
    }

    .food .food2{
        flex-wrap: wrap;
        flex-direction: column;
    }

    footer .footer-container{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
    }

}