*{
    padding: 0px;
    margin: 0px;
}
#nav{
    width: 100%;
    height: 12vh;
    background-color: brown;
    position: sticky;
    top: 0px;
}
.navrap{
    width: 90%;
    margin: auto;
}
.logo{
    position: absolute;
    margin-top: 15px;
}
.logo h1{
    color: black;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
}
.logo p{
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
}
.menu{
    float: right;
}
.menurap{
    width: 90%;
    margin-top: 8px;
    display: grid;
    grid-template-columns: auto auto; 
}
.ba{
    margin-top: 10px;
}
.ba h1{
    color: yellow;
    font-size: 15px;
}
.ba p{
    color: white;
    font-size: 17px;
}
.ban{
    background-image: url(./12.jpg);
    background-size: cover;
    width: 100%;
    height: 80vh;
}
.banrap{
    width: 90%;
    margin: auto;
    height: 5vh;
    background-color: rgba(239, 229, 229, 0.4);
}
.menu1 ul{
    float: left;
    margin-top: 5px;
}
.menu1 ul li{
    display: inline;
    padding: 75px;
}
.menu1 ul li a{
   color: white;
   font-family: "Teko", sans-serif;
    text-decoration: dashed;
    font-family:"Teko", sans-serif;
    font-size: 20px;
    font-weight: bolder;
}
.menu1 ul li a:hover{
    color: brown;
}
.mid{
    width: 100%;
    height: 180vh;
}
.b1 h1{
    font-size: 15px;
    color: brown;
    text-align: center;
}
.b1 p{
    font-size: 25px;
    color: navy;
    text-align: center;
    font-weight: bolder;
}
.midrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 5px;
    height: 180vh;
    
}
.box{
    margin-top: 70px;
}
.box p{
    color: black;
    font-weight: bolder;
    background-color: whitesmoke;
}
#img1{
    width: 45vh;
    height: 45vh;
}
.ban1{
    background-image: url(./11.jpg);
    background-size: cover;
    width: 100%;
    height: 85vh;
}
.footer{
    width: 100%;
    height: 70vh;
    background-color:  #000000;;
   }
.footrap{
    
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.a1{
       margin-top: 10px;
}
.a1 h1{
    font-size: 25px;
    color: white;
    font-weight: lighter;
    font-family:  sans-serif;
    font-weight: bolder;
    text-decoration: underline;
 
}
.a1 p{
    color: white;
    font-size: 15px;
    padding: 6px;
    font-weight: lighter;
    }
.a1 p span:hover{
    color: brown;

}
#img2{
    width: 40vh;
    height: 40vh;
}
