*{
    margin: 0px;
    padding: 0px;
    font-family: 'Times New Roman', Times, serif;
    color: white;
}
.main{
    height: 430px;
    background-image: url("Images/header.jpg");
    background-size: cover;
}
.navbar {
    height: 40px;
    
    padding: 20px 0px 20px 0px;
   
}
.navbar a{
    color: white;
    text-decoration: none;
    font-size: 19px;
    display: flex;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;

}
.list{
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
   
}
.app{
    height: 25px;
    width: 45%;
    display: flex;
    align-content: center;
    padding-left: 10px;
}
.app-img{
    padding-right: 10px;
}
/* .logo-img{
    height: 42px;
    width: 200px;
    background-image: url("Logo.jpeg");
    background-size: 200px;
} */
 .logo-img{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    
 }
.header-para h1 pre{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    font-weight: 550;
    font-family: 'Courier New', Courier, monospace;
}
.header-para span{
    font-weight: 800
}

.select{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-top: 30px;
    /* background-color: white; */
}
.selection{
    height: 25px;
    width: 750px;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 16px 2px 16px 2px;
    border-radius: 6px;
}
.selection select{
    height: 25px;
    width: 20%;
    border: none;
    margin-left: 8px;
    color: black;
    font-size: 16px;
    
}
.selection i{
    text-align: center;
    height: 15px;
    width: 15px;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
}
.selection input{
    height: 25px;
    width: 76%;
    border: none;
    color: black;
    font-size: 16px;
    
}

/* Main content */


.main-content{
    height: 300px;
    display: flex;
    justify-content: space-evenly;
    padding: 25px 10px 15px 10px;
   
    
}
.content{
    height: 250px;
    width: 360px;
    background-color: white;
    border-radius: 10px;

}
.content:hover{
    height: 250px;
    width: 370px;
    transition: all 0.2s linear 0s;
    
}

.content1{
    background-image: url("Images/orderonline.avif");
    background-size: cover;

    display: flex;
    align-items: flex-end;
   
}
.content2{
    background-image: url("Images/Dining.jpeg");
    background-size: cover;

    display: flex;
    align-items: flex-end;
   
}
.content3{
    background-image: url("Images/Concert.jpg");
    background-size: cover;

    display: flex;
    align-items: flex-end;
   
}
.content-para{
    height: 80px;
    width:100%;
    background-color: white;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 0.625px solid black;
    
   
}
.content-para p{
    padding: 10px 10px 2px 10px;
    color: black;
    font-size: 20px;
    font-weight: 600;
}
#para2{
    font-size: 16px;
    font-weight: 100;
}

/* Collection section start */
.collection{
    height: 120px;
    padding: 25px 25px 15px 25px;
    
    
}
.collection h2{
    color: black;
   font-size: 36px;
}
.para p{
    color: black;
    font-size: 22px;
    width: 80%;
}
.para{
    display: flex;


}
.para a{
    font-size: 22px;
    color: rgb(252, 77, 77);
    text-decoration: none;
}


/* top */

.top{
    height: 700px;
    display: flex;
    justify-content: space-evenly;
    padding-left: 25px;
    padding-right: 25px;

}
.top-div{
    height: 300px;
    width: 260px;
    
    display: flex;
    align-items: flex-end;
    border-radius: 5px;
}
.top-div1{
    background-image: url("Images/top_1.jpg");
    background-size: cover;
}
.top-div2{
    background-image: url("Images/top_2.jpg");
    background-size: cover;
}
.top-div3{
    background-image: url("Images/top_3.jpg");
    background-size: cover;
}
.top-div4{
    background-image: url("Images/top_4.jpg");
    background-size: cover;
}
.top-para{
    height: 60px;
    width: 100%;
    
    color: black;
    padding-left: 15px;
    font-size: 23px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}



