:root {
  --blob-color: linear-gradient(to right,
          #FF0035,
          #cd005c);
  --blob-size: 60rem;
}

@font-face {
  font-family: "Nexa";
  src: url("font/nexa-book-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("font/nexa-book-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
    font-family: "Nexa";
    src: url("font/NexaBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap; 
} */
@font-face {
  font-family: "Nexa";
  src: url("font/nexa-black-webfont.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* -------------------- Custom normalise --------------------*/
* {
  box-sizing: border-box;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow: auto;
  font-size: 0.85vw;
  background-color: #0C0016;
  color: #F9F5FF;
  font-family: "Nexa", sans-serif;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
  margin: 0;
  position: relative;
  scroll-behavior: smooth;
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
button,
textarea,
form,
legend,
menu,
b,
div {
  text-align: left;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  color: #F9F5FF;
  font-family: "Nexa", sans-serif;
}

.poppins h3,
.poppins h4,
.poppins h5,
.poppins h6,
.poppins p,
.poppins span,
.poppins a,
.poppins li,
.poppins input,
.poppins button,
.poppins textarea,
.poppins form,
.poppins legend,
.poppins menu,
.poppins b,
.poppins div {
  font-family: "Poppins", "Nexa", sans-serif;
}

span,
em,
a,
small,
::after,
::before {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: normal;
}

*:focus {
  outline: none;
}

main,
aside,
div,
section,
article,
ul,
form,
nav,
ol,
a,
header,
footer,
select {
  padding: 0;
  margin: 0;
  position: relative;
  list-style-type: none;
  font-family: inherit;
  font-family: "Nexa", sans-serif;
}

.poppins main,
.poppins aside,
.poppins div,
.poppins section,
.poppins article,
.poppins ul,
.poppins form,
.poppins nav,
.poppins ol,
.poppins a,
.poppins header,
.poppins footer,
.poppins select {
  font-family: "Poppins", "Nexa", sans-serif;
}

.tshadow {
  text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 1px;
}

.tShadowWhite {
  text-shadow: rgb(255, 255, 255) 0px 0px 2px;
}

h1 {
  font-size: 7rem;
  font-weight: 900;
  text-align: center;
  line-height: 120%;
}

h2 {
  font-size: 4rem;
  color: #F9F5FF;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}
h2 > span:not(.skewText) {
  position: relative;
  line-height: 3rem;
  overflow: hidden;
  height: 3rem;
}
h2 .skewText {
  position: absolute;
  top: 0;
  min-height: 3.3rem;
}

h2:has(> .skewText) {
  min-height: 3.3rem;
  overflow: hidden;
  line-height: 3.3rem;
}

h4 {
  color: #8D0BFF;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

h3 {
  font-weight: 900;
  text-transform: uppercase;
  color: #F9F5FF;
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #F9F5FF;
  margin-bottom: 0.7rem;
}

h6 {
  color: #F9F5FF;
  font-size: 0.9rem;
  font-weight: 700;
}

.glow {
  overflow: hidden;
}

.glow::after,
.glow-side::after {
  pointer-events: none;
  content: "";
  flex-shrink: 0;
  position: absolute;
  /*background-image: radial-gradient(ellipse 45% 40%, rgba($secAccent, 1) 0%, rgba(255,255,255, 0) 100%);

  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -55%;
  left: -10%;
  width: 120%;
  height: 160vh;
  opacity: 0.8; */
  width: 100%;
  height: 100%;
  background-image: url("../img/glow.png");
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: top center;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.glow-side {
  overflow: visible;
  z-index: 3;
}
.glow-side::after {
  z-index: -5;
  transform-origin: left center;
  transform: rotate(-90deg);
  left: 13%;
  top: 110%;
  background-size: 100%;
  width: 120%;
}

.secHeading {
  width: 100%;
  padding-left: 2.5rem;
  margin-bottom: 8rem;
  position: relative;
  --height: 100%;
}
.secHeading::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0;
  width: 0.4rem;
  height: 70%;
  transform: scaleY(var(--height));
  background-color: #8D0BFF;
  border-radius: 0.1rem;
}
.secHeading h2 .skewText {
  will-change: transform;
}
.secHeading h4 {
  margin-top: 1.2rem;
  height: 1.7rem;
  overflow: hidden;
}
.secHeading h4 span {
  position: absolute;
  will-change: transform;
}

.linkButton,
.inputButton {
  font-weight: 400;
  -webkit-text-stroke: 0.5px #ffffff;
  font-size: 1.25rem;
  padding: 1.5rem 3rem 1.5rem 3rem;
  background-color: #8D0BFF;
  border-radius: 1rem;
  display: inline-block;
  line-height: 1rem;
  white-space: nowrap;
}

.poppins .linkButton {
  -webkit-text-stroke: 0;
  font-weight: 600;
}

.linkButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  gap: 0.5rem;
}
.linkButton svg {
  width: 1.2rem;
}

.linkButton:not(.whiteButton) {
  border-radius: 0rem;
  filter: url("#goo");
}
.linkButton:not(.whiteButton).smallButton {
  border-radius: 0;
}
.linkButton:not(.whiteButton):before, .linkButton:not(.whiteButton):after {
  width: 4.4em;
  height: 2.95em;
  position: absolute;
  content: "";
  display: inline-block;
  background: #8D0BFF;
  border-radius: 50%;
  transition: transform 1s ease;
  transform: scale(0);
  z-index: -1;
}
.linkButton:not(.whiteButton):before {
  top: -25%;
  left: 10%;
}
.linkButton:not(.whiteButton):after {
  bottom: -25%;
  right: 10%;
}
.linkButton:not(.whiteButton):hover:before, .linkButton:not(.whiteButton):hover:after {
  transform: none;
}

.whiteButton {
  overflow: hidden;
  position: relative;
  background: none;
  border: 1px solid #F9F5FF;
  transition: all 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}
.whiteButton:hover {
  color: #0C0016;
  -webkit-text-stroke: 0.5px #0C0016;
}
.whiteButton__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: -5%;
  top: 0;
  width: 110%;
  height: 100%;
  border-radius: 30px;
}
.whiteButton__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.whiteButton__blob {
  position: absolute;
  top: -1;
  width: 27.5%;
  height: 100%;
  background: #F9F5FF;
  border-radius: 50%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .whiteButton__blob {
    transform: translate3d(0, 150%, 0) scale(1.5);
  }
}
.whiteButton__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.whiteButton__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.whiteButton__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.whiteButton__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.whiteButton:hover .whiteButton__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .whiteButton:hover .whiteButton__blob {
    transform: translateZ(0) scale(1.4);
  }
}

.greyButton {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
  overflow: visible;
}

.greyButton::after {
  position: absolute;
  bottom: -1.5rem;
  content: "Coming soon.";
  left: 1.6rem;
  font-size: 0.8rem;
}

.smallButton {
  font-size: 1rem;
  line-height: 1rem;
  padding: 1rem 1.5rem 0.9rem 1.5rem;
}

.whiteButton.smallButton {
  margin-top: 0.15rem;
  margin-left: 2rem;
}

.menuButton {
  padding: 1rem 1.5rem;
}

.social {
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 1.5rem;
}
.social li a {
  height: 2.5rem;
  width: 2.5rem;
  display: block;
  overflow: hidden;
}
.social li a:has(img) {
  border-radius: 0.3rem;
  border: 1px solid rgba(249, 245, 255, 0.2);
  background: rgba(249, 245, 255, 0.1);
}
.social li a:has(img)::before {
  content: "";
  position: absolute;
  top: 100%;
  top: -10%;
  height: 120%;
  width: 120%;
  left: -10%;
  transform: translateY(100%);
  background-color: rgba(249, 245, 255, 0.4);
  border-radius: 50%;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.social li a:hover::before {
  transform: none;
}
.social img, .social span {
  height: 1rem;
  display: block;
  text-align: center;
  left: 50%;
  font-size: 0.8rem;
  line-height: 1.2rem;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  -webkit-text-stroke: 0.5px #ffffff;
}

p {
  font-size: 0.95rem;
  color: #FCFCFC;
  font-weight: 400;
  text-align: justify;
  line-height: 1.6rem;
  padding-bottom: 1.5rem;
}

.flipper .track {
  flex-grow: 0;
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  width: 400vw;
  left: 0;
  transition: transform 0.4s ease-out;
}

section {
  position: relative;
  width: 100%;
  padding: 5rem 11%;
}
section > ul,
section > div,
section > img {
  z-index: 10;
}

.hero {
  height: 100vh;
  padding-top: 0;
  margin: 0;
  will-change: opacity;
  overflow: hidden;
}
.hero canvas {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.hero::before {
  content: "";
  position: absolute;
  width: 65.5625rem;
  height: 41.875rem;
  transform: rotate(90deg);
  flex-shrink: 0;
  filter: blur(165px);
  left: -48rem;
  top: 10rem;
  border-radius: 88.5625rem;
  background: radial-gradient(73.59% 77.02% at 50% 50%, rgb(127, 17, 224) 0%, rgb(19, 19, 19) 100%);
}
.hero main {
  top: 40%;
  transform: translateY(-50%);
  display: block;
}
.hero .social {
  position: absolute;
  bottom: 5vh;
}
.hero header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.hero header nav {
  max-width: 90%;
}
.hero header nav ul {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.hero header nav ul li {
  font-size: 1rem;
  font-weight: 400;
}
.hero header nav ul li:not(:has(.linkButton)):before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F9F5FF;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hero header nav ul li:hover::before {
  transform: scale(1);
}
.hero header .mainLogo {
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 4.5rem;
}
.hero header .mainLogo:hover {
  transform: rotate(6deg);
}
.hero header .mainLogo img {
  height: 100%;
}
.hero h4 {
  color: #F9F5FF;
  text-align: center;
  margin: 2.5rem 0;
  font-size: 1.7rem;
}
.hero .linkButton {
  left: 50%;
  transform: translateX(-50%);
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-1.5rem);
  }
  60% {
    transform: translateY(-0.75rem);
  }
}
.hero .scrollSignal {
  width: 1.8rem;
  position: absolute;
  bottom: 5vh;
  left: 50%;
  margin-left: -0.9rem;
}
.hero .scrollSignal a {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
}
.hero .scrollSignal img {
  animation: bounce 2s infinite;
  width: 100%;
  left: 0;
}
.hero .animShrink {
  padding: 1rem 0;
  height: 100vh;
  will-change: transform;
}
.hero video {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0.7;
  transform: scale(1.9);
}

.pace-done video {
  transform: none;
}
.pace-done #loader {
  opacity: 0;
}

.upperLine {
  border-top: 1px solid #8D0BFF;
}

.about {
  overflow: visible;
}
.about::after {
  height: 100vh;
}
.about .aboutDesc {
  padding-bottom: 20%;
}
.about .aboutDesc img {
  width: 40%;
  border-radius: 1.5rem;
}
.about .programs {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.about .programs li {
  overflow: hidden;
}
.about .programs li:nth-last-child(1) img {
  height: 5rem;
}
.about .programs img {
  height: 3.8rem;
  will-change: transform;
}
.about .aboutDesc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .aboutDesc article {
  width: 35%;
  will-change: transform;
}
.about .aboutDesc article p,
.about .aboutDesc article a {
  margin-left: 2.5rem;
}
.about .aboutDesc img {
  width: 45%;
}
.about .secHeading {
  margin-bottom: 2rem;
}

.cursorEffectImage {
  display: none;
  display: flex;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: 1;
  border-radius: 1.5rem;
}

.cursorEffectImage img {
  position: relative;
}

.buttonPair {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.callToAction {
  margin: 2rem 0;
}
.callToAction .callHolder {
  border-radius: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 8rem;
  background-size: cover;
  background-position: center;
}
.callToAction .callHolder h2 {
  width: 60%;
  line-height: 120%;
}
.callToAction .cursorEffectImage {
  z-index: -2;
  position: absolute;
  width: 100%;
  left: 0;
}
.callToAction .cursorEffectImage img {
  height: auto;
  width: 100%;
  position: absolute;
}

.headingText {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.headingText .secHeading {
  width: 50%;
}
.headingText p {
  width: 33%;
  text-align: right;
}

.services {
  z-index: 3;
  padding-bottom: 0;
}
.services .servicesTrack {
  position: relative;
  gap: 1.4rem;
  display: flex;
}
.services .container {
  position: relative;
}
.services .container::after {
  left: -50%;
  z-index: -1;
}
.services .headingText {
  margin-bottom: 2rem;
}
.services .secHeading {
  margin-bottom: 0;
}
.services h3 {
  margin-bottom: 2rem;
}
.services .bottomBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.services article {
  flex-shrink: 0;
  width: 37rem;
  overflow: hidden;
  border-radius: 1.5rem;
  align-items: flex-start;
  position: relative;
  /* h3,p, .linkButton  {transform: translateY(100%); opacity: 0;}
  &[data-anim='1']{
     h3,p,.linkButton {
      transform: none;
      opacity:1; transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);}
      p {
          transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
      }
      .linkButton {
          transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
      }
  } */
}
.services article::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(12, 0, 22, 0) 0%, #0C0016 59.24%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.services article img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.services article > div {
  z-index: 2;
  position: relative;
  margin-top: 13rem;
  padding: 3rem;
}
.services article:nth-last-child(1) {
  margin: 0;
}
.services article:nth-last-child(1) > div {
  margin: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.services article:nth-last-child(1)::after {
  content: none;
}
.services article:nth-last-child(1) span {
  display: block;
  text-align: right;
  overflow: visible;
  line-height: 120%;
}
.services article:nth-last-child(1) h1 {
  position: relative;
  height: auto;
  text-transform: none;
  text-align: right;
  font-size: 5.5rem;
}

.stack {
  padding: 0;
  height: 200vh;
}
.stack .pinner {
  width: 100%;
  position: relative;
}
.stack .pinner .pinnerRelative {
  position: relative;
  overflow: visible;
  height: 100%;
  width: 100%;
  padding: 18rem 0 0 12%;
}
.stack .laptop {
  position: absolute;
  right: -12%;
  left: auto;
  height: 70rem;
  top: -20%;
  bottom: auto;
  will-change: transform;
}
.stack .laptop img {
  height: 100%;
}
.stack .secHeading {
  margin-bottom: 5rem;
}
.stack ul {
  z-index: 10;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.stack ul li {
  width: 6rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.stack ul li img {
  width: 100%;
  padding: 0 10%;
  will-change: transform;
}

.process .scroller {
  position: relative;
}
.process .scroller > div {
  transform: translateX(120%);
}
.process .scroller hr {
  height: 1px;
  background-color: #F9F5FF;
  border: none;
  display: block;
  position: absolute;
  left: -20%;
  top: 0;
  width: 150vw;
  top: 30.6rem;
}
.process .scroller > div {
  display: flex;
  gap: 10%;
}
.process .scroller > div article {
  width: 22rem;
  flex-shrink: 0;
}
.process .scroller > div article .titleImage {
  position: relative;
  width: 100%;
}
.process .scroller > div article .titleImage img {
  opacity: 0.7;
  width: 100%;
  border-radius: 1.25rem;
  box-shadow: 0px 8px 24px 0px rgba(102, 0, 202, 0.32);
  min-height: 21rem;
}
.process .scroller > div article .titleImage h3 {
  position: absolute;
  padding: 0 2rem;
  z-index: 10;
  width: 100%;
  white-space: wrap;
  width: 80%;
  bottom: 2rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 120%;
}
.process .scroller > div article .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 0;
  position: relative;
  height: 2.2rem;
  width: 2.2rem;
  background-color: #0C0016;
  border-radius: 50%;
  border: 2px solid #8D0BFF;
  left: 50%;
  margin-left: -1.1rem;
}
.process .scroller > div article .circle:before {
  content: "";
  width: inherit;
  height: inherit;
  border: 0.3rem solid #8D0BFF;
  border-radius: inherit;
  position: absolute;
  z-index: 0;
  opacity: 0;
  animation: 2s expand cubic-bezier(0.29, 0, 0, 1) infinite;
  animation-delay: 1s;
}
.process .scroller > div article .circle::after {
  z-index: 1;
  content: "";
  height: 0.6rem;
  width: 0.6rem;
  position: absolute;
  background-color: #8D0BFF;
  border-radius: 50%;
}
@keyframes expand {
  1% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 250%;
    height: 250%;
    opacity: 0;
    border-color: #F9F5FF;
    background-color: none;
    border-width: 2px;
  }
}
.process .scroller > div article p {
  text-align: center;
  margin: 0 1rem;
}

.reviews {
  position: relative;
  --glow-opacity: 0;
  z-index: 10;
  background-color: #0C0016;
}
.reviews::after {
  transform-origin: right center;
  left: auto;
  will-change: opacity;
  opacity: var(--glow-opacity);
  transform: rotate(90deg);
  right: 35%;
  top: 50%;
}
.reviews .flipper {
  overflow: hidden;
}
.reviews .track article {
  width: 25vw;
  position: relative;
  overflow: hidden;
  will-change: auto;
}
.reviews .track article .background {
  width: 100%;
  opacity: 0.5;
  border-radius: 1.25rem;
  transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.reviews .track article .quote {
  height: 4rem;
  position: absolute;
  top: 3.5rem;
  left: 2.5rem;
}
.reviews .track article > div {
  position: absolute;
  bottom: 0;
  width: 80%;
  padding: 2rem 2.5rem;
  /*p, h5, h6 {
      transform: translateY(100%);
      opacity: 0; 
      transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  h5 {
      transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  }
  h6 {
      transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  }*/
}
.reviews .track article > div p {
  width: 80%;
  line-height: 160%;
  font-size: 0.8rem;
  text-align: left;
}
.reviews .track article > div p::before {
  content: '"';
  display: block;
}
.reviews .track article[data-anim="1"] .background {
  filter: none;
}
.reviews .track article[data-anim="1"] > div p,
.reviews .track article[data-anim="1"] > div h5,
.reviews .track article[data-anim="1"] > div h6 {
  opacity: 1;
  transform: none;
}
.reviews .track article h6 {
  width: 100%;
}
.reviews .track article h6::after {
  margin-top: 0.7rem;
  content: "";
  display: block;
  width: 18%;
  height: 1px;
  background-color: #F9F5FF;
}
.reviews .flipper .triggers {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  gap: 2rem;
}
.reviews .flipper ul li a {
  height: 1rem;
  width: 1rem;
  background: none;
  display: block;
  border: 1px solid #F9F5FF;
  border-radius: 50%;
}
.reviews .flipper ul li a.active {
  border: 0;
  background-color: #8D0BFF;
}

.fadeSwitch article {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.fadeSwitch .fadeActive {
  opacity: 1;
  pointer-events: all;
}

.fadeCounter {
  display: flex;
  align-items: center;
}
.fadeCounter .line {
  width: 12rem;
  margin: 0 1rem;
  height: 1px;
  position: relative;
  background-color: #8D0BFF;
  overflow: hidden;
}
.fadeCounter .lineFill {
  transform-origin: top left;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #F9F5FF;
}
.fadeCounter span {
  width: 1.5rem;
  text-align: left;
}

.clientsHolder {
  margin-top: 4rem;
}
.clientsHolder .clientsTrack {
  position: relative;
  height: 20rem;
}
.clientsHolder article {
  height: 20rem;
}
.clientsHolder .fadeCounter {
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 0;
}
.clientsHolder article {
  width: 100%;
}

.clients {
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.clients article {
  pointer-events: none;
}
.clients li img {
  position: relative;
  height: 100%;
  height: 5.3rem;
}

.toPortfolio {
  height: 52rem;
  background-color: #0C0016;
  z-index: 2;
  padding-bottom: 10rem;
}
.toPortfolio .fadeSwitch {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.toPortfolio .fadeCounter {
  position: absolute;
  height: 4rem;
  top: 15%;
  left: 0;
}
.toPortfolio .portButton {
  bottom: 20%;
  position: absolute;
  left: 0;
  z-index: 3;
}
.toPortfolio .linkButton {
  position: relative;
  bottom: 0;
  left: 0;
}
.toPortfolio article {
  position: absolute;
  height: 100%;
  width: 100%;
}
.toPortfolio article .case {
  position: relative;
  height: 100%;
}
.toPortfolio article img {
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  cursor: none;
  border-radius: 1.5rem;
}
.toPortfolio article .info {
  pointer-events: none;
  width: 100%;
  padding-bottom: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.toPortfolio article .info .secHeading {
  margin: 0;
}
.toPortfolio .cursorBall {
  pointer-events: none;
  position: fixed;
  left: 0;
  z-index: 99;
  top: 0;
}
.toPortfolio .cursorBall > div {
  display: flex;
  background-color: #F9F5FF;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #0C0016;
  width: 8rem;
  height: 8rem;
  line-height: 150%;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scale(0);
}
.toPortfolio .cursorBall span {
  text-align: center;
}

.contact {
  background-color: #0C0016;
  z-index: 10;
  margin: 0;
}

.preFooter {
  border-top: 1px solid #8D0BFF;
  position: relative;
  z-index: 10;
  pointer-events: none;
  background-color: #0C0016;
}
.preFooter h2 {
  text-transform: none;
  margin-left: 4rem;
}
.preFooter h2 span {
  transform: perspective(100px);
  display: block;
  margin: 3rem 0;
  overflow: visible;
}
.preFooter .cursorEffectImage {
  z-index: -1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
}
.preFooter .cursorEffectImage img {
  width: 100%;
  opacity: 0.6;
}

footer {
  position: absolute;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  padding: 0 10%;
  --padding: 8.8rem;
  padding-top: var(--padding);
  bottom: 0;
  left: 0;
  will-change: opacity;
  background-color: rgba(0, 0, 0, 0.3);
}
footer .contentHolder {
  z-index: 99;
  border-top: 1px solid rgba(249, 245, 255, 0.2);
  border-bottom: 1px solid rgba(249, 245, 255, 0.2);
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
footer .contentHolder .logoDesc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28%;
}
footer .contentHolder .logoDesc img {
  width: 85%;
}
footer .contentHolder .logoDesc p {
  text-align: left;
  width: 85%;
  margin-top: 1rem;
}
footer .contentHolder nav {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
footer .contentHolder nav p {
  padding: 0;
}
footer .contentHolder nav > ul {
  width: 25%;
}
footer .contentHolder nav > ul > li {
  padding: 1.2rem 0;
}
footer .contentHolder nav > ul > li a::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F9F5FF;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
footer .contentHolder nav > ul > li:hover a::before {
  transform: scale(1);
}
footer .contentHolder nav > ul > li:nth-child(1) {
  margin-bottom: 0.5rem;
  font-weight: 900;
}
footer .contentHolder .footerContact {
  width: 40%;
}
footer .subFooter {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  height: var(--padding);
}
footer .subFooter nav a {
  margin-left: 2rem;
}

footer::before {
  content: "";
  background-image: url("../img/nexa-visual-logo.svg");
  opacity: 0.05;
  background-size: contain;
  background-position: 80% -1.55rem;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
}

footer::after {
  opacity: 0.7;
}

@keyframes rotate360 {
  from {
    rotate: 0deg;
  }
  50% {
    scale: 1 1.15;
  }
  to {
    rotate: 360deg;
  }
}
.wrapper {
  width: 100%;
  height: 100vh;
  top: 0;
  mix-blend-mode: screen;
  z-index: 99;
  position: fixed;
  pointer-events: none;
  overflow: hidden;
}
.wrapper canvas {
  background: none;
}

#loader {
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
  height: 100vh;
  display: flex;
  background-color: #0C0016;
  align-items: center;
  position: fixed;
  z-index: 1000;
}

#percent {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  transition: all 90ms linear;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
}

#bar {
  position: absolute;
  height: 40px;
  width: 100%;
  z-index: -1;
  border-top: 4px solid #8D0BFF;
  transform-origin: left;
  transform: scalex(0%);
  transition: all 90ms linear;
}

#detach-button-host {
  display: none;
}

.works {
  padding: 0;
  margin-bottom: 5rem;
  cursor: grab;
}
.works ul {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.works ul li {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  color: black;
  flex-direction: column;
  cursor: pointer;
  will-change: transform;
  cursor: grab;
}
.works ul li img {
  height: 28rem;
  display: block;
  margin: 1.5rem 0.75rem 0 0.75rem;
  border-radius: 1rem;
}
.works ul li div:hover .portfolioLink {
  opacity: 0.8;
}
.works .portfolioLink {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  display: block;
  background-color: rgba(12, 0, 22, 0.5);
  opacity: 0;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  background-image: url("/img/newTab.svg");
  background-size: 1.4rem;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.works .portfolioLink:hover {
  transform: scale(1.2);
  background-color: rgba(12, 0, 22, 0.7);
  background-size: 0.9rem;
}

@media only screen and (max-width: 720px) {
  html {
    font-size: calc(11px + 0.9vw);
  }
  .works {
    margin-bottom: 0rem;
  }
  .works ul li img {
    height: 15rem;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero h4 {
    font-size: 1.2rem;
    line-height: 150%;
    padding: 0 10%;
    margin: 1rem 0;
  }
  .hero video {
    width: auto;
    height: 100vh;
    left: -40%;
  }
  .hero header {
    padding-left: 2rem;
    padding-right: 2rem;
    justify-content: center;
  }
  .hero header .mainLogo {
    height: 7rem;
    margin: 20% 0;
  }
  .hero header nav {
    display: none;
  }
  .hero main {
    top: 20%;
  }
  .hero .scrollSignal {
    display: none;
  }
  .hero .social {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
  }
  .hero .social li a {
    height: 3rem;
    width: 3rem;
  }
  .hero .social img {
    height: 1.2rem;
  }
  section {
    padding-left: 0;
    padding-right: 0;
  }
  .glow::after {
    background-size: 350%;
  }
  .about .programs {
    margin: 0 5% 0 5%;
    flex-direction: column;
    justify-content: center;
  }
  .about .programs li {
    display: inline-flex;
    justify-content: center;
  }
  .about .programs img {
    margin: 2rem 0;
    height: auto;
    max-height: 5rem;
    width: 80%;
  }
  .about .programs li:nth-last-child(1) img {
    height: auto;
    max-height: 8rem;
    width: 80%;
  }
  .about .aboutDesc {
    flex-direction: column-reverse;
    padding: 20% 0 10% 0;
  }
  .about .aboutDesc article {
    width: 90%;
  }
  .about .aboutDesc img {
    width: 90%;
  }
  h2 {
    font-size: 2.8rem;
  }
  h2 span {
    white-space: nowrap;
  }
  .secHeading h4 {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
  .secHeading {
    margin-top: 4rem;
  }
  .callToAction {
    padding: 0 2%;
    margin: 0;
  }
  .callToAction .callHolder {
    flex-direction: column;
    padding: 15% 5%;
    align-items: flex-start;
  }
  .callToAction .callHolder h2 {
    text-align: left;
    margin-bottom: 5%;
    width: 90%;
  }
  .callToAction .callHolder .buttonPair {
    flex-direction: column;
    align-items: flex-start;
  }
  .callToAction .cursorEffectImage {
    top: 0;
    height: 100%;
    border-radius: 0;
  }
  .callToAction .cursorEffectImage img {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-60%);
  }
  .headingText {
    padding: 0 5%;
    flex-direction: column;
  }
  .headingText p {
    width: 100%;
    text-align: left;
    margin-top: 2rem;
  }
  .headingText .secHeading {
    width: 100%;
  }
  .services .bottomBar {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .services .bottomBar .fadeCounter {
    display: none;
  }
  .services .bottomBar .linkButton {
    display: block;
  }
  .services article:nth-last-child(1) h1 {
    font-size: 4rem;
  }
  .services .servicesTrack {
    gap: 0;
  }
  .services .servicesTrack article {
    width: 95%;
    margin: 0 2%;
  }
  .services .servicesTrack article div {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 8rem;
  }
  .stack {
    height: auto;
    padding: 0% 5% 30% 5%;
  }
  .stack .pinner {
    padding: 0;
    height: auto;
  }
  .stack .pinner .pinnerRelative {
    padding-top: 10%;
    padding-left: 0;
  }
  .stack ul {
    width: 100%;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .stack ul li {
    width: 3.8rem;
  }
  .stack .laptop {
    left: 0;
    top: 65%;
    height: 25rem;
  }
  .process {
    padding: 0 5%;
  }
  .process .secHeading {
    margin-bottom: 4rem;
  }
  .process .secHeading h2 {
    height: 6.6rem;
  }
  .process .secHeading h2 span {
    display: block;
    white-space: wrap;
  }
  .process .scroller .mobileMove {
    transform: none;
    justify-content: flex-start;
    gap: 3rem;
    width: 1000vh;
  }
  .process article {
    pointer-events: none;
  }
  .reviews {
    width: 100%;
    padding: 5rem 1rem;
  }
  .reviews .secHeading {
    margin: 2rem 0;
  }
  .reviews .secHeading h2 {
    height: 6.6rem;
  }
  .reviews .secHeading h2 span {
    white-space: wrap;
  }
  .reviews .track article {
    width: 23rem;
    height: 30rem;
  }
  .reviews .track article > div {
    width: 100%;
  }
  .reviews .track article > div p {
    font-size: 1rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  .reviews .track article h6 {
    white-space: nowrap;
  }
  .reviews .clientsHolder {
    padding: 0;
    width: auto;
  }
  .reviews .clientsHolder .clientsTrack {
    display: flex;
    height: 16rem;
  }
  .reviews .clientsHolder article {
    position: relative;
    opacity: 1;
    width: auto;
    padding-right: 4rem;
  }
  .reviews .clientsHolder article ul {
    flex-wrap: nowrap;
    gap: 2rem;
  }
  .reviews .clientsHolder article ul li img {
    height: 4rem;
  }
  .reviews .clientsHolder .fadeCounter {
    display: none;
  }
  .toPortfolio {
    height: auto;
    padding: 20% 5%;
  }
  .toPortfolio .fadeCounter {
    top: auto;
    bottom: 0;
    position: relative;
    margin-top: 25rem;
    left: 50%;
    display: inline-flex;
    transform: translateX(-50%);
  }
  .toPortfolio .portButton {
    position: relative;
    margin: 0;
    right: auto;
    left: 0;
    bottom: auto;
    width: auto;
    display: block;
  }
  .toPortfolio .portButton a {
    left: 50%;
    transform: translateX(-50%);
  }
  .toPortfolio .fadeSwitch .case .info {
    position: relative;
    top: 0;
    transform: none;
  }
  .toPortfolio .fadeSwitch .case .info h2 {
    font-size: 2rem;
  }
  .toPortfolio .fadeSwitch .case .info h4 {
    font-size: 1rem;
  }
  .toPortfolio .fadeSwitch .case img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .preFooter h2 span {
    margin: 1rem 0;
  }
  .preFooter .cursorEffectImage img {
    width: auto;
    left: -60%;
  }
  footer {
    position: relative;
    opacity: 1;
    padding-top: 5rem;
  }
  footer.glow::after, footer::before {
    content: none;
  }
  footer .contentHolder {
    flex-direction: column;
  }
  footer .contentHolder .logoDesc {
    width: 100%;
    align-items: center;
  }
  footer .contentHolder .logoDesc p {
    text-align: center;
    width: 100%;
  }
  footer .contentHolder .logoDesc img {
    width: 100%;
  }
  footer .contentHolder nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  footer .contentHolder nav ul {
    width: 100%;
    margin: 2rem 0;
  }
  footer .contentHolder nav ul li {
    text-align: center;
  }
  footer .contentHolder .footerContact {
    width: 100%;
  }
  footer .contentHolder .footerContact li p {
    text-align: center;
  }
  footer .subFooter {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  footer .subFooter nav a {
    margin: 0 0.5rem 0 0.5rem;
  }
}/*# sourceMappingURL=main.css.map */