@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:wght@900&display=swap");

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* animation: none !important; */
}

.banner {
  margin: 0 auto;
  min-width: 280px;
  width: 100%;
  height: 90px;
  background: #001661;
  border: 1px solid #2586ff;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.txt-wrapper,
.img-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt-wrapper {
  text-transform: uppercase;
}

.img-wrapper div {
  background-size: contain !important;
}

.container {
  width: 1000px;
  height: 100%;
  position: relative;
}

.container div,
.container img {
  position: absolute;
}

.container::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 171px;
  width: 195px;
  height: 79px;
  background: url(../img/bg-ball.png) no-repeat center center/contain;
  z-index: 1;
}

.container::after {
  content: "";
  position: absolute;
  top: -65px;
  right: -145px;
  width: 456px;
  height: 368px;
  background: url(../img/bg-balls.png) no-repeat center center/contain;
  z-index: 1;
}

.logo-wrapper,
.btn-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper {
  top: 0;
  left: 0;
  width: 28%;
  height: 100%;
}

.logo {
  position: relative;
  z-index: 30;
}

.btn-wrapper {
  bottom: 0;
  right: 0;
  width: 30%;
  height: 100%;
}

.btn {
  font-size: 21px;
  width: 180px;
  height: 68px;
  line-height: 1;
  letter-spacing: 0.03em;
  background: #63e104;
  color: #00102d;
  -webkit-box-shadow: inset 0 0 7px 3px #aeff71, 0 0 12px 0 #63e104;
  box-shadow: inset 0 0 7px 3px #aeff71, 0 0 12px 0 #63e104;
  border: 1px solid #a8ff66;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 10;
  -webkit-animation: btn 8.5s infinite;
  animation: btn 8.5s infinite;
}

.img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* slide 1 */
.txt-1 {
  font-size: 33px;
  letter-spacing: 0.05em;
  color: #6afcff;
  top: 20px;
  left: 326px;
  z-index: 3;
  -webkit-animation: txt-1 8.5s infinite;
  animation: txt-1 8.5s infinite;
}

.txt-1 .second {
  font-size: 1.21em;
  color: #ff33d4;
}

.s1-hyper-bonus {
  top: -52px;
  left: 45px;
  width: 331px;
  height: 202px;
  background: url(../img/s1-hyper-bonus.png) no-repeat center center/contain;
  z-index: 2;
  -webkit-animation: s1-hyper-bonus 8.5s infinite;
  animation: s1-hyper-bonus 8.5s infinite;
}

/* slide 2 */
.s2-img {
  top: -4px;
  left: 150px;
  width: 167px;
  height: 118px;
  background: url(../img/s2-img.png) no-repeat center center/contain;
  z-index: 2;
  -webkit-animation: s2-img 8.5s infinite;
  animation: s2-img 8.5s infinite;
}

.txt-2 {
  font-size: 35px;
  letter-spacing: 0.05em;
  color: #6afcff;
  top: 17px;
  left: 340px;
  z-index: 3;
  -webkit-animation: txt-2 8.5s infinite;
  animation: txt-2 8.5s infinite;
}

.txt-2 .second {
  font-size: 1.21em;
  color: #ff33d4;
}

/* slide 3 */
.s3-img {
  top: -45px;
  left: 120px;
  width: 182px;
  height: 174px;
  background: url(../img/s3-img.png) no-repeat center center/contain;
  z-index: 2;
  -webkit-animation: s3-img 8.5s infinite;
  animation: s3-img 8.5s infinite;
}

.txt-3 {
  font-size: 38px;
  width: 554px;
  letter-spacing: 0.05em;
  color: #6afcff;
  top: 17px;
  left: 330px;
  z-index: 3;
  -webkit-animation: txt-3 8.5s infinite;
  animation: txt-3 8.5s infinite;
}

.txt-3 br {
  display: none;
}

.txt-3 .second {
  font-size: 1.21em;
  color: #ff33d4;
}

/* animation 1 */
@-webkit-keyframes s1-hyper-bonus {

  from,
  34.1%,
  to {
    opacity: 0;
  }

  1.2%,
  31.7% {
    opacity: .22;
  }

  2.4%,
  30.5% {
    opacity: .88;
  }

  3.6%,
  29.3%,
  32.9% {
    opacity: .55;
  }

  4.8%,
  28.1% {
    opacity: 1;
  }
}

@keyframes s1-hyper-bonus {

  from,
  34.1%,
  to {
    opacity: 0;
  }

  1.2%,
  31.7% {
    opacity: .22;
  }

  2.4%,
  30.5% {
    opacity: .88;
  }

  3.6%,
  29.3%,
  32.9% {
    opacity: .55;
  }

  4.8%,
  28.1% {
    opacity: 1;
  }
}

@-webkit-keyframes txt-1 {

  from,
  3.6% {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  6%,
  28.1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  30.5%,
  to {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
}

@keyframes txt-1 {

  from,
  3.6% {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  6%,
  28.1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  30.5%,
  to {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
}

/* animation 2 */
@-webkit-keyframes s2-img {

  from,
  32.9%,
  68.2%,
  to {
    opacity: 0;
  }

  34.1%,
  65.8% {
    opacity: .22;
  }

  35.3% {
    opacity: .66;
  }

  36.5% {
    opacity: .33;
  }

  37.7%,
  64.6%,
  67% {
    opacity: .88;
  }

  38.9% {
    opacity: .55;
  }

  63.4% {
    opacity: .44;
  }

  40.1%,
  62.2% {
    opacity: 1;
  }
}

@keyframes s2-img {

  from,
  32.9%,
  68.2%,
  to {
    opacity: 0;
  }

  34.1%,
  65.8% {
    opacity: .22;
  }

  35.3% {
    opacity: .66;
  }

  36.5% {
    opacity: .33;
  }

  37.7%,
  64.6%,
  67% {
    opacity: .88;
  }

  38.9% {
    opacity: .55;
  }

  63.4% {
    opacity: .44;
  }

  40.1%,
  62.2% {
    opacity: 1;
  }
}

@-webkit-keyframes txt-2 {

  from,
  37.7% {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  40.1%,
  62.2% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  64.6%,
  to {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
}

@keyframes txt-2 {

  from,
  37.7% {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  40.1%,
  62.2% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  64.6%,
  to {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
}

/* animation 3 */
@-webkit-keyframes s3-img {

  from,
  67%,
  to {
    opacity: 0;
  }

  68.2%,
  98.8% {
    opacity: .22;
  }

  69.4%,
  97.6% {
    opacity: .88;
  }

  70.6%,
  73% {
    opacity: .33;
  }

  71.8% {
    opacity: .66;
  }

  74.2%,
  95.2% {
    opacity: 1;
  }

  96.4% {
    opacity: .55;
  }
}

@keyframes s3-img {

  from,
  67%,
  to {
    opacity: 0;
  }

  68.2%,
  98.8% {
    opacity: .22;
  }

  69.4%,
  97.6% {
    opacity: .88;
  }

  70.6%,
  73% {
    opacity: .33;
  }

  71.8% {
    opacity: .66;
  }

  74.2%,
  95.2% {
    opacity: 1;
  }

  96.4% {
    opacity: .55;
  }
}

@-webkit-keyframes txt-3 {

  from,
  71.8% {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  74.2%,
  95.2% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  97.6%,
  to {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
}

@keyframes txt-3 {

  from,
  71.8% {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  74.2%,
  95.2% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  97.6%,
  to {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
}

@-webkit-keyframes btn {

  from,
  78.9%,
  81.3%,
  83.7%,
  86.1% {
    -webkit-box-shadow: inset 0 0 7px 3px #aeff71, 0 0 12px 0 #63e104;
    box-shadow: inset 0 0 7px 3px #aeff71, 0 0 12px 0 #63e104;
  }

  80.1%,
  82.5%,
  84.9% {
    -webkit-box-shadow: inset 0 0 7px 3px #aeff71, 0 0 12px 0 #63e104, 0 0 71px 10px #63e104;
    box-shadow: inset 0 0 7px 3px #aeff71, 0 0 12px 0 #63e104, 0 0 71px 10px #63e104;
  }
}

@keyframes btn {

  from,
  78.9%,
  81.3%,
  83.7%,
  86.1% {
    -webkit-box-shadow: inset 0 0 7px 3px #aeff71, 0 0 12px 0 #63e104;
    box-shadow: inset 0 0 7px 3px #aeff71, 0 0 12px 0 #63e104;
  }

  80.1%,
  82.5%,
  84.9% {
    -webkit-box-shadow: inset 0 0 7px 3px #aeff71, 0 0 12px 0 #63e104, 0 0 71px 10px #63e104;
    box-shadow: inset 0 0 7px 3px #aeff71, 0 0 12px 0 #63e104, 0 0 71px 10px #63e104;
  }
}

@-webkit-keyframes btn-768 {

  from,
  78.9%,
  81.3%,
  83.7%,
  86.1% {
    -webkit-box-shadow: inset 0 0 4px 0 #aeff71, 0 0 10px 0 #63e104;
    box-shadow: inset 0 0 4px 0 #aeff71, 0 0 10px 0 #63e104;
  }

  80.1%,
  82.5%,
  84.9% {
    -webkit-box-shadow: inset 0 0 4px 0 #aeff71, 0 0 10px 0 #63e104, 0 0 50px 5px #63e104;
    box-shadow: inset 0 0 4px 0 #aeff71, 0 0 10px 0 #63e104, 0 0 50px 5px #63e104;
  }
}

@keyframes btn-768 {

  from,
  78.9%,
  81.3%,
  83.7%,
  86.1% {
    -webkit-box-shadow: inset 0 0 4px 0 #aeff71, 0 0 10px 0 #63e104;
    box-shadow: inset 0 0 4px 0 #aeff71, 0 0 10px 0 #63e104;
  }

  80.1%,
  82.5%,
  84.9% {
    -webkit-box-shadow: inset 0 0 4px 0 #aeff71, 0 0 10px 0 #63e104, 0 0 50px 5px #63e104;
    box-shadow: inset 0 0 4px 0 #aeff71, 0 0 10px 0 #63e104, 0 0 50px 5px #63e104;
  }
}

@-webkit-keyframes btn-280 {

  from,
  78.9%,
  81.3%,
  83.7%,
  86.1% {
    -webkit-box-shadow: inset 0 0 4px 0 #aeff71, 0 0 7px 0 #63e104;
    box-shadow: inset 0 0 4px 0 #aeff71, 0 0 7px 0 #63e104;
  }

  80.1%,
  82.5%,
  84.9% {
    -webkit-box-shadow: inset 0 0 4px 0 #aeff71, 0 0 7px 0 #63e104, 0 0 40px 4px #63e104;
    box-shadow: inset 0 0 4px 0 #aeff71, 0 0 7px 0 #63e104, 0 0 40px 4px #63e104;
  }
}

@keyframes btn-280 {

  from,
  78.9%,
  81.3%,
  83.7%,
  86.1% {
    -webkit-box-shadow: inset 0 0 4px 0 #aeff71, 0 0 7px 0 #63e104;
    box-shadow: inset 0 0 4px 0 #aeff71, 0 0 7px 0 #63e104;
  }

  80.1%,
  82.5%,
  84.9% {
    -webkit-box-shadow: inset 0 0 4px 0 #aeff71, 0 0 7px 0 #63e104, 0 0 40px 4px #63e104;
    box-shadow: inset 0 0 4px 0 #aeff71, 0 0 7px 0 #63e104, 0 0 40px 4px #63e104;
  }
}

@media (max-width: 1800px) {
  .txt-3 {
    font-size: 33px;
    line-height: 1.1;
    width: 278px;
    top: 6px;
    left: 463px;
  }

  .txt-3 .first span {
    width: 100%;
    display: inline-block;
  }

  .s3-img {
    left: 240px;
  }

  .s2-img {
    left: 221px;
  }

  .txt-2 {
    font-size: 27px;
    width: 345px;
    top: 12px;
    left: 431px;
  }

  .txt-1 {
    font-size: 28.5px;
    line-height: 1.1;
    top: 15px;
    width: 347px;
    left: 436px;
  }

  .txt-1 .second {
    font-size: 1em;
  }

  .s1-hyper-bonus {
    left: 134px;
  }

  .btn-wrapper {
    width: 24.5%;
  }

  .logo-wrapper {
    width: 25%;
  }
}

@media (max-width: 1279px) {
  .s3-img {
    width: 114px;
    left: 210px;
  }

  .txt-3 {
    font-size: 22px;
    line-height: 1.1;
    width: 184px;
    top: 20px;
    left: 342px;
  }

  .txt-2 {
    font-size: 22px;
    width: 273px;
    top: 17px;
    left: 301px;
  }

  .s2-img {
    width: 118px;
    top: -5px;
    left: 191px;
  }

  .txt-1 {
    font-size: 22px;
    top: 22px;
    width: 268px;
    left: 310px;
  }

  .s1-hyper-bonus {
    top: -51px;
    left: 125px;
    width: 248px;
  }

  .btn-wrapper {
    width: 24%;
  }

  .btn {
    font-size: 14px;
    width: 117px;
    height: 44px;
    -webkit-box-shadow: inset 0 0 4px 0 #aeff71, 0 0 10px 0 #63e104;
    box-shadow: inset 0 0 4px 0 #aeff71, 0 0 10px 0 #63e104;
    -webkit-animation-name: btn-768;
    animation-name: btn-768;
  }

  .logo-wrapper {
    width: 27%;
  }

  .logo {
    width: 128px;
  }

  .container {
    width: 750px;
  }

  .container::before {
    top: 19px;
    left: 167px;
    width: 128px;
  }

  .container::after {
    top: -92px;
    right: -35px;
    width: 292px;
  }
}

@media (max-width: 767px) {
  .txt-3 {
    font-size: 14.5px;
    line-height: 1.1;
    width: 118px;
    top: 27px;
    left: 203px;
  }

  .s3-img {
    width: 74px;
    left: 120px;
  }

  .txt-2 {
    font-size: 14px;
    width: 175px;
    top: 27px;
    left: 183px;
  }

  .s2-img {
    width: 74px;
    top: -10px;
    left: 107px;
  }

  .txt-1 {
    font-size: 14px;
    top: 29px;
    width: 170px;
    left: 183px;
  }

  .s1-hyper-bonus {
    top: -54px;
    left: 64px;
    width: 159px;
  }

  .btn {
    font-size: 9px;
    width: 76px;
    height: 28px;
    padding-top: 1px;
  }

  .logo-wrapper {
    width: 25%;
  }

  .logo {
    width: 83px;
  }

  .container {
    width: 450px;
  }

  .container::after {
    top: -111px;
    right: -35px;
    width: 182px;
  }

  .container::before {
    top: 12px;
    left: 92px;
    width: 77px;
  }
}

@media (max-width: 467px) {
  .txt-3 {
    font-size: 13.5px;
    line-height: 1.1;
    width: 88px;
    top: 20px;
    left: 96px;
  }

  .txt-3 br {
    display: inline-block;
  }

  .s3-img {
    width: 83px;
    left: 177px;
  }

  .s2-img {
    width: 79px;
    top: -15px;
    left: 182px;
  }

  .txt-2 {
    font-size: 12px;
    width: 91px;
    top: 21px;
    left: 95px;
  }

  .txt-1 {
    font-size: 11px;
    top: 26px;
    width: 81px;
    left: 96px;
  }

  .s1-hyper-bonus {
    top: -52px;
    left: 120px;
    width: 198px;
  }

  .btn-wrapper {
    width: 41%;
    height: 56%;
    right: auto;
    left: 0;
  }

  .btn {
    font-size: 8px;
    width: 90px;
    height: 20px;
    padding-top: 1px;
    -webkit-box-shadow: inset 0 0 4px 0 #aeff71, 0 0 7px 0 #63e104;
    box-shadow: inset 0 0 4px 0 #aeff71, 0 0 7px 0 #63e104;
    -webkit-animation-name: btn-280;
    animation-name: btn-280;
  }

  .btn br {
    display: none;
  }

  .logo-wrapper {
    width: 42%;
    height: 59%;
  }

  .logo {
    width: 82px;
  }

  .container {
    width: 250px;
  }

  .container::before {
    display: none;
  }

  .container::after {
    top: -72px;
    right: 40px;
    width: 121px;
  }
}

/*# sourceMappingURL=style.css.map */