*
{
    margin: 0;
    padding: 0;
}
body {
    font-family: sans-serif;
    overflow: overlay;
}
#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
}
.navbar {
    background-image: linear-gradient(to right, #151515, #343434);
    padding: 0 !important;
}

.navbar-brand {
    color: #fff !important;
    font-weight: 600;
}

.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 {
    box-shadow: none !important
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

/*----Banner Section----*/
#banner {
    background-image: linear-gradient(to right, #151515, #343434);
    color: #fff;
    padding-top: 5%;
}
.data-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
}
.play-btn {
    width: 45px;
    margin: 20px;
}
#banner a {
    color: #fff;
    text-decoration: none;
}
.bottom-img {
    width: 100%;
}


/*----Banner Section----*/
#services {
    padding: 80px 0;
}
.service-img {
    width: 100px;
    margin-top: 20px;
}
.services {
    padding: 20px;
}
.services h4 {
    padding: 5px;
    margin-top: 25px;
    text-transform: uppercase;
}
.title::before {
    content: '';
    background: #343434;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px)
}
.title::after {
    content: '';
    background: #343434;
    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, #151515,#343434);
}

/*----About-Us Section----*/
#about-us {
    background: #f8f9fa;
    /* padding-bottom: 50px; */
    padding-top: 50px;

}
.about-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 8%;
}
.about-paragraph {
    margin: 10px 0;
}

/*----Testimonials Section----*/
#testimonials {
    margin: 50px 0;
}
.testimonials {
    border-left: 4px solid #343434;
    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 Section----*/
#social-media {
    background-color: #f8f9fa;
    padding: 100px 0;  
}
#social-media p {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}
.social-icons img {
    width: 100px;
    transition: 0.5s;
}
.social-icons a:hover img {
    transform: translateY(-10px);
}

/*----Footer Section----*/
#footer {
    background-image: linear-gradient(to right, #151515,#343434);
    color: #fff;
}
.footer-img {
    width: 100%;
}
.footer-box {
    padding: 20px;
}
.footer-box img {
    width: 120px;
    margin-bottom: 20px;
}

/*----Pearl Scroll Section----*/
::-webkit-scrollbar-track {
    background-color: transparent;
  }
::-webkit-scrollbar {
    width: 20px;
  }
::-webkit-scrollbar-thumb {
    background-color: #C8C8CA;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
  }