*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-family: sans-serif;
}
/* navbar start  */
nav ul{
    margin-left: auto !important;
}
#navbar{
    position: sticky;
    top: 0;
    z-index: 10;
}
.navbar{
    background-image: linear-gradient(to right,#a517ba,#5f1782);
    padding: 0 !important;
}
.navbar-brand img{
    height: 40px;
    padding-left: 20px;
}
.navbar-nav li{
    padding: 0 10px;
}
.navbar-nav li a {
    color: #fff !important;
    font-weight: 600;
    float: right;
    text-align: left;
}
.fa-bars{
    color: #fff;
    font-size: 30px !important;
}
.navbar-toggler{
    outline: none !important;
}


/* banner start  */
#banner{
    background-image: linear-gradient(to right,#a517ba,#5f1782);
    color: #ffff;
    padding-top: 5%;
}
.play-butn{
    font-weight: 600px;
    font-size: 30px;
    font-weight: bolder;
}
.promo-title{
    font-size: 40px;
    font-weight: 600px;
    margin-top: 100px;
}
.play-butn{
    width: 45px;
    margin: 20px;
}
#banner a{
    color: #fff;
    text-decoration: none;
}
.bottom-img{
    width: 100%;
}


/* service section  */
#service{
    padding: 80px 0px  ;
}
.service-img{
    width: 100px;
    margin-top: 20px;
}
.service h4{
    padding: 5px;
    margin-top: 25px;
    text-transform: uppercase;
}
.title::before
{
    content: '';
    background-color: #7b1798;
    height: 5px;
    width: 200px;
    /* margin-bottom: 40PX; */
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#service .btn-primary{
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to right,#a517ba,#5f1782);

} 

/* about us  */

#about-us{
    background: #f8f9fa;
    padding-bottom: 50px;
    padding-top: 50px;
}
.about-title{
    font-size: 40px;
    font-weight: 600;
    margin-top: 8%;
}
#about-us ul li{
    margin-top: 10px 0;
}

/* testimonials  */

#testimonials{
    margin: 100px 0px;
}
.testimonials{
    border-left:4px solid #7b1798;
    margin-top:50px;
    margin-bottom: 50px;
}
.testimonials img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 10px;
}
/* SOCIAL MEDIA  */
#social-media{
    background: #f8f9fa;
    padding: 100px;
}
#social-media p{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}
#social-media img{
    width: 60px;
    transition: 0.5s;
}
#social-media a:hover img{
    transform: translateY(-10px);

}
/* footer section  */

#footer{
    background-image: linear-gradient(to right,#a517ba,#5f1782);
    color: #fff;
}
.footer img{
    width: 100%;
    margin-bottom: 20px;
}


.bg-body{
    background-color: transparent !important;
}