@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

:root {
  --banner-height: 90px;
}

br {
  display: none;
}

.banner {
  font-weight: 700;
  font-style: italic;
  margin: 0 auto;
  min-width: 280px;
  width: 100%;
  height: var(--banner-height);
  background: #05102d;
  border: #139fff 1px solid;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.container {
  width: 1000px;
  height: 100%;
  position: relative;
}
.container div,
.container img {
  position: absolute;
}

.logo-wrapper,
.btn-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
  font-size: 17.12px;
}

.logo-wrapper {
  left: -84px;
  width: 25%;
  height: 100%;
  font-size: 206px;
}

.logo {
  position: relative;
  width: 1em;
}

.btn-wrapper {
  right: -108px;
  width: 25%;
  height: 100%;
  font-size: 16.5px;
}

.btn {
  width: 9.6em;
  height: 1.7em;
  background: #93e20b;
  box-shadow: inset 0 0.12em 0 0 #c5ff8d, 0 0 1.2em 0 #93e20b;
  border-radius: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  position: absolute;
  outline: 0.14em solid #93e20b;
  outline-offset: 0.4em;
  z-index: 10;
  animation: btnScale 4.4s infinite;
}

.btn-txt {
  color: #32373d;
  z-index: 11;
  position: relative;
}

.txt-red {
  color: #cc1707;
}

@keyframes btnScale {
  0%, 18.3%, 27.3%, 68.3%, 77.3%, 100% {
    transform: scale(1);
  }
  22.8%, 72.8% {
    transform: scale(0.8);
  }
}
.bg {
  background: url(../img/bg.png) no-repeat center center/contain;
  height: 90px;
  width: 494px;
  right: -460px;
}

.coin1 {
  background: url(../img/coin1.png) no-repeat center center/contain;
  width: 30px;
  height: 32px;
  right: -194px;
  top: 8px;
}

.coin2 {
  background: url(../img/coin2.png) no-repeat center center/contain;
  width: 22px;
  height: 23px;
  right: -101px;
  top: 38px;
}

.coin3 {
  background: url(../img/coin3.png) no-repeat center center/contain;
  width: 20px;
  height: 22px;
  right: -112px;
  top: 12px;
}

.girl {
  background: url(../img/girl.png) no-repeat center center/contain;
  width: 75px;
  height: 140px;
  right: -179px;
  top: -4px;
  transform: rotate(-4deg);
}

.money {
  background: url(../img/money.png) no-repeat center center/contain;
  width: 228px;
  height: 193px;
  top: -48px;
  right: 260px;
  animation: s1 4.4s infinite;
}

.s1 {
  background: url(../img/s1.png) no-repeat center center/contain;
  height: 90px;
  width: 362px;
  top: 3px;
  left: 131px;
  animation: s1 4.4s infinite;
}

@keyframes s1 {
  0%, 45.5%, 100% {
    opacity: 1;
  }
  50%, 95.5% {
    opacity: 0;
  }
}
.s2 {
  background: url(../img/s2.png) no-repeat center center/contain;
  width: 695px;
  height: 76px;
  top: 11px;
  left: 35px;
  animation: s2 4.4s infinite;
}

@keyframes s2 {
  0%, 45.5%, 100% {
    opacity: 0;
  }
  50%, 95.5% {
    opacity: 1;
  }
}
@media (max-width: 1900px) {
  .btn-wrapper {
    font-size: 16.5px;
    right: -32px;
  }
  .logo-wrapper {
    left: -17px;
    font-size: 174px;
  }
  .bg {
    right: -134px;
  }
  .coin1 {
    width: 30px;
    right: 130px;
    top: 8px;
  }
  .coin2 {
    width: 21px;
    right: 225px;
    top: 38px;
  }
  .coin3 {
    width: 18px;
    right: 214px;
    top: 12px;
  }
  .girl {
    width: 84px;
    right: 142px;
    top: -6px;
  }
  .money {
    width: 187px;
    right: 332px;
  }
  .s1 {
    width: 301px;
    top: 3px;
    left: 164px;
  }
  .s2 {
    background: url(../img/s21280.png) no-repeat center center/contain;
    width: 533px;
    height: 80px;
    top: 9px;
    left: 150px;
  }
}
@media (max-width: 1279px) {
  .btn-wrapper {
    width: 50%;
    right: auto;
    font-size: 9.19px;
    left: -117px;
    bottom: -22px;
  }
  .logo-wrapper {
    width: 50%;
    left: -110px;
    top: -16px;
    font-size: 118px;
  }
  .bg {
    right: -272px;
  }
  .coin1 {
    width: 33px;
    right: -9px;
    top: 5px;
  }
  .coin2 {
    width: 23px;
    right: 92px;
    top: 39px;
  }
  .coin3 {
    width: 21px;
    right: 79px;
    top: 9px;
  }
  .girl {
    width: 84px;
    right: 5px;
    top: -6px;
  }
  .money {
    width: 157px;
    top: -46px;
    right: 159px;
  }
  .s1 {
    width: 253px;
    top: 3px;
    left: 166px;
  }
  .s2 {
    width: 436px;
    top: 8px;
    left: 160px;
  }
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .btn-wrapper {
    font-size: 8.67px;
    left: -52px;
    bottom: -22px;
  }
  .logo-wrapper {
    font-size: 109px;
    top: -16px;
    left: -46px;
  }
  .bg {
    right: -278px;
  }
  .coin1 {
    right: -18px;
  }
  .coin2 {
    width: 21px;
    right: 72px;
    top: 39px;
  }
  .coin3 {
    width: 17px;
    right: 67px;
    top: 7px;
  }
  .girl {
    width: 81px;
    right: 0px;
    top: -6px;
  }
  .money {
    width: 83px;
    top: -51px;
    right: 98px;
  }
  .s1 {
    width: 136px;
    top: 0px;
    left: 126px;
  }
  .s2 {
    background: url(../img/s2468.png) no-repeat center center/contain;
    width: 158px;
    top: 6px;
    left: 157px;
  }
  .container {
    width: 450px;
  }
}
@media (max-width: 467px) {
  .btn-wrapper {
    font-size: 6.87px;
    left: -21px;
    bottom: -16px;
  }
  .logo-wrapper {
    top: -14px;
    left: -16px;
    font-size: 78px;
  }
  .bg {
    right: -296px;
  }
  .coin1 {
    width: 23px;
    right: -18px;
    top: -5px;
  }
  .coin2 {
    width: 12px;
    right: 43px;
    top: 45px;
  }
  .coin3 {
    width: 10px;
    right: 40px;
    top: -3px;
  }
  .girl {
    width: 62px;
    right: -12px;
    top: -21px;
  }
  .money {
    width: 60px;
    top: -38px;
    right: 79px;
  }
  .s1 {
    width: 98px;
    top: -26px;
    left: 92px;
  }
  .s2 {
    background: url(../img/s2280.png) no-repeat center center/contain;
    width: 89px;
    height: 90px;
    top: 1px;
    left: 93px;
  }
  .container {
    width: 250px;
  }
}/*# sourceMappingURL=style.css.map */