#universe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 6;
  pointer-events: none;
}

canvas {
  width: 100% !important;
  height: 100% !important;
}

.footer {
  background-color: #fff;
}

.fixation {
  overflow: hidden;
}

.earthWrap {
  display: block;
}
.earthWrap * {
  box-sizing: initial;
}
.earthWrap.earthWrapTc {
  position: fixed;
  right: 0;
  z-index: 10;
}

.app_astronomy {
  display: none;
}

.maskLayer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  transition: all 0.5s ease;
  z-index: 10;
  width: 0;
  background: rgba(0, 0, 0, 0.38);
}
.maskLayer.active {
  width: 65%;
}

@media (max-width: 1199px) {
  .earthWrap,
  .maskLayer,
  #universe {
    display: none;
  }
  .app_astronomy {
    display: block;
  }
}
.solar_systm {
  transform-style: preserve-3d;
  pointer-events: none;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

* {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.earthWrap .solar_systm .planet, .earthWrap input[type=radio][name=planet]::after, .earthWrap .overlay, .earthWrap input[type=radio][name=planet]::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

.earthWrap .solar_systm .planet.neptune .trajectory.ner, .earthWrap .solar_systm .planet.neptune .trajectory.pro, .earthWrap .solar_systm .planet.neptune .trajectory.tri, .earthWrap .solar_systm .planet.uranus .trajectory.umb, .earthWrap .solar_systm .planet.uranus .trajectory.ari, .earthWrap .solar_systm .planet.uranus .trajectory.mir, .earthWrap .solar_systm .planet.saturn .trajectory.enc, .earthWrap .solar_systm .planet.saturn .trajectory.di, .earthWrap .solar_systm .planet.saturn .trajectory.ti, .earthWrap .solar_systm .planet.jupiter .trajectory.ga, .earthWrap .solar_systm .planet.jupiter .trajectory.eu, .earthWrap .solar_systm .planet.jupiter .trajectory.lop, .earthWrap .solar_systm .planet.mars .trajectory.p, .earthWrap .solar_systm .planet.mars .trajectory.d, .earthWrap .solar_systm .planet.earth .trajectory.m {
  border: 2px dashed white;
  position: absolute;
  border-radius: 3400px;
  background: none !important;
  z-index: -2;
}

.earthWrap .solar_systm .planet {
  height: 1200px;
  width: 1200px;
  border-radius: 600px;
  background: red;
  transition: transform 2.8s 0.23s cubic-bezier(0.33, 0, 0, 1), opacity 2s 0.8s, box-shadow 0s 0s;
  background-size: 1140px 910px !important;
  top: auto;
  bottom: -920px;
}
.earthWrap .solar_systm .planet .moon {
  height: 200px;
  width: 200px;
  border-radius: 600px;
  background: red;
  position: absolute;
  text-align: center;
  color: white;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.6s 0.2s;
}
.earthWrap .solar_systm .planet .moon h2 {
  font-weight: 100;
  font-size: 40px;
  letter-spacing: 5px;
  margin: 0;
  position: relative;
  top: -120px;
}
.earthWrap .solar_systm .planet .moon h3 {
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 5px;
  color: #fea082;
  margin: 0;
  position: relative;
  top: -120px;
}
@keyframes planet {
  from {
    background-position-y: 0px;
  }
  to {
    background-position-y: -1000px;
  }
}

.earthWrap .solar {
  position: absolute;
  transform: rotatex(-20deg);
  perspective: 800px;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.earthWrap input[type=radio][name=planet]::after {
  width: 220px;
  height: 220px;
  border-radius: 550px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  z-index: 12;
  left: 18px;
  bottom: 282px;
}

.earthWrap {
  position: relative;
  overflow: hidden;
  background: black;
  height: 100vh;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
}
.earthWrap .target-link {
  position: absolute;
  right: 10rem;
  width: 13.75rem;
  height: 13.75rem;
  bottom: 40%;
  margin: 0 auto;
}
.earthWrap .target-link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-image: linear-gradient(180deg, rgba(16, 110, 216, 0.2), 30%, transparent);
  z-index: 1;
  animation: breath 1.5s ease-in-out infinite;
}
.earthWrap .target-link:after {
  content: "";
  width: 8.125rem;
  height: 8.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-image: linear-gradient(180deg, rgba(16, 110, 216, 0.8), 30%, transparent);
  z-index: 2;
}
.earthWrap .target-link .cell-box {
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}
.earthWrap .target-link .cell-box:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.earthWrap .target-link .cell-box .cell {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.earthWrap .target-link .cell-box .cell span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}
.earthWrap .target-link .cell-box .cell i {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin: 10px auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/index/icon-4.png);
  background-size: 99% auto;
}
.earthWrap .logo {
  color: white;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 4px;
}
.earthWrap .logo span {
  font-size: 12px;
  color: #f39041;
  display: block;
}
.earthWrap label.menu {
  color: white;
  width: 300px;
  height: 50px;
  border-right: 0 solid #202634;
  position: absolute;
  cursor: pointer;
  left: 7.5rem;
  z-index: 2;
  opacity: 0.5;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.earthWrap label.menu:after {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  right: -3px;
  background: #202634;
  z-index: -1;
}
.earthWrap label.menu:hover {
  opacity: 1;
}
.earthWrap label.menu:hover .h2 {
  opacity: 1;
}
.earthWrap label.menu.earth h2 .pip {
  background: #26daaa;
}
.earthWrap label.menu.mars h2 .pip {
  background: #e55f45;
}
.earthWrap label.menu.jupiter h2 .pip {
  background: orange;
}
.earthWrap label.menu.saturn h2 .pip {
  background: #b29d81;
}
.earthWrap label.menu.uranus h2 .pip {
  background: #8dcdd8;
}
.earthWrap label.menu.neptune h2 .pip {
  background: #4f83e2;
}
.earthWrap label.menu.pluto h2 .pip {
  background: #FF8732;
}
.earthWrap label.menu .icon i {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.earthWrap label.menu .info {
  position: relative;
  left: 20px;
}
.earthWrap label.menu h2,
.earthWrap label.menu h3 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 100;
  letter-spacing: 2px;
}
.earthWrap label.menu h2 {
  font-size: 1rem;
  opacity: 0.4;
  margin-top: 3px;
}
.earthWrap label.menu h2 .pip {
  display: none;
}
.earthWrap label.menu h3 {
  font-size: 8px;
  letter-spacing: 1px;
  transition: all 0.3s;
  opacity: 0.3;
}
.earthWrap label.menu:nth-of-type(1) {
  top: calc(70vh + 100px + ((14px + 60px) * 1) + 0px - 603px);
}
.earthWrap label.menu:nth-of-type(2) {
  top: calc(70vh + 100px + ((14px + 60px) * 2) + 0px - 603px);
}
.earthWrap label.menu:nth-of-type(3) {
  top: calc(70vh + 100px + ((14px + 60px) * 3) + 0px - 603px);
}
.earthWrap label.menu:nth-of-type(4) {
  top: calc(70vh + 100px + ((14px + 60px) * 4) + 0px - 603px);
}
.earthWrap label.menu:nth-of-type(5) {
  top: calc(70vh + 100px + ((14px + 60px) * 5) + 0px - 603px);
}
.earthWrap label.menu:nth-of-type(6) {
  top: calc(70vh + 100px + ((14px + 60px) * 6) + 0px - 603px);
}
.earthWrap label.menu:nth-of-type(7) {
  top: calc(70vh + 100px + ((14px + 60px) * 7) + 0px - 603px);
}
.earthWrap label.menu:nth-of-type(8) {
  top: calc(70vh + 100px + ((14px + 60px) * 8) + 0px - 603px);
}
.earthWrap label.menu:nth-of-type(9) {
  top: calc(70vh + 100px + ((14px + 60px) * 9) + 0px - 603px);
}
.earthWrap > input {
  opacity: 1;
}
.earthWrap input.read {
  display: none;
}
.earthWrap .active.panel {
  right: 0;
}
.earthWrap .read:checked + label {
  width: 70%;
}
.earthWrap .read:checked + label::after {
  opacity: 1;
  left: 0;
}
.earthWrap .read:checked + label + label {
  transition: all 0.3s 0.6s;
  opacity: 1;
}
.earthWrap .read:not(:checked) + label + label {
  transition: all 0.3s 0s;
  opacity: 0;
}
.earthWrap label.close {
  position: absolute;
  right: 60px;
  opacity: 0;
  transition: all 0.3s 0.4s;
  z-index: 3;
  top: 65px;
}
.earthWrap label.closeBig {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100vh;
  transition: all 0.5s ease;
  z-index: 10;
  width: 0;
  background: rgba(56, 37, 99, 0.38);
}
.earthWrap label.closeBig::after {
  content: "Back";
  text-align: center;
  font-size: 30px;
  color: white;
  position: absolute;
  left: -140px;
  opacity: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.earthWrap .overlay {
  border-bottom: 1020px solid black;
  width: 1800px;
  height: 620px;
  top: auto;
  transform: none;
  top: -240px;
  left: -303px;
  opacity: 1;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 0px -190px 215px 110px black inset;
}
.earthWrap input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.earthWrap input[type=radio][name=planet]::after {
  content: "";
}
.earthWrap input[type=radio][name=planet].planet1:checked::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) {
  pointer-events: all;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 2;
  animation: planet 60s 3.9s infinite linear;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet_description h2,
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet_description p,
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet .overlay {
  opacity: 1;
  top: -240px;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 0;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -1;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -2;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -3;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -4;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -5;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -6;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label.venus > .info h3 {
  color: #b45d15;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label.earth > .info h3 {
  color: #26daaa;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label.mars > .info h3 {
  color: #e55f45;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label.jupiter > .info h3 {
  color: orange;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label {
  opacity: 1;
  border-right: 2px solid #1057d8;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label > .info h2 {
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.earthWrap input[type=radio][name=planet].planet1:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.earthWrap input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.earthWrap input[type=radio][name=planet]::after {
  content: "";
}
.earthWrap input[type=radio][name=planet].planet2:checked::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) {
  pointer-events: all;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 3;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 2;
  animation: planet 60s 3.9s infinite linear;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet_description h2,
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet_description p,
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet .overlay {
  opacity: 1;
  top: -240px;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 0;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -1;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -2;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -3;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -4;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -5;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label.venus > .info h3 {
  color: #b45d15;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label.earth > .info h3 {
  color: #26daaa;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label.mars > .info h3 {
  color: #e55f45;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label.jupiter > .info h3 {
  color: orange;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label {
  opacity: 1;
  border-right: 2px solid #1057d8;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label > .info h2 {
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.earthWrap input[type=radio][name=planet].planet2:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.earthWrap input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.earthWrap input[type=radio][name=planet]::after {
  content: "";
}
.earthWrap input[type=radio][name=planet].planet3:checked::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) {
  pointer-events: all;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 4;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 3;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 2;
  animation: planet 60s 3.9s infinite linear;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet_description h2,
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet_description p,
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet .overlay {
  opacity: 1;
  top: -240px;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 0;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -1;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -2;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -3;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -4;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label.venus > .info h3 {
  color: #b45d15;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label.earth > .info h3 {
  color: #26daaa;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label.mars > .info h3 {
  color: #e55f45;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label.jupiter > .info h3 {
  color: orange;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label {
  opacity: 1;
  border-right: 2px solid #1057d8;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label > .info h2 {
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.earthWrap input[type=radio][name=planet].planet3:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.earthWrap input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.earthWrap input[type=radio][name=planet]::after {
  content: "";
}
.earthWrap input[type=radio][name=planet].planet4:checked::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) {
  pointer-events: all;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 5;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 4;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 3;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 2;
  animation: planet 60s 3.9s infinite linear;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet_description h2,
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet_description p,
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet .overlay {
  opacity: 1;
  top: -240px;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 0;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -1;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -2;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -3;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label.venus > .info h3 {
  color: #b45d15;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label.earth > .info h3 {
  color: #26daaa;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label.mars > .info h3 {
  color: #e55f45;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label.jupiter > .info h3 {
  color: orange;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label {
  opacity: 1;
  border-right: 2px solid #1057d8;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label > .info h2 {
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.earthWrap input[type=radio][name=planet].planet4:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.earthWrap input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.earthWrap input[type=radio][name=planet]::after {
  content: "";
}
.earthWrap input[type=radio][name=planet].planet5:checked::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) {
  pointer-events: all;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 6;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 5;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 4;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 3;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 2;
  animation: planet 60s 3.9s infinite linear;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet_description h2,
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet_description p,
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet .overlay {
  opacity: 1;
  top: -240px;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 0;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -1;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -2;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label.venus > .info h3 {
  color: #b45d15;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label.earth > .info h3 {
  color: #26daaa;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label.mars > .info h3 {
  color: #e55f45;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label.jupiter > .info h3 {
  color: orange;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label {
  opacity: 1;
  border-right: 2px solid #1057d8;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label > .info h2 {
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.earthWrap input[type=radio][name=planet].planet5:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.earthWrap input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.earthWrap input[type=radio][name=planet]::after {
  content: "";
}
.earthWrap input[type=radio][name=planet].planet6:checked::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) {
  pointer-events: all;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 7;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 6;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 5;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 4;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 3;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 2;
  animation: planet 60s 3.9s infinite linear;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet_description h2,
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet_description p,
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet .overlay {
  opacity: 1;
  top: -240px;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 0;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: -1;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label.venus > .info h3 {
  color: #b45d15;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label.earth > .info h3 {
  color: #26daaa;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label.mars > .info h3 {
  color: #e55f45;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label.jupiter > .info h3 {
  color: orange;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label {
  opacity: 1;
  border-right: 2px solid #1057d8;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label > .info h2 {
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.earthWrap input[type=radio][name=planet].planet6:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.earthWrap input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.earthWrap input[type=radio][name=planet]::after {
  content: "";
}
.earthWrap input[type=radio][name=planet].planet7:checked::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) {
  pointer-events: all;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 8;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 7;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 6;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 5;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 4;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 3;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 2;
  animation: planet 60s 3.9s infinite linear;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet_description h2,
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet_description p,
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet .overlay {
  opacity: 1;
  top: -240px;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 0;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label.venus > .info h3 {
  color: #b45d15;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label.earth > .info h3 {
  color: #26daaa;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label.mars > .info h3 {
  color: #e55f45;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label.jupiter > .info h3 {
  color: orange;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label {
  opacity: 1;
  border-right: 2px solid #1057d8;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label > .info h2 {
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.earthWrap input[type=radio][name=planet].planet7:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.earthWrap input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.earthWrap input[type=radio][name=planet]::after {
  content: "";
}
.earthWrap input[type=radio][name=planet].planet8:checked::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) {
  pointer-events: all;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 9;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 8;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 7;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 6;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 5;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 4;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 3;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 2;
  animation: planet 60s 3.9s infinite linear;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet_description h2,
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet_description p,
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet .overlay {
  opacity: 1;
  top: -240px;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label.venus > .info h3 {
  color: #b45d15;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label.earth > .info h3 {
  color: #26daaa;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label.mars > .info h3 {
  color: #e55f45;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label.jupiter > .info h3 {
  color: orange;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label {
  opacity: 1;
  border-right: 2px solid #1057d8;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label > .info h2 {
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.earthWrap input[type=radio][name=planet].planet8:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.earthWrap input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.earthWrap input[type=radio][name=planet]::after {
  content: "";
}
.earthWrap input[type=radio][name=planet].planet9:checked::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) {
  pointer-events: all;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 10;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 9;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 8;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 7;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 6;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 5;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 4;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 3;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(1);
  opacity: 2;
  animation: planet 60s 3.9s infinite linear;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet_description h2,
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet_description p,
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet .overlay {
  opacity: 1;
  top: -240px;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label.venus > .info h3 {
  color: #b45d15;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label.earth > .info h3 {
  color: #26daaa;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label.mars > .info h3 {
  color: #e55f45;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label.jupiter > .info h3 {
  color: orange;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label {
  opacity: 1;
  border-right: 2px solid #1057d8;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label > .info h2 {
  opacity: 1;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.earthWrap input[type=radio][name=planet].planet9:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.earthWrap .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scalex(1);
  opacity: 2;
}
.earthWrap .solar_systm:nth-of-type(1) .planet_description {
  opacity: 1;
}
.earthWrap .solar_systm:nth-of-type(1) .planet_description p,
.earthWrap .solar_systm:nth-of-type(1) .planet_description a {
  opacity: 0;
}
.earthWrap .solar_systm:nth-of-type(1) .planet_description h1,
.earthWrap .solar_systm:nth-of-type(1) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.earthWrap .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scalex(1);
  opacity: 1;
}
.earthWrap .solar_systm:nth-of-type(2) .planet_description {
  opacity: 1;
}
.earthWrap .solar_systm:nth-of-type(2) .planet_description p,
.earthWrap .solar_systm:nth-of-type(2) .planet_description a {
  opacity: 0;
}
.earthWrap .solar_systm:nth-of-type(2) .planet_description h1,
.earthWrap .solar_systm:nth-of-type(2) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.earthWrap .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scalex(1);
  opacity: 0;
}
.earthWrap .solar_systm:nth-of-type(3) .planet_description {
  opacity: 1;
}
.earthWrap .solar_systm:nth-of-type(3) .planet_description p,
.earthWrap .solar_systm:nth-of-type(3) .planet_description a {
  opacity: 0;
}
.earthWrap .solar_systm:nth-of-type(3) .planet_description h1,
.earthWrap .solar_systm:nth-of-type(3) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.earthWrap .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scalex(1);
  opacity: -1;
}
.earthWrap .solar_systm:nth-of-type(4) .planet_description {
  opacity: 1;
}
.earthWrap .solar_systm:nth-of-type(4) .planet_description p,
.earthWrap .solar_systm:nth-of-type(4) .planet_description a {
  opacity: 0;
}
.earthWrap .solar_systm:nth-of-type(4) .planet_description h1,
.earthWrap .solar_systm:nth-of-type(4) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.earthWrap .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scalex(1);
  opacity: -2;
}
.earthWrap .solar_systm:nth-of-type(5) .planet_description {
  opacity: 1;
}
.earthWrap .solar_systm:nth-of-type(5) .planet_description p,
.earthWrap .solar_systm:nth-of-type(5) .planet_description a {
  opacity: 0;
}
.earthWrap .solar_systm:nth-of-type(5) .planet_description h1,
.earthWrap .solar_systm:nth-of-type(5) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.earthWrap .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scalex(1);
  opacity: -3;
}
.earthWrap .solar_systm:nth-of-type(6) .planet_description {
  opacity: 1;
}
.earthWrap .solar_systm:nth-of-type(6) .planet_description p,
.earthWrap .solar_systm:nth-of-type(6) .planet_description a {
  opacity: 0;
}
.earthWrap .solar_systm:nth-of-type(6) .planet_description h1,
.earthWrap .solar_systm:nth-of-type(6) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.earthWrap .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scalex(1);
  opacity: -4;
}
.earthWrap .solar_systm:nth-of-type(7) .planet_description {
  opacity: 1;
}
.earthWrap .solar_systm:nth-of-type(7) .planet_description p,
.earthWrap .solar_systm:nth-of-type(7) .planet_description a {
  opacity: 0;
}
.earthWrap .solar_systm:nth-of-type(7) .planet_description h1,
.earthWrap .solar_systm:nth-of-type(7) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.earthWrap .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scalex(1);
  opacity: -5;
}
.earthWrap .solar_systm:nth-of-type(8) .planet_description {
  opacity: 1;
}
.earthWrap .solar_systm:nth-of-type(8) .planet_description p,
.earthWrap .solar_systm:nth-of-type(8) .planet_description a {
  opacity: 0;
}
.earthWrap .solar_systm:nth-of-type(8) .planet_description h1,
.earthWrap .solar_systm:nth-of-type(8) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.earthWrap .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scalex(1);
  opacity: -6;
}
.earthWrap .solar_systm:nth-of-type(9) .planet_description {
  opacity: 1;
}
.earthWrap .solar_systm:nth-of-type(9) .planet_description p,
.earthWrap .solar_systm:nth-of-type(9) .planet_description a {
  opacity: 0;
}
.earthWrap .solar_systm:nth-of-type(9) .planet_description h1,
.earthWrap .solar_systm:nth-of-type(9) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.earthWrap .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scalex(1);
  opacity: -7;
}
.earthWrap .solar_systm:nth-of-type(10) .planet_description {
  opacity: 1;
}
.earthWrap .solar_systm:nth-of-type(10) .planet_description p,
.earthWrap .solar_systm:nth-of-type(10) .planet_description a {
  opacity: 0;
}
.earthWrap .solar_systm:nth-of-type(10) .planet_description h1,
.earthWrap .solar_systm:nth-of-type(10) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.earthWrap .solar_systm .planet .trajectory {
  transition: all 0.6s 0s;
  opacity: 0;
}
.earthWrap .solar_systm .planet.mercury {
  background: url("../images/earth/img2.jpg");
  box-shadow: 0 -590px 150px black inset, 0 0px 130px 40px rgba(234, 205, 199, 0.6) inset, 0 0px 23px 4px rgba(234, 205, 199, 0.6) inset, 0 -10px 130px rgba(188, 143, 127, 0.6);
}
.earthWrap .solar_systm .planet.venus {
  background: url("../images/earth/img16.jpg");
  box-shadow: 0 -590px 150px black inset, 0 0px 130px 40px #ffcb9c inset, 0 0px 23px 4px #ffcb9c inset, 0 -10px 130px #b85a07;
}
.earthWrap .solar_systm .planet.earth {
  background: url("../images/earth/img10.jpg");
  box-shadow: 0 -590px 150px black inset, 0 0px 130px 40px #8cbaff inset, 0 0px 23px 4px #8cbaff inset, 0 -10px 130px #7894a9;
}
.earthWrap .solar_systm .planet.earth .trajectory.m {
  width: 1500px;
  height: 1500px;
  left: -150px;
  top: -110px;
}
.earthWrap .solar_systm .planet.earth .moon {
  left: 800px;
  top: -160px;
  transform: scale(0.45);
  background: url("../images/earth/img5.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.earthWrap .solar_systm .planet.earth .moon h3 {
  color: #26daaa;
}
.earthWrap .solar_systm .planet.mars {
  background: url("../images/earth/img7.jpg");
  box-shadow: 0 -590px 150px black inset, 0 0px 130px 40px #e86363 inset, 0 0px 23px 4px #e86363 inset, 0 -10px 130px #6b261a;
}
.earthWrap .solar_systm .planet.mars .moon h3 {
  color: #e55f45;
}
.earthWrap .solar_systm .planet.mars .deimos {
  left: 900px;
  top: -100px;
  transform: scale(0.45);
  background: url("../images/earth/img11.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.earthWrap .solar_systm .planet.mars .trajectory.d {
  width: 1770px;
  height: 1770px;
  left: -317px;
  top: -110px;
}
.earthWrap .solar_systm .planet.mars .trajectory.p {
  width: 1600px;
  height: 1600px;
  left: -200px;
  top: -160px;
}
.earthWrap .solar_systm .planet.mars .phoebos {
  left: 100px;
  top: -160px;
  transform: scale(0.5);
  background: url("../images/earth/img11.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.earthWrap .solar_systm .planet.jupiter {
  background: url("../images/earth/img11.jpg");
  box-shadow: 0 -590px 150px black inset, 0 0px 130px 40px rgba(234, 205, 199, 0.6) inset, 0 0px 23px 4px rgba(234, 205, 199, 0.6) inset, 0 -10px 130px rgba(188, 143, 127, 0.6);
}
.earthWrap .solar_systm .planet.jupiter .moon h3 {
  color: orange;
}
.earthWrap .solar_systm .planet.jupiter .trajectory.lop {
  width: 1500px;
  height: 1500px;
  left: -210px;
  top: -189px;
}
.earthWrap .solar_systm .planet.jupiter .trajectory.eu {
  width: 1530px;
  height: 1530px;
  left: -165px;
  top: -130px;
}
.earthWrap .solar_systm .planet.jupiter .trajectory.ga {
  width: 1760px;
  height: 1760px;
  left: -360px;
  top: -114px;
}
.earthWrap .solar_systm .planet.jupiter .lo {
  left: 100px;
  top: -100px;
  transform: scale(0.4);
  background: url("../images/earth/img6.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.earthWrap .solar_systm .planet.jupiter .europa {
  left: 400px;
  top: -210px;
  transform: scale(0.45);
  background: url("../images/earth/img17.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.earthWrap .solar_systm .planet.jupiter .ganymede {
  left: 900px;
  top: -70px;
  transform: scale(0.4);
  background: url("../images/earth/Ganymede.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.earthWrap .solar_systm .planet.saturn {
  background: url("../images/earth/img4.jpg");
  box-shadow: 0 -590px 150px black inset, 0 0px 130px 40px rgba(234, 205, 199, 0.6) inset, 0 0px 23px 4px rgba(234, 205, 199, 0.6) inset, 0 -10px 130px rgba(188, 143, 127, 0.6);
}
.earthWrap .solar_systm .planet.saturn .moon h3 {
  color: #b29d81;
}
.earthWrap .solar_systm .planet.saturn .trajectory.ti {
  width: 1500px;
  height: 1500px;
  left: -210px;
  top: -189px;
}
.earthWrap .solar_systm .planet.saturn .trajectory.di {
  width: 1530px;
  height: 1530px;
  left: -165px;
  top: -130px;
}
.earthWrap .solar_systm .planet.saturn .trajectory.enc {
  width: 1760px;
  height: 1760px;
  left: -360px;
  top: -114px;
}
.earthWrap .solar_systm .planet.saturn .titan {
  left: 100px;
  top: -100px;
  transform: scale(0.4);
  background: url("../images/earth/img13.png");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.earthWrap .solar_systm .planet.saturn .dione {
  left: 400px;
  top: -210px;
  transform: scale(0.45);
  background: url("../images/earth/img12.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.earthWrap .solar_systm .planet.uranus {
  background: url("../images/earth/img15.png");
  box-shadow: 0 -590px 150px black inset, 0 0px 130px 40px rgba(234, 205, 199, 0.6) inset, 0 0px 23px 4px rgba(234, 205, 199, 0.6) inset, 0 -10px 130px rgba(127, 188, 171, 0.6);
}
.earthWrap .solar_systm .planet.uranus .moon h3 {
  color: #8dcdd8;
}
.earthWrap .solar_systm .planet.uranus .trajectory.mir {
  width: 1500px;
  height: 1500px;
  left: -210px;
  top: -189px;
}
.earthWrap .solar_systm .planet.uranus .trajectory.ari {
  width: 1530px;
  height: 1530px;
  left: -165px;
  top: -130px;
}
.earthWrap .solar_systm .planet.uranus .trajectory.umb {
  width: 1760px;
  height: 1760px;
  left: -360px;
  top: -114px;
}
.earthWrap .solar_systm .planet.neptune {
  background: url("../images/earth/img3.jpg");
  box-shadow: 0 -590px 150px black inset, 0 0px 130px 40px rgba(234, 205, 199, 0.6) inset, 0 0px 23px 4px rgba(234, 205, 199, 0.6) inset, 0 -10px 130px rgb(45, 65, 83);
}
.earthWrap .solar_systm .planet.neptune .moon h3 {
  color: #4f83e2;
}
.earthWrap .solar_systm .planet.neptune .trajectory.tri {
  width: 1500px;
  height: 1500px;
  left: -210px;
  top: -189px;
}
.earthWrap .solar_systm .planet.neptune .trajectory.pro {
  width: 1530px;
  height: 1530px;
  left: -165px;
  top: -130px;
}
.earthWrap .solar_systm .planet.neptune .trajectory.ner {
  width: 1760px;
  height: 1760px;
  left: -360px;
  top: -114px;
}
.earthWrap .solar_systm .planet.neptune .triton {
  left: 100px;
  top: -100px;
  transform: scale(0.4);
  background: url("../images/earth/img14.png");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.earthWrap .solar_systm .planet.neptune .proteus {
  left: 400px;
  top: -210px;
  transform: scale(0.45);
  background: url("../images/earth/img8.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.earthWrap .solar_systm .planet.neptune .nereid {
  left: 900px;
  top: -70px;
  transform: scale(0.4);
  background: url("../images/earth/img9.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.earthWrap .solar_systm .planet.pluto {
  background: url("../images/earth/img1.png");
  box-shadow: 0 -590px 150px black inset, 0 0px 130px 40px rgba(234, 205, 199, 0.6) inset, 0 0px 23px 4px rgba(234, 205, 199, 0.6) inset, 0 -10px 130px rgb(45, 65, 83);
}
.earthWrap .solar_systm .planet_description {
  width: 1020px;
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  z-index: 2;
  right: 0;
  color: white;
  font-weight: 100;
  transition: all 0.4s 0s;
  text-transform: uppercase;
  z-index: 1;
}
.earthWrap .solar_systm .planet_description.mercury a {
  color: #E8927C;
}
.earthWrap .solar_systm .planet_description.mercury h2 {
  color: #f7dad3;
}
.earthWrap .solar_systm .planet_description.venus a {
  color: #b45d15;
}
.earthWrap .solar_systm .planet_description.venus h2 {
  color: #e99046;
}
.earthWrap .solar_systm .planet_description.earth a {
  color: #26daaa;
}
.earthWrap .solar_systm .planet_description.earth h2 {
  color: #7de9cc;
}
.earthWrap .solar_systm .planet_description.mars a {
  color: #e55f45;
}
.earthWrap .solar_systm .planet_description.mars h2 {
  color: #f2ac9e;
}
.earthWrap .solar_systm .planet_description.jupiter a {
  color: orange;
}
.earthWrap .solar_systm .planet_description.jupiter h2 {
  color: #ffc966;
}
.earthWrap .solar_systm .planet_description.saturn a {
  color: #b29d81;
}
.earthWrap .solar_systm .planet_description.saturn h2 {
  color: #d9cec0;
}
.earthWrap .solar_systm .planet_description.uranus a {
  color: #8dcdd8;
}
.earthWrap .solar_systm .planet_description.uranus h2 {
  color: #d9eef2;
}
.earthWrap .solar_systm .planet_description.neptune a {
  color: #4f83e2;
}
.earthWrap .solar_systm .planet_description.neptune h2 {
  color: #a7c1f0;
}
.earthWrap .solar_systm .planet_description.pluto a {
  color: #FF8732;
}
.earthWrap .solar_systm .planet_description.pluto h2 {
  color: #ffc398;
}
.earthWrap .solar_systm .planet_description h1,
.earthWrap .solar_systm .planet_description h2,
.earthWrap .solar_systm .planet_description p,
.earthWrap .solar_systm .planet_description a {
  font-size: 10px;
  margin: 0;
}
.earthWrap .solar_systm .planet_description h1 {
  margin-top: 40px;
  font-weight: 500;
  font-size: 2rem;
}
.earthWrap .solar_systm .planet_description h2 {
  color: #fff;
  margin-top: 30px;
  font-size: 1.875rem;
  margin-bottom: 6px;
}
.earthWrap .solar_systm .planet_description p {
  line-height: 26px;
  margin-top: 14px;
  opacity: 0.9;
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-family: "MiSans-Light";
}
.earthWrap .solar_systm .planet_description a {
  margin: 2rem auto;
  width: 186px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 0 1.25rem;
  line-height: 3.5rem;
  color: #fff !important;
  font-family: "MiSans-Light";
  position: relative;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.earthWrap .solar_systm .planet_description a:after {
  content: "";
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/index/icon-4.png);
  background-size: 30px;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -1rem;
}
.earthWrap .panel {
  position: fixed;
  right: -50%;
  width: 30%;
  top: 0;
  height: 100vh;
  transition: all 0.5s ease;
  color: black;
  background: white;
  padding: 10px 60px 0px 60px;
  overflow: scroll;
  z-index: 12;
}
.earthWrap .panel .btn-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.earthWrap .panel .btn-close svg {
  width: 24px;
  height: 24px;
  fill: #666;
}
.earthWrap .panel .boxes {
  padding-bottom: 30px;
}
.earthWrap .panel body::-webkit-scrollbar {
  width: 1em;
}
.earthWrap .panel body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.earthWrap .panel body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.earthWrap .panel .profile {
  padding-top: 4px;
}
.earthWrap .panel .profile p {
  line-height: 10px;
}
.earthWrap .panel .profile p span {
  font-weight: 600;
  color: black;
}
.earthWrap .panel img {
  border-radius: 2px;
  width: 100%;
}
.earthWrap .panel h1 {
  text-transform: uppercase;
  color: #0f192e;
  font-weight: normal;
  margin: 0 0 0 0;
  letter-spacing: 3px;
  top: 0;
  padding: 49px 0 40px 0;
  width: 100%;
  font-size: 24px;
}
.earthWrap .panel .tit {
  margin-top: 14px;
  color: #0f192e;
  line-height: 1.6;
  font-size: 1.4rem;
  display: none;
}
.earthWrap .panel .para {
  font-size: 18px;
  margin-top: 0.8rem;
  line-height: 1.5;
  color: #0f192e;
  font-family: "MiSans-Light";
  margin-right: -1.5rem;
  padding-right: 1.5rem;
  overflow: auto;
}
.earthWrap .panel .para span {
  font-family: "MiSans-Medium";
}

@keyframes breath {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes breath2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1560px) {
  .earthWrap .solar {
    transform: rotatex(355deg);
  }
  .earthWrap label.menu {
    margin-top: 100px;
    width: 240px;
    left: 5.5rem;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1440px) {
  .earthWrap .solar {
    transform: rotatex(355deg);
  }
  .earthWrap label.menu {
    margin-top: 100px;
    width: 240px;
    left: 5.5rem;
  }
}/*# sourceMappingURL=earth.css.map */