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;
}

/* 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; */
}

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: 999;
  pointer-events: none;
}

main {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  pointer-events: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.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;
}

/* Hero Section */
.heroSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 10rem;
  z-index: 9999;
}

.heroSectionLogo {
  z-index: 999;
}

.heroSectionTextContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  margin-top: 7rem;
  margin-bottom: 5rem;
  z-index: 999;
}

.heroSectionText {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 7rem;
  padding-block: 1rem;
  padding-inline: 2rem;
  background-color: #fcf8f3;
  line-height: 7rem;
  text-align: left;
}

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

.heroSectionScroll {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
}

.scrollIcon, .scrollText {
  position: absolute;
}

.scrollOrange {
  position: absolute;
  z-index: -1;
  transform: translateX(2px) translateY(2px);
}

.heroSectionFront {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  top: 0;
}

.backgroundFruit {
  position: absolute;
}

#heroCarrot {
  transform: translateX(-30vw) translateY(-5vh);
}

#heroLemon {
  transform: translateX(15vw) translateY(-40vh);
}

#heroApple {
  top: 0;
  transform: translateX(-35vw);
}

#heroLime {
  transform: translateX(40vw) translateY(-50vh);
}

#heroMintMedium {
  transform: translateX(30vw) translateY(20vh);
}

.heroSectionBack {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -10;
  top: 0;
}

#heroOrangeSlice {
  left: 0;
  transform: translateY(-10vh);
}

#heroOrangeTop {
  top: 0;
  transform: translateX(25vw);
}

#heroTomato {
  right: 0;
  transform: translateY(5vh);
}

#heroGingerSlice {
  transform: translateX(-40vw) translateY(35vh);
}

#heroKiwi {
  transform: translateX(35vw) translateY(60vh);
}

.showcaseSectionBack {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  top: 0;
}

#showcaseBottle1 {
  transform: translateX(-35vw) translateY(-40vh) rotateZ(20deg);
}

#showcaseBottle2 {
  transform: translateX(45vw) translateY(20vh) rotateZ(-60deg);
}

#showcaseBottle3 {
  transform: translateX(-40vw) translateY(60vh) rotateZ(40deg);
}

#showcaseBottle4 {
  transform: translateX(30vw) translateY(120vh) rotateZ(-20deg);
}

#showcaseMint1 {
  transform: translateX(35vw) translateY(-20vh) rotateZ(-40deg);
}

#showcaseMint2 {
  transform: translateX(-35vw) translateY(20vh) rotateZ(-60deg);
}

#showcaseMint3 {
  transform: translateX(25vw) translateY(65vh) rotateZ(40deg);
}

.deliveredSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 10rem;
  gap: 5rem;
  overflow: hidden;
  z-index: 99999;
  pointer-events: auto;
}

.deliveredSectionMiniHeader {
  font-size: 3rem;
  color: #000000;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.deliveredSectionMarquee {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12rem;
  gap: 2rem;
  white-space: nowrap;
  color: #fcf8f3;
  text-shadow: 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 5px;
}

.deliveredSectionMarqueeContainer {
  height: 8.5rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.deliveredSectionMarqueeFade {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.deliveredSectionMarqueeDividers {
  margin-inline: 1rem;
}

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

.searchSectionContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 8.5rem;
  padding-inline: 12.5rem;
  background-color: #000000;
  gap: 2rem;
  box-shadow: 0 2rem 3rem 0.1rem rgba(0, 0, 0, 0.3764705882);
}

.searchSectionBar {
  position: relative;
  width: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fea21f;
  padding-inline: 1.4rem;
  padding-block: 0.7rem;
  gap: 1.4rem;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}

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

.searchSectionDot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}

#searchSectionDot1 {
  background-color: #ffffff;
}

#searchSectionDot2 {
  background-color: #000000;
}

#searchSectionDot3 {
  background-color: #8d8d8d;
}

.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;
}

.searchSectionPrivateImage {
  height: 1rem;
}

.searchImage {
  position: relative;
  width: 100%;
}

.searchImageContainer {
  width: 50vw;
  height: 28.125vw;
  overflow: hidden;
}

.descriptionSection {
  position: relative;
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 5.1rem;
  padding-top: 13.5rem;
  padding-bottom: 40rem;
}

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

.descriptionSectionTextTop {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
}

.descriptionSectionTextBottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
}

.darkBlueText {
  color: #250e61;
}

.lightBlueText {
  color: #7ccefa;
}

.whiteText {
  color: #ffffff;
}

.assumptionsSection {
  position: relative;
  width: 100%;
  padding-top: 26.5rem;
  background-color: #7ccefa;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-inline: min(10rem, 5vw);
}

.assumptionsSectionLeft {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 5rem;
  padding-left: min(10rem, 5vw);
  width: calc(50vw - min(10rem, 5vw) - 12.5rem);
}

.assumptionsSectionMiniHeader {
  font-size: 1.2rem;
  color: #250e61;
  white-space: nowrap;
  border: 2px solid #250e61;
  padding: 1rem;
  border-radius: 10rem;
  font-weight: bold;
}

.assumptionsSectionHeader {
  font-size: 8rem;
  color: #250e61;
}

.assumptionsSectionBody {
  font-size: 3rem;
  color: #ffffff;
}

.assumptionsSectionRight {
  width: calc(50vw - min(10rem, 5vw) - 12.5rem);
  overflow: hidden;
  border: 1rem solid #250e61;
  border-radius: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #250e61;
  box-shadow: 0 2rem 3rem 0.1rem rgba(0, 0, 0, 0.062745098);
}

.assumptionsSectionImage {
  width: 100%;
}

.extraSection {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 9999;
  padding-block: 10rem;
}

.extraSectionPart {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.extraSectionGinger {
  position: absolute;
  z-index: -1;
}

.extraSectionIngredients {
  position: absolute;
  margin-bottom: 25rem;
}

.extraSectionBottle {
  position: absolute;
  margin-bottom: -10rem;
}

.extraSectionPartText {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  gap: 5rem;
}

.fruitsSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7rem;
  z-index: 9999;
}

.fruitsSectionMarqueeContainer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 9rem;
}

.fruitsSectionMarquee1, .fruitsSectionMarquee2, .fruitsSectionMarquee3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12rem;
  gap: 2rem;
  white-space: nowrap;
  color: #ffffff;
  text-shadow: 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 5px;
}

.uiSection {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 10rem;
  z-index: 9999;
}

.uiSectionLeft {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 5rem;
  z-index: 10;
  width: 50%;
  padding-left: min(20rem, 10vw);
}

.uiSectionMiniHeader {
  font-size: 1.2rem;
  color: #7ccefa;
  white-space: nowrap;
  border: 2px solid #7ccefa;
  padding: 1rem;
  border-radius: 10rem;
  font-weight: bold;
}

.uiSectionHeader {
  font-size: 6rem;
  line-height: 6rem;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

.uiSectionBody {
  position: relative;
  font-size: 3rem;
  padding-right: 12rem;
}

.uiSectionRight {
  position: relative;
  width: 55rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  z-index: 0;
  width: 50%;
}

.uiSectionMobile {
  position: relative;
  width: 23.75rem;
  height: 47.5rem;
  overflow: hidden;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #250e61;
}

.uiSectionMobileImage {
  width: 100%;
}

#uiSectionMobileImage1 {
  border: 0.7rem solid #000000;
}

#uiSectionMobileImage2 {
  border: 0.7rem solid #000000;
}

.mobileSection {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 999;
}

.mobileSectionLogoContainer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}

.mobileSectionParallax {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobileSectionLogoImage {
  width: max(10vw, 20rem);
  filter: contrast(1000%) invert(100%) sepia(1000%);
}

.mobileSectionLogoImageShadow {
  width: max(10vw, 20rem);
  margin-top: 2px;
  filter: contrast(1000%) invert(100%) sepia(100%) saturate(10000%) hue-rotate(305deg) blur(0px) brightness(0);
  position: absolute;
  z-index: -1;
}

.mobileSectionLogoImageShadow1 {
  transform: scale(1) translateX(2px) translateY(2px);
}

.mobileSectionLogoImageShadow2 {
  transform: scale(1) translateX(-2px) translateY(2px);
}

.mobileSectionLogoImageShadow3 {
  transform: scale(1) translateX(2px) translateY(-2px);
}

.mobileSectionLogoImageShadow4 {
  transform: scale(1) translateX(-2px) translateY(-2px);
}

.mobileSectionTilt {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  align-items: center;
  transform: rotateZ(30deg);
}

.mobileSectionColumn {
  position: relative;
  width: 52rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10rem;
}

.mobileSectionContainer {
  position: relative;
  width: 100%;
  height: 65rem;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 0 0vw 0.5vw #000000, 0 0 1vw 1vw rgba(0, 0, 0, 0.062745098);
}

.mobileSectionImage {
  position: relative;
  width: 100%;
}

.mobileSectionImage1 {
  margin-top: -50%;
}

.mobileSectionImage2 {
  margin-top: -100%;
}

.showcaseSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 20rem;
  z-index: 999;
}

.showcaseSectionImageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5rem solid #000000;
  border-radius: 3rem;
  max-width: 80vw;
  overflow: hidden;
}

.goalSection {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 12rem;
  z-index: 999;
}

.goalSectionLogo {
  position: absolute;
  z-index: -1;
}

.goalSectionMiniHeader {
  font-size: 1.2rem;
  color: #7ccefa;
  white-space: nowrap;
  border: 2px solid #7ccefa;
  padding: 1rem;
  border-radius: 10rem;
}

.goalSectionHeader {
  font-size: 6rem;
  padding-block: 5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

.goalSectionBody {
  font-size: 3rem;
  width: min(80rem, 90vw);
  text-align: center;
}

.goalSectionWireframeHeader {
  padding-top: 10rem;
  padding-bottom: 5rem;
  font-size: 1.8rem;
}

.goalSectionWireframes {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: min(60rem, 30vw);
  margin-top: 10rem;
}

.wireframeImageContainer {
  border: 1.5rem solid #000000;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.wireframeImage {
  width: 100%;
}

.goalSectionWireframesBack {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

#wireframesBottle1 {
  transform: translateX(-22vw) rotateZ(-10deg);
}

#wireframesBottle2 {
  transform: translateX(22vw) rotateZ(10deg);
}

/* 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;
  }
  .uiSectionLeft {
    width: 100%;
    padding-left: min(10rem, 5vw);
  }
  .uiSectionRight {
    width: 100%;
  }
  #showcaseBottle4 {
    opacity: 0;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 6px;
  }
  .searchSectionContainer {
    padding-inline: 2.5vw;
  }
  .searchSectionBar {
    width: 90vw;
  }
  .searchImageContainer {
    width: 90vw;
    height: 50.625vw;
  }
  .uiSection {
    flex-direction: column;
    gap: 10rem;
  }
  .heroSectionText {
    font-size: 5rem;
  }
  .goalSectionWireframes {
    padding-inline: 10vw;
  }
  .heroSectionFront {
    z-index: -1;
  }
  .extraSection {
    flex-direction: column;
    gap: 10rem;
  }
  .extraSectionPart {
    width: 100%;
  }
  .extraSectionPartText {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10vw;
    text-align: center;
  }
}/*# sourceMappingURL=index.css.map */