*{
    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: rgba(73, 73, 73, 0.966);
    text-transform: uppercase;
    font-weight: bolder;
}
.name:hover{
    border-bottom: 2px solid wheat;
    
}

#ban{
    width:100%;
    height:80vh;
}


/* Mid4 */
.midd{
    width:100%;
    height:20vh;
    background-color: black;
}
.middrap4{
    width:100%;
    margin:auto ;
}
.midddle4{
    width:100%;
    height:60vh;
    background-color: black;
}
.midddlerap4{
    width:100%;
    /* margin: auto; */
    padding-left: 100px;
    display:grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 10px;
    /* justify-content: center; */
}
.titlee4 h1{
    padding-left: 215px;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size:25px;
    color:rgba(255, 255, 255, 0.829); 
} 
.box4i img{
    animation: heartbeat 3s infinite;
}
.box4i img:hover{
    box-shadow: 0 4px 8px 0 rgba(236, 233, 233, 0.942), 0 6px 20px 0 rgba(235, 232, 232, 0.947);
    
}

/* Mid */
.middle{
    width:100%;
    height:40vh;
    background-color: black;
}
.middlerap{
    height: 40vh;  
    /* position: relative; */
    /* display:grid;
    grid-template-columns: auto auto auto;
    grid-column-gap:18px; */
}
.title h1{
    font-size: 60px;
    color: white;
    text-align: center;
    padding-top: 100px;  
}
.title h2{
    font-size: 23px;
    color: white;
    text-align: center;
    padding-top: 20px;
}
#icon3{
    color:rgb(255, 200, 0) ;
    font-size: 30px;
    padding-left:20px;
    padding-right: 10px;
}

/* Mid2 */
.middle2{
    width:100%;
    height:140vh;
    background-color: black;
}
.middlerap2{
    width:66%;
    padding-left:50px;
    /* position: relative; */
    /* display:grid;
    grid-template-columns: auto auto auto;
    grid-column-gap:18px; */
}
.box2{
    position: absolute;
}
.box2 h1{
    color: white;
    font-size: 50px;
    text-align: center;
    font-weight: 200;
    text-shadow: 0 0 10px currentColor;
}

.box2 p{
    color:rgba(255, 255, 255, 0.829); 
    font-size: 20px;
    padding-left: 350px;
    /* text-align: center; */
}
#icon2{
    color: white;
    font-size: 105px;
    padding-left: 80px;
    padding-right: 20px;
    text-shadow: 0 0 10px currentColor;

}
#icon2:hover{
    color:rgb(255, 200, 0);
}
/* .box2 video{
    animation: heartbeat 3s infinite;
}
@keyframes heartbeat{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
} */
.box2i img:hover{
    box-shadow:0 4px 8px 0 rgba(236, 233, 233, 0.942), 0 6px 20px 0 rgba(235, 232, 232, 0.947); 
}
.box2i{
    position: absolute;
    padding-top: 542px;
    padding-left: 20px;
    float:left;
}
.box2ii img:hover{
    box-shadow:0 4px 8px 0 rgba(236, 233, 233, 0.942), 0 6px 20px 0 rgba(235, 232, 232, 0.947); 
}

/* Side*/
.side{
    width:33%;
    height:140vh;
    background-color:black;
    float: right;
}
.siderap{
    width:100%;
    /* margin:auto ; */
}
.title2{
    margin: auto;
}
.title2 h1{
    color:white;
    font-size: 28px;
    font-weight: 700;
}
.title2 h2{
    color:white ;
    font-size: 50px;
    font-weight: 700;
}
.title2 h3{
    color:white ;
    padding-top: 20px;
    font-size: 20px;
    padding-left: 20px;
    font-weight: 700;
}
.title2 h2:hover{
    color:rgb(255, 200, 0) ;
}
.title2 h3:hover{
    color:rgb(255, 200, 0) ;
}
.sidewise{
    width:90%;
    height:100vh;
    padding-top: 15px;
    background-color: black;
    /* background-color: aqua; */
}
.sidewiserap{
    width:90%;
    margin: auto;
    display:grid;
    grid-template-rows: auto auto auto;
    grid-row-gap:40px;
} 
.box3 img{
    float: right;
    /* animation: heartbeat 3s infinite; */
}
@keyframes heartbeat{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}
.box3 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.3);
}
.box3 h1{
    color: white;
    font-size: 19px;
    padding-top: 10px;
}
.box3 p{
    color:rgba(255, 255, 255, 0.829);
    font-size: 19px;
    font-weight: 400;
    padding-top: 15px;
}

/* Mid3 */
.middle3{
    width:100%;
    height:90vh;
    position: relative;
    padding: 0 5%;
    /* display:flex; */
    /* align-items:center; */
    /* justify-content: center; */
}
.logo2{
    width:100%;
    position: absolute;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo2 img{
    padding-left: 20px;
    padding-top: 10px;
    animation: heartbeat 3s infinite;
}
.content{
    text-align: center;
}
.content h1{
    font-size: 40px;
    color: white;
    font-weight: bolder;
    text-align: center;
    padding-top: 280px;
}
.content p{
    font-size: 25px;
    color: white;
    /* font-weight: bolder; */
    padding-top: 35px;
}
.content h2{
    font-size: 20px;
    color: white;
    font-weight: bolder;
    padding-top: 25px;
    text-decoration: underline;
    text-decoration-color:rgb(255, 200, 0) ;
    text-decoration-thickness: 5px;
}
.content h2:hover{
    color:rgb(255, 200, 0) ;
}
.back-video{
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
/* 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;
}

/* Mid6 */
.middle6{
    width:100%;
    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:10vh;
    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;
}




