*{
    margin: 0;
    padding: 0;
}
body{
    font-family: sans-serif;
}

#nav-bar{
    position: sticky;
    top: 0;
    z-index: 10;
}
.navbar{
    background-image: linear-gradient(to right, #a517ba, #5f1782);
    padding: 0 !important;
}
.navbar-nav {
    margin-left: auto;
}
.navbar-brand img{
    height: 40px;
    padding-left: 20px;
}
.navbar-nav li{
    padding: 0 10px;
    
}
.navbar-nav li a{
    color: #fff !important;
    font-weight: 600;
}
.fa fa-bars{
    color:#fff ;
    font-size: 30px !important;
}

#banner{
    background-image: linear-gradient(to right, #a517ba, #5f1782);
    padding-top: 5%;
    color:#fff;

}
.promo-title{
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
}
.play-btn{
    width: 45px;
    margin: 20px;
}
#banner a {
    text-decoration: none;
    color: #fff;
}
.bottom-img{
    width: 100%;
}

#services{
    padding: 80px 0;
}
.service-img{
    width: 100px;
    margin-top: 20px;
}
.services{
    padding: 20px;
}
.services h4{
    margin-top: 25px;
    padding: 5px;
    text-transform: uppercase;
}
.title::before{
    content: ' ';
    background: #7b1798;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}
.title::after{
    content: ' ';
    background: #7b1798;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}

#services .btn-primary{
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to right, #a517ba, #5f1782);
}

#about-us{
    background-color: aliceblue;
    padding-bottom: 50px;
    padding-top: 50px;
}
.about-title{
    font-size: 40px;
    font-weight: 600;
    margin-top: 8%;

}
#about-us ul li{
    margin: 10px 0;
}
#about-us ul{
    margin-left: 40px;
}
.col-md-6 first{
    text-align: center;
}

#testimonials {
    margin: 100px 0;
}
.testimonials {
    border-left: 4px solid #7b1798;
    margin-top: 50px;
    margin-bottom: 50px;
}
.testimonials img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 10px;
}
.user-details{
    display: inline-block;
    font-size: 12px;
}

#social-media {
    background: aliceblue;
}
#social-media p{
    font-size: 60px;
    font-weight: 600;
}
.social-icons img {
    height: 60px;
    width: 60px;
    margin-bottom: 50px; 
}
.footer-img{
    width: 100%;
    
}
#footer{
    background-image: linear-gradient(to right, #a517ba, #5f1782);
    color: #fff;
}
.footer-box{
    padding: 20px;
}
.footer-box img{
    width: 120px;
    margin-bottom: 20px;
}
.footer-box .fa{
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #a517ba, #5f1782);
}
.footer-box .form-control{
    border: 0;
    margin-top: 25px;
    border-radius: 0;
    box-shadow: none !important;
    max-width: 250px;
}
.footer-box .btn-primary{
    background-image: linear-gradient(to right, #a517ba, #5f1782);
    margin-top: 30px;
    border : none;
    box-shadow: none !important;
    border-radius: none;

}
.copyright {
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
}
