@media (max-width: 1045px){

    header{
        position: static;
        padding: 40px 30px;
    }

    header .menu_section{
        transition: .5s;
    }

    header .menu_section .fas.fa-times{
        display: none;
    }

    header .menu_section .logo_burger{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .menu_section nav ul{
        display: none;
    }



    header .hamburger{
        display: block;
        right: 20px;
    }

    .menu_section.on{
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100vh;
        background-color: #e0e0e0;
        z-index: 999;
        align-items: unset;
        padding: 20px 30px;
        flex-direction: column;
        justify-content:flex-start;
        transition: .5s;
    }


    .menu_section.on .fas.fa-times {
        display: block;
        margin-top: 5px;
        margin-right: 5px;
        font-size: 30px;
    }

   .menu_section.on .fa.fa-bars{
        display: none;
    }



    .menu_section.on a img{
        display: none;
    }

    .menu_section.on .logo_burger{
        margin-bottom: 40px;
    }


    .menu_section.on nav{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items:center;
        margin-top: -10px;

    }
    .menu_section.on nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: center;
        margin-top: -30px;
    }

    .menu_section.on nav ul li{
        margin: 0;
        margin-bottom: 30px;
        font-size: 1.5rem;
        
    }

    .menu_section nav ul li a:after{
        display: none;
    }


    footer .sec{
        width: 20%;
    }
}

@media (max-width: 916px){
    .menu .menu_content{
        min-height: 1080px;
    }
    .menu .menu_items {
        justify-content: center;        
    }
    .menu .menu_box {
       margin: 10px 25px;    
    }
}

@media (max-width: 795px){

    html{
        font-size: 80%;
    }
    .banner .banner_content {
        max-width: 700px;
    }

    .banner .banner_content p {
        margin-top: 15px;      
    }

    .chefs_card {
        width: 250px;
    }

    .chefs_card .chefs_text h3 {
        font-size: 1rem;
    }

    .chefs_card .chefs_text p {
        font-size: 1rem;
    }

    .delivery .description_delivery {
        width: 700px;
    }
}

@media (max-width: 730px){

     

    .banner .banner_content {
        max-width: 500px;
    }


    .delivery .description_delivery {
        width: 450px;
    }

    footer .sec {
        width: 90%;
    }
}

@media (max-width: 716px){
    .menu .menu_content{
        min-height: 1920px;
    }
}

@media (max-width: 490px){

    .banner .banner_content h2 {
        font-size: 2.5rem;
    }

    .menu_title p {
        margin: 0 15px;
    }

    
    .chefs_title {
        max-width: 300px;        
        text-align: center;
    }
    .delivery .description_delivery {
        width: 340px;
    }

    .delivery .delivery_title img {
        width: 300px;
    }

}

@media (max-width: 440px){
    body{
        width: 100vw;
    }
    header{
        width: 100vw;
    }

    header a img {
        width: 200px;
        height: auto;
    }

    header nav ul {
        font-size: 12px;
    }
    header nav ul li{
        margin-left: 20px;
        
    }

    .banner .banner_content {
        max-width: 320px;
    }

    .banner .banner_content p {
        font-size: 11px;
        letter-spacing: 0;
    }
}

@media (max-width: 380px){
    header nav ul {
        font-size: 11px;
    }
    
    .delivery .description_delivery {
        width: 300px;
    }
}

@media (max-width: 345px){
    header nav ul {
        font-size: 9px;
    }

}

