*{
    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(./1.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: 70vh;
}
.midrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    
}
.box{
    margin-top: 50px;
}
.box h1{
    color: darkblue;
}
.box p{
    color: black;
}
#t1{
    margin-top: 55px;
    width: 15vh;
    height: 10vh;
    color: white;
    background-color: brown;
    font-weight: bolder;
    border: none;
}
#img1{
    width: 25vh;
    height: 25vh;
}
#img2{
    width: 25vh;
    height: 25vh;
}
.mid1{
    width: 100%;
    height: 40vh;
    background-color: black;
}
.b1{
   text-align: center;
   color: white;
}
.midrap1{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    height: 40vh;
}
.box1{
    margin-top: 10px;
    padding-left: 20px;
}
.box1 h1{
    color: white;
}
.box1 p{
    color: white;
}
.mid2{
    width: 100%;
    height: 60vh;
}
.midrap2{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    
}
.box2{
    margin-top: 70px;
}
.box2 h1{
    color: black;
}
.box2 p{
    color: black;
}
#img3{
    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;

}
#img4{
    width: 40vh;
    height: 40vh;
}
