*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.navbar-brand
{
font-size: 2rem;
color: black;
font-family: monospace;
}
.navbar-brand:hover
{
    color:brown;
}
.nav-link
{
    margin-right: 10px;
    margin-left: 10px;
    color: black;
    text-transform: uppercase;
}



.nav-link:hover
{
    color:brown;
    background-color: brown;
    border-radius: 15px 15px 15px 15px;

}
.search
{
    height: 40px;
    width: 80%;
    border-radius: 60px;
    outline: none;
    margin-right: -35px;
    border: 2px solid brown

}
.btn0
{
    height: 40px;
    width:40% ;
    outline: none;
    border: none;
    background-color:brown;
    color: white;
    border-radius: 60PX;
    font-weight: 700;
}
.main
{
background: url(image/hearder1.png) no-repeat;
background-size:cover;
height: 90vh;
background-position: 50% 50%;
width: 100%;

}
.main h1{
    font-size: 4rem;
    font-weight: 700;
}
.btn1
{

height: 45px;
    width: 35%;
    border: none;
    outline: none;
    background-color: rgb(248, 244, 26);
    font-weight: 700;
    border-radius: 60px;

}
.btn:hover
{
   background-color: rgb(248, 241, 26);
  transition: 0.5s;
}
h1
{
    font-weight: 700;
}
.card:hover{
    box-shadow: 10px -4px 33px -16px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px -4px 33px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px -4px 33px -16px rgba(0,0,0,0.75);
    
}

.food
{
    background: url(./img/a7.jpg)no-repeat;
    background-size: cover;
    height: 80vh;
    width: 100%;

}
.btn1{
    float: right;
}
footer
{
    height: 40vh;
    width: 100%;
    background-color:rgb(179, 140, 140);
}

#bt
{
    text-decoration: none;
    color: white;
}
ul,li{
    list-style-type: none;
    text-align:start;
   
}
.text1{
    text-decoration: none;
    color: black;
}
#box
{
    height: 200px;
    width: 400px;
}

#menuimg {
    height: 200px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.inner img {
    transition: all 1s ease;

}

.inner:hover img {
    transform: scale(1.5);
}

.inner {
    overflow: hidden;

}

.over {
    overflow: hidden;
}

footer {
    background-color: rgb(223, 189, 126);
}

.formsize {
    margin-top: 25px;
}
