html,body{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: Okra,Helvetica,sans-serif;
}



#header-img{
    position: relative;
    width: 100vw;
    height: 600px;
    background-image: linear-gradient(to right,rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(zomato.avif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
header{
    width: 100vw;
    height: 60px;

}
.nav-menu{
    width: 60vw;
    height: 60px;

}
.zomato{
    display:block;
    font-weight: bolder;
    color: white;
    text-align: center;
    font-size: 68px;
    margin: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}
.header-flex{
    margin-top: 100px;
}
.nav-link{
    border-bottom: 0px  solid black;
    transition: border-bottom 0.3s;
    cursor: poniter;

}
.nav-link:hover{
    border-bottom: 5px solid white;
}
.search-box{
    width: 30vw;
    height: 53px;
    background-color: white;
    border:none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
    outline: none;
    font-weight: bold;
    font-size: 2vw;
}
.search-btn{
    width:130px;
    background-color:red;
    color: white;
    border:none;
    border-top-right-radius: 20px;
    border-bottom-right-radius:20px;
    font-weight: bold;
    font-size: 20px;  
}
#second-section{
    margin-top:50px;
    margin-bottom: 50px;

}
.card{
    width: 100%;
    height: 200px;
    background-color:white;
    border:none;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #ccc;
    overflow: hidden;
    transition: box-shadow 0.3s;
    margin-bottom:10px;
    
}
.card:hover{
    box-shadow: 1px 1px 10px #000;
    cursor: pointer;

}
.card-bottom{
    position: absolute;
    background-color: white;
    height: 50px;
    width: 100%;
    margin-top: 150px;
    
}
#popular-locations{
    margin-top:50px;
    margin-bottom:50px;

}
.popular-heading{
    font-size: 40px;
    color:black;

}
.locations-div{
    width: 100%;
    height: 60px;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 10px;
    cursor: pointer;

}
.locations-div:hover{
    box-shadow: 1px 1px 5px #ccc;
}
.spot{
    margin-top: -268px;
    font-size: 2vw;

}
.help{
    height: 50vh;
    width: 10vw;
    padding-top: 37px;
    margin-left: 50px;
}
.allow{
    color: red;
}
.wow{
    display: flex;
    padding-left: 10px;
} 
.ggg{
    display: inline-block;
    width:100%;
}
.take{
    padding-left: 10px;
}
.drop{
    display: flex;
}
.get{
    height: 3vh;
    width: 3vw;
}
.get1{
    height: 3vh;
    width: 3vw;
}