*{
    margin: 0px;
    padding: 0px;
}
.nav{
    width: 100%;
    height: 15vh;
    background-color: burlywood;
    font-size: 25px;
    color: red;
}
.navrap{
    text-align: center;
}
.navrap p{
    font-size: 20px;
    color: black;
}
.menu{
    width: 100%;
    height: 5vh;
    float: right;
    background-color: brown;
}
.menu ul{
    margin-top: 9px;
}
.menu ul li{
     display: inline; 
    padding-left: 100px;
    padding-right: 100px;
}
.menu ul li a{
    color: aliceblue;
     text-decoration: none;
    font-size: 20px;
}
.menu ul li a:hover{
    border: 2px solid white;
    background-color: rgba(0,0,0,0.3);
    font-weight: bolder;
}

/* Banner */
.ban{
    width: 100%;
    height: 80vh;
    background-image: url(./food2.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* middle part */
.mid{
    width: 100%;
    height: 20vh;
    background-color:brown;
}
.midrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
}
.midrap h1{
    color: aliceblue;
    margin-top: 60px;
}

/* middle part 2 */
.mid1{
    width: 100%;
    height: 80vh;
    background-color: beige;
}
.midrap1{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.midrap img{
    width: 10%;
    height: 10vh;
}

/* middle part 3 */
.mid2{
    width: 100%;
    height: 70vh;
    background-image: linear-gradient(to top,bisque,beige);
}  
.company{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box1 img{
    width: 70%;
    height: 50vh;
    margin-top: 40px;
}
.box1 h1{
    margin-top: 40px;
    font-size: 50px;
}
.box1 p{
    margin-top: 25px;
    font-size: 23px;
    text-align: justify;
}

/* middle part 4 */
.mid3{
    width: 100%;
    height: 40vh;
    background-color: bisque;
}
.midrap3{
    width: 90%;
    margin: auto;
    display: grid; 
    grid-template-columns: auto auto auto; 
    
}
.box2 img{
    width: 30%;
    height: 30vh;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.mid4{
    width: 100%;
    height: 50vh;
}
.midrap4{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.box3{
    width: 100%;
    height: 50vh;
    background-color: orangered; 
}
.box3 h1{
    padding-left: 50px;
    font-size: 25px;
    margin-top: 5px;
}
.box3 p{
    padding-left: 50px;
    font-size: 15px;
    color: aliceblue;
}
.box4{
    width: 100%;
    height: 50vh;
    background-color:black;
}
.box4 h1{
    color: aliceblue;
    padding-left: 40px;
    font-size: 25px;
    margin-top: 5px;
}
.box4 p{
    color: aliceblue;
    font-size: 15px;
    padding-left: 40px;
}
.box5{
    width: 100%;
    height: 50vh;
    background-color: black;
}
.box5 h1{
    color: aliceblue;
    padding-left: 40px;
    font-size: 25px;
    margin-top: 5px;
}
.box5 p{
    color: aliceblue;
    font-size: 15px;
    padding-left: 40px;
}
.box6{
    width: 100%;
    height: 50vh;
    background-color: black;
}
.box6 img{
    margin-top: 110px;
}
.footer{
    width: 100%;
    height: 10vh;
    background-color: black;
}
.footrap{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}

.footrap p{
    color: aliceblue;
    padding-left: 555px;
    margin-top: 20px;
}
