body{
    margin:0;
    padding: 0;
    text-decoration: none;
    overflow-x: hidden;
}
.header{
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    margin-bottom: 2rem;
}
.header_image{
    width: 100%;
    position: absolute;
    top: -300px;
    z-index: -1;
}
.header_image img{
    width: 100%;
}
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 1rem;
    font-family: Okra, Helvetica, sans-serif;
    margin: 40px;
    cursor: pointer;
}
.nav_bar{
    list-style: none;
    font-weight: lighter;
    font-family: Okra, Helvetica, sans-serif;
    display: flex;
    gap: 1.5rem;
}
.head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 7vh;
    align-items: center;
}
.logo{
    width: 20vw;
    cursor: pointer;

}
.head h1{
    font-size: 36px;
    font-family: Okra, Helvetica, sans-serif;
    font-weight:normal;
    color: whitesmoke;

}
.search{
    display: flex;
    width: 55vw;
    align-items: center;
    border: 10px;
    background: white;
    padding: 5px 4px;
    cursor: pointer;
}
.search .search_item{
    display: flex;
    align-items: center;
    margin-left: 10px;
    
}
.search .search_item p{
    color: grey;
    /* border-right: 1px solid grey; */
    font-size: 15px;
    margin-right: 10px;
    margin: 10px;
}
.search .search_item input{
    outline: none;
    border: none;
    width: 200%;
    height: 50px;
    border-radius:0.8rem;
    padding-left: 10px;
    font-family: Okra, Helvetica, sans-serif
    ;
    font-size: 14px;
}
.search .search_item:first-child{
    color: palevioletred;
    width: 230px;
} 
.search .search_item:last-child{
    color: grey;
    width: 45%;
}
.section_1{
    display: flex;
    width: 1200px;
    margin-left: 150px;
    margin-top: 150px;
    justify-content: center;
}
.section_1_item img{
    display: flex;
    margin-right: 50px;
    height: 250px;
    width: 600px;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
}
.section_1 .section_1_item {
    position: relative;
    width:1250px;
    margin: 3px 5px;
    overflow: hidden;
    border-radius: 10px;
    background: white;
    border: 1px solid rgb(228, 228, 228);
}
.section_1 .section_1_item .items_details{
    position: relative;
    bottom: 3px;
    align-items: center;
    border: 0 0 10px 10px;
    font-family: Okra, Helvetica, sans-serif;
}
.section-2{
    margin: 60px 150px;
}
.sec-2 h2{
    font-size: 2.7rem;
    font-weight: lighter;
    margin-bottom: 10px;
}
.sec-2 div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.sec-2 h6{
    margin: 0;
    font-size: 1rem;
    font-weight: lighter;
    color: rgb(99,98,98);
}
.fa-caret-right,.sec-2 span{
    color: rgb(248,117,117);
    cursor: pointer;
}
.box-1{
    width: 300px;
    height: 350px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.box-1 div{
    position: absolute;
    background: linear-gradient(transparent,black);
    width: 100%;
    height: 25%;
    display: flex;
    align-items: flex-end;
    bottom: 0;
}
.box-1 div span:first-child{
    display: inline-block;
    color:white;
    padding-left: 15px;
    font-size: 1rem;
    padding-bottom: 5px;
}
.box-1 i{
    color: white;
    padding-left: 15px;
}
.box-1 img{
    width: 300px;
    height: 350px;
    object-fit: cover;
    cursor: pointer;
}
.sec-2-1{
    display:flex;
    margin-top: 30px;
    margin-bottom: 130px;
    justify-content: space-between;
}



.section-3 {
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 4rem;
}
.section-3-heading {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
}
.section-3 .section-3-container .section-3-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-3 .section-3-container .section-3-items .section-3-item {
    width: 100%;
    max-width: 26%;
    margin-bottom: 20px;
}
.section-3-item {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgb(236, 236, 236);
    padding: 20px;
    cursor: pointer;
}
.section-3-item .item-head {
    font-size: 1.2rem;
    color: rgb(28, 28, 28);
    margin: 0;
    margin-bottom: 5px;
}
.section-3-item .item-subhead {
    font-weight: lighter;
    color: rgb(51, 51, 51);
    margin: 0;
}

.section-4 {
    height: 620px;
    background-color: rgb(255, 251, 247);
}
.section-4-container{
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-4-img {
    width: 40%;
}
.section-4-img img {
    width: 400px;
}
/* .section-4-content {

} */
.section-4-content h1 {
    font-size: 2.5rem;
    font-weight: lighter;
    margin-bottom: 0;
    margin: 0;
    margin-bottom: 15px;
}
.section-4-content p{
    font-size: 1.2rem;
    font-weight: lighter;
    margin: 0;
    margin-bottom: 15px;
}
.flex-radio{
    display: flex;
    justify-content: space-between;
    margin-right: 350px;
    padding-bottom: 20px;
}
.flex-email{
    position: relative;
}
.flex-email input{
    height: 46px;   
    border-radius: 5px;
    width: 270px;
    border: 1px solid rgb(183,183,183);
    outline: rgb(252,92,92);
}
.place {
    position: absolute;
    font-size: 1.3rem;
    left: 9px;
    top: 13px;
    color: gray;
    font-weight: lighter;
}
.flex-email button{
    width: 130px;
    border-radius: 6px;
    height: 50px;
    background-color:rgb( 239,79,95);
    font-size: 16px;
    color: white;
    border:none ;
    cursor: pointer;
}
.section-4-download img{
    width: 40%;
    cursor: pointer;
}
.section-5 h2{
    font-size: 1.9rem;
    font-weight: lighter;
    font-family: Okra, Helvetica, sans-serif;
    margin-bottom: 25px;
    color: rgb(31,31,31);
}
.section-5 h5{
    font-size: 1.4rem;
    font-family: Okra, Helvetica, sans-serif;
    font-weight: lighter;
    margin-bottom: 25px;
    color: rgb(31,31,31);
}
.section-5 a{
    text-decoration: none;
    color: gray;
    font-size: 0.95 rem;
}
.section-5 i{
    font-size: .3rem;
}
.rest_chains a{
    display: inline-block;
    width: 195px;
    font-family: Okra, Helvetica, sans-serif;;
    font-size: 20px;
    font-weight: lighter;
    display: 15px;
}
.section_6 h5{
    font-size: 20px;
    font-family: Okra, Helvetica, sans-serif;
    font-weight: lighter;
}
.section_6 a{
    text-decoration: none;
    color: gray;
    display: inline-block;
    width: 195px;
    font-family: Okra, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 20px;
    font-weight: lighter;
    display: 15px;
    
}
.cuisines,.restaurant,.rest_chains,.cities{
    border:1px solid #0000001c;
    border-radius: 10px;
    padding: 10px;
    margin: 30px;
}
.first img{
    width: 128px;
    height: 32px;
}
.section-7{
    padding: 68px;
    background-color: rgb(244,244,253);
    width: 100%;
}
.first{
    display: flex;
    justify-content: space-between;
}
.first-1{
    display: flex;
}
.first-1 span{
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 400;
}
.second{
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}
.second div{
    width: 200px;
}
.second h4{
    font-weight: lighter;
    color: rgb(22,22,22);
    white-space: nowrap;
    padding: 10px;
}
.second a{
    display: inline-block;
    width: 200px;
    margin-bottom: 7px;
    white-space: nowrap;
    text-decoration: none;
    color: gray;
    font-size: 0.9rem;
    font-family: Okra, Helvetica, sans-serif;;
}
.second img{
    width: 137px;
    height: 40px;
    margin-top: 11px;
    cursor: pointer;
}
.box-4{
    display: flex;
    flex-direction: column;
}
.box-4 i{
    margin-left: 5px;
    margin-bottom: 5px;
}
.third{
    padding: 10px 0;
    color: gray;
    font-size: 0.7rem;
}