@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap'); 
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    display: none;
}
  
.header {
    background: #7521c9;
    height: 100vh;
    background-image:url(../img/home.png);
    background-position: center;
    background-repeat: none;
    background-size: cover;
}

.navbar {
    padding: 20px 20px 0px 20px;
}

.navbar-brand img {
    width: 120px;
}

.nav-link {
    color: #fff;
    padding: 5px;
    font-size: 14px;
    margin-left: 5px;
}

.nav-link:hover {
    color: black;
    background-color: white;
    border-radius: 5px;
}

.fa-bars {
    color: #fff;
    font-size: 25px;
}

.navbar-toggler {
    border: 0;
    outline: none;
}

.active-home {
    font-weight: bold;
    color: #000;
    border-radius: 5px;
    background-color: white;
}

.banner {
    margin-top: 8%;
    color: #fff;
}

.banner h1 {
    margin: 80px 0 50px;
    font-weight: 600;
    font-size: 60px;
}

.banner a{
    padding: 12px;
    width: 150px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.express-btn {
    background-color: #fff;
    color: #000 !important;
    margin-right: 5px;
}

@media screen and (max-width: 800px){
    .header {
        background-image: none;
    }
    .banner h1{
        font-size: 45px;
        margin: 80px 0 50px;
    }
}

/* ----------service---------- */
.service {
    margin: 75px 0;
}

.title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.subtitle {
    text-align: center;
    font-size: 13px;
    margin-bottom: 30px;
}
.service-box{
    padding: 0 35px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #6900d1;
    border-radius: 5px;
}
.service-box img{
    width: 60px;
    margin-top: 65px;
    margin-bottom: 45px;
}
.service-box h6{
    margin-bottom: 40px;
    font-weight: bold;
}
.fa-arrow-right{
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 35px;
}
.service-box:hover, .active-service{
    background: #6900d1;
    color: #fff;
    box-shadow: 0 15px 15px 2px rgba(213,213,213,0.5);
}
.service-box:hover p:hover{
    color: #fff;
}
.active-service p{
    color: #fff;
}


/* -------------feature section-------------- */
.feature, .explore{
    margin: 100px 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: 10px;
    color: #808080;
    font-size: 14px;
    line-height: 18px;
}
.feature a, .explore a{
    padding: 12px;
    background: #6900d1;
    width: 150px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.explore h2{
    margin-top: 5   0px;
    font-weight: bold;
    line-height: 50px;
}
.explore a{
    margin-bottom: 50px;
}


/* ---------------review------------ */
.review{
    margin: 40px 0;
}

.carousel-item img {
    width: 150px !important;
    border-radius: 50%;
}
.carousel-item{
    text-align: center;
    height: 430px;
}
.carousel-caption{
    z-index: -1;
    box-shadow: 0 0 15px 1px rgba(166, 163, 223, 0.5);
    border-radius: 5px;
    margin-bottom: 40px;
}
.carousel-caption h6{
    margin-top: 65px;
    font-weight: bold;
    color: #808080 !important;
}
.carousel-caption small{
    margin-top: 10px;
    margin-bottom: 50px;
    display: block;
    color: #808080 !important;
}
.carousel-caption p{
    text-align: center;
    padding: 0 50px;
    font-size: 15px;
    color: #808080 !important;
}
.carousel-indicators button{
    background-color: #6900d1 !important;
}

@media screen and (max-width: 800px){
    .carousel-item{
        height: 520px;
    }
    .carousel-caption{
        margin: 0 10px 70px 10px;
        left: 0;
        right: 0;
    }
    .carousel-item img {
        width: 150px !important;
        border-radius: 50%;
    }
}


/* ------------foooter------------ */
.footer{
    background: #6900d1;
    padding: 15px 0px;

}
.footer h2{
    color: #fff;
    font-weight: 600;
    margin: 60px 0;
}
.footer input{
    width: 60%;
    background: transparent;
    outline: none;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px;
    color: #fff;
    margin-bottom: 30px;
}
::placeholder{
    color: #efefef;
    font-size: 13px;
}
.footer button{
    padding: 12px;
    width: 150px;
    display: block;
    margin: auto;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.footer button:hover{
    color: #fff;
    background-color: #6900d1;
}
.footer small{
    font-size: 12px;
    padding: 40px;
    padding-bottom: 10px;
    display: block;
    color: #fff;
}