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

body {
  color: #333;
  background-color: #0d3455;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(1.75rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.body-wrpr {
  background-color: #0c3455;
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.planet {
  z-index: 0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  height: 30rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.planet-img {
  width: 60rem;
  max-width: none;
}

.hero-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  background-color: #0d3556e6;
  border: .0625rem solid #185281;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-family: Metashift, Tahoma, sans-serif;
  display: flex;
}

.hero-card-wrpr {
  z-index: 3;
  width: 100%;
  max-width: 28.625rem;
  margin-bottom: 3vh;
  margin-right: 3vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.buttons {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #ffd23f;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button.is-red {
  color: #ffd23f;
  background-color: #e6392e;
}

.button-text {
  flex: none;
}

.stellar-logo {
  z-index: 2;
  align-self: center;
  width: 100%;
  max-width: clamp(24rem, 2vw, 32rem);
  margin-left: 8vw;
  position: relative;
}

.mascot-wrpr {
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.mascot {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .body-wrpr {
    overflow: clip;
  }

  .hero-card-wrpr {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .stellar-logo {
    align-self: flex-start;
    margin-top: 19.8rem;
    margin-left: auto;
    margin-right: auto;
  }

  .mascot-wrpr {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 100%;
    height: 100%;
    display: flex;
  }

  .mascot {
    width: 200%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .stellar-logo {
    align-self: center;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .mascot-wrpr {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .mascot {
    width: 64rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-card {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .hero-card-wrpr {
    margin-bottom: 0;
    margin-right: 0;
  }

  .button {
    width: 100%;
  }

  .stellar-logo {
    max-width: clamp(14rem, 2vw, 32rem);
    margin-top: 2rem;
  }

  .mascot {
    margin-right: -6rem;
  }
}


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