@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&display=swap');
* {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif; 
}

html {
    scroll-behavior: smooth;
}

header {
    /* background-color: #24252a; */
    background-color: #ec1f24;
    box-shadow: 0px 3px 10px #464646;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 6rem;
}

.logo {
    display: flex;
    align-items: center;
    width: 100px;
    height: 70px;
}


.nav-list {
    display: flex;
    align-items: center;
}

.nav-list ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    text-decoration: none;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 400;
}

.login-button button {
    display: none;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    /* background-color: #0187a7; */
}

.login-button button a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
}

.mobile-menu-icon {
    display: none;
}

.mobile-menu {
    display: none;
}




@media screen and (min-width: 1100px) {

    .sobre {
        height: 70vh;
    }

    .sobre .texto-sobre {
        width: 50%;
    }

    .sobre .foto-sobre {
        width: 50%;
    }


    .reviews {
        height: 70vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        background-color: rgb(32, 32, 31);
    
    }
    
    .reviews .titulo-reviews {
        margin: 25px auto;
        color: #fff;
    }
    
    .reviews .box-reviews {
        display: flex;
        padding: 15px;
        justify-content: space-between;
        width: 80%;
        height: 70%;
    }
    
    .reviews .box-reviews .item {
        width: 30%;
        height: 80%;
        display: flex;
        justify-content: center;
    }


}





@media screen and (max-width: 730px) {
    .nav-bar {
        padding: 1.5rem 4rem;
    }
    .nav-item {
        display: none;
    }
    .login-button {
        display: none;
    }
    .mobile-menu-icon {
        display: block;
    }
    .mobile-menu-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
    }
    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
    }
    .mobile-menu .login-button {
        display: block;
        padding: 1rem 2rem;
    }
    .mobile-menu .login-button button {
        width: 100%;
    }
    .open {
        display: block;
    }


    
    /* MEU CODIGO ABAIXO */

    .sobre {
        flex-direction: column;
    }

    .sobre .texto-sobre {
        width: auto;
        padding: 30px;
        margin-bottom: 20px;
    }

    .sobre .texto-sobre h2 {
        padding-top: 15px;
    }

    .sobre .texto-sobre h3 {
        width: 90%;
        padding-bottom: 5px; 
    }

    .sobre .foto-sobre {
        width: 20%;
        height: 25%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 65px;
        
    }

    .sobre .foto-sobre img {
        width: 70px;
        height: 70px;
    }


    .cardapio {
        height: auto;
        padding-top: 80px;
    }


    .cardapio .titulo-cardapio {
       padding-top: 2px;
    }


    .cardapio .box-cardapio {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .cardapio .box-cardapio .item {
        width: 90% !important; 
        height: auto;
        margin: 15px 0;
    }
    

    .reviews .box-reviews {
        flex-direction: column;
        align-items: center;
    }


    .reviews .box-reviews .item-rev {
        width: 90%;
        height: 80%;
        display: flex;
        justify-content: center;
        padding: 20px;
    }

    .reviews .box-reviews .item-rev img {
        width: 340px !important; 
        height: 340px !important;
    }


    footer .copy {
        margin: 0 15px;
    }  

}





.home {
    width: 100%;
    height: 85vh;
    background-image: url(../img/bg8.jpeg);
    /* background-image: url(../img/bg_frango.jpg); */
    background-repeat: no-repeat;
    background-size: cover;

}

.home .box .headline {
    text-align: center;
    color: #fff;
    margin-top: 9rem;
    font-size: 25px;
    letter-spacing: 2px;
    /* background-color: #ec1f22; 
    padding: 2px 10px; */
}

.home .box .headline h2 {
    font-size: 23px;
    margin-top: 10px;
}

.home .box {
    padding-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: rgb(230, 25, 25); */
    height: 55%;
}

.home .box .primary-button {
    margin-top: 25px;
    padding: 15px 80px;
    background-color: #ec1f24;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 1px 1px 7px #ffffff4b;
}

.home .box .primary-button:hover {
    
    background-color: #fff;
    transition: 1s;
    color: #ec1f24;
}

.sobre {
    height: 90vh;
    background-color: rgb(32, 32, 31);
    display: flex;
}


.sobre .texto-sobre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}


.sobre .texto-sobre h3 {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 3rem;
    
}

.sobre .texto-sobre h2 {
    margin-bottom: 30px;
    font-size: 25px;
    color: #fff;
    letter-spacing: 7px;
}


.sobre .foto-sobre {
    /* width: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.sobre .foto-sobre img {
    width: 380px;
    height: 380px;
    border-radius: 15px;
    /* filter:blur(3px); */
}


/* CARDAPIO */


.cardapio {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    background-color: rgb(32, 32, 31);
    
}

.cardapio .titulo-cardapio {
    margin: 25px auto;
    color: #fff;
    letter-spacing: 7px;
}


.cardapio .box-cardapio {
    display: flex;
    padding: 15px;
    justify-content: space-around;
    margin-bottom: 15px;
    align-items: center;
    width: 80%;
    height: auto;
    /* background-color: rgba(111, 188, 252, 0.89); */
}

/*  CARD CARDAPIO  */

.cardapio .box-cardapio .item {
    width: 25%;
    height: auto;
    background-color: #fff;
    box-shadow: 1px 1px 7px #e71e1eda;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    padding: 5px 5px 10px 5px;
}




.cardapio .box-cardapio .item .head-cardapio {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.cardapio .box-cardapio .item .head-cardapio img {
    width: 95%;
    border-radius: 5px;
}


.cardapio .box-cardapio .item .body-cardapio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cardapio .box-cardapio .item .body-cardapio h3 {
    margin-top: 3px;
    color: #000;
    font-size: 1rem;
}


.cardapio .box-cardapio .item .body-cardapio a {
    margin: 4px 0;
    background-color: #f02020;
    text-decoration: none;
    padding: 6px 35px;
    color: #f0e5e5;
    font-size: 1rem;
    border: none;
    border-radius: 10px;
    font-weight: 500;
}


/*  ---------  */




.reviews {
    height: auto;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-top: 20px;
    background-color: rgb(32, 32, 31);
    

}

.reviews .titulo-reviews {
    margin: 25px auto;
    color: #fff;
    letter-spacing: 7px;
}

.reviews .box-reviews {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    width: 80%;
    height: auto;
}

.reviews .box-reviews .item-rev {
    display: flex;
    justify-content: center;
}


.reviews .box-reviews .item-rev img {
    width: 300px;
    height: 300px;
    border-radius: 5px;
}


footer {
    background-color:rgb(32, 32, 31);
    padding: 20px 0;
}



footer .redes .icones {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin: 0 15px;
   
}

footer .redes .icones .insta {
    margin-right: 10px;
    background-color: #423f3f;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

footer .redes .insta:hover {
    background-color: #555151;
}

footer .redes .face {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #423f3f;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

footer .redes .face:hover {
    background-color: #555151;
}

footer .redes .tiktok {
    margin-left: 10px;
    background-color: #423f3f;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

footer .redes .tiktok img {
    width: 35px;
    height: 35px;
}

footer .redes .tiktok:hover {
    background-color: #555151;
}

footer .copy {
    color: #fff;
    text-align: center;
    padding: 10px 0;
}


footer .redes .titulo-redes {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    letter-spacing: 2px;
}