*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* navigation bar */
#nav{
    width: 100%;
    height: 8vh;
    background-color: rgb(47, 44, 44,0.8);
}
.navrap{
    width: 90%;
    margin: auto;
}
.name{
    position: absolute;
}
.name h1{
    color: aqua;
    font-size: 40px;
}
.sign{
    float: right;
}
.sign h1{
    color: white;
    font-size: 40px;
}
/* banner */
.ban{
    width: 100%;
    height: 150vh;
    background-image: url(./banner5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -24px;
}
.banrap{
    width: 80%;
    margin: auto;
}
.banrap1{
    width: 100%;
    height: 10vh;
    background-color: rgba(101, 90, 90, 0.6);
    /* border: 2px solid white; */
}
.banwrap{
    width: 90%;
    margin: auto;
}
/* social app */
.app1 ul{
    margin: auto;
    padding-right: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.app1 ul li{
    display: inline;
}
.app1 ul li a{
    color: rgb(41, 80, 80);
    padding: 10px;
}
.app2 ul{
    float: right;
    margin-top: -30px;
}
.app2 ul li{
    display: inline;
}
.app2 ul li a{
    color: rgb(41, 80, 80);
    padding: 30px;
}

/* navigation bar */
.name1 h1{
    font-size: 50px;
    color: aqua ;
    position: absolute;
}
.menu{
    float: right;
}
.menu ul{
    margin-top: 20px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    color: aqua;
    font-size: 20px;
    text-decoration: none;
    margin-left: 60px;
}
/* middle */
.mid{
    width: 100%;
    height: 60vh;
    background: linear-gradient(to left,rgb(44, 115, 114), grey,rgb(44, 115, 114));
    /* grid-column-gap: 30px; */
}
.midrap{
    width: 80%;
    margin: auto;
    margin-right: 270px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 80px;
    padding: 5vh;
}/* first row */
.box1{
    width: 100%;
    /* border: 2px solid white; */
    height: 45vh;
    padding: 10px;
    margin-right: 600x;
    border-radius: 15px;
}    
.box1 h1{
    text-align: center;
    font-size: 25px;
}
.box1 h1 a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
.box1 video{
    border-radius: 15px;
}
.box2{
    width: 130%;
    background-color: rgba(0,0,0,0.3);
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.5);
    height: 45vh;
    padding: 10px;
    border-radius: 15px;
}    
.box2 h1{
    text-align: center;
    font-size: 25px;
    background-color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.box2 h1 a{
    color: rgb(12, 44, 44);
    text-decoration: none;
    text-transform: uppercase;
}
.box2 p{
    font-size: 20px;
    padding-top: 5px;
    color: white;
}
.mid2{
    width: 100%;
    height: 110vh;
    background: linear-gradient(to left,rgb(44, 115, 114), grey,rgb(44, 115, 114));
    /* grid-column-gap: 50px; */
}
.midrap2{
    width: 80%;
    margin: auto;
    margin-right: 200px;
    
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    padding: 5vh;
}
/* first row */
.box3{
    width: 80%;
    /* border: 2px solid white; */
    height: 45vh;
    padding: 10px;
    /* margin-right: 600x; */
    border-radius: 15px;
    margin-left: 120px;
}    
.box3 h1{
    text-align: center;
    font-size: 25px;
}
.box3 h1 a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
.box3 video{
    border-radius: 15px;
    
}
.box4{
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.5);
    height: 45vh;
    padding: 10px;
    border-radius: 15px;
    margin-right: 200px;
}    
.box4 h1{
    text-align: center;
    font-size: 25px;
    background-color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.box4 h1 a{
    color: rgb(12, 44, 44);
    text-decoration: none;
    text-transform: uppercase;
    
}
.box4 p{
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
    color: white;
}
.box6{
    width: 80%;
    background-color: rgba(0,0,0,0.3);
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.5);
    height: 45vh;
    padding: 10px;
    /* margin-right: 200x; */
    margin-left: 390px;
    border-radius: 15px;
}    
.box6 h1{
    text-align: center;
    font-size: 25px;
    padding-top: 10px;
    background-color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.box6 h1 a{
    color: rgb(12, 44, 44);
    text-decoration: none;
    text-transform: uppercase;
}
.box6 p{
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
}
.box6 p a{
    text-decoration: none;
    color: white;
} 
/* navigation bar */
.nav6{
    width: 100%;
    height: 10vh;
    background-color: rgb(47, 44, 44,0.5);
}
.navrap5{
    width: 80%;
    margin: auto;
}
.name6 ul{
    padding-top: 15px;
    text-align: center;
}
.name6 ul li{
    display: inline;
}
.name6 ul li a{
    padding: 30px;
    color: rgb(32, 74, 74);
    font-size: 30px;
    text-decoration: none;
}
/*  <!--Footer  -->*/
.foot{
    width: 100%;
    height: 50vh;
    background-color: rgb(47, 44, 44,0.8);
    grid-column-gap: 30px;
    margin-top: 0px;
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto ;
    grid-column-gap: 10px;
    padding: 0vh;
}
.box27{
    width: 100%;
    /* border: 2px solid white; */
    height: 50vh;
    border-radius: 15px;
    margin-left: 0px;
}
.box27 h1{
    text-align: center;
    font-size: 30px;
    color: rgb(23, 61, 61);
    padding-top: 3vh;
}
.box27 p{
    text-align: center;
    font-size: 18px;
    color: aliceblue;
    padding-top: 5vh;
}
.box27 ul{
    margin: auto;
    padding-top: 2vh;
}
.box27 ul li{
    text-align: center;
    padding-top: 3vh;
    list-style-type: none;
}
.box27 ul li a{
    color: rgb(23, 61, 61);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
}
.box27 ul li a:hover{
    border-bottom: solid rgb(22, 49, 49);
}
.box28{
    width: 80%;
    /* border: 2px solid white; */
    height: 50vh;
    border-radius: 15px;
    margin-right: 50vh;
}
.box28 h1{
    text-align: center;
    font-size: 30px;
    color: rgb(23, 61, 61);
    padding-top: 3vh;
}
.box28 p{
    text-align: center;
    font-size: 18px;
    color: aliceblue;
    padding-top: 5vh;
}
.box28 ul{
    margin: auto;
}
.box28 ul li{
    text-align: center;
    list-style-type: none;
}
.box28 ul li a{
    color: rgb(23, 61, 61);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
}
.box29{
    width:100%;
    /* border: 2px solid white; */
    height: 50vh;
    border-radius: 15px;
    
}
.box29 h1{
    text-align: center;
    font-size: 30px;
    color: rgb(23, 61, 61);
    padding-top: 3vh;
}
.box29 p{
    text-align: center;
    font-size: 18px;
    padding-top: 2vh;
}
.box29 p iframe{
    width: 100%;
    height: 38vh;
}
/* Footer Final */
.Footerfinal{
    width: 100%;
    height: 13vh;
    background-color: rgb(47, 44, 44,0.3);
}
.Footerfinalrap{
    width: 80%;
    margin: auto;
}
.menulast{
    margin: auto;
    text-align: center;
}
.menulast p{
    color: rgb(12, 44, 44);
    padding-top: 8px;
}