*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
#nav{
    width: 100%;
    height: 9vh;
    background: linear-gradient(to right, yellow, orange, red);
    position: sticky;
    top: 0px;
}
.navrap{
    width: 80%;
    margin: auto;
}
.logo{
    position: absolute;
    font-size: 22px;
}
.logo h1{
    margin: auto;
    color: rgb(81, 13, 145);
    margin-top: -52px;
    margin-left: 50px;
    padding-left: 25px;
    font-style: oblique;
}
.logo img{
    height: 8vh;
    border-radius: 20px;
}
.menu{
    float: right;
}
.menu ul{
    padding-top: 20px;
}
.menu ul li{
    display: inline;
    padding-left: 15px;
}
.menu ul li a{
    text-decoration: none;
    padding: 14px;
    font-weight: bolder;
    font-size: 20px;
    color: white;
    text-shadow: 0 0 3px #FF0000, 0 0 5px blue;
}
.menu ul li a:hover{
    text-shadow: 2px 2px 4px #e9d926;
    border-bottom: 4px solid white;
    color: black;
}
/* Banner */
.ban{
    width: 100%;
    height: 70vh;
    background-image: url(./31.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banrap{
    padding-top: 250px;
    margin-left: 150px;
}
.info{
    width: 50%;
    border: 4px solid beige;
    background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.7));
}
.info h1{
    font-size: 50px;
    color: aliceblue;
}
/* Midde */
.mid{
    width: 100%;
    height: 10vh;

}
.midrap{
    width: 80%;
    margin: auto;
}
.midrap h1{
    padding-top: 2vh;
    text-align: center;
    color: brown;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
/* Middle */
.mid1{
    width: 100%;
    height: 50vh;
}
.midrap1{
    width: 75%;
    margin: auto;
    
}
.box{
    display: grid;
    grid-template-columns: auto auto auto ;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
}
.box1{
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
}
.box1 p{
    padding-top: 15px;
    text-align: center;
    font-size: 15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.box1 img{
    height: 27vh;
}
.box1 h3{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
/* footer */
.footer1{
    width: 100%;
    height: 35vh;
    background-color: rgb(35, 20, 138);
}
.footrap1{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
}
.box6 h1{
    color: white;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
.box6 i{
    color: white;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-size: 25px;
    text-align: left;
}
.box6 p{
    font-size: 40px;
}
.box6 p a{
    text-decoration: none;
    font-weight: bolder;
    font-size: 30px;
    color: white;
}
.box6 p a:hover{
    color: #e9d926;
}
#call{
    padding-left: 250px;
}
#mail{
    padding-left: 250px;
}
#location{
    padding-left: 250px;
}
#address{
    padding-left: 250px;
}
/* Footer */
.footer{
    width: 100%;
    height: 10vh;
    background-color: black;
}
.footrap{
    width: 100%;
    height: 10vh;
    margin: auto;
}
.footrap h3{
    padding-top: 4vh;
    color: goldenrod;
    text-align: center;
    font-style: oblique;
}