*{
    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)  ;
}

/* Mid4 */
.mid4{
    width:100%;
    height:20vh;
    background-color: black;
}
.midrap4{
    width:100%;
    margin:auto ;
}
.middle4{
    width:100%;
    height:60vh;
    background-color: black;
}
.middlerap4{
    width:80%;
    /* margin: auto; */
    padding-left: 218px;
    display:grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 25px;
    /* justify-content: center; */
}
.title4 h1{
    padding-left: 215px;
    padding-top: 35px;
    padding-bottom: 10px;
    font-size:25px;
    color:rgba(255, 255, 255, 0.829); 
}
.box4 img:hover{
    box-shadow: 0 4px 8px 0 rgba(236, 233, 233, 0.942), 0 6px 20px 0 rgba(235, 232, 232, 0.947);
    transform: scale(1.2);
}


/* Mid5 */
.mid5{
    width:100%;
    height:20vh;
    background-color: black;
}
.midrap5{
    width:100%;
    margin:auto ;
}
.middle5{
    width: 100%;
    height: 125vh;
    background-color: black;
}
.middlerap5{
    width: 100%;
    /* background-color: black; */
}
.title5{
    font-size: 33px;
    color: white;
    text-align:center ;
    text-decoration: underline;
    text-decoration-color:rgb(255, 200, 0) ;
    text-decoration-thickness: 5px;
}
.banner img{
    padding-top: 210px;
    width: 100%;
    height: 115vh;
}

/* 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;
}
/* 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;
}



























