/* Powered by: Mingre Domain Name */
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700");
@keyframes floating {
  from {
    transform: translateY(0px);
  }
  65% {
    transform: translateY(15px);
  }
  to {
    transform: translateY(0px);
  }
}
html {
  height: 100%;
}
body {
  background-image: url("../images/star.svg"), linear-gradient(to bottom, #05007A, #4D007D);
  height: 100%;
  margin: 0;
  background-attachment: fixed;
  overflow: hidden;
}
.mars {
  left: 0;
  right: 0;
  top: 75vmin;
  bottom: 0;
  position: absolute;
  height: 35vmin;
  background: url("../images/mars.svg") no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 1024px) and (min-width: 481px) {
.mars {
  top: 100vmin;
  }
}
@media (max-width: 480px) and (min-width: 320px) {
.mars {
  /*top: 150vmin;*/
  bottom:0;
  top:auto;
  }
}
.logo-title {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 5vmin;
  width: 50vmin;
}
@media (max-width: 1024px) and (min-width: 481px) {
.logo-title {
  width: 50vmin;
  top: 10vmin;
  }
}
@media (max-width: 480px) and (min-width: 320px) {
.logo-title {
  width: 55vmin;
  top: 30vmin;
  }
}
.moon {
  position: absolute;
  top: 10%;
  left: 80%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: inset 10px -10px 0 0 #b9b9b9, 0px 0px 40px 20px #203A87;
  animation: floating 6s infinite ease-in-out;
}
@media (max-width: 480px) and (min-width: 320px) {
.moon {
  width: 50px;
  height: 50px;
  }
}
.crater {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bbb;
}
.crater1 {
  top: 30px;
  right: 30px;
  box-shadow: inset -1px 2px 0 0 #969696;
}
.crater2 {
  width: 20px;
  height: 20px;
  top: 15px;
  right: 10px;
  box-shadow: inset -2px 4px 0 0 #aaa;
}
.crater3 {
  width: 5px;
  height: 5px;
  top: 10px;
  right: 30px;
}
.particle-network-animation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
}
.particle-network-animation::before {
  z-index: -2;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  opacity: 0.2;
}
.glow {
  z-index: -1;
  position: fixed;
  top: 50%;
  left: 50%;
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.025), transparent);
}
.glow-1 {
  width: 150vw;
  height: 150vh;
  margin-top: -75vh;
  margin-left: -75vw;
  animation: glow-1-move 25s linear infinite both;
}
@keyframes glow-1-move {
  from {
    transform: translate(-100%, 100%);
  }
  to {
    transform: translate(100%, -100%);
  }
}
.glow-2 {
  width: 100vw;
  height: 100vh;
  margin-top: -50vh;
  margin-left: -50vw;
  animation: glow-2-move 25s linear 8.3333333333s infinite both;
}
@keyframes glow-2-move {
  from {
    transform: translate(-100%, 0%);
  }
  to {
    transform: translate(100%, 100%);
  }
}
.glow-3 {
  width: 120vw;
  height: 120vh;
  margin-top: -60vh;
  margin-left: -60vw;
  animation: glow-3-move 25s linear 16.6666666667s infinite both;
}
@keyframes glow-3-move {
  from {
    transform: translate(100%, 100%);
  }
  to {
    transform: translate(0%, -100%);
  }
}
.meteor {
  position: absolute;
  right: 2vmin;
  top: 16vmin;
}
.title {
  color: #ffec85;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 5vmin;
  margin-top: 32vmin;
  letter-spacing:5px;
}
@media (max-width: 1024px) and (min-width: 481px) {
.title {
  margin-top: 40vmin;
  }
}
@media (max-width: 480px) and (min-width: 320px) {
.title {
  margin-top: 65vmin;
  }
}
.subtitle {
  color: #ffec85;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 3.5vmin;
  letter-spacing: 3px;
  margin-top: 1vmin;
  margin-bottom: 3vmin;
}
.subtitle2 {
  color: white;
  font-family: "Nunito", sans-serif;
  font-weight: 200;
  text-align: center;
  font-size: 2.5vmin;
  line-height: 4vmin;
  margin-top: 1vmin;
  margin-bottom: 3vmin;
}
.footer {
  color: #11007a;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  font-size: 1.5vmin;
  text-align: center;
  line-height: 1.5vmin;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 90vmin;
  z-index: 1000;
}
@media (max-width: 1024px) and (min-width: 481px) {
.footer {
  top: 120vmin;
  }
}
@media (max-width: 480px) and (min-width: 320px) {
.footer {
  /*top: 170vmin;*/
  bottom: 10vmin;
  top: auto;
  }
}
.footer a:link {
  color: #11007a;
  text-decoration: none;
}
.footer a:visited {
  color: #11007a;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.button {
  text-align:center;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 480px) and (min-width: 320px) {
.button {
  transform:scale(0.7,0.7);
  }
}
.button_su{
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 30px;
}
.su_button_circle{
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left:0;
  top:0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}
.button_su_inner{
  display: inline-block;
  background: #ff7938;
  color: white;
  font-size: 16px;
  font-weight: normal;
  width: 100px;
  text-align: center;
  border-radius: 5px;
  transition: 400ms;
  text-decoration: none;
  padding: 15px;
  z-index: 100000;
}
.button_text_container{
  position:relative;
  z-index: 10000;
}
.explode-circle {
  animation: explode 0.5s forwards;
}
.desplode-circle{
  animation: desplode 0.5s forwards;
}
@keyframes explode {
  0% {
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  background-color: rgba(42, 53, 80,0.2);
  }
  100% {
  width: 400px;
  height: 400px;
  margin-left: -200px;
  margin-top: -200px;
  background-color: rgba(217, 63, 15,0.8);
  }
}
@keyframes desplode {
  0% {
  width: 400px;
  height: 400px;
  margin-left: -200px;
  margin-top: -200px;
  background-color: rgba(217, 63, 15,0.8);
  }
  100% {
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  background-color: rgba(129, 80, 108,0.6);
  }
}
.astronaut {
  position: absolute;
  top: 18vmin;
  left: 10vmin;
  height: 30vmin;
  animation: floating 3s infinite ease-in-out;
}
@media (max-width: 1024px) and (min-width: 481px) {
.astronaut {
  position: absolute;
  top: 10vmin;
  left: 10vmin;
  height: 15vmin;
  }
}
@media (max-width: 480px) and (min-width: 320px) {
.astronaut {
  position: absolute;
  top: 10vmin;
  left: 10vmin;
  height: 20vmin;
  }
}
.spaceship {
  position: absolute;
  bottom: 15vmin;
  right: 24vmin;
}
@media (max-width: 1024px) and (min-width: 481px) {
.spaceship {
  width: 25vmin;
  bottom: 20vmin;
  right: 10vmin;
  }
}
@media (max-width: 480px) and (min-width: 320px) {
.spaceship {
  width: 30vmin;
  bottom: 5vmin;
  right: 10vmin;
  }
}
.wechat {
  width: 16.1vmin;
  height: 17.5vmin;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 72vmin;
}
@media (max-width: 1024px) and (min-width: 481px) {
.wechat {
  top: 90vmin;
  width: 18.4vmin;
  height: 20vmin;
  }
}	
@media (max-width: 480px) and (min-width: 320px) {
.wechat {
  top: 140vmin;
  width: 23vmin;
  height: 25vmin;
  }
}