*{
    margin: 0;
    padding: 0;
}
header{
    background: #6900d1;
}
.navbar{
    padding-top: 20px;
}
.nav-item{
    margin-left: 40px;
    margin-bottom: 10px;
}
.nav-link{
    color: #fff;
    font-size: 12px;
    padding: 0 0 5px 0;
    display: unset;
}
.navbar-brand img{
    width: 125px ;
}
.active-home{
    border-bottom: 2px solid #fff;
}
.nav-link:hover{
    border-bottom: 2px solid #fff;
}
.banner{
    margin-top: 8%;
    color: #fff;
}
.banner img{
    height: 600px;
}
.banner h1{
    margin: 80px 0 50px;
    font-weight: 600;
    font-size: 50px;
}
.banner a{
    padding: 12px;
    width: 150px;
    display: inline-block;
    background: #6900d1;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    font-size: 14px;
}
.banner a:hover{
    color: #fff;
}
.express-btn{
    background-color: #fff;
    color: #000;
    margin-right: 5px;
}
.service{
    margin: 75px 0;
}
.title{
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.subtitle{
    text-align: center;
    margin-bottom: 70px;
    font-size: 15px;
}
.service-box{
    padding: 0 35px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.4s;
}
.service-box img{
    width: 60px;
    margin-top: 65px;
    margin-bottom: 45px;
}
.service-box h6{
    margin-bottom: 40px;
    font-weight: bold;
}
.service-box p{
    font-size: 14px;
    color: #808080;
    padding-bottom: 35px;
}
.service-box:hover{
    background: #6900d1;
    border-radius: 5px;
    color: #fff;
}
.feature ,.explore{
    margin: 200px 0;
}
.feature img{
    max-width: 77%;
    cursor: pointer;
}
.feature h2{
    margin-top: 100px;
    font-weight: bold;
    line-height: 50px;
}
.feature p,.explore p{
    margin-top: 25px;
    margin-bottom: 50px;
    color: #808080;
    font-size: 14px;
    line-height: 18px;
}
.feature a,.explore a{
    width: 170px;
    padding: 15px 10px;
    display: block;
    background: #6900d1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
}
.explore h2{
    margin-top: 100px;
    font-weight: bold;
    line-height: 50px;
}
.explore a{
    margin-bottom: 50px;
}
.footer{
    background: #6900d1;
    padding: 10px;
    
}
.footer h2{
    color: #fff;
    font-weight: 600;
    margin: 70px 0;
}
.h{
    color: #6900d1;
}