body{
    margin:0;
    padding: 0;
    height:100%;
    font-weight: 200;
    color: black;
}

header{
    background-color: orangered;
    margin: 0;
    padding: 0;
}

nav{
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.logo{
    height: 55px;
    width: 160px;
    margin:15px;
}

a{
    text-decoration: none;
    color:white;
}

.links{
    display: flex;
    justify-content: space-around;
    gap:45px;
}

.links i{
    margin-left:10px;
}

.get-app{
    border: 1px solid white;
    padding:0px 18px;
    border-radius: 12px;
}

.sign-in{
    background-color: black;
    padding:0px 28px;
    border-radius: 12px;
}

.banner{
    background-color:orangered;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    padding-top:100px ;
    gap:20px;
}

.banner_info h1{
    text-align: center;
    margin:90px;
    color:white;
}

.banner_img{
    height:450px;
    width:250px;
}

.banner h1{
    margin: 0;
    padding: 0;
    font-size: 50px;
}

.banner_ip{
    display:flex;
    justify-content: center;
    gap:30px;
    margin:30px;
}

.banner_ip select,input{
    padding: 20px;
    font-size: large;
    color: grey;
    border-radius: 20px;
    padding-inline: 20px;
    border: 0px;
}

.banner section{
    width: 30vw;
}

.banner_ip input{
    width: 30vw;
}

.banner_img2{
    height: 280px;
    width: 320px;
}

.banner_foodimg{
    display: flex;
    justify-content: center;
}

.food_options{
    margin: 130px;
}

.food-rows,.food-rows1,.food-rows2 {
    display: flex;
    flex-direction: column;  
    overflow-x: auto;       
    scroll-behavior: smooth;
    gap: 20px;
}

.food-rows::-webkit-scrollbar {
    display: none;
}

.food-rows1::-webkit-scrollbar {
    display: none;
}

.food-rows2::-webkit-scrollbar {
    display: none;
}

.food-row {
    display: flex;
    gap: 20px;
}

.food-image {
    height: 154px;
    width: 190px;
}

.food-image1 {
    margin-top: 20px;
    height: 194px;
    width: 180px;
}

.food_options i{
    padding:10px;
    background-color: lightgray;
    border-radius: 100%;
}

.insta-img h3{
    text-align: center;
    height: 194px;
    width: 180px;
}

.image-div{
    display: flex;
    justify-content: space-between;
    align-items: last baseline;
    color: white;
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 330px;
    border-radius: 10px 10px 0px 0px;
}

#img1{
    background-image: url(images/restaurant1.jpg);
}

#img2{
    background-image: url(images/restaurant2.jpg);
}

#img3{
    background-image: url(images/restaurant3.jpg);
}

#img4{
    background-image: url(images/restaurant4.jpg);
}

#img5{
    background-image: url(images/restaurant5.jpg);
}

#img6{
    background-image: url(images/restaurant6.jpg);
}

#img7{
    background-image: url(images/restaurant7.jpg);
}

#img8{
    background-image: url(images/restaurant8.jpg);
}


.image-div h2{
    margin: 20px 20px 0px 20px;
}

.text-div{
    color: grey;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin:0;
    padding-bottom: 0;
}

.Table{
    background-color: lightgray;
    border-radius: 50px;
    display: inline-flex;
    padding:6px;
    margin:10px;
}

.restaurant{
    border: 1px solid grey; 
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.app{
    margin: 0;
    padding: 0;
}

.app img{
    width:98vw;
}

.city_dev{
    margin: 100px 250px;
}

.city_row{
    display: flex;
    justify-content: space-between;
    gap:20px;
}

.city_row p{
    display: inline-block;
    border: 1px solid black;
    padding:20px;
    border-radius: 10px;
    text-align: center;
    width:200px; 
}

.city_row button{
    border: 1px solid black;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    color: orangered;
    margin: 15px;
    width:200px;
}

.hidden {
    display: none !important;
}

footer{
    background-color: rgb(240, 240, 245);
    padding: 30px 150px;
}

footer p{
    font-size: larger;
    color: grey;
}

.logo1{
    height: 55px;
    width: 150px;
    margin:15px;
    color: orangered;
}

.footer-sec1{
    display: flex;
    justify-content: space-around;
}

.footer-sec1 i{
    margin:8px;
    font-size: large;
}

.footer-sec1 button{
    padding:10px;
    background-color: rgb(240, 240, 245);
    border-radius: 10px;
}

.footer-sec2{
    display: flex;
    gap:55px;
}

.more_cities{
    background-color: rgb(240, 240, 245);
    display: flex;
    justify-content: space-around;
}