@font-face {
  font-family: "avenir-light";
  src: url("../aviner-font/Avenir Light.ttf");
}
@font-face {
  font-family: "avenir-black";
  src: url("../aviner-font/Avenir Black.ttf");
}
@font-face {
  font-family: "avenir-medium";
  src: url("../aviner-font/Avenir Medium.ttf") format("opentype");
}
@font-face {
  font-family: "avenir-regular";
  src: url("../aviner-font/Avenir Regular.ttf");
}
@font-face {
  font-family: "avenir-book";
  src: url("../aviner-font/Avenir Book.ttf");
}
@font-face {
  font-family: "avenir-heavy";
  src: url("../aviner-font/Avenir Heavy.ttf");
}
body {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  box-sizing: border-box;
  color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

body[light-mode=dark] {
  background: #0b0f28;
}

#theme-toggle:not(:checked) + label {
  background-color: gold;
}

#theme-toggle:checked + label {
  background-color: transparent;
  box-shadow: inset -18px -16px 1px 1px #fff;
}

body[light-mode=dark] header nav .navbar-brand {
  color: white;
}
body[light-mode=dark] header nav .navbar-toggler {
  background-color: #635eff;
  color: #635eff;
  border-color: rgba(255, 255, 255, 0);
}
body[light-mode=dark] header nav .collapse .navbar-nav .nav-item .nav-link {
  color: white;
}
body[light-mode=dark] #approach-section .container .row .col-lg-6 .approach-text h1 {
  color: white;
}
body[light-mode=dark] #approach-section .container .row .col-lg-6 .approach-text p {
  color: white;
}
body[light-mode=dark] #twoSplit {
  background-image: url(/images/MicrosoftTeams-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
body[light-mode=dark] #twoSplit .container {
  margin: 0% auto;
}
body[light-mode=dark] #twoSplit .container .row .split-frst {
  margin: 12% 0%;
}
body[light-mode=dark] #twoSplit .container .row .split-frst h2 {
  color: white;
  font-family: "avenir-heavy";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  text-transform: capitalize;
  margin: 5% 1%;
}
body[light-mode=dark] #twoSplit .container .row .split-frst p {
  color: white;
  margin: 2% 0.9%;
  padding-bottom: 10%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
body[light-mode=dark] #twoSplit .container .row .split-second {
  margin-top: 13%;
}
body[light-mode=dark] #twoSplit .container .row .split-second .split {
  position: sticky;
  top: 4%;
  margin-left: 10%;
}
body[light-mode=dark] #twoSplit .container .row .split-second .split h1 {
  color: white;
  font-family: "avenir-heavy";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 750;
  line-height: 86px;
}
body[light-mode=dark] #twoSplit .container .row .split-second .split svg {
  margin-top: -12%;
}
body[light-mode=dark] #twoSplit .container .row .split-second .split p {
  color: white;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  font-family: "avenir-light";
}
body[light-mode=dark] #chooseUs .container h1 {
  color: white;
}
body[light-mode=dark] #revolution-section .container .row h1 {
  color: white;
}
body[light-mode=dark] #revolution-section .container .row .elevate-sec p {
  color: white;
}
body[light-mode=dark] footer .container .row .col-lg-3 .footer-links .footer-item .footer-link {
  color: white;
}

body[light-mode=light] header nav .navbar-brand {
  color: #000;
}
body[light-mode=light] header nav .navbar-toggler {
  border-color: rgba(255, 255, 255, 0);
}
body[light-mode=light] header nav .navbar-toggler:focus {
  border-color: rgba(255, 255, 255, 0);
}
body[light-mode=light] header nav .collapse .navbar-nav .nav-item .nav-link {
  color: #000;
}
body[light-mode=light] header nav .collapse .right-nav {
  display: flex;
  align-items: center;
}
body[light-mode=light] #twoSplit {
  background-image: url(/images/MicrosoftTeams-imageWhite.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
body[light-mode=light] #twoSplit .container {
  margin: 0% auto;
}
body[light-mode=light] #twoSplit .container .row .split-frst {
  margin: 12% 0%;
}
body[light-mode=light] #twoSplit .container .row .split-frst h2 {
  color: #000;
  font-family: "avenir-heavy";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
  margin: 5% 1%;
}
body[light-mode=light] #twoSplit .container .row .split-frst p {
  color: #000;
  margin: 2% 0.9%;
  padding-bottom: 10%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
body[light-mode=light] #twoSplit .container .row .split-second {
  margin-top: 13%;
}
body[light-mode=light] #twoSplit .container .row .split-second .split {
  position: sticky;
  top: 4%;
  margin-left: 10%;
}
body[light-mode=light] #twoSplit .container .row .split-second .split h1 {
  color: #000;
  font-family: "avenir-heavy";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 86px;
}
body[light-mode=light] #twoSplit .container .row .split-second .split svg {
  margin-top: -12%;
}
body[light-mode=light] #twoSplit .container .row .split-second .split p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  font-family: "avenir-light";
}
body[light-mode=light] footer .container .row .col-lg-3 .footer-links .footer-item .footer-link {
  color: white;
}

.bg-light {
  background-color: rgba(248, 249, 250, 0) !important;
}

header nav .navbar-brand {
  color: #000;
}
header nav .collapse .navbar-nav .nav-item .nav-link {
  color: #000;
}
header nav .collapse .right-nav {
  display: flex;
  align-items: center;
}
header nav .collapse .right-nav .get-in-btn {
  border-radius: 8px;
  background: #635eff;
}
header nav .collapse .right-nav .btn-primary {
  border-color: rgba(0, 0, 0, 0);
}
header nav .collapse .right-nav .btn-primary:focus {
  outline: none;
  box-shadow: none;
}
header nav .collapse .right-nav .light-mode-button {
  margin-left: 20px;
}

footer {
  background-color: #0b0f28;
}
footer .container {
  padding: 5% 0%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
footer .container .row .footer-left .title h4 {
  color: #fff;
  font-size: 80px;
  font-family: "avenir-black";
}
footer .container .row .footer-left .title h4 span {
  -webkit-text-stroke: 0.8px white !important;
  font-size: 80px;
  color: rgba(255, 255, 255, 0);
}
footer .container .row .mid-footer .social-icons {
  margin: 50px 0%;
  margin-left: -3%;
}
footer .container .row .mid-footer .social-icons a i {
  background-color: #fff;
  padding: 8px 11px;
  margin: 22px 9px;
  border-radius: 50%;
  font-size: 18px;
  color: #000;
}
footer .container .row .mid-footer .social-icons a i:hover {
  background-color: #635eff;
  color: white;
}
footer .container .row .footer-links .footer-item {
  list-style: none;
  text-align: end;
}
footer .container .row .footer-links .footer-item .footer-link {
  font-family: "avenir-light";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 100% */
  text-transform: uppercase;
  text-decoration: none;
  list-style: none;
  color: white;
}
footer .copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}
footer .copy-right content p {
  font-family: "avenir-light";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}

#hero-section {
  position: relative;
}
#hero-section video {
  width: 100%;
  height: auto;
}
#hero-section .overlayvideo {
  position: relative;
  bottom: 0;
  background-image: url(/images/top-video-her.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 73vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -22%;
}
#hero-section .overlayvideo .man-3d {
  position: absolute;
  z-index: 50;
  bottom: 0%;
  left: 0%;
  animation: slide-in-elliptic-top-fwd 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#hero-section .overlayvideo .overlaytext {
  font-family: "avenir-medium";
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  position: relative;
  margin-top: 8%;
  animation: tracking-in-contract 3s cubic-bezier(0.215, 0.61, 0.355, 1) alternate both;
}
#hero-section .overlayvideo .overlaytext span {
  -webkit-text-stroke: 0.6px #f8f7f7;
  color: rgba(255, 255, 255, 0);
}

#approach-section .container {
  position: relative;
  margin: 1% auto;
}
#approach-section .container .approach-dot {
  margin-left: 65%;
}
#approach-section .container .approach-spiral {
  position: absolute;
  top: 45%;
  left: 46%;
  transform: translate(-50%, -50%);
  z-index: -8;
}
#approach-section .container .row .approach-text .yellowStar {
  animation: roll-out-blurred-left 2s cubic-bezier(0.755, 0.05, 0.855, 0.06) infinite reverse both;
}
#approach-section .container .row .approach-text h1 {
  font-family: "avenir-heavy";
  font-size: 3.5rem;
  font-weight: 750;
  line-height: 86px;
}
#approach-section .container .row .approach-text svg {
  margin-top: -9%;
}
#approach-section .container .row .approach-text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  font-family: "avenir-light";
}
#approach-section .container .row .approach-text p span {
  color: #efd849;
}
#approach-section .container .row .approach-image {
  margin-left: 8rem;
  position: relative;
  z-index: 0;
  filter: drop-shadow(-26px 100px 96px #645efd);
}
#approach-section .container .row .approach-image::before {
  z-index: -1;
  display: inline-block;
  content: "";
}
#approach-section .container .row .back-shadow {
  position: absolute;
  top: -3%;
  left: 42%;
  width: -moz-fit-content;
  width: fit-content;
  z-index: -8;
}
#approach-section .container .row .app-img-star {
  position: absolute;
  bottom: 30%;
  right: 4%;
}
#approach-section .container .spiral {
  margin-top: -17%;
  margin-left: -11%;
  animation: tilt-in-top-1 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}

#chooseUs .container .yellowStar {
  animation: roll-out-blurred-left 2s cubic-bezier(0.755, 0.05, 0.855, 0.06) infinite reverse both;
}
#chooseUs .container h1 {
  font-family: "avenir-heavy";
  font-size: 3.5rem;
  padding: 1.2rem 0rem;
}
#chooseUs .container .cards-outer {
  margin-top: 2%;
}
#chooseUs .container .row .cards-inner {
  background-color: #15162f;
  padding: 3rem 2rem;
  border-radius: 8px;
  height: 380px;
  width: 315px;
  position: relative;
}
#chooseUs .container .row .cards-inner:hover {
  background-color: #635eff;
}
#chooseUs .container .row .cards-inner:hover::before {
  content: url(../images/Ellipse2.png);
  position: absolute;
  top: 0;
  right: -32px;
}
#chooseUs .container .row .cards-inner .card-vectors {
  padding-bottom: 1rem;
}
#chooseUs .container .row .cards-inner h4 {
  color: #fff;
  padding: 1rem 0rem;
}
#chooseUs .container .row .cards-inner p {
  color: #fff;
}

#revolution-section .container {
  margin: 6% auto;
}
#revolution-section .container .row .col-lg-7 h1 {
  margin-left: 12%;
  font-size: 3.3rem;
  font-family: "avenir-heavy";
  font-weight: 900;
}
#revolution-section .container .row .col-lg-7 h1 span {
  color: #efd849;
}
#revolution-section .container .row .col-lg-5 .elevate-sec {
  margin: 0 8%;
  position: relative;
  z-index: 0;
  border-radius: 50%;
}
#revolution-section .container .row .col-lg-5 .elevate-sec::before {
  z-index: -1;
  background: #645efd;
  filter: blur(200px);
  content: "";
  height: 230px;
  position: absolute;
  -webkit-backdrop-filter: blur(54.5px);
  backdrop-filter: blur(54.5px);
  width: 100%;
  animation: rotate-scale-down 3s linear infinite both;
}
#revolution-section .container .row .col-lg-5 .elevate-sec p {
  font-family: "avenir-light";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  text-transform: capitalize;
  z-index: 200;
}
#revolution-section .container .row .col-lg-5 .elevate-sec .get-in-btn {
  border-radius: 8px;
  background: #635eff;
}
#revolution-section .container .row .col-lg-5 .elevate-sec .btn-primary {
  border-color: rgba(0, 0, 0, 0);
}
#revolution-section .container .row .col-lg-5 .elevate-sec .btn-primary:focus {
  outline: none;
  box-shadow: none;
}

#last-vid .container {
  margin: 5% auto;
}
#last-vid .container .last-images {
  position: relative;
  text-align: center;
}
#last-vid .container .last-images .mobl-vd-img {
  position: absolute;
  right: -3%;
  top: -12%;
}
#last-vid .container .last-images .social-vid-img {
  position: absolute;
  bottom: 5%;
  left: 0;
}

#back-top {
  visibility: hidden;
}

#back-top.active {
  visibility: visible;
  position: fixed;
  right: 20px;
  bottom: 20px;
  animation: slide-top 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}

#back-top__content--desk {
  text-decoration: none;
  color: #fff;
  transition: 0.2s;
  background: #635eff;
  padding: 10px 4px;
  border-radius: 3px;
}
#back-top__content--desk:hover {
  background-color: #15162f;
}
#back-top__content--desk i {
  font-size: 25px;
}

.mainpricingtext {
  position: relative;
}
.mainpricingtext .main-back-hover {
  border-radius: 325px;
  background: #645EFD;
  filter: blur(200px);
  -webkit-backdrop-filter: blur(54.5px);
          backdrop-filter: blur(54.5px);
  height: 325px;
  width: 325px;
  position: absolute;
  z-index: -1;
}

.main-back-hover-red {
  border-radius: 325px;
  background: #E93825;
  filter: blur(200px);
  -webkit-backdrop-filter: blur(54.5px);
          backdrop-filter: blur(54.5px);
  width: 325px;
  height: 325px;
  position: absolute;
  right: 0;
  z-index: -1;
}

.mainpricingtable {
  margin: 0 auto;
  width: 80%;
  padding: 30px;
  border-radius: 17.111px;
  background: rgba(151, 101, 229, 0.15);
  overflow-x: auto;
}
.mainpricingtable .table tbody tr {
  border: 0;
}
.mainpricingtable .table tbody .pricing-first-row, .mainpricingtable .table tbody .stripedBlue {
  background: rgba(99, 94, 255, 0.1);
}
.mainpricingtable .table tbody .pricing-first-row th:first-child, .mainpricingtable .table tbody .pricing-first-row td:first-child, .mainpricingtable .table tbody .stripedBlue th:first-child, .mainpricingtable .table tbody .stripedBlue td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.mainpricingtable .table tbody .pricing-first-row th:last-child, .mainpricingtable .table tbody .pricing-first-row td:last-child, .mainpricingtable .table tbody .stripedBlue th:last-child, .mainpricingtable .table tbody .stripedBlue td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@keyframes tilt-in-top-1 {
  0% {
    transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-elliptic-top-fwd
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * animation roll-out-blurred-left
 * ----------------------------------------
 */
@keyframes roll-out-blurred-left {
  0% {
    transform: translateX(0) rotate(0deg);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1000px) rotate(-720deg);
    filter: blur(50px);
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * animation rotate-scale-down
 * ----------------------------------------
 */
@keyframes rotate-scale-down {
  0% {
    transform: scale(1) rotateZ(0);
  }
  50% {
    transform: scale(0.2) rotateZ(180deg);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}
/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
@media (max-width: 768px) {
  header .container nav {
    position: relative;
  }
  header .container nav .light-mode-button {
    position: absolute;
    top: 48%;
    left: 65%;
    transform: translate(73%, -45%);
  }
  #hero-section .overlayvideo .man-3d {
    display: none;
  }
  #hero-section .overlayvideo .overlaytext {
    margin: 2% auto;
    margin-top: 18%;
  }
  #approach-section .container .approach-spiral {
    display: none;
  }
  #approach-section .container .row .col-lg-6 .approach-text {
    text-align: center;
  }
  #approach-section .container .row .col-lg-6 .approach-image {
    margin-left: 0%;
  }
  #approach-section .container .row .col-lg-6 .back-shadow {
    display: none;
  }
  #twoSplit .container .row {
    flex-direction: column-reverse;
  }
  #twoSplit .container .row .split-frst {
    text-align: center;
  }
  #twoSplit .container .row .split-frst .splitone .split-border {
    display: none;
  }
  #twoSplit .container .row .split-second {
    margin: 0% !important;
    text-align: center;
  }
  #twoSplit .container .row .split-second .split {
    margin: 0% !important;
  }
  #chooseUs .container {
    text-align: center;
  }
  #revolution-section .row .col-lg-7 {
    text-align: center;
  }
  #revolution-section .row .col-lg-5 .elevate-sec {
    text-align: center;
  }
  #revolution-section .row .col-lg-5 .elevate-sec::before {
    width: 0 !important;
    height: 0;
  }
  #last-vid .container .last-images .mobl-vd-img {
    display: none;
  }
  #last-vid .container .last-images .social-vid-img {
    display: none;
  }
  footer .container .row .col-lg-8 .footer-left .title {
    text-align: center;
  }
  footer .container .row .col-lg-2 .mid-footer .logo {
    text-align: center;
  }
  footer .container .row .col-lg-2 .social-icons {
    text-align: center;
  }
  footer .container .row .col-lg-2 .footer-links .footer-item {
    text-align: center;
  }
}
@media (max-width: 1080px) {
  #approach-section .container .approach-spiral {
    display: none;
  }
  #approach-section .container .row .col-lg-6 .approach-image {
    margin-left: 0%;
  }
  #approach-section .container .row .col-lg-6 .back-shadow {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */