*{
    padding: 0px;
    margin: 0px;
}


/* navigation bar */ 


#nav {

    width: 100%;
    height: 20vh;
    background-color: rgb(219, 233, 245);
}

.navrap {
    width: 80%;
    margin: auto;
}

.logo {
    position: absolute;
}

.logo img {
    width: 40%;
    height: 10vh;
    margin-top: 30px;

}

.menu ul {
    float: right;
    margin-top: 40px;
}

.menu ul li {
    display: inline;

}

.menu ul li a {
    color: black;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 25px;
    font-size: 20px;
}

.menu ul li a:hover {
    background-color: rgb(206, 190, 170);
}



/* middle */



.mid9 {
    width: 100%;
    background-color: aliceblue;
    height: auto;
}

.midrap9 {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.box12 h1 {
    font-size: 25px;
}

.box12 h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
}
.box12 {
    display:  grid;
     grid-template-rows: auto auto; 
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.box13 h2{
    font-size: 20px;
    /* margin-top: 20px; */
    background-color:skyblue;
    text-align: center;
    

}
.box13 h2:hover{
    background-color: antiquewhite;
    
}
.box13 h2 {
    font-size: 20px;
    /* margin-top: 20px; */
    background-color: skyblue;
    text-align: center;
}
.box13 h2:hover {
    background-color: antiquewhite;
}





/* middle3 */


.mid3{
    width: 100%;
    background-color: rgb(156, 156, 247);
    height: 150vh;
}
.mid3 h1{
    padding-top: 50px;
    font-size: 20px;
    color: white;
    padding-left: 50px;
}
.midrap3{
    width: 90%;
    margin: auto;
    display: grid ;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;  
}


/* footer */

.foot{
    width: 100%;
    background-color: rgb(20, 11, 29);
    height: 15vh;
}
.footrap{
    width: 90%;
    margin: auto;
    display: grid ;
    grid-template-columns: auto auto;
    /* grid-column-gap: 10px; */
    /* grid-row-gap: 10px; */
}
.logo1{
    position: absolute;
}
.logo1 img {
    width: 15%;
    /* height: 10vh; */
    margin-left: 130vh;
    margin-top: 10px;
    
}
.end{
    text-align: center;
    margin-top: 20px;
    color: white;
}
