@import "bootstrap.min.css";
@import "owl.theme.default.css";
@import "owl.carousel.css";
@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap";

body {
  background: #160a1f;
  font-family: "Clash Display", sans-serif;
}

.page-holder {
  overflow-x: hidden;
}

header button.navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
}

header button.navbar-toggler span {
  display: table;
  width: 30px;
  height: 2px;
  margin: 7px 0px;
  background-color: #9945ff;
}

header .expanded-navbar {
  height: 100%;
}

header img {
  max-width: 135px !important;
  width: 100%;
}

@media (max-width: 991px) {
}

header .main-nav {
  margin: auto;
}

header .nav-link {
  font-size: 16px;
  font-style: normal;
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  line-height: normal;
  display: table;
  padding: 15px 28px !important;
}

header .nav-link:hover {
  text-decoration: underline;
  color: #fff;
}

header .special-menu a {
  font-size: 16px;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  line-height: normal;
  display: table;
  background: #9945ff;
  border-radius: 34px;
  border: 2px solid #9945ff;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

header .special-menu a:hover {
  border: 2px solid #9945ff;
  background: none;
  text-decoration: none;
}

header .mobile-imageWidget {
  display: none;
}

@media (max-width: 991px) {
  header img {
    max-width: 85px !important;
  }

  header .container {
    max-width: 100%;
    padding: 0;
  }
  header .navbar-brand {
    margin-left: 20px;
  }
  header .navbar-toggler {
    margin-right: 10px;
  }
  header .navbar {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #160a1f;
    display: block;
  }
  header .main-nav {
    padding-top: 36px;
    margin-left: 20px;
    margin-right: 20px;
  }
  header .nav-link {
    position: relative;
    display: block;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #1e0e2a;
    width: 100%;
    top: 0;
    padding: 24px 0;
    text-align: center;
  }

  /*header .nav-link:before {*/
  /*    content: '';*/
  /*    background: url(../img/nav-arrow.svg);*/
  /*    position: absolute;*/
  /*    top: 50%;*/
  /*    transform: translateY(-50%);*/
  /*    left: 24px;*/
  /*    width: 24px;*/
  /*    height: 24px;*/
  /*}*/

  header .nav-link:hover {
    background: #271b45;
  }
  header .nav-link:hover:before {
    display: none;
  }

  header .nav-item {
    margin-bottom: 15px;
  }

  header .special-menu {
    display: none;
  }

  header .mobile-imageWidget.active {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background: url(../img/header-frame.svg);
    width: 344px;
    height: 355px;
  }
}

.btns a {
  font-size: 16px;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  line-height: normal;
  display: table;
  padding: 15px 28px;
  background: #9945ff;
  border-radius: 34px;
  border: 2px solid #9945ff;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.64px;
}

.btns a:hover {
  border: 2px solid #9945ff;
  background: none;
}

@media (max-width: 991px) {
  .btns a {
    width: 100%;
    text-align: center;
  }
}

.hero {
  padding: 50px 0px;
  position: relative;
}

@media (min-width: 991px) {
  .hero {
    height: 100vh;
  }
}

@media (max-width: 991px) {
  .hero {
    padding: 100px 0 0 0;
    margin-bottom: 90px;
  }
}

.hero:before {
  position: absolute;
  content: "";
  z-index: -1;
  background: url(../img/hero-bg.png) center center no-repeat;
  background-size: cover;
  width: 897px;
  height: 1112px;
  right: 0px;
  top: -120px;
}

.hero h4 {
  background: linear-gradient(91deg, #9945ff 0%, #5847bd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .hero h4 {
    font-size: 24px;
  }
}

.hero h3 {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 1.28px;
  color: #fff;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .hero h3 {
    font-size: 34px;
  }
}

.hero p {
  color: #ddd;
  font-size: 24px;
}

@media (max-width: 991px) {
  .hero p {
    font-size: 18px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .hero .col-lg-6:first-child {
    order: 1;
    margin-top: 30px;
  }
}

.video-section {
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  margin-bottom: 100px;
}

.video-section h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  margin: auto;
  max-width: 1100px;
}

@media (max-width: 991px) {
  .video-section h4 {
    font-size: 18px;
  }
}

.video-section .video-bg {
  margin-top: 40px;
  background: url(../img/video.png) center center no-repeat;
  background-size: cover;
  height: 670px;
  position: relative;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .video-section .video-bg {
    height: 210px;
  }
}

.video-section .badge {
  position: absolute;
  top: -50px;
  right: -50px;
}

@media (max-width: 991px) {
  .video-section .badge {
    right: 0px;
    width: 69px;
    height: 69px;
    top: -30px;
  }
}

.video-section .play {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, -50%);
  background: url(../img/play.svg) center center no-repeat;
}

@media (max-width: 991px) {
  .video-section .play {
    width: 50px;
    height: 50px;
    background: url(../img/mobile-play.svg) center center no-repeat;
    border-radius: 100%;
    bottom: 5% !important;
  }
}

.clasics {
  border-radius: 60px;
  background: #1e0e2a;
  padding: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
  .clasics {
    padding: 30px 15px 10px 15px;
    border-radius: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .clasics .inverse .col-lg-6:first-child {
    order: 1;
  }
}

.clasics img {
  margin: 0px 25px;
}

.clasics h4 {
  font-size: 42px;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .clasics h4 {
    font-size: 32px;
    text-align: center;
  }
}

.clasics p {
  font-size: 18px;
  font-style: normal;
  font-family: "Roboto";
  color: #d7d7d7 !important;
  font-weight: 400;
  line-height: 120%;
  width: 80%;
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .clasics p {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    line-height: 27px;
  }
}

.clasics .btns {
  margin-top: 40px;
}

.clasics .row {
  padding: 0px 0px;
}

@media (max-width: 991px) {
  .clasics .row {
    margin-bottom: 80px;
  }
}

.clasics .row .btns,
.clasics .row p,
.clasics .row h4 {
  position: relative;
  z-index: 2;
}

.clasics .inverse .inverse-block {
  width: 80%;
  margin-left: auto;
}
.clasics .inverse .inverse-block p {
  width: 90%;
}

@media (max-width: 991px) {
  .clasics .inverse .inverse-block {
    width: 100%;
    margin-left: auto;
  }
  .clasics .inverse .inverse-block p {
    width: 100%;
  }
}

.services {
  padding: 70px 0px 100px 0;
  position: relative;
}

@media (max-width: 991px) {
  .services {
    overflow: hidden;
  }
}

.services .img-container {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.services:before {
  position: absolute;
  content: "";
  background: url(../img/servicebgNew.png) center center no-repeat;
  background-size: cover;
  top: -50%;
  width: 618px;
  right: 0px;
  height: 1356px;
}

@media (max-width: 991px) {
  .services:before {
    top: -20%;
    right: -100px;
  }
}

.services:after {
  position: absolute;
  content: "";
  z-index: -1;
  background: url(../img/servicesbg2.png) center center no-repeat;
  background-size: cover;
  top: 10%;
  width: 618px;
  left: 0px;
  height: 1356px;
}

.services .title h4 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  color: #fff;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .services .title h4 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

.services .services-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 920px;
  margin: 0 auto;
}

.services .bg {
  position: relative;
  padding: 30px;
  max-width: 450px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.services .bg:nth-child(1),
.services .bg:nth-child(3),
.services .bg:nth-child(4) {
  background: #1e0e2a;
}

@media (max-width: 991px) {
  .services .bg:nth-child(2) {
    background: #1e0e2a;
  }
}

.services .bg:nth-child(1):after {
  content: "";
  position: absolute;
  background-image: url(../img/services-box1-rectangle.svg);
  background-repeat: no-repeat;
  width: 627px;
  height: 556px;
  top: -150px;
  right: -200px;
}

.services .bg:nth-child(2):after {
  content: "";
  position: absolute;
  background-image: url(../img/services-box4-rectangle.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  bottom: -120px;
  right: -30px;
}

@media (max-width: 991px) {
  .services .bg:nth-child(2):after {
    top: -100px;
    left: -190px;
    bottom: 0;
    right: 0;
    width: 570px;
  }
}

.services .bg:nth-child(3):after {
  content: "";
  position: absolute;
  background-image: url(../img/services-box3-rectangle.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  bottom: -150px;
  left: 50px;
}

.services .bg:nth-child(4):after {
  content: "";
  position: absolute;
  background-image: url(../img/services-box4-rectangle.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: -190px;
  right: 0;
}

@media (max-width: 991px) {
  .services .bg {
    max-width: 100%;
  }
}

.services .img-container {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.services h6 {
  margin-bottom: 25px;
  font-size: 28px;
  padding-right: 20px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  line-height: 47.474px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .services h6 {
    font-size: 24px;
    line-height: 140%;
    /*text-align: center*/
  }
}

.services p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

/*@media (max-width: 991px) {*/
/*    .services p {*/
/*        text-align: center*/
/*    }*/
/*}*/

.services .btns {
  display: table;
  margin: 50px auto 0px auto !important;
}

.services .btns a {
  margin: auto;
}

@media (max-width: 991px) {
  .services .btns a {
    display: block;
    text-align: center;
    margin: auto;
  }
}

.why {
  position: relative;
  overflow: hidden;
}

.why .row {
  margin: 10px;
}

@media (max-width: 991px) {
  .why .row {
    margin: 20px 0px;
  }
}

.why .row .row {
  padding: 70px 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
  .why .row .row {
    padding: 25px 10px;
  }
}

.why .title h4 {
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0.96px;
}

@media (max-width: 991px) {
  .why .title h4 {
    font-size: 30px;
  }
}

.why .title {
  max-width: 1000px;
  margin: 0 auto 90px auto;
}

.why .title p {
  margin-bottom: 25px;
  color: #ddd;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  text-align: center;
}

@media (max-width: 991px) {
  .why .title p {
    font-size: 18px;
    padding: 0px 20px;
  }
}

.why .items {
  position: relative;
}

.why .items .row .top-balls {
  position: relative;
}

.why .items .row .top-balls::before {
  position: absolute;
  content: "";
  width: 82px;
  height: 170px;
  background: url(../img/top-balls.svg) center center no-repeat;
  background-size: cover;
  /*left: -130px;*/
  right: -9px;
  top: -30px;
}

.why .items .row .top-balls::after {
  position: absolute;
  content: "";
  width: 402px;
  height: 264px;
  background: url(../img/why-rectangle.svg) center center no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  border-radius: 28px;
}

.why .items .row .have-balls::after {
  position: absolute;
  content: "";
  width: 389px;
  height: 264px;
  background: url(../img/why3-rectangle.svg) center center no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  border-radius: 26px;
}

.why .items .row .have-balls {
  position: relative;
}

.why .items .row .have-balls::before {
  position: absolute;
  content: "";
  width: 168px;
  height: 190px;
  background: url(../img/last-balls.svg) center center no-repeat;
  background-size: cover;
  left: -130px;
}

@media (max-width: 991px) {
  .why .items {
    padding: 0px 0px;
  }
}

.why:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/why-bg.png) center center no-repeat;
  top: 170px;
}

.why .items:before {
}

.why .items h5 {
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .why .items h5 {
    font-size: 26px;
  }
}

@media (min-width: 1199px) and (max-width: 1399px) {
  .why .items h5 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .why .items h5 {
    font-size: 24px;
  }
}

.why .items p {
  color: #eaeaea;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 1.08px;
  position: relative;
  z-index: 1;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .why .items p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .why .items p {
    margin-top: 20px;
  }
}

.why .items .vision {
  background: #1e0e2a;
}

.why .items .mission {
  background: #160a1f;
}

.why .items .purpose {
  background: #1e0e2a;
}

.cta {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .cta {
    margin-bottom: 80px;
  }
}

.cta .bg {
  background: url(../img/4.svg) center center no-repeat;
  background-size: cover;
  padding: 50px 200px;
  border-radius: 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .cta .bg {
    padding: 30px 50px;
    background: url(../img/cta-bg-mobile.svg) center center no-repeat;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .cta .bg {
    padding: 60px 16px;
  }
}

.cta .bg h5 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  color: #fff;
}

@media (max-width: 991px) {
  .cta .bg h5 {
    font-size: 30px;
  }
}

.cta .bg p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 1.08px;
  color: #e0e0e0;
  margin: 30px 0px;
}

.cta .btns a {
  margin: auto;
}

.testimonials {
  margin: 150px 0px 100px 0px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .testimonials {
    margin: 70px 0 90px 0;
  }
}

@media (max-width: 768px) {
  .testimonials {
    margin: 40px 0 50px 0;
  }
}

.testimonials .owl-dots {
  display: none;
}

.testimonials .owl-nav {
  display: table;
  width: auto;
  position: absolute;
  top: -200px;
  right: 0px;
}

@media (max-width: 991px) {
  .testimonials .owl-nav {
    top: -210px;
  }
}

.testimonials .owl-nav button {
  width: 50px;
  height: 50px;
}

.testimonials .owl-nav button.owl-prev {
  background: url(../img/left.svg) center center no-repeat;
  background-size: cover;
}

.testimonials .owl-nav button.owl-prev:hover {
  background: url(../img/left.svg) center center no-repeat;
  background-size: cover;
}

.testimonials .owl-nav button.owl-next {
  background: url(../img/right.svg) center center no-repeat;
  background-size: cover;
}

.testimonials .owl-nav button.owl-next:hover {
  background: url(../img/right.svg) center center no-repeat;
  background-size: cover;
}

.testimonials .owl-carousel .owl-stage-outer {
  overflow: initial !important;
}

.testimonials .title {
  padding: 30px 0px 130px 0px;
}

.testimonials .title h4 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  color: #fff;
}

@media (max-width: 991px) {
  .testimonials .title h4 {
    font-size: 32px;
  }
}

.testimonials .title p {
  color: #ddd;
  font-size: 24px;
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  text-align: center;
}

@media (max-width: 991px) {
  .testimonials .title p {
    font-size: 18px;
    text-align: center;
  }
}

.testimonials .avatar {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
  margin-top: -100px;
  border-radius: 20px;
}

.testimonials .avatar img {
  border-radius: 20px;
}

.testimonials .box {
  background: #1e0e2a;
  border-radius: 20px;
  padding: 30px;
}

.testimonials .box .linkedin-user {
  position: absolute;
  right: 30px;
  top: 30px;
}

.testimonials .box .linkedin-user img {
  max-width: 24px;
}

.testimonials .box h5 {
  font-size: 30px;
  color: #fff;
}

@media (max-width: 991px) {
  .testimonials .box h5 {
    font-size: 28px;
  }
}

.testimonials .box p {
  color: #d6d6d6;
  font-family: "Roboto";
  font-size: 15px;
}

@media (max-width: 991px) {
  .testimonials .box p {
    font-size: 16px;
  }
}

footer {
  padding: 30px 0px;
}

@media (max-width: 991px) {
  footer {
    text-align: center;
  }
}

footer .footer-logo img {
  max-width: 135px;
  width: 100%;
}

@media (max-width: 991px) {
  footer .footer-logo {
    margin-bottom: 20px;
  }
}

footer ul {
  padding: 0px;
  margin: 0px;
}

footer ul li {
  list-style: none;
  display: inline;
}

footer ul li a {
  color: #fff;
  padding: 0px 5px;
  text-decoration: none;
}

@media (max-width: 991px) {
  footer .footer-social {
    margin: 20px auto 0px auto;
  }
}

footer .footer-social li {
  padding: 0px 5px;
}

@media (max-width: 991px) {
  footer .justify-content-end {
    justify-content: initial !important;
  }
}

footer .copyright {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin-top: 30px;
}

footer .copyright p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 80px 0;
  white-space: nowrap;
  position: relative;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .logos {
    margin: 20px auto 20px auto;
  }
  .logos-slide img {
    height: 30px;
    margin: 0 20px;
  }
}

.logos::before,
.logos::after {
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos::before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0));
  left: 0;
}

.logos::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0));
  right: 0;
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide img {
  height: 100px;
  margin: 0 40px;
}

.logos-slide {
  display: inline-block;
  animation: 11s slide infinite linear;
}
