*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* nav bar */
.navi{
    background-color: #d6d1d1;
}
.name1{
    color: black;
}
.name1:hover{
    color: black;
}
.name{
    color: black;
}
.name:hover{
    color: teal;
    border-bottom: 2px solid teal;
}
/* nav bar2 */
.nav{
    width: 100%;
    height: 8vh;
    background-color: white;
    /* border: 2px solid black; */
}
.navrap{
    width: 100%;
}
.logo{
    position: absolute;
    padding-top: 6px;
    padding-left: 8px;
    /* border: 2px solid black; */
}
.menu{
    position: absolute;
    padding-top: 14px;
    padding-left: 560px;
    margin: auto;
}
.menu ul li{
    padding: 20px;
    display: inline;
    margin: auto;
}
.menu ul li a{
    color: black;
}
.menu ul li a:hover{
    color: teal;
}
.menu1{
    /* position: absolute; */
    padding-top: 10px;
    /* padding-left: 580px; */
    margin: auto;
}
.menu1 ul{
    float: right;
}
.menu1 ul li{
    padding: 20px;
    display: inline;
    margin: auto;
}
.menu1 ul li a{
    color: black;
}

/* nav bar 3 */
.nav3{
    width: 100%;
    height: 10vh;
    background-color:  #d6d1d1;
}
.navrap3{
    width: 80%;
    margin: auto;
}
.menu2{
    /* position: absolute; */
    text-align: center;
}
.menu2 p{
    font-style: oblique;
    
}
.ban1{
    width: 100%;
    height: 130vh;
    /* border: 2px solid black;  */
}
.banrap1{
    width: 85%;
    height: 130vh;
    margin: auto;
}
/* banner */
.ban{
    width: 100%;
    /* border: 2px solid black; */
    margin-top: 70px;
    height: 90vh;
}
.banrap{
    width: 85%;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}
/* middle */
.mid{
    width: 100%;
    height: 200vh;
    /* border: 2px solid black; */
}
.midrap{
    width: 85%;
    height: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto ;
    grid-column-gap: 80px;
    grid-row-gap: 10px;
}
.box1{
    width: 100%;
    height: 85vh;
    /* border: 2px solid black; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}
.box1 h1{
    text-align: center;
    font-style: oblique;
}
.box2{
    width: 100%;
    height: 85vh;
    /* border: 2px solid black; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}
.box2 h1{
    text-align: center;
    font-style: oblique;
}
.box3{
    width: 100%;
    height: 85vh;
    /* border: 2px solid black; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}
.box3 h1{
    text-align: center;
    font-style: oblique;
}
.box4{
    width: 100%;
    height: 85vh;
    /* border: 2px solid black; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}
.box4 h1{
    text-align: center;
    font-style: oblique;
}
/* banner3 */
.ban3{
    width: 100%;
    height: 80vh;
}
.banrap3{
    width: 85%;
    height: 80vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto ;
    grid-column-gap: 20px;
    /* grid-row-gap: 10px; */
}
.box5{
    width: 100%;
    height: 50vh;
    /* border: 2px solid black; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}
.box6{
    width: 100%;
    height: 50vh;
    /* border: 2px solid black; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}

/* middle2 */
.mid2{
    width: 100%;
    height: 200vh;
    /* border: 2px solid black; */
}
.midrap2{
    width: 85%;
    height: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto ;
    grid-column-gap: 80px;
    grid-row-gap: 10px;
}
.box7{
    width: 100%;
    height: 85vh;
    /* border: 2px solid black; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}
.box7 h1{
    text-align: center;
    font-style: oblique;
}
.box8{
    width: 100%;
    height: 85vh;
    /* border: 2px solid black; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}
.box8 h1{
    text-align: center;
    font-style: oblique;
}
.box9{
    width: 100%;
    height: 85vh;
    /* border: 2px solid black; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}
.box9 h1{
    text-align: center;
    font-style: oblique;
}
.box10{
    width: 100%;
    height: 85vh;
    /* border: 2px solid black; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}
.box10 h1{
    text-align: center;
    font-style: oblique;
}
.mid4{
    width: 100%;
    height: 80vh;
    /* border: 2px solid black; */
    padding-top: 45px;

}
.midrap8{
    width: 85%;
    margin: auto;
}
.midrap8 h2{
    padding-top: 5px;
    font-weight: bold;
    font-size: 30px;
    font-style: oblique;
}
/* Footer */
.foot{
    width: 100%;
    height: 50vh;
    background-color: black;
    /* border: 2px solid black; */
}
.footrap{
    width: 90%;
    /* border: 2px solid black; */
    padding-top: 25px;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 20px;
}
.box15{
    width: 100%;
    /* border: 2px solid black; */
    text-align: center;
}
.box15 h1{
    font-size: 25px;
    color: white;
    font-style: oblique;
}
.box15 ul{
    text-align: center;
    list-style: none;
}
.box15 ul li a{
   color: white;
   font-size: 15px; 
   font-style: italic;
   text-decoration: none;
}
.box16{
    width: 100%;
    /* border: 2px solid black; */
    text-align: center;
}
.box16 h1{
    font-size: 25px;
    color: white;
    font-style: oblique;
}
.box16 ul{
    text-align: center;
    list-style: none;
}
.box16 ul li a{
   color: white;
   font-size: 15px; 
   font-style: italic;
   text-decoration: none;
}
.box17{
    width: 100%;
    /* border: 2px solid black; */
    text-align: center;
}
.box17 h1{
    font-size: 25px;
    color: white;
    font-style: oblique;
}
.box17 ul{
    text-align: center;
    list-style: none;
}
.box17 ul li a{
   color: white;
   font-size: 15px; 
   font-style: italic;
   text-decoration: none;
}
.box18{
    width: 100%;
    /* border: 2px solid black; */
    text-align: center;
}
.box18 h1{
    font-size: 25px;
    color: white;
    font-style: oblique;
}
.box18 ul{
    text-align: center;
    list-style: none;
}
.box18 ul li a{
   color: white;
   font-size: 25px; 
   font-style: italic;
   text-decoration: none;
}
.box19{
    width: 100%;
    /* border: 2px solid black; */
    text-align: center;
}
.box19 iframe{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.footfinal{
    width: 100%;
    height: 10vh;
    background-color: black;
}
.footfinalrap{
    width: 90%;
    margin: auto;
}
.menulast{
    text-align: center;
}
.menulast p{
    color: white;
    font-size: 15px;
    font-style: oblique;
}