* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Merriweather,sans-serif;
    background-color: #ebf2ff;
    overflow-x: hidden;
}
.button_primary {
    background-image: linear-gradient(
        to right,
        #ff512f 0% ,
        #dd2476 51% ,
        #ff512f 100% 
    );
    color:#fff ;
    padding: 12px;
    border:none;
    border-radius:6px;
    cursor: pointer;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.navbar_brand {
    width:100px;
}
.navbar_logo {
    width: 100%;
}
.hero_container {
    width:100%;
}
.hero_image_container {
    width: 100%;
    position: relative;
}
.hero_image {
    width:100%;
    position: absolute;
    top: 30px;
    left: 0; 
    border-radius: 5px;
    }
}
.hero_image_1 {
    position: relative;
}
.hero_text{
    font-size: 30px;
    color: #1d3557;
    margin: 20px 0;
    font-weight:bolder;
}

.explore_menu_container {
    margin-top: 50px;
    position: relative;
}
.explore_menu_text {
    font-size: 30px;
    color: #1d3557;
    margin: 20px 0;
    text-align: center;
}
.food_menu_card {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: gray 0 3px;
   
}
.food_image {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.food_menu_card_description {
    padding: 20px;
}
.explore_menu_view_more {
    display:flex;
    justify-content: center;
}


.restaurants_container {
    margin-top: 50px;
}
.restaurants_description {
    font-size: 30px;
    color: #1d3557;
    margin: 20px 0;
    text-align: center;
}
.restaurant_flex_row_one, .restaurant_flex_row_two {
    width: 100%;
    display: flex;
    gap: 10px;
}
.restaurant_flex_row_one {
    align-items: baseline;
    margin-bottom: 8px;
}
.restaurant_image_1, .restaurant_image_2, .restaurant_image_3, .restaurant_image_4 {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.restaurant_1,.restaurant_4 {
    width: 180%;
    height: 120px;
}
.restaurant_2,.restaurant_3 {
    width: 220%;
    height: 160px;
}

.stay_updated_container {
    margin-top: 50px;
    position: relative;
    width: 100%;
}
.stay_updated_description {
    color: #1d3557;
    width: 100%;
    font-size: 30px;
}
.stay_updated_content {
    display: flex;
    justify-content: space-evenly;
    gap: 8px;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}
.stay_updated_input {
    width: 100%;

}
.stay_updated_input_search {
    border: lightcoral solid;
    color: grey;
    background-color: cornsilk;
    border-radius: 4px;
    width: 100%;
    padding:7px ;
   
}
.stay_updated_button {
    width: 100%;
}

.image_quote_container {
    width: 100%;
    margin-top: 50px;
}
.image {
    width: 100%;
    height: 180px;
    border-radius: 10px;
}
.image_bottom_container {
    position: relative;
}
.image_content {
    position: absolute;
    width: 100%;
    margin: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
    text-align:center;
}

.footer_container {
    width: 100%;
    margin-top: 50px;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 10px;
    border-radius: 12px 12px 0 0;
    background-image: linear-gradient(
        to right,
        #ff512f 0% ,
        #dd2476 51% ,
        #ff512f 100% 
    );
    align-items: center;
}
.footer_brand {
    width: 100px;
    padding-top: 30px;
    text-align: center;
}
.footer_logo {
    width: 100%;
    color: #fff;
    font-size: 50px;
    font-weight:bolder;
    font-family: sans-serif;
    font-style: italic;
}
.footer_foot_items {
    margin-top: 30px;
    padding-left: 18%;
}
.footer_item {
    color: #fff;
    font-weight: lighter;
    cursor: pointer;
    padding:2px;
 
}



@media (min-width:768px) {
    .navbar {
        justify-content: space-between;
        padding: 10px 20px;
    }
    .navbar_brand {
        width: 150px;
    }
    .button_primary {
        padding: 12px 20px;
        font-size: 20px;
    }
    .hero_container {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .explore_menu_container{
        position: relative;
    }
    .explore_menu_bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(
            to right,
            #ff512f 0% ,
            #dd2476 51% ,
            #ff512f 100% 
        );
        z-index: -3;
        transform: skewY(-5deg);
    }
    .explore_menu_lists {
        display: flex;
        gap: 8px;
        margin-top: 50px;
    }
    #pizza_card {
        margin-top: -20px;
       margin-bottom: 30px;
    }
    
    .restaurants_description {
        font-size: 35px;
        width: 100%;
    }
    .restaurants_container {
        display: flex;
        align-items: center;
        margin-top: 60px;
    }
    .restaurants_flex {
        width: 100%;
    }
    .stay_updated_container {
        margin-left: 150px ;
       
     
        margin-top: 50px;
    }
    .stay_updated_description {
        font-size: 35px;
    }
    .image_quote_container {
        margin-top: 100px;
    }
    .image_content {
        font-size: 25px;
    }
    .image {
        height: 250px;
    }
    .footer_container {
        display: flex;
        justify-content: space-between;
        margin-top: 100px;
    }


}
@media (min-width:1020px) {
    
    .container {
        max-width: 900px;
    }
    .hero_text {
        font-size: 45px;
    }
    .explore_menu_lists {
        gap: 20px;
        padding: 0 10px;
    }
    .explore_menu_text {
        font-size: 50px;
    }
    .restaurants_container {
        margin-top: 60px;
    }
    .image_content {
        font-size: 40px;
    }
    .image {
        height: 360px;
    }
    .footer_container {
        padding-bottom: 40px;
    }
    .footer_logo {
        font-size: 70px;
    }
}
@media (min-width:1400px) {
    .container{
        max-width: 1250px;
    }
   
}