*{
    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;
    padding-top: 7px ! important;
}

.navbar-collapse{
    padding-bottom: 10px;
}

.navbar-brand{
    display: flex;
    gap: 2px;
    padding: 4px;
    margin-left: 15px;
}
.navbar-brand h4{
    margin-top: 7px;
    color: #ffff;
}

.nav-link{
    color: #ffff ! important;
    font-weight: 500;
}

.nav-link a:hover{
    border-bottom: solid 3px red;
}

.d-flex .btn{
    background-color: none;
    border-color: #ffff;
    color: #ffff;
}

.d-flex .btn:hover{
    background-color: #9947c2;
}

.navbar-toggler{
    border: 1px solid white ! important;
}

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

.promo-title{
    font-size: 40px;
    font-weight: 700;
    margin-top: 100px;
}

.play-btn{
    width: 50px;
    margin: 20px;
    color: #ffff;
}

#banner a{
    color: #ffff;
    text-decoration: none;
}

.img-fluid{
    width: 330px;
}

.wave-img{
    width: 100%;
    height: auto;
}

/* ----------- service section ----------  */
#service{
    padding: 80px 0;
}

.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: 12px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(7px);
}

@media screen and (max-width: 769px){
    .title::after{
        transform: translateY(14px);
    }
    
}

@media screen and (max-width: 426px){
    .title::after{
        transform: translateY(20px);
    }
}

@media screen and (max-width: 321px){
    .title::after{
        transform: translateY(22px);
    }
}

.service-img{
    width: 100px;
    margin-top: 20px;
}

.services{
    padding: 20px;

}

.services h4{
    padding: 5px;
    margin-top: 25px;
    text-transform: uppercase;
}

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

#about{
    background: #f8f9fa;
    padding-bottom: 50px;
    padding-top: 50px;
}

.about-title{
    font-size: 40px;
    font-weight: 700;
    margin-top: 8%;
}

#about ul{
    list-style: none;
}

#about ul li{
    margin: 10px 0;
}

.network{
    width: 100%;
    height: 100%;
}

/* ----------- Testimonial section ------------ */

#testimonial{
    padding: 100px 0;
}

.testimonials{
    margin-top: 50px;
    margin-bottom: 50px;
    border-left: 4px solid #7b1798;
    padding: 10px;
}

.testimonials img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 10px;
}

.user-detail{
    display: inline-block;
    font-size: 16px;
}

/* ------------ Social Media --------------- */

#social-media{
    background: #f8f9fa;
    padding: 100px 0;
}

#social-media p{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.social-icons img{
    width: 60px;
    transition: 0.5s;
}

.social-icons img:hover{
    transform: translateY(-10px);
}

/* ----------- footer ---------------  */

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

.footer-box{
    padding: 20px;
}

.footer-box img{
    width: 120px;
    margin-bottom: 20px;
}

.footer-box .form-control{
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
}

.footer-box .btn-primary{
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background-image: linear-gradient(to right, #a517ba, #5f1782);
}

hr{
    background-color: white;
}

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