*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial,Helvetica, sans-serif;
}
.footer{
    background-color: #f8f8f8;
    height: 480px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.footer-content{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.part1{
    display: flex;
    justify-content: space-between;
    height: 37px;
    margin-bottom: 50px;
}
.img img{
    width: 109px;
    height: 32px;
}
.btn{
    display: flex;
    justify-content: space-between;
}
.btn button{
    border-radius: 6px;
    color: #000000;
    margin: 3px 7px;
    width: 109px;
    height: 32px;
}
.part2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
ul{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
ul li{
    list-style: none;
    margin-top: 5px;
}
ul li a{
    text-decoration: none;
    color: #696969;
}
.links{
    display: flex;
    column-gap: 2px;

}
.links a{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #000000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgs{
    display: flex;
    flex-direction: column;
}
.imgs>img{
    height: 50px;
    margin-top: 10px;
}
.footer-content hr{
    width: 100%;
    height: 2px;
    color: gray;
    margin-top: 10px;
}
.last{
    color: #696969;
}
.explore{
    background-color: #fcfcfc;
    height: 402px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.explore-content{
    height: 402px;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.explore-btn{
    background-color: #ffffff;
    color: #1c1c1c;
    display: flex;
    justify-content: space-between;
    height: 66px;
    align-items: center;
    font-size: 20px;
    border-radius: 5px;
    border: 2px solid whitesmoke;
}
.form{
    height: 400px;
    width: 100%;
    background-color: #fffbf7;
    display: flex;
    justify-content: center;
    align-items: baseline;
    /* margin-top: 56px; */
}
.form-content{
    height: 450px;
    display: flex;
    align-items: center;
}
.form-img img{
    height: 350px;
    width: 300px;
}
.form-details{
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 349px;
}
.options{
    display: flex;
    justify-content: space-between;
    width: 200px;
}
.input-options{
    display: flex;
    width: 450px;
    height: 63px;
}
.images img{
    height: 50px;
    width: 150px;
}
.shear-link{
    text-align: center;
    background-color: #ef4f5f;
    height: 48px;
    width: 150px;
    border-radius: 6px;
    border: 1ps solid #fffbf7;
    color: #ffffff;
    font-size: 16px;
}
.inp{
    background-color: #ffffff;
    color: #1c1c1c;
    width: 298px;
    height: 48px;
    padding: 12px 11px;
    border-radius: 6px;
}
.form-end-text{
    margin-top: -10px;
}
.form-text{
    width: 300px;
}
.nav{
    background-image: url(./Assets/bg.avif);
    background-repeat: no-repeat;
    background-size:cover;
    height: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.nav1{
    display: flex;
    justify-content: space-between;
    width: 70%;
    height: 30px;
}
.nav1 a{
    text-decoration: none;
    color: #ffffff;
}

.second{
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.zomato-img img{
    width: 500px;
    height: 100px;
}
.center-content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 250px;
    align-items: center;
}
.text-center{
    color: #ffffff;
    font-size: 36px;
}
.location{
    border-radius: 5px;
    text-align: start;
}
.location input{
    width: 500px;
    height: 40px;
    text-align: start;
    border-radius: 5px;
    border-color: transparent;
    margin-left: -7px;
}
.location button{
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border-color: transparent;
}
.btn1{
    cursor: pointer;
}