*{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
.header{
    background-image: url("./images/header-logo.avif");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70vh;
}
.nav-item , li, a{
    text-decoration: none;
    color: white;
    list-style: none;
    margin: 0px 10px;
    font-weight: 300;
}
.header-content{
    margin-top: 40px;
    margin-left: 20px;
}
.header-content-img img {
    margin-top: 20px;
    padding-left: 30%;
}
 /* .header-content input{
    margin-top: 50px;
    margin-left: 30%; */
    /* padding: 10px 100px; */
/* } */
 .form-control{
    border-radius: 10px;
    border: none;
    padding: 12px;
    cursor: pointer;
    text-align: start;
} 
#header-i{
    /* margin-left: 290px; */
    padding-top: 20px;
    font-size: 20px;
    padding-left: 10px;
    text-align: center;
} 
.collection-img p{
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.collection-img,i{
    font-size: 20px;
}

.collection-img .col-lg-4 {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    border-radius: 12px; 
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff; 
  }
  
  .collection-img .col-lg-4:hover {
    transform: translateY(-5px); 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); 
  }
  
.section-location i{
    margin-left: 120px;
    text-align: center;
    margin-top: 0px;
}
.section-location h3{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;

} 
.section-zoomato-app{
    background-color: #FFFBF7;
}
.option-section{
    /* background-color: #fcfcfc;
     */
     background-color: #fcfcfc;
     padding: 30px;
}
.footer-section{
    background-color: #F8F8F8;
    padding: 50px;
}
 .footer-links,#footer-a{
    font-size: 18px;
    color: black;
    font-weight: 300;
    text-transform: capitalize;
 }
 ul span{
    text-transform: capitalize;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 20px;
 }
 .footer-section h1{
    font-weight: 900;
    font-size: 30px;
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
 }
 .footer-icon .fa-brands{
    font-size: 20px;
    margin: 10px 3px;

 }
 .footer-section #footer-i-span{
    text-transform: capitalize;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 20px;
 }

