a {
  text-decoration: none;
}

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

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

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

.hidden {
  opacity: 0;
}

.absolute {
  position: absolute;
}

/* Fonts */
@font-face {
  font-family: HelveticaNowDisplay;
  src: url("./fonts/HelveticaNowDisplay-Regular.ttf");
}
/* 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 {
  color: #FFF200;
  background-color: #000000;
  text-shadow: none;
}

*::selection {
  color: #FFF200;
  background-color: #000000;
  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: HelveticaNowDisplay;
  font-weight: 500;
  font-style: normal;
}

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

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

.webglActualImage {
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

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

main {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  pointer-events: auto;
}

.scrollStartSection {
  width: 100%;
}

/* Loading Page */
.loadingPage {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background-color: #ffffff;
}

.loadingBarBorder {
  position: relative;
  width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loadingBar {
  width: 100%;
  height: 1px;
  transform-origin: left center;
  background-color: #000000;
}

/* Hero Section */
.heroSection {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.heroSectionFrame {
  width: 100%;
  height: 100%;
}

.heroSectionOverlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.heroSectionHeader {
  font-size: min(15vw, 20rem);
  color: #FFF200;
}

.heroSectionSubHeader {
  font-size: 1.6rem;
  padding-inline: 1.2rem;
  padding-block: 0.5rem;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 100rem;
}

.heroSectionScroll {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: none;
}

.heroSectionScrollLineContainer {
  height: 100%;
  padding: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.heroSectionLineText {
  writing-mode: vertical-lr;
  text-orientation: sideways;
  font-size: 1.6rem;
  line-height: 0;
  margin-inline: 1rem;
}

.heroSectionLine {
  height: 100%;
  width: 1px;
  background-color: #000000;
}

#heroSectionLine1 {
  transform-origin: top center;
}

.navBar {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  padding-block: 1rem;
  padding-inline: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-backdrop-filter: blur(6px) brightness(0.95);
          backdrop-filter: blur(6px) brightness(0.95);
  font-size: 1.6rem;
  z-index: 99999;
  text-shadow: -1px -1px 10px rgba(243, 243, 243, 0.6274509804), 1px -1px 10px rgba(243, 243, 243, 0.6274509804), -1px 1px 10px rgba(243, 243, 243, 0.6274509804), 1px 1px 10px rgba(243, 243, 243, 0.6274509804);
}

.navBarChoice {
  position: relative;
  border: 1px solid rgba(217, 217, 217, 0.6274509804);
  border-radius: 100rem;
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(217, 217, 217, 0.3137254902);
  box-shadow: 0 0 10px 0px rgba(217, 217, 217, 0);
  cursor: pointer;
}

.aboutSection {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-inline: min(12rem, 5vw);
  padding-top: 15rem;
  padding-bottom: 5rem;
}

.aboutSectionBody {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 60%;
  gap: 5.6rem;
}

.aboutSectionBodyText {
  font-size: 6rem;
}

.aboutSectionButton {
  background-color: #000000;
  color: #ffffff;
  padding-inline: 5.6rem;
  padding-block: 2.4rem;
  font-size: 1.6rem;
}

.aboutSectionButtonLine {
  margin-top: -3px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transform: center;
}

.aboutSectionDetails {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2.4rem;
  width: 30%;
}

.aboutSectionDetailsEntry {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}

.aboutSectionDetailsEntryHeader {
  font-size: 1.6rem;
  font-weight: 200 !important;
}

.aboutSectionDetailsEntryHeaderBlackout {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transform-origin: right;
}

.aboutSectionDetailsEntryBody {
  position: relative;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-right: 20px;
}

.searchSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding-block: 8rem;
}

.searchSectionContainer {
  position: relative;
  width: calc(100vw - min(24rem, 10vw));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 2rem 3rem 0.1rem rgba(0, 0, 0, 0.3764705882);
  overflow: hidden;
  border-radius: 1rem;
}

.searchSectionBar {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding-inline: 1.4rem;
  padding-block: 0.7rem;
  gap: 1.4rem;
  border: 1px solid #D9D9D9;
}

.searchSectionDotContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.searchSectionDot {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
}

#searchSectionDot1 {
  background-color: #EC6B5E;
}

#searchSectionDot2 {
  background-color: #F4BF4F;
}

#searchSectionDot3 {
  background-color: #61C453;
}

.searchSectionTextbox {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.6rem;
  border-radius: 10rem;
  gap: 0.5rem;
  padding-left: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #8d8d8d;
  font-size: 1.1rem;
  border: 1px solid #D9D9D9;
}

.searchSectionPrivateImage {
  height: 1rem;
}

.searchImage {
  width: 100%;
}

.searchSectionFrame {
  position: absolute;
  width: 100%;
  height: 100%;
}

.feature1Section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-inline: min(12rem, 5vw);
  margin-top: 10rem;
}

.feature1SectionFrame {
  position: relative;
  width: calc((100vw - (min(24rem, 10vw) + 2rem)) / 2);
  height: calc((100vw - (min(24rem, 10vw) + 2rem)) / 2 * 720 / 595);
}

.feature1SectionImageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature1SectionImages {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.feature1SectionMobile {
  position: absolute;
  width: min(35rem, 25vw);
}

.featureSectionTextContainer {
  margin-top: 16rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

.featureSectionHeader {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
  flex-direction: column;
  width: calc((100vw - (min(24rem, 10vw) + 2rem)) / 2);
}

.featureSectionMiniHeader {
  font-size: 1.6rem;
  padding-block: 0.5rem;
  padding-inline: 1.2rem;
  border: 1px solid #000000;
  border-radius: 100rem;
}

.featureSectionHeaderText {
  font-size: 5.6rem;
}

.featureSectionBody {
  width: calc((100vw - 26rem) / 2);
  font-size: 1.6rem;
  padding-bottom: 8rem;
  line-height: 3rem;
}

.featureSectionBodyText {
  width: 60%;
}

.sliderSection {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-block: 10rem;
  background-color: #000000;
  z-index: -10;
  white-space: nowrap;
}

.sliderSectionContainer {
  position: relative;
  width: calc(210vw + 12rem);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 2.4rem;
  gap: 2.4rem;
}

.sliderSectionFrame {
  position: relative;
  width: 70vw;
  height: 35vw;
}

.feature2Section {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-inline: min(12rem, 5vw);
}

.feature2SectionImages {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}

.feature2SectionFrame {
  width: 100%;
  height: calc((100vw - min(24rem, 10vw)) / 2);
}

.feature3SectionImages {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #D9D9D9;
  z-index: -10;
}

.feature3SectionFrame {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.pagesSection {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding-inline: min(12rem, 5vw);
  padding-block: 16rem;
  background-color: #D9D9D9;
  z-index: -10;
}

.pagesSectionRow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.pagesSectionFrame {
  width: calc((100vw - (min(24rem, 10vw) + 2rem)) / 2);
  height: calc((100vw - (min(24rem, 10vw) + 2rem)) / 2 * 296 / 592);
  overflow: hidden;
}

.feature4SectionImages {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding-inline: min(12rem, 5vw);
  overflow: hidden;
}

.feature4SectionFrame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.feature4SectionMobileContainer {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 4rem;
  gap: 4rem;
}

.feature4SectionMobile {
  width: 35rem;
}

.feature4SectionMobileGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Responsive */
@media screen and (max-width: 1800px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 7px;
  }
  .feature4SectionMobileGroup {
    justify-content: flex-end;
  }
  #feature4SectionMobile3 {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 6px;
  }
  .navBar {
    display: none;
  }
  .featureSectionBodyText {
    width: 100%;
  }
  .feature4SectionMobileGroup {
    display: none;
  }
  .pagesSectionFrame {
    width: 70vw;
    height: 35vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 6px;
  }
  .aboutSection {
    flex-direction: column-reverse;
    gap: 10rem;
  }
  .aboutSectionBody {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 80%;
  }
  .aboutSectionDetails {
    flex-direction: row;
    width: 100%;
    gap: 6rem;
  }
}/*# sourceMappingURL=index.css.map */