body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  box-sizing: border-box;
  background: #000;
  list-style: none;
}

nav {
  font-family: 'Orbitron', sans-serif !important;
  position: fixed;
  z-index: 10;
  height: 80px;
  width: 100%;
  padding: 10px 30px;
}

label.logo {
  color: rgb(205, 230, 250);
  font-weight: bold;
  font-size: 40px;
  padding: 0 15px;
  padding-bottom: 5px;
  line-height: 54px;
  letter-spacing: 3px;
  margin-left: 60px;
  font-family: 'Megrim', cursive;
  text-shadow: 0 0 15px rgb(128, 147, 243), 0 0 25px rgb(128, 147, 243), 0 0 35px rgb(128, 147, 243);
}

nav ul {
  float: right;
  margin-right: 50px;
}

nav ul li {
  line-height: 20px;
  margin: 0 5px;
  display: inline-block;
}

nav ul li a {
  color: white;
  font-size: 17px;
  text-transform: uppercase;
  padding: 5px 11px;
  border: 2px solid transparent;
  border-radius: 4px;
  text-decoration: none;
}

a.active,
a:hover {
  border-color: #1b9bff;
  box-shadow: 0 0 40px blue;
  transition: 0.8s;
}

.checkbtn {
  font-size: 30px;
  color: rgb(255, 255, 255);
  float: right;
  line-height: 54px;
  margin-right: 60px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

@media (max-width: 952px) {
  label.logo {
    font-size: 30px;
    padding-left: 17px;
  }

  nav ul li a {
    font-size: 16px;
  }
}

@media (max-width: 1305px) {
  .checkbtn {
    display: block;
  }

  ul {
    position: fixed;
    width: 95%;
    height: 100vh;
    background: #000566;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
  }

  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }

  nav ul li a {
    font-size: 20px;
  }

  a:hover,
  a.active {
    background: none;
    color: #ffffff;
  }

  #check:checked~ul {
    left: 0;
  }
}


section {
  height: 99.5vh;
  overflow: hidden;
}

.bg img {
  width: 110vw;
  height: 105vh;
  filter: brightness(0.5);
}

.rock1 {
  position: absolute !important;
  left: 20vw !important;
  top: 80vh !important;
}

.rock1 img {
  width: 40%;
  filter: brightness(1.5);
}

.txt {
  font-family: 'Orbitron', sans-serif !important;
  color: rgb(255, 255, 255);
  letter-spacing: 8px;
  position: absolute;
  top: 28vh !important;
  left: 45vw !important;
  display: block;
  /* border: 2px solid white; */
  box-shadow: 0 0 30px rgb(177, 230, 255);
  margin: -5px;
  backdrop-filter: blur(5px);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.text1 {
  color: #60b4f4;
  font-size: 1.5vw;
  top: 18vh !important;
  left: 45vw !important;
  width: 450px;
  height: 10px !important;
  /* text-align: left; */
  padding: 5px;
  padding-left: 20px !important;
  line-height: 5px;
  animation: slideMe 1.7s ease-in;
}

.text2 {
  font-size: 2.5vw !important;
  top: 30vh !important;
  left: 45vw !important;
  width: 780px;
  text-align: left;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 45px;
  animation: slideMe 1.1s ease-in;
}

.text3 {
  color: #60b4f4;
  font-size: 1.5vw;
  top: 45vh !important;
  left: 45vw !important;
  width: 740px;
  /* text-align: left; */
  padding: 0px 20px 20px 20px;
  animation: slideMe 1.7s ease-in;
}

@media (max-width:1100px) {
  .txt {
    left: 35vh !important;
  }

  .text1,
  .text2,
  .text3 {
    font-size: 25px !important;
  }

  .earth {
    left: -100px !important;
  }
}

@media (max-width:950px) {
  .txt {
    left: 30vh !important;
  }

  .earth {
    left: -150px !important;
  }
}

@media (max-width:860px) {
  .txt {
    left: 14vh !important;
  }

  .earth {
    left: 90px !important;
    top: 65vh !important;
  }

  .earth img {
    width: 1000px !important;
    height: 1000px !important;
  }

  .rock1 {
    top: 20vh !important;
  }
}

@media (max-width:750px) {
  .txt {
    left: 5vh !important;
    top: 20vh !important;
  }

  .text1,
  .text2,
  .text3 {
    font-size: 25px !important;
  }

  .earth {
    left: 40px !important;
    top: 55vh !important;
  }

  .rock1 {
    top: 61vh !important;
    left: 55vh !important;
  }
}

@media (max-width:600px) {
  .txt {
    left: 01vh !important;
    letter-spacing: 0px;
  }

  .text1,
  .text2,
  .text3 {
    font-size: 21px !important;
  }

  ul {
    width: 85%;
  }

  .earth {
    left: -25px !important;
    top: 50vh !important;
  }

  .earth img {
    width: 500px !important;
    height: 500px !important;
  }

  .bg img {
    height: 800px !important;
  }

  .loader2 div {
    left: 200px !important;
    top: 20px !important;
  }

  .loader div {
    left: 50px !important;
    top: 200px !important;
  }

  label.logo {
    margin-left: 0px !important;
  }
}

@keyframes slideMe {
  0% {
    transform: skewX(170deg) translateX(500px);
    opacity: 0;
  }

  60% {
    transform: translateX(0px);
  }

  62% {
    transform: skewX(0deg) translateX(30px);
  }

  70% {
    transform: skew(-20deg);
  }

  80% {
    transform: skew(0deg) translate(0);
  }

  90% {
    transform: skew(-5deg);
  }

  100% {
    transform: skew(0deg);
  }
}



.earth img {
  width: 600px;
  height: 600px;
  position: absolute;
  left: -18vw;
  top: 11vh;
  z-index: 1;
  filter: brightness(1.3);

}

.content {
  display: none;
}


.loader {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: #000000;
  position: absolute;
}

.loader div {
  top: 250px;
  left: 625px;
  height: 300px;
  width: 300px;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(#00fff2, #001aff, #52b9fd);
  animation: animate 0.5s linear infinite;
}


@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.loader div span {
  height: 300px;
  width: 300px;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(#00fff2, #001aff, #52b9fd);
}

.loader div span:nth-child(1) {
  filter: blur(5px);
}

.loader div span:nth-child(2) {
  filter: blur(10px);
}

.loader div span:nth-child(3) {
  filter: blur(25px);
}

.loader div span:nth-child(4) {
  filter: blur(50px);
}

.loader div span:nth-child(5) {
  filter: blur(75px);
}

.loader div span:nth-child(6) {
  filter: blur(100px);
}

.loader div:after {
  content: "";
  font-size: 50px;
  color: white;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #020429;
  border-radius: 50%;
}



.loader2 div {
  filter: brightness(0.8);
  top: 100px;
  left: 450px;
  height: 50px;
  width: 50px;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(#0065fc, #729ffb, #0065fc);
  animation: animate 0.5s linear infinite;
}

.loader2 div span {
  height: 50px;
  width: 50px;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(#0065fc, #729ffb, #0065fc);
}

.loader2 div span:nth-child(1) {
  filter: blur(5px);
}

.loader2 div span:nth-child(2) {
  filter: blur(10px);
}

.loader2 div span:nth-child(3) {
  filter: blur(25px);
}

.loader2 div span:nth-child(4) {
  filter: blur(50px);
}

.loader2 div span:nth-child(5) {
  filter: blur(75px);
}

.loader2 div span:nth-child(6) {
  filter: blur(100px);
}

.loader2 div:after {
  content: "";
  font-size: 50px;
  color: white;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #020429;
  border-radius: 50%;
}