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

.banner {
  margin: 0 auto;
  min-width: 280px;
  width: 100%;
  height: 90px;
  background: #000;
  border: 1px solid #0059b5;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #fff;
  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;
}

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

.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: 33%;
  height: 100%;
}

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

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

.btn {
  font-size: 17px;
  width: 116px;
  height: 46px;
  line-height: 1.2;
  background: #ade43b;
  color: #000209;
  font-weight: 700;
  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;
}
.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 45px;
  padding: 5px;
  border: 2px solid #6fc355;
  background: url(../img/glare.png) no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: btn 5.4s infinite;
          animation: btn 5.4s infinite;
}

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

/* slide 1 */
.s1-ball {
  width: 438px;
  height: 293px;
  top: -119px;
  left: 551px;
  background: url(../img/s1-ball.png) no-repeat center center/contain;
  z-index: 1;
  -webkit-animation: s1-ball 5.4s infinite;
          animation: s1-ball 5.4s infinite;
}

.s1-title {
  width: 213px;
  height: 58px;
  top: 23px;
  left: 135px;
  background: url(../img/s1-title.png) no-repeat center center/contain;
  z-index: 1;
  -webkit-animation: s1-title 5.4s infinite;
          animation: s1-title 5.4s infinite;
}

.txt-1 {
  font-size: 29px;
  width: 300px;
  top: 22px;
  left: 342px;
  color: #71b7ff;
  z-index: 3;
  -webkit-animation: txt-1 5.4s infinite;
          animation: txt-1 5.4s infinite;
}

/* slide 2 */
.txt-2 {
  font-size: 37px;
  width: 345px;
  top: 12px;
  left: 226px;
  z-index: 3;
  -webkit-animation: s2 5.4s infinite;
          animation: s2 5.4s infinite;
}
.txt-2 .first {
  font-weight: 700;
}
.txt-2 .second {
  color: #6fa5ff;
}

.s2-cost {
  width: 215px;
  height: 91px;
  background: url(../img/s2-title.png) no-repeat center center/contain;
  top: 4px;
  left: 623px;
  z-index: 3;
  -webkit-animation: s2-cost 5.4s infinite;
          animation: s2-cost 5.4s infinite;
}

.s2-stadium {
  top: -189px;
  left: 201px;
  width: 680px;
  height: 455px;
  background: url(../img/s2-stadium.png) no-repeat center center/contain;
  z-index: 1;
  -webkit-animation: s2-stadium 5.4s infinite;
          animation: s2-stadium 5.4s infinite;
}

.s2-ball-1 {
  width: 44px;
  top: -9px;
  left: 152px;
  z-index: 1;
  -webkit-animation: s2-ball-1 5.4s infinite;
          animation: s2-ball-1 5.4s infinite;
}

.s2-ball-2 {
  width: 45px;
  top: 62px;
  left: 116px;
  z-index: 1;
  -webkit-animation: s2-ball-2 5.4s infinite;
          animation: s2-ball-2 5.4s infinite;
}

.s2-ball-3 {
  top: 66px;
  left: 526px;
  z-index: 1;
  -webkit-animation: s2-ball-3 5.4s infinite;
          animation: s2-ball-3 5.4s infinite;
}

.s2-ball-4 {
  width: 45px;
  top: 3px;
  left: 893px;
  -webkit-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
          transform: rotate(-55deg);
  z-index: 1;
  -webkit-animation: s2-ball-4 5.4s infinite;
          animation: s2-ball-4 5.4s infinite;
}

/* animation 1 */
@-webkit-keyframes btn {
  from, 68.5%, 72.3%, 76.1%, 79.9%, to {
    opacity: 1;
  }
  70.4%, 74.2%, 78% {
    opacity: 0;
  }
}
@keyframes btn {
  from, 68.5%, 72.3%, 76.1%, 79.9%, to {
    opacity: 1;
  }
  70.4%, 74.2%, 78% {
    opacity: 0;
  }
}
@-webkit-keyframes txt-1 {
  from, 7.6%, 48.1%, to {
    opacity: 0;
  }
  9.5%, 44.3% {
    opacity: 1;
  }
}
@keyframes txt-1 {
  from, 7.6%, 48.1%, to {
    opacity: 0;
  }
  9.5%, 44.3% {
    opacity: 1;
  }
}
@-webkit-keyframes s1-title {
  from, 3.8% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  9.5%, 44.3% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  48.1%, to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes s1-title {
  from, 3.8% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  9.5%, 44.3% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  48.1%, to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes s2-cost {
  from, 46.2%, to {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes s2-cost {
  from, 46.2%, to {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes s1-ball {
  from, 48.1%, to {
    opacity: 0;
  }
  3.8%, 44.3% {
    opacity: 1;
  }
}
@keyframes s1-ball {
  from, 48.1%, to {
    opacity: 0;
  }
  3.8%, 44.3% {
    opacity: 1;
  }
}
/* animation 2 */
@-webkit-keyframes s2-stadium {
  from, 46.2%, to {
    opacity: 0;
  }
  50%, 98.1% {
    opacity: 1;
  }
}
@keyframes s2-stadium {
  from, 46.2%, to {
    opacity: 0;
  }
  50%, 98.1% {
    opacity: 1;
  }
}
@-webkit-keyframes s2 {
  from, 50%, 98.1%, to {
    opacity: 0;
  }
  51.9%, 96.2% {
    opacity: 1;
  }
}
@keyframes s2 {
  from, 50%, 98.1%, to {
    opacity: 0;
  }
  51.9%, 96.2% {
    opacity: 1;
  }
}
@keyframes s2 {
  from, 50%, 98.1%, to {
    opacity: 0;
  }
  51.9%, 96.2% {
    opacity: 1;
  }
}
@-webkit-keyframes s2-ball-1 {
  from, 48.1%, 98.1%, to {
    -webkit-transform: translate(-70px, -60px);
            transform: translate(-70px, -60px);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes s2-ball-1 {
  from, 48.1%, 98.1%, to {
    -webkit-transform: translate(-70px, -60px);
            transform: translate(-70px, -60px);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes s2-ball-2 {
  from, 48.1%, 98.1%, to {
    -webkit-transform: translate(-70px, 60px);
            transform: translate(-70px, 60px);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes s2-ball-2 {
  from, 48.1%, 98.1%, to {
    -webkit-transform: translate(-70px, 60px);
            transform: translate(-70px, 60px);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes s2-ball-2-1280 {
  from, 48.1%, 98.1%, to {
    -webkit-transform: translate(20px, -60px);
            transform: translate(20px, -60px);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes s2-ball-2-1280 {
  from, 48.1%, 98.1%, to {
    -webkit-transform: translate(20px, -60px);
            transform: translate(20px, -60px);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes s2-ball-2-280 {
  from, 48.1%, 98.1%, to {
    -webkit-transform: translate(20px, 40px);
            transform: translate(20px, 40px);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes s2-ball-2-280 {
  from, 48.1%, 98.1%, to {
    -webkit-transform: translate(20px, 40px);
            transform: translate(20px, 40px);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes s2-ball-3 {
  from, 48.1%, 98.1%, to {
    -webkit-transform: translate(20px, 90px);
            transform: translate(20px, 90px);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes s2-ball-3 {
  from, 48.1%, 98.1%, to {
    -webkit-transform: translate(20px, 90px);
            transform: translate(20px, 90px);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes s2-ball-4 {
  from, 48.1%, 98.1%, to {
    -webkit-transform: translate(60px, -90px) rotate(-55deg);
            transform: translate(60px, -90px) rotate(-55deg);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: translate(0, 0) rotate(-55deg);
            transform: translate(0, 0) rotate(-55deg);
    opacity: 1;
  }
}
@keyframes s2-ball-4 {
  from, 48.1%, 98.1%, to {
    -webkit-transform: translate(60px, -90px) rotate(-55deg);
            transform: translate(60px, -90px) rotate(-55deg);
    opacity: 0;
  }
  51.9%, 96.2% {
    -webkit-transform: translate(0, 0) rotate(-55deg);
            transform: translate(0, 0) rotate(-55deg);
    opacity: 1;
  }
}
@media (max-width: 1900px) {
  .s2-stadium {
    top: -189px;
    left: 151px;
    width: 680px;
  }
  .s2-cost {
    width: 215px;
    top: 8px;
    left: 533px;
  }
  .txt-2 {
    font-size: 30px;
    line-height: 1.1;
    text-align: left;
    width: 182px;
    top: 10px;
    left: 300px;
  }
  .s2-ball-4 {
    width: 45px;
    top: 37px;
    left: 745px;
  }
  .s2-ball-3 {
    top: 42px;
    left: 457px;
  }
  .s2-ball-2 {
    width: 49px;
    top: -18px;
    left: 500px;
    -webkit-animation-name: s2-ball-2-1280;
            animation-name: s2-ball-2-1280;
  }
  .s2-ball-1 {
    width: 44px;
    top: 25px;
    left: 231px;
  }
  .txt-1 {
    font-size: 24px;
    line-height: 1.3;
    width: 135px;
    top: 11px;
    left: 433px;
  }
  .s1-title {
    width: 166px;
    height: 93px;
    top: 6px;
    left: 232px;
    background: url(../img/s1-title-1280.png) no-repeat center center/contain;
  }
  .s1-ball {
    width: 438px;
    top: -119px;
    left: 461px;
  }
  .logo-wrapper {
    width: 28%;
  }
}
@media (max-width: 1279px) {
  .s2-stadium {
    top: -189px;
    left: 113px;
    width: 510px;
  }
  .txt-2 {
    font-size: 23px;
    width: 114px;
    top: 19px;
    left: 225px;
  }
  .s2-cost {
    width: 161px;
    top: 5px;
    left: 400px;
  }
  .s2-ball-4 {
    width: 33px;
    top: 40px;
    left: 560px;
  }
  .s2-ball-3 {
    width: 52px;
    top: 43px;
    left: 344px;
  }
  .s2-ball-2 {
    width: 35px;
    top: -12px;
    left: 378px;
  }
  .s2-ball-1 {
    width: 35px;
    top: 29px;
    left: 173px;
  }
  .s1-ball {
    width: 329px;
    top: -116px;
    left: 346px;
  }
  .txt-1 {
    font-size: 18px;
    width: 92px;
    top: 20px;
    left: 329px;
  }
  .s1-title {
    width: 121px;
    top: 3px;
    left: 175px;
  }
  .btn-wrapper {
    width: 21%;
  }
  .btn {
    font-size: 13px;
    line-height: 1;
    width: 92px;
    height: 35px;
  }
  .btn::before {
    padding: 4px;
  }
  .logo-wrapper {
    width: 23%;
  }
  .logo {
    position: relative;
    width: 98px;
    z-index: 30;
  }
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .s2-stadium {
    top: -187px;
    left: 50px;
    width: 340px;
  }
  .s2-cost {
    width: 109px;
    top: 4px;
    left: 240px;
  }
  .txt-2 {
    font-size: 15px;
    width: 84px;
    top: 27px;
    left: 124px;
  }
  .s2-ball-4 {
    width: 23px;
    top: 41px;
    left: 348px;
  }
  .s2-ball-3 {
    width: 35px;
    top: 43px;
    left: 204px;
  }
  .s2-ball-2 {
    width: 24px;
    top: 7px;
    left: 227px;
  }
  .s2-ball-1 {
    width: 22px;
    top: 35px;
    left: 90px;
  }
  .s1-ball {
    width: 224px;
    top: -112px;
    left: 204px;
  }
  .s1-title {
    width: 83px;
    top: 2px;
    left: 91px;
  }
  .s1-title {
    width: 83px;
    top: 2px;
    left: 91px;
  }
  .txt-1 {
    font-size: 12px;
    width: 61px;
    top: 29px;
    left: 195px;
  }
  .btn-wrapper {
    width: 18.5%;
  }
  .btn {
    font-size: 9px;
    line-height: 1;
    width: 56px;
    height: 22px;
  }
  .btn::before {
    padding: 3px;
    border: 1px solid #6fc355;
  }
  .logo-wrapper {
    width: 21%;
  }
  .logo {
    width: 65px;
  }
  .container {
    width: 450px;
  }
}
@media (max-width: 467px) {
  .s2-stadium {
    top: -177px;
    left: -19px;
    width: 290px;
  }
  .s2-ball-4 {
    width: 14px;
    top: 7px;
    left: 237px;
  }
  .s2-ball-3 {
    width: 30px;
    top: 51px;
    left: 244px;
  }
  .s2-ball-2 {
    width: 20px;
    top: 41px;
    left: 155px;
    -webkit-animation-name: s2-ball-2-280;
            animation-name: s2-ball-2-280;
  }
  .s2-ball-1 {
    width: 16px;
    top: 27px;
    left: 70px;
  }
  .s2-cost {
    width: 75px;
    top: 7px;
    left: 165px;
    background: url(../img/s2-title-280.png) no-repeat center center/contain;
  }
  .txt-2 {
    font-size: 19px;
    width: 65px;
    text-align: right;
    top: 10px;
    left: 84px;
  }
  .s1-ball {
    width: 190px;
    top: -107px;
    left: 114px;
  }
  .txt-1 {
    font-size: 11px;
    width: 61px;
    top: 55px;
    left: 81px;
  }
  .s1-title {
    width: 97px;
    top: -10px;
    left: 61px;
  }
  .btn-wrapper {
    width: 30.5%;
    height: 70%;
    right: auto;
    left: 0;
  }
  .btn {
    font-size: 7px;
    line-height: 1;
    width: 48px;
    height: 18px;
  }
  .logo-wrapper {
    width: 30%;
    height: 55%;
  }
  .logo {
    width: 53px;
  }
  .container {
    width: 250px;
  }
}