a {
  text-decoration: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.textAnimationClass {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.textAnimationClassNav {
  position: relative;
  display: flex;
  justify-content: center;
}

.textAnimationClassContainer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hidden {
  opacity: 0;
}

.absolute {
  position: absolute;
}

/* Fonts */
@font-face {
  font-family: SofiaPro;
  src: url("./fonts/SofiaProRegular.otf");
}
/* No Select */
.noselect,
img {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.invisible {
  opacity: 0 !important;
  pointer-events: none !important;
}

input,
textarea,
button,
select,
a,
svg,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::-moz-selection {
  text-shadow: none;
}

*::selection {
  text-shadow: none;
}

/* width */
::-webkit-scrollbar {
  width: 0;
  -webkit-user-select: auto;
          user-select: auto;
}

/* Track */
/* Handle */
/* Defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  /* cursor: none; */
  font-family: SofiaPro;
  background-color: #f5f5f5;
}

body {
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  font-size: 10px;
  -webkit-overflow-scrolling: touch;
}

.remove-scrolling {
  height: 100%;
  overflow: hidden;
}

.webgl {
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
}

.mobileTexture {
  opacity: 0;
  pointer-events: none;
}

main {
  position: relative;
  z-index: 1;
}

.loadingSection {
  width: 100vw;
  height: 100vh;
  position: fixed;
  pointer-events: none;
  background-color: #f5f5f5;
  z-index: 100;
}

.testSection {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding-block: 4rem;
  padding-inline: 4rem;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: bold;
  pointer-events: none;
}

.concept {
  width: 20%;
}

.heroSection {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10rem;
  /* background-color: #f5f5f5 */
}

.heroSectionBackgroundImage {
  position: absolute;
  z-index: -1;
  filter: brightness(0.8);
  pointer-events: none;
}

.heroSectionBorderContainer {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  pointer-events: none;
}

.heroSectionBorder {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  box-shadow: 0 0 0 10rem #f5f5f5;
  pointer-events: none;
}

.heroSectionText {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
  pointer-events: none;
}

.heroSectionMiniHeader {
  font-size: 1.8rem;
  line-height: 2.4rem;
  width: 25rem;
  margin-bottom: 1.3rem;
  font-weight: 400;
  color: #f5f5f5;
  text-shadow: 0 0 1px #00000070;
}

.heroSectionHeader {
  font-size: 12rem;
  line-height: 11.2rem;
  width: 60rem;
  font-weight: 700;
  color: #f5f5f5;
  text-shadow: 0 0 1px #00000070;
}

.heroSectionCTA {
  font-size: 2rem;
  line-height: 2.4rem;
  padding-inline: 4.2rem;
  padding-block: 1.6rem;
  border-radius: 100rem;
  background-color: #05E27E;
  margin-left: 1.3rem;
  margin-top: 5rem;
  font-weight: 500;
  pointer-events: auto;
  cursor: pointer;
}

.phoneSection {
  position: absolute;
  width: 40rem;
  height: 60rem;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 0 0 0.5rem #f5f5f5, 0 0 1rem 0.5rem rgba(13, 36, 38, 0.1882352941), inset 0 0 1rem rgba(13, 36, 38, 0.1882352941);
  /* background-color: #f5f5f5; */
}

.phoneSectionCardContainer {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  pointer-events: none;
}

.phoneSectionCardRow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  flex-wrap: nowrap;
  perspective: 1000px;
}

.phoneSectionCardTilt {
  perspective: 1000px;
  border: 1px solid lime;
}

.phoneSectionCardSide {
  position: absolute;
  width: 48rem;
  height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  overflow: hidden;
  z-index: 100;
  pointer-events: none;
  box-shadow: 0rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
}

.phoneSectionCard {
  position: relative;
  width: 48rem;
  height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
  box-shadow: 0rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
}

.phoneSectionCardBlank {
  position: relative;
  width: 48rem;
  height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
  box-shadow: 0rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
  opacity: 0;
}

.phoneSectionCardImage {
  position: absolute;
  width: 100%;
  transform: scale(1.1)
}

.phoneSectionCardSpecial {
  position: relative;
  width: 48rem;
  height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  perspective: 1000px;
  z-index: 0;
}

.phoneSectionBackgroundImage {
  position: absolute;
  height: 100vh;
  width: auto;
  z-index: -1;
  filter: brightness(0.8);
  pointer-events: none;
  opacity: 0;
}

.phoneSectionHeader {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 400;
  color: #0D2426;
  position: absolute;
  top: 10rem;
  width: 100vw;
  padding-inline: 10vw;
  text-align: center;
  z-index: 20;
  pointer-events: none;
}

.accentText {
  color: #05E27E;
}

.phoneSectionBrandCard {
  position: absolute;
  width: 48rem;
  height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  background-color: #ffffff;
  z-index: 10;
  overflow: hidden;
  cursor: default;
}

.phoneSectionBrandCardLogo {
  width: 80%;
  filter: brightness(1) invert(0%);
}

.phoneSectionBrandControls {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 42rem;
  gap: 4rem;
}

.phoneSectionBrandControlArrow {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
}

#arrowRight {
  transform: rotateZ(180deg);
}

.phoneSectionBrandControlArrowImage {
  position: absolute;
  pointer-events: none;
}

.phoneSectionBrandControlsCount {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
}

.phoneSectionBrandControlsCountValue {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.phoneSectionBrandControlsCountValueNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
}

.phoneSectionBrandControlsCountTotal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  color: #979797;
}

.phoneSectionBrandControlsCountTotalNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
}

.phoneSectionBrandControlsCountDivider {
  width: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #979797;
}

.phoneSectionCTA {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding-inline: 3.5rem;
  padding-block: 1.4rem;
  border-radius: 100rem;
  background-color: #05E27E;
  font-weight: 500;
  pointer-events: auto;
  cursor: pointer;
  color: #0D2426;
}

.phoneSectionBrandCardContent {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 9rem);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-inline: 2rem;
  padding-bottom: 2rem;
  pointer-events: none;
}

.phoneSectionBrandCardContentText {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #ffffff;
  pointer-events: none;
}

#leftCard {
  box-shadow: -0.15rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
}

#currentCard {
  box-shadow: 0rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
}

#rightCard {
  box-shadow: 0.15rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
}

.phoneSectionBrandCardInstruction {
  position: absolute;
  z-index: 20;
  color: #979797;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-align: center;
  pointer-events: none;
  bottom: 1.8rem;
}

/* Extra Section */
.extraScrollSection {
  position: relative;
  height: calc(2000px + 100vh);
}

.coverflow-carousel {
  display: none !important;
  height: 0 !important;
}

.testSection {
  height: 300vh;
}

.body {
  background-color: #ffffff;
}

@media screen and (max-width: 1430px) {
  html {
    font-size: 10px;
  }
  .phoneSectionHeader {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 950px) {
  html {
    font-size: 10px;
  }
  .heroSection {
    padding: 3rem;
  }
  .heroSectionBorder {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 2.5rem;
    box-shadow: 0 0 0 10rem #f5f5f5;
    pointer-events: none;
  }
  .heroSectionText {
    justify-content: flex-start;
    padding-top: 10rem;
  }
  .heroSectionMiniHeader {
    width: 100%;
  }
  .heroSectionHeader {
    font-size: 6rem;
    line-height: 5.6rem;
    width: 30rem;
  }
  .heroSectionCTA {
    font-size: 1.6rem;
    line-height: 1.72rem;
    padding-inline: 3.2rem;
    padding-block: 1.2rem;
    margin-top: 2.4rem;
    margin-left: 0rem;
  }
  .phoneSectionHeader {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 10px;
  }
  .phoneSectionHeader {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 8px;
  }
  .phoneSectionHeader {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}/*# sourceMappingURL=effect.css.map */