body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
#nav-bar {
  position: sticky;
  top: 0;
  z-index: 10;
}
.navbar {
  background-image: linear-gradient(to right, #a517ba, #5f1782);
  padding: 0;
}
.navbar-brand img {
  height: 40px;
  padding-left: 20px;
}
.navbar-nav li {
  padding: 0 10px;
}
.navbar-nav a {
  color: white;
  font-weight: 600 bold;
  float: right;
  text-align: left;
}
.navbar-toggler {
  outline: none;
}

#banner {
  background-image: linear-gradient(to right, #a517ba, #5f1782);
  color: #fff;
  padding-top: 5%;
}
.title {
  font-size: 40px;
  font-weight: 600;
  margin-top: 100px;
}
.playbtn {
  width: 45px;
  margin: 20px;
}
#banner a {
  color: #fff;
  text-decoration: none;
}
.bottom {
  width: 100%;
}

.services {
  padding: 80px 0;
  padding: 20px;
}
.service-img {
  width: 100px;
  margin-top: 20px;
}

.services h4 {
  padding: 5px;
  margin-top: 25px;
  text-transform: uppercase;
}
.titlee::before {
  content: "";
  background: #7b1798;
  height: 5px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(63px);
}
.titlee::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: #f8f9fa;
  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: 20px;
}

#testi {
  margin: 100px 0;
}

.testi {
  border-left: 4px solid #7b1798;
  margin-top: 50px;
  margin-bottom: 50px;
}
.testi img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.user {
  display: inline-block;
  font-size: 12px;
}

#social {
  background-color: #f8f9fa;
  padding: 100px 0;
}
#social p {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.social-icons img {
  width: 60px;
  transition: 0.5s;
}

.social-icons a:hover img {
  transform: translateY(-10px);
}

#footer {
  background-image: linear-gradient(to right, #a517ba, #5f1782);
  color: #fff;
}

.footer {
  width: 100%;
}
.footer-box {
  padding: 20px;
}
.footer-box img {
  width: 120px;
  margin-bottom: 20px;
}
.footer-box .form-control {
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 30px;
  background-color: #fff;
}

.footer-box .btn-primary {
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 30px;
  background-image: linear-gradient(to right, #a517ba, #5f1782);
}
html {
  scroll-behavior: smooth;
}
