@media screen and (max-width: 1204px){
    .section_mobile_app{
        max-width: 100%;
        grid-template-columns: 45% 50%;
    }
    .img_section_mobile_app img{
        top: -35px;
    }
    .content_section_mobile_app h6{
        font-size: 16px;
    }
    .content_section_mobile_app h4{
        font-size: 38px;
    }
    .content_section_mobile_app p{
        font-size: 14px;
    }
    .download_btn_app a{
        width: 30%;
    }
}

@media screen and (max-width: 1070px){
    .content_left_header_bottom p{
        color: var(--color_504f4f);
        height: 54px;
        align-self: stretch;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        max-width: 80%;
    }
    .action_order{
        width: 100%;
    }
}
@media screen and (max-width: 1024px){
    .content_left_header_bottom{
        max-width: 100%;
    }
    .content_left_header_bottom h1{
        max-width: 60%;
        font-size: 32px;
        line-height: 3rem;
    }
    .content_left_header_bottom p{
        margin-top: 1rem;
        max-width: 60%;
    }
}
@media screen and (min-width:971px){
    .menu_icon{
        display: none;
    }
    .burger_icon{
        display: none;
    }
    .closing_icon{
        display: none;
    }
}
@media screen and (max-width: 970px) {
    .navigation{
        grid-template-columns: repeat(3, auto);
    }
    .navigation ul{
        position: fixed;
        top: 0;
        left: -256px;
        bottom: 0;
        background-color: var(--color_ffffff);
        width: 16rem;
        flex-direction: column;
        padding: 2rem 2rem;
        transition: all 0.3s ease-in-out;
        align-items: start;
        z-index: 100;
    }
    .burger_icon{
        display: block;
        cursor: pointer;
    }
    .closing_icon{
        display: none;
        color: var(--color_504f4f);
    }
    .nav_link{
        justify-self: center;
    }
    .menu_icon{
        justify-self: flex-start;
    }
    .header_bottom{
        margin-top: 60px;
    }
    .content_left_header_bottom{
        max-width: 100%;
    }
    .content_left_header_bottom h1{
        max-width: 70%;
    }
    .content_left_header_bottom p{
        margin-top: 1rem;
        max-width: 60%;
    }
    .content_left_header_bottom h1{
        font-size: 32px;
        line-height: 3rem;
    }
    .fixed_box_delivery{
        top: -2rem;
        left: -7rem;
    }
    .fixed_box_delivery{
        padding: 12px;
    }
    .fixed_box_delivery div{
        gap: 6px;
    }
    .fixed_box_delivery div span{
        font-size: 20px;
        line-height: 25px;
    }
    .fixed_box_delivery > span{
        margin-left: 35%;
        font-size: 14px;
        line-height: 24px;
    }
    /* .row_grid_food_products{
        grid-template-columns: repeat(2, 48%);
    } */
    .right_item_food_off img{
        right: 10%;
    }
    .section_mobile_app{
        max-width: 90%;
    }
    .content_section_mobile_app{
        grid-column: 2 span;
    }
    .img_section_mobile_app{
        grid-row: 2;
        grid-column: 1 span;
        margin-top: 4rem;
    }
    .img_section_mobile_app img{
        top: -25px;
    }
    .download_btn_app a{
        width: 20%;
    }
    .grid_section_footer{
        grid-template-columns: repeat(2,1fr);
        justify-self: center;
    }
    .info_site_footer{
        grid-row: 2;
        grid-column: 3 span;
        justify-self: center;
        margin-top: 2rem;
    }
    
}
@media screen and (max-width:900px){
    .content_search_location img{
        max-width: 105px;
    }
    .content_search_location h6{
        font-size: 28px;
    }
    .content_search_location p{
        font-size: 14px;
    }
    .content_search_location form{
        height: 50px;
        gap: 12px;
        padding: 0 10px;
    }
    .content_search_location form input{
        font-size: 14px;
    }
    .content_search_location form button{
        font-size: 14px;
        top: 6px;
    }
}
@media screen and (max-width:706px){
    .header_bottom{
        grid-template-columns: repeat(1, 1fr);
    }
    .content_left_header_bottom{
        text-align: center;
    }
    .content_left_header_bottom{
        max-width: 100%;
        text-align: center;
    }
    .content_left_header_bottom h1{
        font-size: 48px;
        line-height: 4rem;
        max-width: 100%;
    }
    .content_left_header_bottom p{
        max-width: 100%;
        margin: 2rem 0;
    }
    .content_right_header_bottom img{
        /* max-width: 70%; */
    }
    .fixed_box_delivery{
        position: static;
        width: 32%;
        /* top: 36rem;
        left: 1rem; */
    }
    .content_left_header_bottom .order_food{
        display: none;
    }
    .content_right_header_bottom .order_food{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin-top: 3rem;
    }
    .action_order{
        width: 80%;
    }
    .action_order > button{
        padding: 10px 15px;
    }
    .action_order > button svg{
        width: 18px;
    }
    .content_search_location{
        min-height: 258px;
    }
    .content_search_location img{
        max-width: 75px;
    }
    .content_search_location h6{
        font-size: 22px;
    }
    .content_search_location p{
        font-size: 12px;
    }
    .content_search_location form{
        height: 30px;
        /* gap: 12px;
        padding: 0 10px; */
    }
    .content_search_location form input{
        font-size: 12px;
    }
    .content_search_location form button{
        font-size: 10px;
        top: 5px;
        right: 5px;
        padding: 5px;
    }
}
@media screen and (max-width:550px){
    /* .row_grid_food_products{
        grid-template-columns: repeat(1, 100%);
    } */

    .right_item_food_off img{
        right: 10%;
    }
    .section_mobile_app{
        max-width: 100%;
        border-radius: 500px 500px 0 0;
    }
    .img_section_mobile_app img{
        min-width: 250px;
        top: -18px;
        left: 35%;
    }
    .content_section_mobile_app{
        align-items: center;
    }
    .content_section_mobile_app h6{
        margin-top: 3rem;
        font-size: 16px;
    }
    .content_section_mobile_app h4{
        font-size: 25px;
    }
    .content_section_mobile_app p{
        font-size: 11px;
        max-width: 100%;
        text-align: center;
    }
    .download_btn_app a{
        width: 45%;
    }
    .content_search_location{
        min-height: 258px;
    }
    .content_search_location img{
        max-width: 60px;
    }
    .content_search_location img:nth-child(4){
        top: 5%;
    }
    .content_search_location h6{
        font-size: 20px;
    }
    .content_search_location p{
        font-size: 12px;
    }
    .content_search_location form{
        width: 50%;
    }
} 
@media screen and (max-width:400px){
    .action_order > button{
        padding: 10px 18px;
        gap: 6px;
        font-size: 12px;
    }
    .fixed_box_delivery div span{
        font-size: 12px;
    }
    .fixed_box_delivery > span {
        font-size: 12px;
    }
    .button_action_order button svg{
        width: 16px;
    }
    .right_item_food_off img{
        right: 25%;
    }
    .left_item_food_off h6{
        font-size: 23px;
    }
    .img_section_mobile_app img{
        min-width: 200px;
        top: -12px;
    }
    .content_section_mobile_app{
        align-items: center;
    }
    .content_section_mobile_app h6{
        font-size: 12px;
    }
    .content_section_mobile_app h4{
        font-size: 20px;
    }
    .download_btn_app a{
        width: 45%;
    }
    .content_search_location form{
        width: 80%;
    }
    .content_search_location h6{
        font-size: 15px;
    }
    .content_search_location p{
        font-size: 10px;
    }
    .logo_footer h6{
        font-size: 24px;
    }
    .info_site_footer ul{
        margin-top: 1rem;
        gap: 1.5rem;
    }
    .link_footer ul li, .link_footer ul li a{
        font-size: 11px;
        line-height: 30px;
    }
    .link_footer h5{
        font-size: 16px;
        line-height: 24px;
    }
} 