@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;900&family=Roboto:wght@900&display=swap";
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.banner {
  margin: 0 auto;
  min-width: 280px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #010a2d;
  font-size: 0.95vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.banner div {
  position: absolute;
}
.banner img {
  position: absolute;
}
.logo-wrapper {
  width: 42.7083333333em;
  height: 15.625em;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-89%, -164%);
  z-index: 10;
}
.logo {
  position: relative !important;
  width: 20.8333333333em;
  height: 7.3958333333em;
}
.btn-wrapper {
  width: 42.7083333333em;
  height: 15.625em;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-89%, 26%);
  z-index: 10;
}
.btn {
  font-size: 39px;
  width: 9em;
  height: 1.9em;
  color: #00102c;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transform: translate(-50%, -50%);
  top: 63%;
  left: 50%;
  z-index: 10;
  box-sizing: content-box;
  background: none !important;
  box-shadow:
    inset 0 0 0 0.13em #9ee607,
    0 0 0.6em 0 #9de505;
  padding: 0.4em;
}
.btn::before {
  content: "";
  width: 100%;
  height: 300%;
  position: absolute;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 35%,
    rgb(255, 255, 255) 45%,
    rgb(255, 255, 255) 55%,
    rgba(255, 255, 255, 0) 65%
  );
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation: btn 5s infinite;
}
.btn::after {
  content: "";
  width: calc(100% - 0.8em);
  height: calc(100% - 0.8em);
  position: absolute;
  border-radius: 2em;
  box-shadow:
    inset 0 0.1em 0 0 #c5ff8d,
    0 0 0.9em 0 #9ee607;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #9ee607;
  z-index: -1;
}
.wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.txt-1-wrapper {
  width: 749px;
  height: 7.8125em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-89%, -12%);
  z-index: 5;
}
.txt-1-wrapper .txt-1 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  width: 100%;
  position: relative;
  max-width: 794px;
}

.txt-1-wrapper .txt-border {
  text-shadow: 0 0 0.3em #000;
  -webkit-text-stroke: 0.05em #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.girl {
  width: 25.4166666667em;
  height: 44.375em;
  top: 50%;
  left: 50%;
  transform: translate(24.5%, -53%);
  background: url(../img/girl.png) no-repeat center center/contain;
  z-index: 2;
}
.title {
  width: 38.6458333333em;
  height: 9.4270833333em;
  top: 50%;
  left: 50%;
  transform: translate(-89.5%, -126%);
  background: url(../img/title.png) no-repeat center center/contain;
  z-index: 3;
}
.curtain-t {
  font-size: 1vw;
  width: 101.4583333333em;
  height: 56.7708333333em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -63.6%);
  background: url(../img/curtain-t.png) no-repeat center center/contain;
  z-index: 1;
}
.curtain-t::before {
  content: "";
  width: 100%;
  height: 10000px;
  bottom: 99%;
  left: 0;
  position: absolute;
  background: #000640;
}
.curtain-b {
  font-size: 1vw;
  width: 116.7708333333em;
  height: 67.7083333333em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -17.6%);
  background: url(../img/curtain-b.png) no-repeat center center/contain;
  z-index: 3;
}
.curtain-b::before {
  content: "";
  width: 100%;
  height: 10000px;
  top: 99%;
  left: 0;
  position: absolute;
  background: #000;
}
.coins-wrapper {
  z-index: 4;
  animation: coins 2s infinite linear;
}
.coin-1 {
  width: 4.53125em;
  height: 3.4375em;
  top: 50%;
  left: 50%;
  transform: translate(-2%, -628%);
  background: url(../img/coin-1.png) no-repeat center center/contain;
}
.coin-2 {
  width: 3.2291666667em;
  height: 1.1458333333em;
  top: 50%;
  left: 50%;
  transform: translate(73%, -1420%);
  background: url(../img/coin-2.png) no-repeat center center/contain;
}
.coin-3 {
  width: 5.0520833333em;
  height: 5.78125em;
  top: 50%;
  left: 50%;
  transform: translate(98%, 121%);
  background: url(../img/coin-3.png) no-repeat center center/contain;
}
.coin-4 {
  width: 4.4270833333em;
  height: 2.3958333333em;
  top: 50%;
  left: 50%;
  transform: translate(336%, 555%);
  background: url(../img/coin-4.png) no-repeat center center/contain;
}
.coin-5 {
  width: 5.5729166667em;
  height: 4.1145833333em;
  top: 50%;
  left: 50%;
  transform: translate(605%, -387%);
  background: url(../img/coin-5.png) no-repeat center center/contain;
}
.coin-6 {
  width: 4.7395833333em;
  height: 2.0833333333em;
  top: 50%;
  left: 50%;
  transform: translate(661%, -439%);
  background: url(../img/coin-6.png) no-repeat center center/contain;
}
.coin-7 {
  width: 4.84375em;
  height: 1.875em;
  top: 50%;
  left: 50%;
  transform: translate(738%, 515%);
  background: url(../img/coin-7.png) no-repeat center center/contain;
}
.steps {
  width: 88.5416666667em;
  height: 5.8854166667em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 324%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  gap: 3.5em;
  z-index: 3;
}
.steps div {
  position: relative;
}
.steps-item {
  font-size: 40px;
  line-height: 1;
  width: auto;
  height: 100%;
  position: relative !important;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps-item span {
  font-weight: 900;
}
.step-item_number {
  font-size: 2.8em;
  font-weight: 700;
  margin-right: 18px;
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 30%,
    rgb(88, 206, 255) 70%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.step-item_number::before {
  content: "";
  font-size: 1vw;
  position: absolute;
  width: 32.96875em;
  height: 16.875em;
  transform: translate(-8%, -36%);
  top: 50%;
  left: 50%;
  background: url(../img/step-1.png) no-repeat center center/contain;
  z-index: -1;
}
.step-item-1 {
  animation: step-item-1 5s;
}
.step-item-2 {
  animation: step-item-2 5s;
}
.step-item-3 {
  animation: step-item-3 5s;
}
@keyframes coins {
  from,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3%);
  }
}
@keyframes coins-portrait {
  from,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2%);
  }
}
@keyframes step-item-1 {
  from,
  10% {
    opacity: 0;
  }
  20%,
  to {
    opacity: 1;
  }
}
@keyframes step-item-2 {
  from,
  20% {
    opacity: 0;
  }
  30%,
  to {
    opacity: 1;
  }
}
@keyframes step-item-3 {
  from,
  30% {
    opacity: 0;
  }
  40%,
  to {
    opacity: 1;
  }
}
@keyframes btn {
  from,
  0.00001%,
  40% {
    transform: translate(-100%, -50%);
  }
  65%,
  to {
    transform: translate(100%, -50%);
  }
}
@media screen and (max-aspect-ratio: 1366/1024) and (min-aspect-ratio: 1000/999) {
  .steps {
    font-size: 1.12vw;
    transform: translate(-50%, 351%);
  }
  .banner {
    font-size: 1.3vw;
  }
}
@media screen and (min-aspect-ratio: 740/360) {
  .banner {
    font-size: 0.83vw;
  }
  .curtain-t,
  .curtain-b {
    font-size: 1vw;
  }
}
@media screen and (orientation: portrait) {
  .coins-wrapper {
    animation-name: coins-portrait;
  }
  .coin-1 {
    transform: translate(48%, -448%);
  }
  .coin-2 {
    transform: translate(147%, -868%);
  }
  .coin-3 {
    transform: translate(47%, 209%);
  }
  .coin-4 {
    transform: translate(292%, 793%);
  }
  .coin-5 {
    transform: translate(539%, -179%);
  }
  .coin-6 {
    transform: translate(578%, -12%);
  }
  .coin-7 {
    transform: translate(614%, 875%);
  }
  .curtain-t {
    transform: translate(-51%, -52.6%);
  }
  .curtain-b {
    transform: translate(-50%, -11.6%);
  }
  .girl {
    transform: translate(17.5%, -41%);
  }
  .txt-1-wrapper {
    transform: translate(-87%, 14%);
  }
  .title {
    width: 36.645833em;
    transform: translate(-89.5%, -136%);
  }
  .btn-wrapper {
    transform: translate(-87%, 54%);
  }
  .logo-wrapper {
    transform: translate(-50%, -200%);
  }
  .logo {
    width: 34.833333em;
    height: 8.395833em;
  }
  .banner {
    font-size: 1.4vw;
  }
  .steps {
    font-size: 1.15vw;
    transform: translate(-50%, 514%);
  }
}
@media screen and (max-aspect-ratio: 320/481) {
  .coin-7 {
    width: 3.84375em;
    transform: translate(304%, 635%);
  }
  .coin-6 {
    width: 3.739583em;
    transform: translate(273%, 99%);
  }
  .coin-5 {
    width: 4.572917em;
    transform: translate(267%, -90%);
  }
  .coin-4 {
    width: 4em;
    transform: translate(-196%, 558%);
  }
  .coin-3 {
    width: 4.052083em;
    transform: translate(-369%, 159%);
  }
  .coin-2 {
    width: 3em;
    transform: translate(-467%, -84%);
  }
  .coin-1 {
    width: 3.53125em;
    transform: translate(-444%, -160%);
  }
  .coins-wrapper {
    font-size: 2.4vw;
  }
  .step-item_number::before {
    font-size: 2vw;
    width: 32.96875em;
    height: 16.875em;
    transform: translate(-9%, -36%);
  }
  .steps-item {
    width: 100%;
    height: 2.3em;
    justify-content: flex-start;
  }
  .step-item_number {
    font-size: 92px;
    width: 0.6em;
  }
  .steps {
    font-size: 2.1vw;
    width: 36.541667em;
    height: 20.885417em;
    transform: translate(-41%, 103%);
    flex-direction: column;
    gap: 0;
  }
  .girl {
    width: 42.416667em;
    height: 78.375em;
    transform: translate(-50.5%, -19%);
  }
  .curtain-b {
    width: 162.770833em;
    height: 80.708333em;
    transform: translate(-53%, 11.4%);
  }
  .curtain-t {
    width: 193.458333em;
    height: 129.770833em;
    transform: translate(-69%, -52.6%);
  }
  .curtain-t::before {
    bottom: 80%;
  }
  .btn-wrapper {
    transform: translate(-50%, 210%);
  }
  .title {
    width: 59.645833em;
    height: 15.427083em;
    transform: translate(-48%, -238%);
  }
  .txt-border {
    display: none;
  }
  .txt-1-wrapper .txt-1 {
    font-size: 21px;
    width: 13.708333em;
    margin-top: 50px;
  }
  .txt-1-wrapper .txt-1 br {
    display: none;
  }
  .txt-1-wrapper {
    width: 81.708333em;
    transform: translate(-50%, -272%);
  }
  .logo {
    width: 42.833333em;
    height: 10.395833em;
  }
  .logo-wrapper {
    transform: translate(-50%, -336%);
  }
  .banner {
    font-size: 1.1vw;
  }
}
@media screen and (max-aspect-ratio: 520/1024) {
  .coin-7 {
    width: 4.84375em;
    transform: translate(300%, 522%);
  }
  .coin-6 {
    width: 4.7395833333em;
    transform: translate(206%, -115%);
  }
  .coin-5 {
    width: 5.5729166667em;
    transform: translate(222%, -222%);
  }
  .coin-4 {
    width: 4.4270833333em;
    transform: translate(-211%, 493%);
  }
  .coin-3 {
    width: 5.0520833333em;
    transform: translate(-365%, 123%);
  }
  .coin-2 {
    width: 3.2291666667em;
    transform: translate(-489%, -769%);
  }
  .coin-1 {
    width: 4.53125em;
    transform: translate(-397%, -411%);
  }
  .coins-wrapper {
    font-size: 2.4vw;
  }
  .step-item_number::before {
    font-size: 2vw;
    width: 32.96875em;
    height: 16.875em;
    transform: translate(-9%, -36%);
  }
  .steps-item {
    width: 100%;
    height: 2.6em;
    justify-content: flex-start;
  }
  .step-item_number {
    font-size: 40px;
    width: 0.6em;
  }
  .steps {
    font-size: 2.3vw;
    width: 36.541667em;
    height: 20.885417em;
    transform: translate(-31%, 110%);
    flex-direction: column;
    gap: 0;
  }
  .girl {
    width: 42.416667em;
    height: 78.375em;
    transform: translate(-50.5%, -37%);
  }
  .curtain-b {
    font-size: 1.4vw;
    transform: translate(-66%, -9.6%);
  }
  .curtain-t {
    font-size: 1.4vw;
    width: 168.458333em;
    height: 129.770833em;
    transform: translate(-69%, -58.6%);
  }
  .curtain-t::before {
    bottom: 80%;
  }
  .btn {
    font-size: 19px;
  }
  .btn-wrapper {
    transform: translate(-50%, 108%);
  }
  .title {
    width: 59.645833em;
    height: 15.427083em;
    transform: translate(-48%, -352%);
  }
  .txt-1-wrapper .txt-1 {
    font-size: 18px;
    width: 61.708333em;
  }
  .txt-1-wrapper {
    transform: translate(-50%, -510%);
  }
  .logo {
    width: 42.833333em;
    height: 10.395833em;
  }
  .logo-wrapper {
    transform: translate(-50%, -444%);
  }
  .txt-1-wrapper .txt-1 br {
    display: inline-block;
  }
  .banner {
    font-size: 1.4vw;
  }
  .coins-wrapper {
    font-size: 2.4vw;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .step-item_number {
    background: none;
  }
}

@media (max-width: 1280px) {
  .steps-item span {
    font-size: 16px;
    line-height: 1;
  }

  .step-item_txt {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1280px) {
  .txt-1-wrapper {
    transform: translate(-50%, -5%);
  }

  .btn-wrapper {
    transform: translate(-50%, 28%);
  }
}

@media (max-width: 1024px) {
  .steps-item {
    font-size: 20px;
  }
  .txt-1-wrapper {
    transform: translate(-50%, 14%);
  }
  .btn-wrapper {
    transform: translate(-50%, 54%);
  }

  .title {
    transform: translate(-50%, -136%);
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .txt-1-wrapper .txt-1 {
    font-size: 30px;
  }
  .txt-1-wrapper {
    transform: translate(-50%, -15%);
  }

  .logo-wrapper {
    left: 66%;
  }

  .btn {
    font-size: 32px;
  }

  .btn-wrapper {
    transform: translate(-50%, 21%);
  }
}

@media (max-width: 700px) {
  .logo-wrapper {
    width: 224px;
    height: 82px;
    top: 432px;
  }

  .logo {
    width: 224px;
    height: 54px;
  }

  .title {
    width: 313px;
    height: 80px;
    top: 432px;
  }

  .steps {
    width: 315px;
    height: 180px;
  }

  .steps-item {
    height: 104px;
  }

  .step-item_number {
    width: 24px;
  }

  .step-item_number::before {
    font-size: 7.5px;
    width: 247px;
    height: 126px;
  }

  .txt-1-wrapper {
    width: 428px;
    height: 41px;
    top: 432px;
  }

  .txt-1-wrapper .txt-1 {
    width: 100%;
  }

  .girl {
    width: 222px;
    height: 411px;
  }

  .btn {
    font-size: 19px;
  }
}

@media (max-width: 540px) {
  .logo-wrapper {
    top: 260px;
  }

  .title {
    top: 280px;
  }

  .txt-1-wrapper .txt-1 {
    font-size: 26px;
  }

  .txt-1-wrapper {
    top: 275px;
  }

  .steps {
    transform: translate(-50%, 80%);
  }

  .steps-item {
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  .logo-wrapper {
    top: 450px;
  }
}

@media (max-width: 375px) {
  .btn {
    top: -15px;
  }

  .step-item_number {
    font-size: 30px;
  }

  .steps {
    top: 42%;
    z-index: 5;
  }

  .logo-wrapper {
    top: 292px;
  }

  .title {
    top: 195px;
  }

  .txt-1-wrapper .txt-1 {
    width: 80%;
    margin-top: -190px;
  }

  .girl {
    top: 47%;
  }
  .btn-wrapper {
    transform: translate(-50%, 135%);
  }
}

@media (max-width: 360px) {
  .txt-1-wrapper .txt-1 {
    margin-top: -80px;
  }
  .title {
    top: 250px;
  }
  .logo-wrapper {
    top: 380px;
  }
  .txt-1-wrapper .txt-1 {
    width: 85%;
  }
  .title {
    top: 275px;
  }
  .btn-wrapper {
    transform: translate(-50%, 107%);
  }

  .txt-1-wrapper {
    top: 315px;
  }
}

@media (max-width: 344px) {
  .title {
    top: 215px;
  }
}
