*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
/*navigation bar */
.logo img{
    width: 90%;
    height: 14vh;
}
.navbar{
    width: 100%;
    font-size: 18px;
    font-weight: bolder;
}
.navbar-brand{
    width: 100%;
}
/*part */
.part{
    background-image: url(./baground.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    box-shadow: 0 2px 8px 0 black, 0 6px 15px 0 black;
}
.partrap h1{
    text-align: center;
    color: red;
    font-size: 50px;
}
.partrap p{
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
.partrap p:hover{
    color: black;
}
.pratrap img{
    padding-left: 500px;
}
/*banner */
.ban img{
    width: 100%;
    height: 90vh;
    padding: 10px;
}
.top p{
    text-align: center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-size: 33px;
}
/*middle */
.mid h1{
    text-align: center;
    font-size: 35px;
    color: red;
    padding: 10px;
    font-weight: bolder;
}
.photo p:hover{
    font-size: 30px;
    color: brown;
}
/* ban */
.ban{
    background-image: url(./mutton\ biriyani.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    padding: 50px;
   
}
.ban:hover{
    box-shadow: 0 2px 8px 0 black, 0 6px 15px 0 black;
}
.banrap{
    width: 100%;
    height: 80vh;
}
.banrap1{
    float: inline;
    margin-top: 200px;
    margin-right: 100px;
    box-shadow: 0 2px 8px 0 white, 0 6px 15px 0 white;
}
.info a{
    font-size: 88px;
    font-weight: bolder;
    color: black;
    text-align: center;
    text-decoration: none;
    padding-left: 300px;
    text-shadow: -1px 0 white, 0 2px whitesmoke, 3px 0 white, 0 -1px white;
}

/*body */
.body{
    width: 70%;
    height: auto;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto ;
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    background-color:wheat;
     margin-right: px; 
     margin-left:px;
     padding: 10px;
     box-shadow: 0 2px 8px 0 black, 0 6px 15px 0 black;;
    margin-top: 20px;
    margin-bottom: 20px;
}
#phone{
    color: black;
    font-size: 25px;
    padding: 10px;
    padding-left: 100px;
}
#mail{
    color: black;
    font-size: 25px;
    padding: 10px;
    padding-left: 100px;
}
.bodyrap h1{
    color: black;
    font-size: 20px;
    font-weight: bolder;
    padding-left: 100px;
}
.bodyrap h1 span{
    color:maroon;
}
/* footer */
.footer{
    width: 100%;
    height: 50vh;
    background-color: black;
    margin-top: 2px;
}
.footrap{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
}
.box20 h3{
    padding-top: 25px;
    color: white;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
.box20 i{
    color: white;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-size: 25px;
    text-align: left;
}
.box20 h4{
    padding-top: 30px;
    font-size: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.box20 h4 a{
    text-decoration: none;
    font-weight: bolder;
    color: white;
    font-size: 30px;
}
.box20 h4 a:hover{
    color: #e9d926;
}
#call{
    padding-left: 100px;
}
#Mail{
    padding-left: 100px;
}
#location{
    padding-left: 100px;
}
#address{
    padding-left: 100px;
}
.box20 ul li{
    display: inline;
}
.box20 ul li a{
    padding-left: 60px;
}
.box20 ul li a i:hover{
    color: rgb(248, 69, 69);
}
#youtube{
   color: #e9d926;
    font-size: 30px;
    padding-top: 20px;
}
#facebook{
   color: #e9d926;
    font-size: 30px;
}
#instagram{
    color: #e9d926;
    font-size: 30px;

}
.box20 img{
    margin-top: 80px;
    height: 15vh;
}
.footer1{
    width: 100%;
    height: 10vh;
    background-color: black;
    margin-top: 2px;
}
.footrap1{
    width: 100%;
    margin: auto;
    

}
.footrap1 p{
    padding-top: 3px;
    color: #e9d926;
    text-align: center;
    font-size: 30px;
}
   
   

    


