*{
    padding: 0px;
    margin:0px;
    box-sizing:border-box;
}
/* navigation bar */
.navi{
    background-color: black;
}
.navi li{
    padding-left: 40px;
    padding-right: 40px;
}
.name{
    font-size: medium;
    color:white;
    text-transform: uppercase;
    font-weight: bolder;
}
.name:hover{
    border-bottom: 2px solid wheat;
    
}

#ban{
    width:100%;
    height:80vh;
}

/* Navigation Bar 2*/
#nav{
    width:100%;
    height:10vh;
    background-color: rgb(34, 33, 33);
}
.navrap{
    width:98%;
    margin: auto;
}
.logo{
    float: right;
}

.menu{
    float: left;
    padding-top: 20px;
    
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    color:white;
    padding-left: 22px;
    padding-right: 22px;
    text-decoration: none;
}
.menu ul li a:hover{
    /* border-radius: 15px; */
    padding: 10px;
    background-color:rgb(255, 200, 0)  ;
}

/* Mid6 */
.middle6{
    height:100vh;
    position: relative;
    /* padding: 0 5%; */
    /* display:flex; */
    /* align-items:center; */
    /* justify-content: center; */
}
.box6{
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
@media(min-aspect-ratio:16/9){
    .box6{
        width:100%;
        height:auto;
    }
}
@media(max-aspect-ratio:16/9){
    .box6{
        width:auto;
        height:100%;
    }
}
.content2{
    /* text-align: center; */
}
.content2 h1{
    font-size: 30px;
    color: white;
    font-weight: bolder;
    /* text-align: center; */
    padding-top: 640px;
}

/* Mid8 */
.middle8{
    width:100%;
    height:50vh;
    position: relative;
    padding: 0 5%;
    /* display:flex; */
    /* align-items:center; */
    /* justify-content: center; */
}
.foot img{
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.content8{
    text-align: center;
}
.content8 h1{
    font-size: 38px;
    color: white;
    font-weight: bolder;
    text-align: center;
    padding-top: 80px;
}
.content8 p{
    font-size: 25px;
    color: white;
    /* font-weight: bolder; */
    padding-top: 35px;
    padding-bottom: 20px;
}
.content8 h2{
    font-size: 50px;
    color: black;
    font-weight: bolder;
    padding-top: 25px;
    padding-bottom: 15px;
    border: 10px solid rgb(255, 200, 0) ;
    background-color: rgb(255, 200, 0) ;;
    /* text-decoration: underline;
    text-decoration-color:rgb(255, 200, 0) ;
    text-decoration-thickness: 5px; */
}
.content8 h2:hover{
    border: 10px solid white ;
    background-color: white;
}
/* Footer */
.navf{
    width:100%;
    height:10vh;
    background-color: black;
}
.navrapf{
    width:100px;
    margin: auto;
    padding-right: 280px;
    border: 2px solid black;
}

.social2{
    width:100%;
    height: 10vh;
    background-color: black;
}
.socialrap2{
    width:100%;
    margin:auto;
}
.app2{
    text-align: center;
}
.app2 ul li{
    display: inline;
}
.app2 ul li a{
    color: white;
    font-size:28px;
    padding-left: 20px; 
    padding-right: 20px; 
}
.app2 ul li a:hover{
    color:rgb(255, 200, 0) ;
}

.text{
    width:100%;
    height: 20vh;
    background-color:black;
}
.textrap{
    width:100%;
    margin:auto;
}
.list{
    text-align: center;
}
.list ul li{
    display: inline;
}
.list ul li a{
    color: white;
    font-size:20px;
    padding:20px;
    text-decoration: none;
}
.list ul li a:hover{
    color:rgb(255, 200, 0) ;
}

.list2{
    text-align: center;
}
.list2 ul li{
    display: inline;
    padding-top: 10px;
}
.list2 ul li a{
    color: white;
    font-size:20px;
    /* padding-top: 20px; */
    padding-left: 5px; 
    padding-right: 10px; 
    text-decoration: none;
}
.list2 ul li a:hover{
    color:rgb(255, 200, 0) ;
}

.nav2{
    width:100%;
    height:50vh;
    background-color: black;
}
.navrap3{
    width:100px;
    margin: auto;
    padding-right: 280px;
    border: 2px solid black;
}
.logo3{
    position: absolute;
}
.logo3 h1{
    padding-left: 50px;
    padding-top: 35px;
    color:white;
    font-size: 23px;
}

.nav4{
    width:100%;
    height:3vh;
    background-color: rgb(56, 55, 55);
}
.navrap4{
    width:100px;
    margin: auto;
    padding-right: 300px;
}
.logo4{
    position: absolute;
}
.logo4 h1{
    /* padding-left:px; */
    padding-top: 35px;
    color:white;
    font-size: 18px;
    text-align: center;
}









.mid{
    width: 100%;
    height: 80vh;
}


