*{
    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)  ;
}

/* Mid2 */
.middle2{
    width:100%;
    height:120vh;
    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 img{
    padding-top: 200px;
}
.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);
    }
} */

/* 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;
}

.mid8{
    width:100%;
    height:50vh;
    background-color:black;
}
.midrap8{
    width:100%;
    height: 3vh;
    margin:auto ;
    background-color: black;
}
.title4 h1{
    padding: 70px;
    font-size: 60px;
    color:white;
    text-align: center;
}
/* Mid2 */
.middle3{
    width:100%;
    height:150vh;
    background-color: white;
}
.middlerap3{
    width:66%;
    padding-left:50px;
    /* position: relative; */
    /* display:grid;
    grid-template-columns: auto auto auto;
    grid-column-gap:18px; */
}
.box2{
    position: absolute;
}
.box2 img{
    padding-top: 200px;
}
.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);
    }
} */

/* Side*/
.side3{
    width:33%;
    height:140vh;
    background-color:white;
    float: right;
}
.siderap3{
    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:115vh;
    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;
}
.title5 h1{
    padding: 30px;
    font-size: 40px;
    color:black;
    font-weight: bolder;
}
/* 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;
}










