*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}
/* Navigation Bar */
#nav{
    width: 100%;
    height: 10vh;
    position: sticky;
    top: 0px;
    background-color: black;
}
.navrap{
    width: 80%;
    margin: auto;
    /* background-color: aqua */
    height: 10vh;
}
.logo{
    position: absolute;
}
.logo img{
    height: 6vh;
    margin-top: 12px;
}
.logo h1{
    color: white;
    font-size: 55px;
    font-family:'Times New Roman', Times, serif;
}
.menu{
    float: right;
}
.menu ul{
    margin-top: 20px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    color: white;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 25px;
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
}
.menu ul li a:hover {
    border-bottom: 2px solid white;
}
/* Banner */
.ban{
    background-image: url(./2.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.banrap{
    width: 100%;
    height: 100vh;
}
.banrap1{
    padding-top: 50px;
    margin-left: 145px;
}
.info{
    width: 90%;
    height: 20vh;
}
.info h1{
    color: whitesmoke;
    text-align: center;
    font-size: 85px;
    font-family: 'Young Serif', 'serif';
    text-shadow: 0 8px 12px aqua;
}
.info h2{
    color: gold;
    text-align: center;
    font-size: 60px;
    font-family: 'Cookie', 'cursive';
}
/* Middle */
.mid{
    width: 100%;
    height: 50vh;
    background-color: white;
}
.midrap{
    width: 80%;
    margin: auto;
    padding-top: 50px; 
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 5px;
}
.midrap h1{
    color: black;
    font-size: 50px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.midrap h2{
    color: maroon;
    font-size: 30px;
    padding-top: 15px;
    font-weight: bolder;
    font-family: 'Concert One', 'sans-serif';
}
.box1 img{
    height: 35vh;
}
/* Middle */
.mid1{
    width: 100%;
    height: 110vh;
    background-color: white;
}
.midrap1{
    width: 60%;
    margin: auto;
    padding-top: 10px; 
}
.midrap1 h1{
    font-size: 60px;
    color: black;
    text-align: center;
}
.midrap2{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 25px;
    padding-top: 40px;
}
.box2{
    background-color: red;
    height: 40vh;
    width: 100%;
   border-radius: 30px;
}
.box2:hover{
    background-color: black;
    box-shadow: 12px 12px 10px 10px red;
}
.midrap3{
    width: 80%;
    margin: auto;
}
.box2 i1{
    font-size: 100px;
    margin-left: 90px;
    margin-top: 50px;
    color: whitesmoke;
}
.box2 h1{
    font-size: 30px;
    color: white;
    text-align: center;
    padding-top: 10px;
}
.midrap4{
    width: 80%;
    margin: auto;
}
.box3{
    background-color:navy;
    height: 40vh;
    width: 100%;
    border-radius: 30px;
}
.box3 h2{
    font-size: 30px;
    color: white;
    text-align: center;
    padding-top: 50px;
}
.box3:hover{
    background-color: black;
    box-shadow: 12px 12px 10px 10px navy;
}
.midrap5{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 25px;
    padding-top: 40px;
}
.box4{
    background-color: orange;
    height: 40vh;
    width: 100%;
   border-radius: 30px;
}
.box4:hover{
    background-color: black;
    box-shadow: 12px 12px 10px 10px orange;
}
.midrap6{
    width: 80%;
    margin: auto;
}
.box4 i2{
    font-size: 100px;
    margin-left: 80px;
    margin-top: 50px;
    color: whitesmoke;
}
.box4 h1{
    font-size: 32px;
    color: white;
    text-align: center;
    padding-top: 10px;
}
.midrap7{
    width: 80%;
    margin: auto;
}
.box5{
    background-color:rgb(16, 162, 16);
    height: 40vh;
    width: 100%;
    border-radius: 30px;
}
.box5 h2{
    font-size: 30px;
    color: white;
    text-align: center;
    padding-top: 30px;
}
.box5:hover{
    background-color: black;
    box-shadow: 12px 12px 10px 10px rgb(16, 162, 16);
}
/* Footer */
.foot1{
    width: 100%;
    height: 40vh;
    background-color:rgb(45, 19, 2);
}
.footrap1{
    width: 60%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    padding-top: 15px;
}
.box20{
    background-color: rgb(45, 19, 2);
    width: 100%;
    border: 1px solid rgb(45,19,2);
}
.box20 h1{
    color: whitesmoke;
    font-size: 70px;
    text-align: left;
    font-weight: bolder;
}
.box20 h3{
    color: yellow;
    font-size: 30px;
    font-weight: bolder;
    padding-top: 10px;
    text-align: left;
}
.box30{
    background-color: rgb(45, 19, 2);
    width: 100%;
    border: 1px solid rgb(45,19,2);
    margin-left: 20px;
}
.box30 h2{
    color: whitesmoke;
    font-size: 50px;
    font-weight: bolder;
    text-align: center;
}
.box30 p {
    color: yellow;
    font-size: 30px;
    text-align: center;
    font-weight: bolder;
    padding-top: 15px;
    text-decoration: none;
}
.box30 p a{
    text-decoration: none;
    color: yellow;
}
/* Footer */
.foot{
    width: 100%;
    height: 8vh;
    background-color: black;
}
.footrap{
    width: 80%;
    margin: auto;
}
.footrap h1{
    color: whitesmoke;
    font-size: 30px;
    text-align: center;
    padding-top: 12px;
}