:root {
  --white: white;
  --black: black;
}

.coming-soon-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
}

.coming-soon-title {
  color: #ffc60a;
  text-align: center;
  letter-spacing: 3px;
  border: 5px solid #ffc60a;
  border-radius: 20px;
  padding: 30px;
  font-family: Poppins, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 1.1em;
}

.padding-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.coming-soon-subtitle {
  outline-offset: 5px;
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #d1a32d;
  background-image: linear-gradient(90deg, #d1a32d, #f6e29e 58%, #d1a32d);
  border-radius: 100px;
  outline: 4px solid #d1a32d;
  padding: 25px 30px;
  font-family: Merriweather, serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1em;
}

.lottie-animation {
  max-width: 100px;
}

.spacer-medium {
  width: 100%;
  height: 10vh;
}

.div-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-span {
  color: #d1a32d;
  text-decoration: underline;
}

.text-block {
  color: #edc876;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
}

.genesis {
  color: #d1a32d;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .coming-soon-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 70px;
  }

  .coming-soon-subtitle {
    -webkit-text-stroke-width: 2px;
    font-size: 50px;
  }

  .lottie-animation {
    max-width: 160px;
  }

  .genesis {
    margin-top: 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .coming-soon-title {
    line-height: 1.5em;
  }

  .coming-soon-subtitle {
    outline-offset: 4px;
    outline-width: 3px;
    padding: 20px 25px;
    font-size: 45px;
  }

  .genesis {
    margin-top: 5px;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .coming-soon-title {
    font-size: 60px;
  }

  .padding-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .coming-soon-subtitle {
    outline-offset: 3px;
    -webkit-text-stroke-width: 1.7px;
    outline-width: 2.5px;
    padding: 15px 20px;
    font-size: 35px;
  }

  .lottie-animation {
    max-width: 150px;
  }

  .image {
    max-width: 90%;
  }

  .genesis {
    margin-top: 0;
    font-size: 14px;
  }

  .link-block {
    text-decoration: none;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}