.navbar{
width:100%;
height: 20px;
display: inline-flex;
padding: 30px;
}
.navlogo{
margin-top: 0px;
width: 20%;
background-image:url(Screenshot\ 2025-01-05\ 183834.png);
border: 1px solid white;
height: 45px;
background-size: 8em;
background-repeat:no-repeat;
margin-left:100px;

}
select{
  margin: 20px;
  border: none;
  font-size: 1.3em;
  justify-content: space-around;
  padding: 1px;
}

.box1{
  display: block;
 margin: 20px;
width: 100%;
border: 1px solid white;
height: 700px;
background-image: url(Screenshot\ 2025-01-06\ 162815.png);
background-size: cover;
}
.container{
  width: 100%;
display: flex;
flex-wrap: wrap;
}
.box2{
 margin: 20px; 
 width: 30%;
 border: 1px solid black;
 height: 300px;
 background-image: url(ic_Food_Feature_1.png);
 background-size: 25em;
 background-repeat: no-repeat;
}
.box3{
  margin: 20px; 
  width: 30%;
  border: 1px solid black;
  height: 300px;
  background-image: url(ic_Food_Feature_1.png);
  background-size: 25em;
  background-repeat: no-repeat;
}
.box4{
  margin: 20px; 
 width: 30%;
 border: 1px solid black;
 height: 300px;
 background-image: url(ic_Food_Feature_1.png);
 background-size: 25em;
 background-repeat: no-repeat;
}