@import url("https://fonts.googleapis.com/css2?family=Anton&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* animation: none !important; */
}

.banner {
  margin: 0 auto;
  min-width: 280px;
  width: 100%;
  height: 90px;
  background: #08082b;
  border: 1px solid #14a0ff;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: flex;
  justify-content: 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;
}

.logo-wrapper,
.btn-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-wrapper {
  top: 0;
  left: -115px;
  width: 30%;
  height: 100%;
}

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

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

/* button glare */
.btn {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  font-size: 19px;
  width: 142px;
  height: 28px;
  line-height: 1;
  color: #32373d;
  background: #5ae600;
  box-shadow: inset 0 0.08em 0 0 #c5ff8d, 0 0 0em 0em #5ae600;
  border-radius: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 10;
  animation: btn 2.5s infinite;
}

.btn-border {
  position: absolute;
  box-sizing: content-box;
  background: none !important;
  box-shadow: inset 0 0 0 0.1em #5ae600;
  line-height: 1;
  padding: 0.3em;
  border-radius: 65px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
  animation: btn-border 2.5s infinite;
}

.btn-border span {
  position: relative;
}

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

.legal {
font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 30px);
    font-size: 5.5px;
    width: 153px;
}


/* slide 1 */
.txt-1-wrapper {
 width: 977px;
    font-size: 74.5px;
    height: 100%;
    top: 1px;
    left: 277px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  text-shadow: 0em 0.0348em 0.1217em rgba(43, 43, 43, 0.3),
    0em 0em 0.0348em rgba(11, 116, 219, 0.6),
    0em 0em 0.0696em rgba(11, 116, 219, 0.6),
    0em 0em 0.087em rgba(11, 116, 219, 0.6),
    0em 0em 0.1043em rgba(11, 116, 219, 0.6);
}

.txt-1 {
  font-size: inherit;
  width: 100%;
  position: static !important;
}

.txt-1 span {
  color: #fdd909;
}

.mountains {
  top: 7px;
  left: -63px;
  width: 400px;
  height: 221px;
  background: url(../img/mountains.png) no-repeat center center/contain;
}

.plane-big {
  top: 19px;
  left: 196px;
  width: 112px;
  height: 58px;
}

.plane-big::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../img/plane-big.png) no-repeat center center/contain;
  animation: plane-big 2.5s infinite;
}

.plane-big::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 173px;
  height: 83px;
  background: url(../img/plane-blur.png) no-repeat center center/contain;
  animation: plane-blur 2.5s infinite;
}

.plane-small {
  top: 13px;
  left: 103px;
  width: 68px;
  height: 57px;
  background: url(../img/plane-small.png) no-repeat center center/contain;
  animation: plane-small 2.5s infinite linear;
}

.promo {
  top: 22px;
  left: -98px;
  width: 153px;
  height: 38px;
  background: url(../img/promo.png) no-repeat center center/contain;
  animation: promo 2.5s infinite;
}

.txt-1 .acc {
  position: relative;
  bottom: 0.13em;
}

.txt-1 .br1,
.txt-1 .br2,
.txt-1 .br3 {
  display: none;
}

/* animation 1 */
@keyframes btn {
  0%,
  36%,
  48%,
  52%,
  64%,
  100% {
    box-shadow: inset 0 0.08em 0 0 #c5ff8d, 0 0 0em 0em #5ae600;
  }
  40%,
  44%,
  56%,
  60% {
    box-shadow: inset 0 0.08em 0 0 #c5ff8d, 0 0 0.8em 0.3em #5ae600;
  }
}
@keyframes btn-border {
  0%,
  36%,
  48%,
  52%,
  64%,
  100% {
    box-shadow: inset 0 0 0 0.1em #5ae600;
  }
  40%,
  44%,
  56%,
  60% {
    box-shadow: inset 0 0 0 0.1em #5ae600;
  }
}
@keyframes promo {
  0% {
    transform: translate(107px, -65px);
    transform: translate(90px, -90px);
    opacity: 1;
  }
  12%,
  96% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
}
@keyframes promo-280 {
  0% {
    transform: translate(30px, -50px);
    opacity: 1;
  }
  12%,
  96% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
}
@keyframes plane-blur {
  0% {
    transform: translate(-180%, 75%);
    opacity: 1;
  }
  12%,
  83.9% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  84% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  96%,
  100% {
    transform: translate(60%, -160%);
    opacity: 1;
  }
}
@keyframes plane-blur-468 {
  0% {
    transform: translate(-180%, 75%);
    opacity: 1;
  }
  12%,
  83.9% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  84% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  96%,
  100% {
    transform: translate(84%, -197%);
    opacity: 1;
  }
}
@keyframes plane-big {
  0% {
    transform: translate(-215%, 81%);
    opacity: 0;
  }
  12%,
  83.9% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  84%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%);
  }
}
@keyframes plane-small {
  0%,
  8% {
    transform: translate(-150px, 80px);
  }
  92%,
  100% {
    transform: translate(150px, -86px);
  }
}
@media (max-width: 1900px) {
  .btn-wrapper {
    bottom: 0;
    right: -84px;
  }
  .logo-wrapper {
    top: 0;
    left: -42px;
  }
  .txt-1-wrapper {
   width: 600px;
        font-size: 46px;
        top: 1px;
        left: 399px;
  }
  .mountains {
    top: -21px;
    left: 162px;
    width: 255px;
  }
  .plane-big {
    top: 19px;
    left: 313px;
  }
  .promo {
    top: 19px;
    left: 164px;
    width: 125px;
    height: 31px;
  }
  .plane-small {
    top: 14px;
    left: 232px;
    width: 67px;
  }
}
@media (max-width: 1279px) {
  .btn-wrapper {
    bottom: -15px;
    left: -26px;
    right: auto;
  }
  .btn {
    font-size: 15px;
    width: 114px;
    height: 22px;
  }
  .legal {
    font-size: 5.3px;
    transform: translate(-50%, 19px);
  }
  .logo-wrapper {
    top: -19px;
    left: -21px;
  }
  .logo {
    width: 120px;
  }
  .container {
    width: 750px;
  }
  
  .txt-1-wrapper {
   width: 380px;
        font-size: 32.5px;
        top: 1px;
        left: 403px;
        line-height: 1.1;
  }
  .promo {
    left: 169px;
  }
  .plane-big {
    top: 13px;
    left: 317px;
  }
  .plane-small {
    top: 12px;
    left: 260px;
  }
  .mountains {
    top: -21px;
    left: 172px;
  }
}
@media (max-width: 767px) {
  .btn-wrapper {
    bottom: -13px;
    left: -7px;
    right: auto;
  }
  .btn {
    font-size: 12px;
    width: 94px;
    height: 18px;
  }
  .legal {
   font-size: 4.4px;
        transform: translate(-50%, 19px);
  }
  .logo-wrapper {
    top: -19px;
    left: -3px;
  }
  .logo {
    width: 100px;
  }
  .container {
    width: 450px;
  }
  .promo {
    top: 25px;
    left: 120px;
    width: 94px;
    height: 23px;
  }
  .plane-big {
    top: 28px;
    left: 217px;
    width: 94px;
    height: 49px;
  }
  .plane-big::before {
    width: 156px;
    height: 74px;
    animation-name: plane-blur-468;
  }
  .plane-small {
    top: 12px;
    left: 162px;
  }
  .mountains {
    top: -21px;
    left: 89px;
  }
  .txt-1 .br1 {
    display: block;
  }
  .txt-1-wrapper {
   width: 192px;
        font-size: 27px;
        top: 0px;
        left: 286px;
  }
}
@media (max-width: 467px) {
  .btn-wrapper {
    bottom: -13px;
    left: 10px;
    right: auto;
  }
  .btn {
    font-size: 9px;
    width: 76px;
    height: 14px;
  }
 
  .logo-wrapper {
    top: -20px;
    left: 13px;
  }
  .logo {
    width: 78px;
  }
  .container {
    width: 250px;
  }
  .promo {
    top: 15px;
    left: 94px;
    width: 74px;
    height: 19px;
    z-index: 2;
    animation-name: promo-280;
  }
  .plane-big {
    top: 39px;
    left: 101px;
    width: 75px;
    height: 40px;
    z-index: 2;
  }
  .plane-big::before {
    width: 137px;
    height: 64px;
  }
  .plane-small {
    top: 12px;
    left: 96px;
  }
  .mountains {
    top: -19px;
    left: 36px;
    width: 270px;
  }
  .txt-1 .br3 {
    display: block;
  }
  .txt-1-wrapper {
   width: 124px;
        font-size: 19px;
        top: 1px;
        left: 164px;
  }
      .legal {
      font-size: 3.4px;
        transform: translate(-50%, 20px);
    }
} /*# sourceMappingURL=style.css.map */
