.coming-soon-banner {
  width: 100%;
  height: 100vh;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.coming-soon-banner-content {
  width: 100%;
  max-width: 610px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -2%;
  display: flex;
}

.logo-white-ap {
  width: auto;
  height: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 8%;
}

.coming-soon-title {
  color: #fff;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 100%;
}

.coming-soon-italic {
  color: #fff;
  text-align: center;
  font-family: Beautique Display, sans-serif;
  font-size: 53px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.coming-soon-banner-content-wrap {
  width: 100%;
  height: 100%;
  min-height: 781px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0) 71%), url('../images/coming-soon-banner-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .coming-soon-banner-content {
    max-width: 760px;
  }

  .coming-soon-title {
    font-size: 80px;
  }

  .coming-soon-italic {
    font-size: 66px;
  }
}

@media screen and (max-width: 479px) {
  .coming-soon-banner {
    overflow: hidden;
  }

  .coming-soon-banner-content {
    margin-top: -10%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-white-ap {
    height: 52px;
    top: 8%;
  }

  .coming-soon-title {
    font-size: 54px;
  }

  .coming-soon-italic {
    font-size: 46px;
  }

  .coming-soon-banner-content-wrap {
    background-image: radial-gradient(circle, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0) 71%), url('../images/home-hero-banner.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }
}


@font-face {
  font-family: 'Beautique Display';
  src: url('../fonts/BeautiqueDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beautique Display';
  src: url('../fonts/BeautiqueDisplay-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beautique Display';
  src: url('../fonts/BeautiqueDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beautique Display';
  src: url('../fonts/BeautiqueDisplay-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}