body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  background: #050215 url("https://storage.googleapis.com/msgsndr/7qouisn5K9OvgtPfPQFV/media/695ec0690597df4a43a5325a.png") fixed center/cover !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
}
body .btn {
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
body .btn-primary {
  padding: 19px 80px 19px 36px;
  background: #5E0BF9;
  background: linear-gradient(90deg, #5e0bf9 0%, #7718f3 50%, #8820ee 100%);
  border: none;
  transition: 0.2s;
}
body .btn-primary .icon {
  position: absolute;
  right: 4px;
  top: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
body .btn-primary:hover, body .btn-primary:focus {
  background: linear-gradient(90deg, #8820ee 0%, #7718f3 50%, #5e0bf9 100%);
}
body .btn-primary:hover .icon, body .btn-primary:focus .icon {
  transform: scale(0.8);
}
body .btn-light {
  padding: 19px 80px 19px 36px;
  background: #fff;
  border: none;
  transition: 0.2s;
}
body .btn-light .icon {
  position: absolute;
  right: 4px;
  top: 3px;
  background: linear-gradient(90deg, #5e0bf9 0%, #7718f3 50%, #8820ee 100%);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
body .btn-light:hover, body .btn-light:focus {
  background: #fff;
}
body .btn-light:hover .icon, body .btn-light:focus .icon {
  transform: scale(0.8);
}
body .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.3);
}
body .video-wrapper {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rbga(#fff, 0.2);
  border-radius: 20px;
  padding: 10px 10px 5px;
}
body .video-wrapper video {
  background-color: transparent;
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
}
body .video-wrapper .btn_play {
  background-color: transparent;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .top-section {
  margin-bottom: 40px;
}
body .top-section .secondary-title {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}
body .top-section .secondary-title:after, body .top-section .secondary-title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 30px;
}
body .top-section .secondary-title:after {
  left: 0;
  background: #050215;
  background: linear-gradient(90deg, #050215 0%, #7718f3 50%, #8820ee 100%);
}
body .top-section .secondary-title:before {
  right: 0;
  background: #5E0BF9;
  background: linear-gradient(90deg, #5e0bf9 0%, #7718f3 50%, #050215 100%);
}
body .top-section .secondary-title.left0 {
  padding-left: 0;
}
body .top-section .secondary-title.left0:after {
  display: none;
}
body .top-section .secondary-title.right0 {
  padding-right: 0;
}
body .top-section .secondary-title.right0:before {
  display: none;
}
body .top-section .main-title {
  font-size: 50px;
}
body .slick-slider {
  padding-bottom: 80px;
}
body .slick-slider .slick-slide {
  padding: 0 10px;
}
body .slick-slider .slick-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: transparent;
}
body .slick-slider .slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url("https://storage.googleapis.com/msgsndr/7qouisn5K9OvgtPfPQFV/media/695ec06948dcc6f9db9b7a7f.svg") no-repeat center/contain;
}
body .slick-slider .slick-arrow.slick-prev {
  margin-left: -40px;
}
body .slick-slider .slick-arrow.slick-prev:after {
  transform: translate(-50%, -50%) scale(-1);
}
body .slick-slider .slick-arrow.slick-next {
  margin-left: 40px;
}
body nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: linear-gradient(90deg, rgba(136, 32, 238, 0.1) 0%, rgba(119, 24, 243, 0.1) 50%, rgba(94, 11, 249, 0.1) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
body nav.navbar .navbar-toggler {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  box-shadow: none;
  border: none;
}
body nav.navbar .navbar-toggler .navbar-toggler-icon {
  color: #fff;
}
body nav.navbar .navbar-nav li a {
  color: #fff;
  padding: 5px 15px !important;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
}
body nav.navbar .navbar-nav li a:hover, body nav.navbar .navbar-nav li a:focus {
  color: #5E0BF9;
}
body main {
  overflow: hidden;
}
body main .hero {
  background: url("https://storage.googleapis.com/msgsndr/7qouisn5K9OvgtPfPQFV/media/695ec069a0a4848d631f53ec.jpg") no-repeat center/cover;
  padding: 150px 0 0;
  margin-bottom: 150px;
}
body main .hero .caption {
  text-align: center;
}
body main .hero .caption .secondary-title {
  font-size: 20px;
  margin-bottom: 0;
}
body main .hero .caption .main-title {
  font-size: 90px;
  line-height: 90px;
}
body main .hero .caption .main-title span {
  font-size: 70px;
}
body main .hero .video-wrapper {
  margin: 50px auto -150px;
}
body main .featured {
  padding: 40px 0;
}
body main .featured img {
  filter: grayscale(1);
}
body main .content-boxes {
  padding: 50px 0;
}
body main .content-boxes .card {
  margin-bottom: 10px;
  background: #5E0BF9;
  background: linear-gradient(178deg, rgb(94, 11, 249) 0%, rgb(119, 24, 243) 50%, rgb(136, 32, 238) 100%);
  border: none;
  border-radius: 20px;
  text-align: center;
  padding: 40px 24px;
  display: block;
  text-decoration: none;
}
body main .content-boxes .card .icon {
  height: 70px;
  width: auto;
  margin-bottom: 15px;
}
body main .content-boxes .card .title {
  font-size: 24px;
}
body main .content-boxes .card p {
  color: #fff;
  font-size: 16px;
}
body main .horizontal-box {
  padding: 50px 0;
}
body main .animate-text {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  height: 250px;
  padding: 50px 0;
  margin-bottom: 50px;
}
body main .animate-text .scroll-content {
  display: inline-block;
  animation: scrollText 80s linear infinite;
}
body main .animate-text h1 {
  font-weight: bold;
  color: #fff;
  font-size: 150px;
  margin: 0 50px;
  display: inline-block;
  position: relative;
}
body main .animate-text h1:after {
  content: "*";
  position: absolute;
  right: -80px;
  top: 30px;
  color: #fff;
  font-size: 150px;
}
body main .animate-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #050215;
  background: linear-gradient(90deg, rgba(5, 2, 21, 0) 0%, #7718f3 50%, rgba(5, 2, 21, 0) 100%);
}
@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
body main .vertical-tabs {
  padding: 70px 0 50px;
}
body main .vertical-tabs .nav-tabs {
  display: block;
  margin: 0;
  border-bottom: 0;
}
body main .vertical-tabs .nav-tabs .nav-link {
  color: #fff;
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  margin: 5px 0;
}
body main .vertical-tabs .nav-tabs .nav-link.active {
  background: linear-gradient(90deg, #5e0bf9 0%, #7718f3 50%, #8820ee 100%);
}
body main .vertical-tabs .tab-content {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  height: 100%;
  padding: 40px;
}
body main .vertical-tabs .tab-content .content h1 {
  font-size: 36px;
}
body main .vertical-tabs.horizontal-tabs {
  background-repeat: no-repeat;
  background-size: 100%;
}
body main .vertical-tabs.horizontal-tabs .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 20px;
}
body main .vertical-tabs.horizontal-tabs .nav-tabs .nav-link {
  margin: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
body main .vertical-tabs.horizontal-tabs .tab-content .content h1 {
  font-size: 36px;
}
body main .cta {
  background-color: #5E0BF9;
  border-radius: 20px;
  padding: 10px 20px;
}
body main .video-slider {
  padding: 70px 0;
}
body main .portfolio {
  padding: 50px 0;
}
body main .portfolio .thumbnail-marquee {
  overflow: hidden;
  width: 100%;
}
body main .portfolio .thumbnail-track {
  margin: 10px 0;
  display: flex;
  gap: 20px;
  width: fit-content;
  animation: scrollThumbs 60s linear infinite;
}
body main .portfolio .thumbnail-track img {
  flex: 0 0 305px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
body main .portfolio .thumbnail-track.right {
  animation: scrollThumbsRight 70s linear infinite;
}
@keyframes scrollThumbs {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollThumbsRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
body main .pricing {
  padding: 50px 0;
  max-width: 1094px;
  width: 100%;
  margin: 0 auto;
}
body main .pricing .pricing-btn {
  background-color: rgba(255, 255, 255, 0.0901960784) !important;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  padding: 12px 47px;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  transition: all 0.3s ease;
  position: relative;
}
body main .pricing .pricing-btn.active, body main .pricing .pricing-btn:hover {
  background: linear-gradient(90deg, #5e0bf9 0%, #7718f3 50%, #8820ee 100%);
  border: 1px solid #5E0BF9;
}
body main .pricing .pricing-btn.popular::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -5px;
  width: 30px;
  height: 32px;
  background: url("https://storage.googleapis.com/msgsndr/7qouisn5K9OvgtPfPQFV/media/695ec06948dcc6811e9b7a82.svg") center/contain no-repeat;
  transition: all 0.3s ease;
  opacity: 1;
  user-select: none;
}
body main .pricing .tab-content .pricing-card {
  background-color: rgba(255, 255, 255, 0.1254901961);
  border-radius: 0 0 20px 20px;
}
body main .pricing .tab-content .pricing-card .card-header {
  background: linear-gradient(90deg, #5e0bf9 0%, #7718f3 50%, #8820ee 100%);
  border-radius: 10px;
  padding: 27px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
body main .pricing .tab-content .pricing-card .card-header .title {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
}
body main .pricing .tab-content .pricing-card .card-header .price {
  font-weight: 700;
  font-size: clamp(36px, 5vw, 50px);
}
body main .pricing .tab-content .pricing-card .card-body {
  padding: 24px clamp(24px, 4.2vw, 42px) 36px clamp(24px, 4.2vw, 42px);
}
body main .pricing .tab-content .pricing-card .card-body .price {
  font-weight: 700;
  font-size: clamp(26px, 5vw, 50px);
}
body main .pricing .tab-content .pricing-card .card-body .description {
  color: #B7C2C9;
  margin-bottom: 32px;
}
body main .pricing .tab-content .pricing-card .card-body .pricing-list-icon {
  margin-bottom: 32px;
  padding: 0;
}
body main .pricing .tab-content .pricing-card .card-body .pricing-list-icon li {
  position: relative;
  padding-left: 47px;
  list-style: none;
}
body main .pricing .tab-content .pricing-card .card-body .pricing-list-icon li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url("https://storage.googleapis.com/msgsndr/7qouisn5K9OvgtPfPQFV/media/695ec06949ed62ed9940a76a.svg") center/contain no-repeat;
}
body main .pricing .tab-content .pricing-card .card-body .pricing-list-icon li .list-title {
  color: #801CF0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
body main .pricing .tab-content .pricing-card .card-body .btn {
  font-size: 18px;
}
body main .review {
  padding: 50px 0;
}
body main .review .top-section {
  max-width: 658px;
  width: 100%;
  margin: 0 auto;
}
body main .review .videos-main .slick-slide {
  transform: scale(0.8);
  transition: all 0.4s ease;
  padding: 0;
}
body main .review .videos-main .slick-center {
  transform: scale(1);
  opacity: 1;
}
body main .review .card .card-body .card-text {
  font-size: 14px;
  color: #333333;
}
body main .review .card .card-body .author-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
body main .review .reviews-slider {
  display: flex;
}
body main .review .reviews-slider .slick-slider {
  padding: 0 7px;
}
body main .faq {
  padding: 50px 0;
}
body main .faq .top-section {
  width: 100%;
  max-width: 762px;
  margin: 0 auto;
}
body main .faq .accordion-item {
  background: rgba(255, 255, 255, 0.1);
  margin: 0 0 18px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
body main .faq .accordion-item:last-child {
  margin-bottom: 0;
}
body main .faq .accordion-item .accordion-button {
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  padding: 15px;
  border: none;
  box-shadow: none;
}
body main .faq .accordion-item .accordion-button::after {
  filter: brightness(0) invert(1);
}
body main .faq .accordion-item .accordion-body {
  color: #C5C5CA;
  font-size: 16px;
  padding: 0 15px 15px;
}
body .footer {
  background-color: #000;
}
body .footer .footer-wrapper {
  padding: 43px 0;
  gap: 16px;
}
body .footer .footer-wrapper .footer-list .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
body .footer .footer-wrapper .footer-list .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #5E0BF9 0%, #7718F3 50%, rgba(136, 32, 238, 0) 80%);
}
body .footer .footer-wrapper .footer-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body .footer .footer-wrapper .footer-list ul li {
  list-style: none;
  position: relative;
  padding-left: 22px;
}
body .footer .footer-wrapper .footer-list ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  font-size: 16px;
  color: #A9ADB1;
}
body .footer .footer-wrapper .footer-list ul li a {
  color: #A9ADB1;
  display: block;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  text-decoration: none;
}
body .footer .footer-wrapper .footer-list ul li a:hover {
  color: #8820EE;
}
body .footer .footer-bottom {
  padding: 24px 0;
  text-align: center;
  font-size: 14px;
  color: #A9ADB1;
}
@media (max-width: 1400px) {
  body .btn-primary,
  body .btn-light {
    padding: 14px 70px 14px 36px;
  }
  body .btn-primary .icon,
  body .btn-light .icon {
    height: 44px;
    width: 44px;
  }
  body .social-icons a {
    width: 52px;
    height: 52px;
  }
  body .social-icons a img {
    width: 40%;
  }
  body .top-section {
    margin-bottom: 20px;
  }
  body .top-section .main-title {
    font-size: 40px;
  }
  body .video-wrapper .btn_play img {
    width: 60px;
    height: 60px;
  }
  body .slick-slider .slick-arrow {
    width: 45px;
    height: 45px;
  }
  body nav.navbar .navbar-nav li a {
    font-size: 16px;
  }
  body main .hero {
    margin-bottom: 100px;
  }
  body main .hero .caption .secondary-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  body main .hero .caption .main-title {
    font-size: 70px;
    line-height: 70px;
  }
  body main .hero .caption .main-title span {
    font-size: 50px;
  }
  body main .hero .video-wrapper {
    margin: 50px auto -100px;
  }
  body main .content-boxes .card .title {
    font-size: 20px;
  }
  body main .vertical-tabs .tab-content .content h1 {
    font-size: 28px;
  }
  body main .portfolio .thumbnail-track img {
    flex: 0 0 205px;
    width: 205px;
  }
  body main .animate-text h1 {
    font-size: 120px;
  }
  body main .animate-text h1:after {
    right: -68px;
    top: 32px;
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  body main .vertical-tabs.horizontal-tabs .nav-tabs .nav-link img {
    display: none;
  }
  body main .vertical-tabs.horizontal-tabs .tab-content .content h1 {
    font-size: 36px;
  }
  body .footer .footer-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}
@media (max-width: 768px) {
  body .top-section .main-title {
    font-size: 26px;
  }
  body nav.navbar .navbar-brand img {
    width: 120px;
  }
  body nav.navbar .btn-primary {
    padding: 8px 20px;
  }
  body nav.navbar .btn-primary .icon {
    display: none;
  }
  body main .hero {
    padding: 130px 0 0;
  }
  body main .hero .caption .main-title {
    font-size: 40px;
    line-height: 50px;
  }
  body main .hero .caption .main-title span {
    font-size: 32px;
  }
  body main .featured img {
    width: 60px;
    margin: 0 5px;
  }
  body main .animate-text {
    height: 130px;
  }
  body main .animate-text h1 {
    font-size: 50px;
    margin: 0 20px;
  }
  body main .animate-text h1:after {
    right: -30px;
    top: 14px;
    font-size: 40px;
  }
  body main .vertical-tabs .tab-content {
    padding: 20px;
  }
  body main .vertical-tabs.horizontal-tabs .nav-tabs {
    display: block;
  }
  body main .vertical-tabs.horizontal-tabs .nav-tabs .nav-link img {
    display: block;
  }
  body main .portfolio .thumbnail-track img {
    flex: 0 0 150px;
    width: 150px;
  }
  body main .pricing .pricing-btn {
    font-size: 16px;
    padding: 10px 40px;
  }
  body main .pricing .tab-content .pricing-card .card-header {
    padding: 18px 20px;
  }
  body main .pricing .tab-content .pricing-card .card-body .pricing-list-icon li .list-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  body main .pricing .tab-content .pricing-card .card-body .pricing-list-icon li p {
    font-size: 14px;
  }
  body .footer .footer-wrapper {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=stylev3.css.map */
