#app {
	position:absolute;
	bottom:0%;
  height: 100vh;
  width: 100%;
    z-index: 0 !important;
}


@keyframes movemoon {
  0% {
    transform: translate(400%, -100%) scale(0.7);
  }
  25% {
    transform: translate(400%, 150vh) scale(0.7);
  }
  25.001% {
    transform: translate(500%, -100%) scale(0.4);
  }
  50% {
    transform: translate(500%, 85vh) scale(0.4);
  }
  50.001% {
    transform: translate(350%, -100%) scale(0.6);
  }
  75% {
    transform: translate(550%, 130vh) scale(0.3);
  }
  75.001% {
    transform: translate(100%, -100%) scale(0.5);
  }
  100% {
    transform: translate(100%, 110vh) scale(0.5);
  }
}
@keyframes moveearth {
  0% {
    transform: translate(220%, -100%) scale(0.7);
  }
  25% {
    transform: translate(150%, 150vh) scale(0.7);
  }
  25.001% {
    transform: translate(100%, -100%) scale(0.7);
  }
  50% {
    transform: translate(350%, 85vh) scale(0.4);
  }
  50.001% {
    transform: translate(350%, -100%) scale(0.6);
  }
  75% {
    transform: translate(350%, 130vh) scale(0.6);
  }
  75.001% {
    transform: translate(500%, -100%) scale(0.5);
  }
  100% {
    transform: translate(500%, 110vh) scale(0.5);
  }
}
@keyframes movemars {
  0% {
    transform: translate(350%, -100%) scale(0.7);
  }
  25% {
    transform: translate(150%, 150vh) scale(0.7);
  }
  25.001% {
    transform: translate(470%, -100%) scale(0.7);
  }
  50% {
    transform: translate(450%, 85vh) scale(0.4);
  }
  50.001% {
    transform: translate(450%, -100%) scale(0.6);
  }
  75% {
    transform: translate(500%, 130vh) scale(0.6);
  }
  75.001% {
    transform: translate(100%, -100%) scale(0.5);
  }
  100% {
    transform: translate(100%, 110vh) scale(0.5);
  }
}

@keyframes moveplanet1 {
  0% {
    transform: translate(200%, -100%) scale(0.7);
  }
  25% {
    transform: translate(200%, 150vh) scale(0.7);
  }
  25.001% {
    transform: translate(300%, -100%) scale(0.4);
  }
  50% {
    transform: translate(300%, 85vh) scale(0.4);
  }
  50.001% {
    transform: translate(350%, -100%) scale(0.6);
  }
  75% {
    transform: translate(550%, 130vh) scale(0.3);
  }
  75.001% {
    transform: translate(200%, -100%) scale(0.5);
  }
  100% {
    transform: translate(200%, 110vh) scale(0.5);
  }
}
@keyframes moveplanet2 {
  0% {
    transform: translate(150%, -100%) scale(0.7);
  }
  25% {
    transform: translate(100%, 150vh) scale(0.7);
  }
  25.001% {
    transform: translate(80%, -100%) scale(0.7);
  }
  50% {
    transform: translate(200%, 85vh) scale(0.4);
  }
  50.001% {
    transform: translate(200%, -100%) scale(0.6);
  }
  75% {
    transform: translate(350%, 130vh) scale(0.6);
  }
  75.001% {
    transform: translate(400%, -100%) scale(0.5);
  }
  100% {
    transform: translate(400%, 110vh) scale(0.5);
  }
}
@keyframes moveplanet3 {
  0% {
    transform: translate(320%, -100%) scale(0.7);
  }
  25% {
    transform: translate(130%, 150vh) scale(0.7);
  }
  25.001% {
    transform: translate(540%, -100%) scale(0.7);
  }
  50% {
    transform: translate(430%, 85vh) scale(0.4);
  }
  50.001% {
    transform: translate(430%, -100%) scale(0.6);
  }
  75% {
    transform: translate(450%, 130vh) scale(0.6);
  }
  75.001% {
    transform: translate(80%, -100%) scale(0.5);
  }
  100% {
    transform: translate(110%, 110vh) scale(0.5);
  }
}


.moon {
  transform: translate(400%, -100%) scale(0.7);
  background-image: url('planet3.svg');
  left: 0;
  top: 0;
  width: 230px;
  height: 230px;
  position: absolute;
  z-index: 1;
}

.earth {
  transform: translate(220%, -100%) scale(0.7);
  background-image: url('planet2.svg');
  width: 230px;
  position: absolute;
  height: 230px;
  overflow: hidden;
}


.mars {
  transform: translate(350%, -100%) scale(0.7);
  background-image: url('planet1.svg');
  width: 230px;
  position: absolute;
  height: 230px;
  top: 0;
  left: 0;
}

.planet1 {
  transform: translate(400%, -100%) scale(0.7);
  background-image: url('planet4.svg');
  left: 0;
  top: 0;
  width: 230px;
  height: 230px;
  position: absolute;
  z-index: 1;
}

.planet2 {
  transform: translate(220%, -100%) scale(0.7);
  background-image: url('planet5.svg');
  width: 230px;
  position: absolute;
  height: 230px;
  overflow: hidden;
}


.planet3 {
  transform: translate(350%, -100%) scale(0.7);
  background-image: url('planet6.svg');
  width: 230px;
  position: absolute;
  height: 230px;
  top: 0;
  left: 0;
}





.galaxy {
  height: 200%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.galaxy .field {
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  top: 0;
}
.galaxy .field .distance-layer1 {
  transform: translateY(-100%);
}


.countdown {
  position: absolute;
  top: 40%;
  left: 42%;
  z-index: 2;
}
.countdown span {
  opacity: 0;
  font-family: "basis_grotesque_proregular";
  font-weight: 700;
  font-size: 78px;
  display: block;
  animation: fadeCount 1s linear 3;
}

@keyframes fadeCount {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
  100% {
    opacity: 0;
    transform: translate(-15px, -15px) rotate(-12deg);
  }
}
.fly .rocket {
  transform: translate(-50%, -50%);
}
.fly .rocket .exhaust-flame {
  height: 130px;
}
.fly .exhaust-fumes {
  transform: translate(-50%, 200%);
}
.fly .moon {
  animation: movemoon 27s linear 2s infinite;
}
.fly .earth {
  animation: moveearth 26s linear 8s infinite;
}
.fly .mars {
  animation: movemars 25s linear 10s infinite;
}
.fly .planet1 {
  animation: moveplanet1 30s linear 4s infinite;
}
.fly .planet2 {
  animation: moveplanet2 35s linear 6s infinite;
}
.fly .planet3 {
  animation: moveplanet3 40s linear 12s infinite;
}

.rocket-wrap {
  height: 80%;
  left:10%;
  overflow: hidden;
  position: relative;
}

.rocket {
  z-index: 1;
  position: absolute;
  bottom: -85px;
  width: 350px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 1s ease;
}
.rocket .rocket-body {
  width: 350px;
  left: calc(50% - 50px);
  animation: bounce 2s infinite;
}
.rocket .rocket-body .body {
  background-image: url('ufo.svg');
  height: 350px;
  left: calc(50% - 50px);
	background-repeat: no-repeat;
    background-position: center center;
	background-size:100%;
}


.exhaust-flame {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 160px;
  left: 50%;
  transition: height 1s linear;
  transform: translateX(-50%);
  animation: exhaust 0.2s infinite;
}

.exhaust-fumes {
  opacity: 1;
  left: 50%;
  position: absolute;
  bottom: 140px;
  transition: transform 5s linear;
  transform: translateX(-50%);
  width: 80px;
  height: 200px;
  padding: 0;
  z-index: 1;
  display: block;
}
.exhaust-fumes li {
  width: 60px;
  height: 60px;
  background-color: #c37bb2;
  list-style: none;
  position: absolute;
  border-radius: 100%;
}
.exhaust-fumes li:first-child {
  width: 200px;
  height: 200px;
  top: 300px;
  animation: fumes 5s infinite;
}
.exhaust-fumes li:nth-child(2) {
  width: 150px;
  height: 150px;
  left: -120px;
  top: 300px;
  animation: fumes 3.2s infinite;
}
.exhaust-fumes li:nth-child(3) {
  width: 120px;
  height: 120px;
  left: -40px;
  top: 330px;
  animation: fumes 3s 1s infinite;
}
.exhaust-fumes li:nth-child(4) {
  width: 100px;
  height: 100px;
  left: -170px;
  animation: fumes 4s 2s infinite;
  top: 380px;
}
.exhaust-fumes li:nth-child(5) {
  width: 130px;
  height: 130px;
  left: -120px;
  top: 350px;
  animation: fumes 5s infinite;
}
.exhaust-fumes li:nth-child(6) {
  width: 200px;
  height: 200px;
  left: -60px;
  top: 280px;
  animation: fumes2 10s infinite;
}
.exhaust-fumes li:nth-child(7) {
  width: 100px;
  height: 100px;
  left: -100px;
  top: 320px;
}
.exhaust-fumes li:nth-child(8) {
  width: 110px;
  height: 110px;
  left: 70px;
  top: 340px;
}
.exhaust-fumes li:nth-child(9) {
  width: 90px;
  height: 90px;
  left: 200px;
  top: 380px;
  animation: fumes 20s infinite;
}

@keyframes fumes {
  50% {
    transform: scale(1.5);
    background-color: transparent;
  }
  51% {
    transform: scale(0.8);
  }
  100% {
    background-color: #f5f5f5;
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes exhaust {
  0% {
    background: linear-gradient(to top, transparent 10%, #f5f5f5 100%);
  }
  50% {
    background: linear-gradient(to top, transparent 0%, #f5f5f5 100%);
  }
  75% {
    background: linear-gradient(to top, transparent 10%, #f5f5f5 100%);
  }
}
@keyframes fumes2 {
  50% {
    transform: scale(1.1);
  }
}