:root {
  --_color-pallet---deep-blue: #000831;
  --_color-pallet---cyan: #35d5d0;
  --_color-pallet---salmon: #f7a3b1;
  --transparant: #fff0;
  --_color-pallet---white: white;
  --_color-pallet---blue-alt: #18727d;
  --_color-pallet---light-wine: #9d5977;
  --_color-pallet---off-white: #fffced;
  --_color-pallet---burnt-orange: #ff3319;
  --_color-pallet---sand-gold: #f4ac32;
}

.landing-page-splash-section {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_color-pallet---deep-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 4%;
  display: flex;
}

.h1 {
  color: var(--_color-pallet---cyan);
  text-transform: uppercase;
  margin: 20px 0;
  font-family: Anthu, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 53px;
}

.coming-soon-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.body {
  background-color: var(--_color-pallet---deep-blue);
  font-family: Anthu, Arial, sans-serif;
}

.h3 {
  color: var(--_color-pallet---salmon);
  margin: 20px 0;
}

.landing-sigil-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2%;
  margin-bottom: 3%;
  display: grid;
}

.sigil {
  width: 77px;
  height: 77px;
  margin: 10px;
}

.sigil.learn {
  background-image: url('../images/learn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sigil.earn {
  background-image: url('../images/earn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sigil.save {
  background-image: url('../images/save.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sigil.invest {
  background-image: url('../images/Invest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sigil.protect {
  background-image: url('../images/protect.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.h2 {
  color: var(--_color-pallet---cyan);
  margin: 0;
}

.h2.coming-soon {
  color: var(--_color-pallet---salmon);
  margin-top: 0;
  margin-left: 21px;
  margin-right: 21px;
}

.text-span {
  color: var(--_color-pallet---salmon);
}

.button-1 {
  border: 1px solid var(--_color-pallet---cyan);
  background-color: var(--transparant);
  color: var(--_color-pallet---cyan);
  text-align: center;
  letter-spacing: 1.5px;
  width: 160px;
  margin-top: 50px;
  margin-bottom: 20px;
  transition: all .2s;
}

.button-1:hover {
  background-color: var(--_color-pallet---cyan);
  color: var(--_color-pallet---deep-blue);
}

.image {
  position: relative;
  bottom: auto;
  right: auto;
}

.lottie-animation {
  position: absolute;
  inset: auto auto 0% 0%;
}

.line-divider {
  background-color: var(--_color-pallet---cyan);
  width: 133px;
  height: .75px;
  margin-left: 5px;
  margin-right: 5px;
}

.social-icon-link {
  background-image: url('../images/Instagram_Glyph_Pink.svg');
  background-position: 0 0;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-top: 35px;
}

.social-icon-link.x-twitter {
  background-image: url('../images/X-Logo-Pink.svg');
}

.social-icon-link.tiktok {
  background-image: url('../images/TikTok-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-media-bar {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0%;
  margin-left: 4%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.background-video {
  z-index: 1;
  opacity: .06;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.landing-page-content {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading {
  display: none;
}

.navbar {
  background-color: var(--_color-pallet---deep-blue);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: sticky;
  top: 0;
}

.container {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .social-media-bar {
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: 25px;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .coming-soon-wrapper {
    display: none;
  }

  .landing-sigil-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: center;
  }

  .sigil {
    width: 30px;
    height: 30px;
  }

  .sigil.learn {
    justify-content: center;
    align-items: center;
  }

  .slogan-wrapper {
    align-self: center;
  }

  .button-1 {
    align-self: center;
    margin-top: 30px;
  }

  .social-icon-link.instagram, .social-icon-link.x-twitter, .social-icon-link.tiktok {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .social-media-bar {
    justify-content: space-around;
    align-items: center;
    margin-top: 8%;
    inset: 0% 0% auto auto;
  }

  .landing-page-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .mobile-sigil-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading {
    color: var(--_color-pallet---white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    display: flex;
  }

  #w-node-da49ffc2-ae4c-ad5a-4096-cb7c5a45253b-3878f63a {
    align-self: center;
  }
}


@font-face {
  font-family: 'Anthu';
  src: url('../fonts/Anthu-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}