@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500;1,900&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: url(../img/bg.jpg) no-repeat center center;
  border: 1px solid #007acc;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  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;
}

/*

Legal

.legal {
  font-size: 15px;
  line-height: 1;
  color: #c9ccd0;
  position: absolute;
  font-style: normal;
  text-transform: none;
  font-weight: 400;
  bottom: 25px;
  right: 11px;
  width: 420px;
  z-index: 5;
}

.banner::after {
  content: "21+";
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #c9ccd0;
  border-radius: 40px;
  border: 3px solid #c9ccd0;
  position: absolute;
  font-style: normal;
  width: 38px;
  height: 38px;
  line-height: 32px;
  bottom: 135px;
  right: 20px;
  z-index: 5;
}
*/
.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;
}

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

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

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

.btn {
  font-size: 20px;
  width: 142px;
  height: 50px;
  line-height: 1.2;
  background: -webkit-gradient(linear, left bottom, left top, from(#a4dd00), to(#dafd00));
  background: linear-gradient(0deg, #a4dd00 0%, #dafd00 100%);
  border: 4px solid #10182a;
  border-radius: 32px;
  color: #10182a;
  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;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.btn span {
  position: relative;
  z-index: 1;
}

.btn::before {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  background: url(../img/glare.png) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: glare 5.2s infinite;
          animation: glare 5.2s infinite;
}

.btn-border {
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 3px;
  border-radius: 60px;
  border: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-border::before {
  display: none;
}

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

/* slide 1 */
.bg {
  width: 218px;
  height: 100%;
  top: 0;
  right: 209px;
  background: #6396a7;
  -webkit-transform: skewX(-17deg);
          transform: skewX(-17deg);
  overflow: hidden;
}

.bg::before {
  content: "";
  background: #fff;
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  left: -18px;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  z-index: 3;
}

.bg::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  right: -18px;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  z-index: 3;
}

.man {
  width: 335px;
  height: 224px;
  background: url(../img/man.png) no-repeat center center/contain;
  top: -19px;
  left: -19px;
  -webkit-transform: skewX(17deg);
          transform: skewX(17deg);
  overflow: hidden;
  z-index: 1;
}

.curtain {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.3;
}

.curtain::before {
  content: "";
  background: #773e2e;
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  left: -9px;
  -webkit-transform: skewX(-14deg);
          transform: skewX(-14deg);
  z-index: 3;
}

.curtain::after {
  content: "";
  background: #773e2e;
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  right: -9px;
  -webkit-transform: skewX(-14deg);
          transform: skewX(-14deg);
  z-index: 3;
}

.txt-wrapper {
  width: 60%;
  overflow: hidden;
}

.txt-1 {
  font-size: 57px;
  width: 330px;
  top: 7px;
  left: 202px;
  text-shadow: 0 8px 5px rgba(12, 25, 53, 0.8);
  color: #ffd800;
  -webkit-animation: txt-1 5.2s infinite;
          animation: txt-1 5.2s infinite;
}

.txt-2 {
  font-size: 29px;
  line-height: 1;
  width: 500px;
  top: 12px;
  left: 146px;
  text-shadow: 0 8px 5px rgba(12, 25, 53, 0.8);
  -webkit-animation: txt-2 5.2s infinite;
          animation: txt-2 5.2s infinite;
}

.txt-2 .first {
  font-weight: 500;
  display: inline-block;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.txt-2 .second {
  font-size: 1.34em;
  color: #ffd800;
  width: 100%;
  display: inline-block;
}

.money {
  top: -108px;
  right: 160px;
  z-index: 3;
  -webkit-animation: money 5.2s infinite;
          animation: money 5.2s infinite;
}

/* animation */
@-webkit-keyframes txt-1 {
  from, 50%, to {
    -webkit-transform: translateX(390px);
            transform: translateX(390px);
  }
  3.8%, 46.2% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes txt-1 {
  from, 50%, to {
    -webkit-transform: translateX(390px);
            transform: translateX(390px);
  }
  3.8%, 46.2% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes txt-2 {
  from, 50%, to {
    -webkit-transform: translateX(390px);
            transform: translateX(390px);
  }
  53.8%, 96.2% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes txt-2 {
  from, 50%, to {
    -webkit-transform: translateX(390px);
            transform: translateX(390px);
  }
  53.8%, 96.2% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes txt-1-768 {
  from, 50%, to {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  3.8%, 46.2% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes txt-1-768 {
  from, 50%, to {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  3.8%, 46.2% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes txt-2-768 {
  from, 50%, to {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  53.8%, 96.2% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes txt-2-768 {
  from, 50%, to {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  53.8%, 96.2% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes txt-1-468 {
  from, 50%, to {
    -webkit-transform: translateX(160px);
            transform: translateX(160px);
  }
  3.8%, 46.2% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes txt-1-468 {
  from, 50%, to {
    -webkit-transform: translateX(160px);
            transform: translateX(160px);
  }
  3.8%, 46.2% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes txt-2-468 {
  from, 50%, to {
    -webkit-transform: translateX(160px);
            transform: translateX(160px);
  }
  53.8%, 96.2% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes txt-2-468 {
  from, 50%, to {
    -webkit-transform: translateX(160px);
            transform: translateX(160px);
  }
  53.8%, 96.2% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes money {
  from, 50.002% {
    -webkit-transform: translate(-40px, 60px) scale(0.6);
            transform: translate(-40px, 60px) scale(0.6);
    opacity: 0;
  }
  3.8%, 46.2%, 53.8%, 96.2% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  50%, to {
    -webkit-transform: translate(60px, -90px) scale(1);
            transform: translate(60px, -90px) scale(1);
    opacity: 1;
  }
  50.001% {
    -webkit-transform: translate(60px, -90px) scale(1);
            transform: translate(60px, -90px) scale(1);
    opacity: 0;
  }
}

@keyframes money {
  from, 50.002% {
    -webkit-transform: translate(-40px, 60px) scale(0.6);
            transform: translate(-40px, 60px) scale(0.6);
    opacity: 0;
  }
  3.8%, 46.2%, 53.8%, 96.2% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  50%, to {
    -webkit-transform: translate(60px, -90px) scale(1);
            transform: translate(60px, -90px) scale(1);
    opacity: 1;
  }
  50.001% {
    -webkit-transform: translate(60px, -90px) scale(1);
            transform: translate(60px, -90px) scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes glare {
  from, 21.3%, 71.3% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 1;
  }
  28.9%, 78.9%, to {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 1;
  }
  29% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 0;
  }
}

@keyframes glare {
  from, 21.3%, 71.3% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 1;
  }
  28.9%, 78.9%, to {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 1;
  }
  29% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 0;
  }
}

@media (max-width: 1800px) {
  .txt-1 {
    font-size: 41px;
    line-height: 1;
    width: 148px;
    top: 4px;
    left: 334px;
  }
  .btn-wrapper {
    width: 27%;
  }
  .logo-wrapper {
    width: 31%;
  }
}

@media (max-width: 1279px) {
  .txt-2 {
    font-size: 23px;
    width: 283px;
    top: 18px;
    left: 152px;
    -webkit-animation-name: txt-2-768;
            animation-name: txt-2-768;
  }
  .money {
    width: 113px;
    top: -73px;
    right: 113px;
  }
  .man {
    width: 257px;
    top: -32px;
    left: -14px;
  }
  .curtain::after {
    right: -13px;
  }
  .curtain::before {
    left: -13px;
  }
  .bg::after {
    right: -20px;
  }
  .bg::before {
    left: -20px;
  }
  .bg {
    width: 166px;
    height: 100%;
    right: 153px;
  }
  .txt-1 {
    font-size: 34px;
    line-height: 1;
    width: 141px;
    top: 11px;
    left: 233px;
    -webkit-animation-name: txt-1-768;
            animation-name: txt-1-768;
  }
  .btn-wrapper {
    width: 20.4%;
  }
  .btn {
    font-size: 16px;
    width: 112px;
    height: 38px;
  }
  .logo-wrapper {
    width: 25%;
  }
  .logo {
    width: 121px;
  }
  .container {
    width: 750px;
  }
  .banner {
    background: url(../img/bg-768.jpg) no-repeat center center;
  }
}

@media (max-width: 767px) {
  .txt-2 .first {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
  .txt-2 {
    font-size: 14px;
    width: 160px;
    top: 28px;
    left: 96px;
    text-shadow: 0 5px 3px rgba(12, 25, 53, 0.8);
    -webkit-animation-name: txt-2-468;
            animation-name: txt-2-468;
  }
  .money {
    width: 69px;
    top: -28px;
    right: 65px;
  }
  .txt-1 {
    font-size: 22px;
    line-height: 1;
    width: 82px;
    top: 21px;
    left: 141px;
    text-shadow: 0 5px 3px rgba(12, 25, 53, 0.8);
    -webkit-animation-name: txt-1-468;
            animation-name: txt-1-468;
  }
  .man {
    width: 198px;
    top: -46px;
    left: -24px;
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  .curtain::after {
    right: -17px;
    -webkit-transform: skewX(-7deg);
            transform: skewX(-7deg);
  }
  .curtain::before {
    left: -16px;
    -webkit-transform: skewX(-7deg);
            transform: skewX(-7deg);
  }
  .bg::after {
    right: -22px;
    -webkit-transform: skewX(-4deg);
            transform: skewX(-4deg);
  }
  .bg::before {
    left: -22px;
    -webkit-transform: skewX(-4deg);
            transform: skewX(-4deg);
  }
  .bg {
    width: 102px;
    right: 90px;
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
  }
  .btn-border {
    padding: 2px;
  }
  .btn {
    font-size: 9px;
    width: 68px;
    height: 24px;
    border-width: 3px;
  }
  .logo {
    width: 74px;
  }
  .container {
    width: 450px;
  }
  .banner {
    background: url(../img/bg-468.jpg) no-repeat center center;
  }
}

@media (max-width: 467px) {
  .txt-2 {
    font-size: 12px;
    line-height: 1;
    width: 93px;
    top: 16px;
    left: 64px;
  }
  .txt-2 .first {
    width: 55px;
    line-height: 1.2;
    text-align: right;
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  .txt-wrapper {
    width: 68%;
  }
  .txt-1 {
    font-size: 19px;
    width: 73px;
    top: 26px;
    left: 77px;
  }
  .curtain::after {
    right: -19px;
  }
  .money {
    width: 64px;
    top: -23px;
    right: -28px;
  }
  .man {
    width: 191px;
    top: -51px;
    left: -22px;
  }
  .bg {
    width: 95px;
    right: -5px;
  }
  .btn-wrapper {
    width: 30.2%;
    height: 56%;
    right: auto;
    left: 0;
  }
  .btn {
    font-size: 9px;
    width: 62px;
    height: 22px;
    border-width: 3px;
  }
  .logo-wrapper {
    width: 30%;
    height: 63%;
  }
  .logo {
    width: 69px;
  }
  .container {
    width: 250px;
  }
}
/*# sourceMappingURL=style.css.map */