.coming-soon {
  background-color: #000;
  background-image: url(../images/coming-soon/coming-soon-bg-s.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.coming-soon .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/coming-soon/coming-soon-bg-content.webp);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-style: italic;
  width: auto;
  aspect-ratio: 3/1;
  margin-top: -50px;
}

.coming-soon .text-display {
  font-size: 40px;
}

.text-info-line {
  background: linear-gradient(180deg, #FFF 0%, #BD8945 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 130%;
}

.coming-soon .content .sub-title {
  background: var(--gd-silver3, linear-gradient(138deg, #7A96AC 2.28%, #EAEFF3 19.8%, #C2D4E1 32.94%, #FFF 50.16%, #D4DEE5 62.15%, #ABBDC8 78.69%, #BCCAD7 95.24%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@media (min-width: 425px) {
  .coming-soon .text-display {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .coming-soon .text-display {
    font-size: 80px;
  }
}


@media (min-width: 1024px) {
  .coming-soon {
    background-image: url(../images/coming-soon/coming-soon-bg.webp);
    background-size: cover;
    background-position: center;
  }
}


@media (min-width: 1921px) {
  .coming-soon {
    background-image: url(../images/coming-soon/coming-soon-bg-lg.webp);
    background-size: cover;
    background-position: center;
  }
}