* {
    margin: 0;
    padding: 0;
}

nav {
    background: linear-gradient(to right, #a517ba, #5f1782);
}

.nav-item a {
    text-transform: uppercase;
}


/* Banner Section */
#banner {
    background: linear-gradient(to right, #a517ba, #5f1782);
    color: #fff;
    padding-top: 5%;
}

.promo-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
    text-transform: uppercase;
}

.play-btn {
    width: 45px;
    margin: 20px;
}

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

.bottom-img {
    width: 100%;
}

/* Services Section */

#services {

    padding: 80px 10px;
}

.services h4 {
    text-transform: uppercase;
}

.services img {
    width: 100px;
    margin-top: 5px;
}

.services {
    padding: 20px;
}

.header {
    text-transform: uppercase;
}

.header::before {
    content: '';
    background-color: #7b1798;
    height: 2px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translatey(63px);
}

.header::after {
    content: '';
    background-color: #7b1798;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translatey(8px);
}

/* about */

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


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

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

.details {
    display: inline-block;
    font-size: 12px;
}

/* social media */

#social-media {
    padding: 100px 0;
}
#social-media  p {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}
.social-icon img {
width: 60px;
transition: .5s;
}
.social-icon a:hover img {
    transform: translateY(-10px);
}


/* Footer Box */
#footer {
   background-image:linear-gradient(to right, #a517ba, #5f1782) ;
   color: #fff;
}
.footer-img {
    width: 100%;
}
.footer-box {
    padding: 20px;
}
.footer-box img {
   width: 120px;
   margin-bottom: 20px;
}
 #form {
    box-shadow: none !important;
    border-radius: 0;
    max-width: 250px;
    margin-top: 20px;
}
#form:focus {
    box-shadow: none;
}
 #btn{
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background: linear-gradient(to right, #a517ba, #5f1782);
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #a517ba, #5f1782);
    border-radius: 30px;
}

@media screen and (max-width:720px) {
    .header::after {
        display: none;
    }
}