a {
  text-decoration: none;
}

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

.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 */
/* 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: #af9f72;
  background-color: #f8f8f8;
  text-shadow: none;
}

*::selection {
  color: #af9f72;
  background-color: #f8f8f8;
  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: "Bebas Neue", sans-serif;
}

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

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

main {
  position: relative;
  z-index: 1;
  background-color: #da9b62;
  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: #f8f8f8;
}

/* Hero Section */
.heroSection {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  padding: 10rem;
}

.heroSectionBackgroundColor {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}

.heroSectionLogoImage {
  max-width: 70vw;
}

.heroSectionBackgroundImage {
  width: 100%;
  z-index: -2;
  position: absolute;
  top: 0;
}

.heroSectionOverlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  font-size: 12rem;
}

.heroSectionOverlayText {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.heroSectionScrollDownText {
  position: absolute;
}

.heroSectionScrollDownAfrica {
  position: absolute;
}

.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: 1;
  background-color: #f8f8f8;
}

.deliveredSectionHeader {
  font-size: 2.3rem;
}

.deliveredSectionMarquee {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10rem;
  gap: 3.7rem;
  white-space: nowrap;
  text-shadow: 1px 1px #000000, -1px 1px #000000, 1px -1px #000000, -1px -1px #000000;
  color: #f8f8f8;
}

.deliverSectionMarqueeContainer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

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

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

.searchSectionBar {
  position: relative;
  width: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #af9f72;
  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%;
  background-color: white;
}

#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 {
  width: 50vw;
}

.carouselSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 18rem;
  background-color: #f8f8f8;
}

.carouselSectionText {
  font-size: 7rem;
  text-align: center;
}

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

.outlineText {
  color: #f8f8f8;
  text-shadow: 1px 1px #000000, -1px 1px #000000, 1px -1px #000000, -1px -1px #000000;
}

.goldText {
  color: #af9f72;
}

.blackText {
  color: #000000;
}

.whiteText {
  color: #f8f8f8;
}

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

.carouselSectionBackgroundImage {
  max-width: 90vw;
}

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

.carouselSectionCarouselContainer1 {
  transform: translateY(-10rem);
}

.carouselSectionCarouselContainer2 {
  transform: translateY(10rem);
}

.carouselSectionCarouselContainer3 {
  transform: translateY(10rem);
}

.carouselSectionCarouselContainer4 {
  transform: translateY(10rem);
}

.carouselSectionCarouselContainer5 {
  transform: translateY(-10rem);
}

.carouselSectionCarouselImage1, .carouselSectionCarouselImage2, .carouselSectionCarouselImage3, .carouselSectionCarouselImage4, .carouselSectionCarouselImage5 {
  max-width: 17.5vw;
}

.mapSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  background-color: #f8f8f8;
}

.mapSectionBlur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.mapSectionContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 170px;
}

.mapSectionSelectContainer {
  position: absolute;
  transform: translateY(-11.55%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

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

.mapSectionCircleDivSelect {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1rem;
  font-size: 2rem;
  position: absolute;
}

.mapSectionCircleOuterSelect {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mapSectionCircleInnerSelect {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #f8f8f8;
}

.mapSectionSelectLine {
  width: 5rem;
  height: 0.1rem;
  background-color: #000000;
  transform-origin: right;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4666666667);
}

.mapSectionSelectImageDiv {
  width: 16rem;
  height: 13.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f8f8f8;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4666666667);
}

.mapSectionSelectImageContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mapSelectImageName {
  width: 100%;
  text-align: left;
  padding-left: 1rem;
  line-height: 1.5rem;
  padding-block: 1rem;
}

.mapSectionCircleDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0rem;
  font-size: 2rem;
  position: absolute;
  text-shadow: 1px 1px #f8f8f8, 1px -1px #f8f8f8, -1px 1px #f8f8f8, -1px -1px #f8f8f8;
}

.mapSectionCircleOuter {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0px 1px #f8f8f8, inset 0 0 0px 1px #f8f8f8;
}

.mapSectionCirclePing {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #af9f72;
  z-index: -1;
}

.mapSectionCircleInner {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #af9f72;
  box-shadow: 1px 1px #f8f8f8;
}

.mapSectionCircleOuterSelect {
  box-shadow: 0 0 0px 1px #af9f72, inset 0 0 0px 1px #af9f72;
}

.mapSectionCircleInnerSelect {
  box-shadow: 0 0 0px 1px #af9f72;
}

.mapSectionCircleNameSelect {
  text-shadow: 1px 1px #af9f72, 1px -1px #af9f72, -1px 1px #af9f72, -1px -1px #af9f72;
}

#mapSectionCircleDiv1 {
  transform: translateX(60px) translateY(-230px);
}

#mapSectionCircleDiv2 {
  transform: translateX(485px) translateY(-610px);
}

#mapSectionCircleDiv3 {
  flex-direction: row;
  gap: 0.5rem;
  transform: translateX(430px) translateY(-570px);
}

#mapSectionCircleDiv4 {
  flex-direction: row-reverse;
  gap: 0.5rem;
  transform: translateX(550px) translateY(-577px);
}

#mapSectionCircleDiv5 {
  transform: translateX(477px) translateY(-490px);
}

#mapSectionCircleDiv6 {
  transform: translateX(365px) translateY(-325px);
}

#mapSectionCircleDiv7 {
  transform: translateX(385px) translateY(-180px);
}

.mapSectionTextContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: min(10rem, 5vw);
  text-shadow: 1px 1px #f8f8f8, 1px -1px #f8f8f8, -1px 1px #f8f8f8, -1px -1px #f8f8f8;
}

.mapSectionTextTop {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.mapSectionTextHeader {
  font-size: 7rem;
  margin-bottom: 3rem;
}

.mapSectionTabsContainer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  flex-direction: column;
}

.mapSectionTab {
  font-size: 2.3rem;
}

.mapSectionTabPlacesContainer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 2rem;
  gap: 1rem;
}

.mapSectionTabPlace {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}

.mapSectionTextBody {
  font-size: 3.2rem;
}

.tabletSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.tabletSectionHeader {
  font-size: 7rem;
  text-align: center;
  margin-top: 10rem;
  margin-bottom: 5rem;
}

.tabletSectionTabletContainer {
  perspective: 2000px;
}

.tabletSectionTablet {
  width: min(107.1rem, 90vw);
  height: min(70rem, 58.8235294118vw);
  border-radius: 3rem;
  border: 1.4rem solid #000000;
  overflow: hidden;
  margin-bottom: 10rem;
  transform-style: preserve-3d;
}

.tabletSectionBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #ffffff 0%, #c7e3f2 100%);
  z-index: -3;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.tabletSectionSand {
  max-width: 50vw;
}

.tabletSectionNameImage {
  z-index: -2;
  width: 90vw;
}

.tabletSectionDesert {
  z-index: -1;
  margin-top: -65.0887573964vw;
  width: 100vw;
}

.infoSection {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  margin-top: -35vw;
  background-image: linear-gradient(to bottom, rgba(218, 155, 98, 0) 0%, #da9b62 10%);
  z-index: 100;
}

.infoSectionBackground {
  margin-top: -20vw;
  width: 100vw;
}

.infoSectionLogo {
  position: absolute;
  bottom: 31.5104166667vw;
  margin-left: 5px;
  width: 32.65625vw;
}

.goalSection {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  top: 0;
  margin-bottom: 10rem;
}

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

.goalSectionScrollDownText {
  position: absolute;
}

.goalSectionScrollDownAfrica {
  position: absolute;
}

.goalSectionHeader {
  font-size: 7rem;
  margin-block: 3rem;
}

.goalSectionBody {
  font-size: 1.8rem;
  color: #f8f8f8;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: min(80rem, 90vw);
  text-align: center;
}

.uiSection {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
}

.uiSectionLeft {
  position: relative;
  width: 55rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 5rem;
  z-index: 10;
}

.uiSectionMiniHeader {
  font-size: 2.3rem;
  z-index: 1;
}

.uiSectionHeader {
  font-size: 7rem;
  line-height: 6rem;
  z-index: 1;
}

.uiSectionHeaderAfrica {
  position: absolute;
  right: 12rem;
  z-index: 0;
}

.uiSectionBody {
  position: relative;
  width: 55rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #f8f8f8;
  font-size: 1.8rem;
  padding-right: 12rem;
}

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

.uiSectionMobile {
  position: relative;
  width: 23.75rem;
  height: 47.5rem;
  border: 0.7rem solid #000000;
  overflow: hidden;
  border-radius: 2rem;
}

/* 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: 950px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 6px;
  }
  .heroSectionOverlayText {
    flex-direction: column;
  }
  .heroSectionWhiteText {
    flex-direction: column;
  }
  .searchSectionContainer {
    padding-inline: 2.5vw;
  }
  .searchSectionBar {
    width: 90vw;
  }
  .searchImage {
    width: 90vw;
  }
  .uiSection {
    flex-direction: column;
    gap: 10rem;
  }
  .uiSectionLeft {
    width: 90vw;
  }
}/*# sourceMappingURL=index.css.map */