/*----------------------------------
	Common HTML elements and more for easier usage
------------------------------------*/

@font-face {
    font-family: Pavelt;
    src: url("../css/theme/Pavelt.otf") format("opentype");
}

@font-face {
  font-family: Arista;
  src: url("../css/theme/Arista 2.0_Alternate Regular.ttf");
}


html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  font-family: Pavelt, sans-serif;
  color: #222324;
  line-height: 1.6;
  background-color: #000;
 
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: Pavelt, sans-serif;
  line-height: 1.2;
  /*color: #242424;*/
  margin-top: 0;
  margin-bottom: .5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #242424;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 a:focus, h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #13b1cd;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

em,
li {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
}

em > a,
li > a {
  color: #242424;
}

em > a:hover,
li > a:hover {
  color: #13b1cd;
}

small {
  color: #656565;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

/* Paragraph */
p {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Links */
a {
  color: #13b1cd;
  text-decoration: none;
}

a:focus, a:hover {
  color: #1095ac;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/*----------------------------------
  Selection
------------------------------------*/
::selection {
  color: #fff;
  background: #13b1cd;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #13b1cd;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/*----------------------------------
  Button
------------------------------------*/
.s-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus, .s-btn:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
  text-decoration: none;
}

.s-btn:active, .s-btn.active {
  background-image: none;
  outline: 0;
}

.s-btn.disabled, .s-btn:disabled,
fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: .65;
}

.s-btn__element--left, .s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

/* Sizes
------------------------------ */
.s-btn--xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}

.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}

.s-btn--md {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
}

.s-btn-icon--md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Styles
------------------------------ */



#preloader {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #16161af2;
    width: 100vw;
    height: 100vh;
    z-index: 1000000000000000000;
}

#preloader.homepage-preloader {
    position: fixed;
    opacity: 1;
    visibility: visible;
    transition: opacity .4s ease, visibility 0s linear 0s;
}

#preloader.homepage-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .4s ease, visibility 0s linear .4s;
}

.space{
  width: 150px;
  height:150px;  
  position:relative;
  top:calc(50vh - 75px);
  left:calc(50% - 75px);
  background-color: transparent;
}

.circle{
  width:40px;
  height:40px;
  background-color:#d65f44;
  border:1px solid transparent;
  border-radius:50%;
  position:absolute;
  top:calc(50% - 20px);
  left:calc(50% - 20px);
  transition:1s;
  
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: white;
  font-family: Arista;
  letter-spacing: 1px;
}

.f-circle{
  position:absolute;
  width:95%;
  height:95%;
  left:2.5%;
  top:2.5%;
  border-radius:50%;
  border:1px solid #ccc;
  animation: rotate 2s linear 0s infinite;
}

.f-circle::after{
  content:"";
  display:inline-block;
  width:10px;
  height:10px;
  position:relative;
  left:22px;
  border-radius:50%;
  background-color:#7eba65;
}

/* second circle */
.s-circle{
  width:75%;
  height:75%;
  position:absolute;
  top:calc(50% - 37.5%);
  left:calc(50% - 37.5%);
  border:1px solid #ccc;
  border-radius:50%;
  animation: rotate 4s linear 0s infinite;
}

.s-circle::after{
  content:"";
  display:inline-block;
  width:10px;
  height:10px;
  position:relative;
  left:13px;
  border-radius:50%;
  background-color:#fff;
}

/* third circle */
.t-circle{
  width:55%;
  height:55%;
  position:absolute;
  left:calc(50% - 27.5%);
  top:calc(50% - 27.5%);
  border-radius:50%;
  border:1px solid #ccc;
  animation: rotate 5s linear 0s infinite;
}

.t-circle::after{
  content:"";
  display:inline-block;
  width:10px;
  height:10px;
  position:relative;
  left:4px;
  border-radius:50%;
  background-color:#000;
  box-shadow: 0 0 5px #f4f4f436;
}

/* keyframe rotate anmiation */
@keyFrames rotate{
  from{
    transform:rotate(360deg);
  }
  to{
    transform:rotate(0deg);
  }
}


.circle:hover{
  width: 125px;
  height: 125px;
  top: calc(50% - 62.5px);
  left: calc(50% - 62.5px);
  line-height: 125px;
  font-size: 45px;
  letter-spacing: 2px;
}

.f-circle:hover ,
.s-circle:hover ,
.t-circle:hover
{
  border:2px solid #ccc;
  padding:-1px;
}





.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--white-brd:focus, .s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}

.s-btn--white-bg {
  color: #222324;
  background: #fff;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
  color: #13b1cd;
  background: #fff;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}

.s-btn--primary-bg {
  color: #fff;
  background: #13b1cd;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
}

.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-btn--primary-brd {
  color: #13b1cd;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
}

.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-btn-icon--white-brd {
  border-left: none;
}

.s-btn-icon--dark-brd {
  border-left: none;
}

/*----------------------------------
  Clients v1
------------------------------------*/
.s-clients-v1 {
  display: block;
  width: 6.25rem;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-clients-v1:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*----------------------------------
  FAQ
------------------------------------*/
.s-faq__pseudo {
  position: relative;
}

.s-faq__pseudo:before {
  position: absolute;
  left: 12.5rem;
  bottom: -1rem;
  z-index: -1;
  font-size: 9.375rem;
  font-family: Playfair Display, serif;
  color: rgba(245, 248, 249, 0.8);
  content: "\0026";
}

.s-faq-grid__divider {
  display: inline-block;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  margin: .3125rem 0;
}

.s-faq-grid__title {
  font-size: 1rem;
  color: #fff;
  margin: .3125rem 0 0 .5rem;
}

.s-faq .cbp-caption {
  border-bottom: none;
}

/*----------------------------------
  Form Input
------------------------------------*/
/* Form Input v1 */
.s-form-v1__input {
  height: 3.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #fff;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}

.s-form-v1__input::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v1__input::-moz-placeholder {
  color: #fff;
}

.s-form-v1__input:-ms-input-placeholder {
  color: #fff;
}

.s-form-v1__input::placeholder {
  color: #fff;
}

.s-form-v1__input:focus {
  box-shadow: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Form Input v2 */
.s-form-v2__input {
  height: 3.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #656565;
  border: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 1.25rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input::placeholder {
  color: #656565;
}

.s-form-v2__input:focus {
  font-weight: 400;
  color: #656565;
  box-shadow: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input:focus::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:focus:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::placeholder {
  color: #656565;
}

/* Form Input v3 */
.s-form-v3__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem 0 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v3__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.99);
  box-shadow: none;
}

.s-form-v3__input:focus::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::-moz-placeholder {
  color: #fff;
}

.s-form-v3__input:focus:-ms-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::placeholder {
  color: #fff;
}

/* Form Input v4 */
.s-form-v4__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(34, 35, 36, 0.5);
  border: none;
  border-bottom: .0625rem solid;
  background: rgba(34, 35, 36, 0.3);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem .3125rem 1rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v4__input::-webkit-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::-moz-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:focus {
  color: #222324;
  border-color: #222324;
  box-shadow: none;
}

.s-form-v4__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v4__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::placeholder {
  color: #222324;
}

.s-form-v4__icon {
  font-size: 1.125rem;
  color: rgba(34, 35, 36, 0.7);
  border-bottom: 0.0625rem solid #222324;
  padding: 0 .75rem .95rem;
}

/* Form Input v5 */
.s-form-v5__input {
  height: 3.375rem;
  color: #656565;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #222324;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}

.s-form-v5__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v5__input::-moz-placeholder {
  color: #656565;
}

.s-form-v5__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v5__input::placeholder {
  color: #656565;
}

.s-form-v5__input:focus {
  color: #222324;
  box-shadow: none;
  border-color: #222324;
}

.s-form-v5__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v5__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::placeholder {
  color: #222324;
}

/*----------------------------------
  Icons
------------------------------------*/
.s-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-icon:focus, .s-icon:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Sizes
------------------------------ */
.s-icon--sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8125rem;
  padding: 0.6875rem;
}

.s-icon--md {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  padding: 0.75rem;
}

.s-icon--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.625rem;
  padding: 0.5625rem 1rem;
}

/* Styles
------------------------------ */
.s-icon--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-brd:focus, .s-icon--white-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-icon--white-bg {
  color: #222324;
  background: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-bg:focus, .s-icon--white-bg:hover {
  color: #13b1cd;
  background: #fff;
  border-color: #fff;
}

.s-icon--primary-brd {
  color: #13b1cd;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
  line-height: 1.4;
}

.s-icon--primary-brd:focus, .s-icon--primary-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-icon--primary-bg {
  color: #fff;
  background: #13b1cd;
  line-height: 1.6;
}

/*----------------------------------
  Promo Block
------------------------------------*/
/* Promo Block v1 */
.s-promo-block-v1__square-effect {
  position: relative;
}

.s-promo-block-v1__square-effect:before {
  position: absolute;
  top: -5rem;
  left: -1.875rem;
  width: 18.75rem;
  height: 10.9375rem;
  border: .625rem solid;
  border-color: rgba(255, 255, 255, 0.2);
  content: " ";
}

.s-promo-block-v1__square-effect:after {
  position: absolute;
  right: 0;
  bottom: -2rem;
  width: 9.375rem;
  height: 9.375rem;
  border: .625rem solid;
  z-index: -1;
  border-color: rgba(108, 184, 237, 0.9);
  content: " ";
}

/* Promo Block v2 */
.s-promo-block-v2 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.7) -25%, #13b1cd 100%);
  background-repeat: repeat-x;
  content: " ";
}

.s-promo-block-v2__form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 61.9em) {
  .s-promo-block-v2__form {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Promo Block v3 */
.s-promo-block-v3__divider {
  position: relative;
  padding-bottom: 1.875rem;
}

.s-promo-block-v3__divider:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.9) -25%, #13b1cd 100%);
  background-repeat: repeat-x;
  content: " ";
}

.s-promo-block-v3__date {
  line-height: .8;
  margin-right: 1rem;
}

.s-promo-block-v3__month, .s-promo-block-v3__year {
  display: block;
  line-height: 1.3;
}

.s-promo-block-v3__month {
  vertical-align: top;
}

/* Promo Block v4 */
.s-promo-block-v4 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v4:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(34, 35, 36, 0.3) 0%, rgba(19, 177, 205, 0.6) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v5 */
.s-promo-block-v5 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v5:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(28, 123, 172, 0.93) 0%, rgba(19, 177, 205, 0.93) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v6 */
.s-promo-block-v6 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v6:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(28, 123, 172, 0.1) 0%, #13b1cd 80%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v7 */
.s-promo-block-v7 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v7:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.97) 0%, rgba(152, 119, 234, 0.97) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/*----------------------------------
  Mockup
------------------------------------*/
/* Mockup v1 */
.s-mockup-v1 {
  position: relative;
  width: 55rem;
  height: auto;
  z-index: 1;
}

@media (max-width: 61.9em) {
  .s-mockup-v1 {
    width: 100%;
    height: auto;
  }
}

/* Mockup v2 */
.s-mockup-v2 {
  position: absolute;
  left: 6.25rem;
  bottom: 6.25rem;
  width: 25rem;
  height: auto;
}

@media (max-width: 33.9em) {
  .s-mockup-v2 {
    display: none;
  }
}

@media (min-width: 34em) {
  .s-mockup-v2 {
    position: absolute;
    left: 0.625rem;
    bottom: 0.625rem;
    width: 18.75rem;
    height: auto;
  }
}

@media (min-width: 48em) {
  .s-mockup-v2 {
    position: absolute;
    left: 5rem;
    bottom: 5rem;
    width: 18.75rem;
    height: auto;
  }
}

/*----------------------------------
  Plan
------------------------------------*/
/* Plan v1 */
.s-plan-v1 {
  box-shadow: 0.625rem 0.625rem 0.9375rem 0 rgba(31, 31, 31, 0.075);
}

.s-plan-v1__price-mark, .s-plan-v1__price-tag {
  color: #13b1cd;
}

.s-plan-v1__price-mark {
  font-size: 1.375rem;
  vertical-align: top;
}

.s-plan-v1__price-tag {
  font-size: 1.875rem;
  line-height: 1.1;
}

/* Plan v2 */
@media (min-width: 62em) {
  .s-plan-v2__main {
    position: relative;
    z-index: 1;
    box-shadow: 0 -1.25rem 3.125rem 0 rgba(34, 35, 36, 0.05);
    margin-top: -.4375rem;
  }
}

/*----------------------------------
  Process v1
------------------------------------*/
.s-process-v1 {
  position: relative;
}

.s-process-v1:before {
  position: absolute;
  top: 3.125rem;
  left: 60%;
  width: 80%;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.2);
  content: " ";
  margin-top: -.03125rem;
}

@media (max-width: 47.9em) {
  .s-process-v1:before {
    display: none;
  }
}

.s-process-v1:last-child:before {
  display: none;
}

/*----------------------------------
  Scroll To Section
------------------------------------*/
/* Scroll To Section v1 */
.s-scroll-to-section-v1--bc {
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}

/*----------------------------------
  Team v1
------------------------------------*/
.s-team-v1 {
  position: relative;
  cursor: pointer;
}

.s-team-v1:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-team-v1:hover:before {
  box-shadow: 0 0 1.25rem 0.3125rem rgba(34, 35, 36, 0.07);
}

/*----------------------------------
  Video
------------------------------------*/
.s-video__bg {
  position: relative;
}

.s-video__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 181, 241, 0.8) 0, rgba(152, 119, 234, 0.8) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Video v2 */
.s-video-v2__bg {
  position: relative;
}

.s-video-v2__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(34, 35, 36, 0.85);
  content: " ";
}

/*----------------------------------
  Header
------------------------------------*/
.s-header__navbar {
  background: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Container
------------------------------ */
.s-header__container {
  width: 100%;
  height: auto;
  display: table;
  padding: .75rem 1.875rem;
}

.s-header__container:before, .s-header__container:after {
  content: " ";
  display: table;
}

.s-header__container:after {
  clear: both;
}

.container-fluid {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

/* Navbar Row
------------------------------ */
.s-header__navbar-row {
  position: relative;
  display: table-row;
  clear: both;
}

.s-header__navbar-row-col {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

/* Logo
------------------------------ */
.s-header__logo {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: auto;
  float: left;
}

.s-header__logo-link {
  display: inline-block;
  padding: 1rem 0;
}

.s-header__logo-link:focus, .s-header__logo-link:hover {
  text-decoration: none;
}

.s-header__logo-img-default, .s-header__logo-img-shrink {
  display: block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__logo-img-default {
  opacity: 1;
}

.s-header__logo-img-shrink {
  position: absolute;
  top: 1rem;
  left: 0;
  opacity: 0;
}

@media (max-width: 61.9em) {
  .s-header__logo {
    width: auto;
    height: auto;
    float: left;
  }
}

/* Trigger
------------------------------ */
.s-header__trigger {
  position: relative;
  z-index: 9999;
  width: 3.125rem;
  height: 3.125rem;
  float: right;
  overflow: hidden;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Trigger Icon */
.s-header__trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 1.375rem;
  height: 0.0625rem;
  background: #b99769;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__trigger-icon:before, .s-header__trigger-icon:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: " ";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.s-header__trigger-icon:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.4375rem, 0);
  transform: translate3d(0, 0.4375rem, 0);
}

.s-header__trigger-icon:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, -0.4375rem, 0);
  transform: translate3d(0, -0.4375rem, 0);
}

.s-header__trigger--dark .s-header__trigger-icon {
  background: #222324;
}

.s-header__trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.s-header__trigger circle {
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

/* Trigger Is Active Style */
.-is-active.s-header__trigger {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.-is-active .s-header__trigger-icon {
  background: #b99769;
}

.-is-active .s-header__trigger-icon:before, .-is-active .s-header__trigger-icon:after {
  width: 50%;
  -webkit-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.-is-active .s-header__trigger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-is-active .s-header__trigger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.-is-active.s-header__trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

/* Overlay
------------------------------ */
.s-header-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 36, 0);
  visibility: hidden;
  -webkit-transition: all 1s ease-in 0.4s;
  transition: all 1s ease-in 0.4s;
}

.s-header-bg-overlay.-is-open {
  background: rgba(34, 35, 36, 0.99);
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* Nav
------------------------------ */
.s-header__nav {
  height: 100%;
  padding: 7.5rem 0;
}

/* Menu List */
.s-header__nav-menu {
  width: 18.75rem;
  float: right;
  text-align: right;
  margin-bottom: 0;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu {
    width: 50%;
  }
}

@media (max-width: 33.9em) {
  .s-header__nav-menu {
    width: 100%;
    float: none;
  }
}

.s-header__nav-menu-item {
  padding: 0 0 0 5.625rem;
  margin-bottom: .3125rem;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu-item {
    padding-left: 0;
  }
}

.s-header__nav-menu-link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  opacity: .85;
  padding: .3125rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider {
  position: relative;
}

.s-header__nav-menu-link-divider:before {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 2.1875rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0);
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider[href]:focus, .s-header__nav-menu-link-divider[href]:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider[href]:hover:before {
  right: 0;
  background: white;
}

.s-header__nav-menu-link-divider:focus, .s-header__nav-menu-link-divider:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider:hover {
  opacity: 1;
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active {
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active:before {
  right: 0;
  background: white;
}

/* Action
------------------------------ */
.s-header__action {
  margin-bottom: 0;
}

.s-header__action--lb {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action--rb {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action-item {
  padding: 0;
  margin-left: .1875rem;
  margin-right: .3125rem;
}

.s-header__action-link {
  position: relative;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  padding: .3125rem;
}

.s-header__action-link:first-child {
  padding-left: 0;
}

.s-header__action-link:last-child {
  padding-right: 0;
}

.s-header__action-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.s-header__action-link.-is-active {
  color: white;
}

/* Menu Open/Close
------------------------------ */
.s-header-bg-overlay .s-header__nav-menu-item {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 1.25rem, 0);
  transform: translate3d(0, 1.25rem, 0);
}

.s-header-bg-overlay .s-header__action-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 47.9em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item,
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
}

@media (min-width: 34em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.2s ease-out;
    transition: all 0.4s 0.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(3) {
    -webkit-transition: all 0.4s 0.6s ease-out;
    transition: all 0.4s 0.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(4) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(5) {
    -webkit-transition: all 0.4s 1s ease-out;
    transition: all 0.4s 1s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(6) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(7) {
    -webkit-transition: all 0.4s 1.4s ease-out;
    transition: all 0.4s 1.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(8) {
    -webkit-transition: all 0.4s 1.6s ease-out;
    transition: all 0.4s 1.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(9) {
    -webkit-transition: all 0.4s 1.8s ease-out;
    transition: all 0.4s 1.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(10) {
    -webkit-transition: all 0.4s 2s ease-out;
    transition: all 0.4s 2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(3) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
  }
}

/* Shrink
------------------------------ */
/* Navbar */
.s-header__shrink .s-header__navbar {
  box-shadow: 0 0 0.9375rem 0 rgba(34, 35, 36, 0.05);
}

.s-header__shrink.-is-open .s-header__navbar {
  background: transparent;
}

/* Logo */
.s-header__shrink.-is-open .s-header__logo-img-default {
  opacity: 1;
}

.s-header__shrink.-is-open .s-header__logo-img-shrink {
  opacity: 0;
}

.s-header__shrink .s-header__navbar {
  background: #fff;
}

.s-header__shrink .s-header__logo-img-default {
  opacity: 0;
}

.s-header__shrink .s-header__logo-img-shrink {
  opacity: 1;
}

/* Trigger Icon */
.s-header__shrink.-is-open .s-header__trigger-icon {
  background: #fff;
}

.s-header__shrink .s-header__trigger-icon {
  background: #b99769;
}

/*----------------------------------
  Header v2
------------------------------------*/
/* Navbar
------------------------------ */
.s-header-v2__navbar {
  position: relative;
  z-index: 1000;
  min-height: 3.125rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__navbar:before, .s-header-v2__navbar:after {
  content: " ";
  display: table;
}

.s-header-v2__navbar:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
}

/* Navbar Row
------------------------------ */
.s-header-v2__navbar-row {
  display: table-row;
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-row {
    display: inherit;
  }
}

/* Columns */
.s-header-v2__navbar-col {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col {
    display: block;
  }
}

/* Space */
.s-header-v2__navbar-col-width--180 {
  width: 11.250rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col-width--180 {
    width: auto;
  }
}

/* Variations */
@media (min-width: 62em) {
  .s-header-v2__navbar-col--left {
    float: left;
  }
  .s-header-v2__navbar-col--left .dropdown__mega-menu {
    right: auto;
    left: 10rem;
  }
}

@media (min-width: 62em) {
  .s-header-v2__navbar-col--right {
    float: right;
  }
}

/* Navbar Toggle
------------------------------ */
.s-header-v2__toggle {
  position: relative;
  display: none;
  float: right;
  background: transparent;
  border: none;
  outline: none;
  line-height: 4.3rem;
  padding: .5625rem .3125rem .5625rem .625rem;
  margin: 0;
}

.s-header-v2__toggle-icon-bar {
  position: relative;
  width: 1.315rem;
  height: 0.0625rem;
  display: inline-block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar, .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
  background: #222324;
}

.s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
  position: absolute;
  left: 0;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar:before {
  width: 0.625rem;
  height: 0.0625rem;
  bottom: .625rem;
}

.s-header-v2__toggle-icon-bar:after {
  width: 1rem;
  height: 0.0625rem;
  top: -.3125rem;
}

.s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:after {
  width: 1.315rem;
  height: 0.0625rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__toggle {
    display: block;
  }
}

/* Logo
------------------------------ */
.s-header-v2__logo {
  width: 100%;
  height: auto;
  float: left;
}

.s-header-v2__logo-link {
  display: inline-block;
  padding: 1rem 1.25rem 1rem 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__logo-link:focus, .s-header-v2__logo-link:hover {
  text-decoration: none;
}

.s-header-v2__logo-img {
  display: inline-block;
}

.s-header-v2__logo-img--default {
  display: block;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--default {
    display: none;
  }
}

.s-header-v2__logo-img--shrink {
  display: none;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--shrink {
    display: block;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__logo {
    width: auto;
    height: auto;
    float: left;
  }
  .s-header-v2__logo-link {
    padding-left: .875rem;
    padding-right: .625rem;
  }
}

/* Collapse
------------------------------ */
@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse {
    width: 100%;
    padding: 0 .9375rem !important;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse.collapse {
    display: none !important;
  }
  .s-header-v2__navbar-collapse.collapse.in {
    display: block !important;
    max-height: 35rem;
    overflow-y: auto !important;
  }
}

/* Nav Menu
------------------------------ */
.s-header-v2__nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.s-header-v2__nav:before, .s-header-v2__nav:after {
  content: " ";
  display: table;
}

.s-header-v2__nav:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav {
    background: #fff;
    padding: 1.25rem 0;
  }
}

.s-header-v2__nav-item {
  position: relative;
  display: block;
  float: left;
}

.s-header-v2__nav-item:last-child .s-header-v2__nav-link {
  margin-right: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-item {
    float: none;
  }
}

.s-header-v2__nav-item .dropdown-backdrop {
  position: relative;
}

.s-header-v2__nav-link {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.75);
  line-height: 5.5rem;
  text-transform: uppercase;
  margin: 0 .9rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__nav-link:hover {
  color: #fff;
}

.s-header-v2__nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.s-header-v2__nav-link.-is-active {
  color: #fff;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
    line-height: 1.6;
    margin: 1.5rem 0;
  }
  .s-header-v2__nav-link:focus, .s-header-v2__nav-link:hover {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header-v2__nav-link.-is-active {
    color: #13b1cd;
  }
}

/* Dropdown
------------------------------ */
.s-header-v2__dropdown-menu {
  display: none;
  font-size: 0.8125rem;
  min-width: 13.750rem;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
  padding: .9375rem 0;
  margin-top: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
}

.s-header-v2__dropdown-menu:focus .s-header-v2__dropdown-menu-link, .s-header-v2__dropdown-menu:hover .s-header-v2__dropdown-menu-link {
  background: transparent;
}

.s-header-v2__dropdown-menu-link {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: rgba(34, 35, 36, 0.7) !important;
  padding: .4375rem 2rem .4375rem 1.375rem !important;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__dropdown-menu-link:hover {
  color: #13b1cd !important;
}

.s-header-v2__dropdown-menu-link.-is-active {
  color: #13b1cd !important;
}

/* Dropdown Menu Open On Hover
------------------------------ */
@media (min-width: 62em) {
  .s-header-v2__dropdown-on-hover:hover > .s-header-v2__dropdown-menu {
    display: block;
  }
}

/* Shrink
------------------------------ */
@media (min-width: 62em) {
  .s-header__shrink .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
  /* Toggle */
  .s-header__shrink .s-header-v2__toggle-icon-bar--white, .s-header__shrink .s-header-v2__toggle-icon-bar--white:before, .s-header__shrink .s-header-v2__toggle-icon-bar--white:after {
    background: #222324;
  }
  /* Logo */
  .s-header__shrink .s-header-v2__logo-img--default {
    display: none;
  }
  .s-header__shrink .s-header-v2__logo-img--shrink {
    display: block;
  }
  /* Nav Link */
  .s-header__shrink .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link:hover {
    color: #13b1cd;
  }
  .s-header__shrink .s-header-v2__nav-link:focus {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link.-is-active {
    color: #13b1cd;
  }
}

/*----------------------------------
  Footer
------------------------------------*/
.s-footer__logo {
  position: relative;
  z-index: 1;
}

.s-footer__logo:before {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  bottom: 0;
  width: 70%;
  height: auto;
  z-index: -1;
  background: url("../img/widgets/worldmap.png") no-repeat center center;
  background-size: cover;
  content: " ";
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 3.125rem;
  bottom: -3.125rem;
  display: block;
  width: 1.875rem;
  height: 3rem;
  z-index: 9;
  background: #13b1cd;
  border-radius: 3.125rem;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 3rem;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:hover {
  background: #fff;
}

.s-back-to-top:hover:before {
  color: #13b1cd;
}

.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none;
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 3.125rem;
  opacity: .8;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}

/*----------------------------------
  Cubeportfolio
------------------------------------*/
.s-portfolio__filter-v1-item {
  font-size: 0.8125rem;
  color: #656565 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.s-portfolio__filter-v1-item:hover {
  color: #242424 !important;
}

.s-portfolio__filter-v1-item.cbp-filter-item-active {
  color: #13b1cd !important;
}

.s-portfolio__filter-v1.cbp-l-filters-text {
  margin-bottom: 0;
}

/* Image Effect
------------------------------ */
.s-portfolio__img-effect {
  position: relative;
  display: block;
}

.s-portfolio__img-effect:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 177, 205, 0.95);
  content: " ";
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__img-effect:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.875rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* Paginations v1
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
  display: none;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination {
  padding-left: .625rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
  margin: 0 .9375rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
  background: #13b1cd;
}

/* Tab v1
------------------------------ */
.s-tab__filter-v1 {
  display: block;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  letter-spacing: .0625rem;
  line-height: 2rem;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-tab__filter-v1:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.3);
  content: " ";
  margin-left: -2.5rem;
}

.s-tab__filter-v1:last-child {
  padding: 0;
  margin: 0;
}

.s-tab__filter-v1:last-child:before {
  display: none;
}

.s-tab__filter-v1.cbp-filter-item-active {
  color: #13b1cd;
}

.s-tab__grid-v1-item {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #656565;
}

/*----------------------------------
  Google Map
------------------------------------*/
/* Custom Style */
.s-google-map,
.s-google-map .s-google-container {
  position: relative;
}

/* Info Window: White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Info Window: Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

/* Info Window: Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}

/* Info Window: New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  overflow: inherit !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  font-family: themify;
  color: #656565;
  content: "\e646";
}

/* Info Window: Positioning of infowindow */
.gm-style-iw {
  top: 1.375rem !important;
  left: 1.375rem !important;
}

/*----------------------------------
  Swiper
------------------------------------*/
.s-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Arrows v1
------------------------------ */
.s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 47.9em) {
  .s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
    opacity: 0;
  }
}

.s-swiper__arrow-v1--left {
  left: 2rem;
}

.s-swiper__arrow-v1--right {
  right: 2rem;
}

@media (max-width: 47.9em) {
  .s-swiper:hover .s-swiper__arrow-v1--left, .s-swiper:hover .s-swiper__arrow-v1--right {
    opacity: 1;
  }
}

/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
  position: absolute;
  bottom: 1.875rem !important;
  text-align: center;
  z-index: 1;
}

.s-swiper__pagination-v1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.5625rem;
  border-radius: 0.9375rem;
  opacity: .7;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
  width: 1.875rem;
  background: #13b1cd;
  opacity: 1;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
  background: #fff;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
  background: #13b1cd;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
  background: #b2b2b2;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
  background: #13b1cd;
}




.homePage_container {
    overflow: hidden;
    /*background: url("../img/space.jpg");*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    font-family: "Pavelt", sans-serif;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banners_wrapper {
    position: relative;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*gap: 100px;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
    grid-gap: 12rem 2rem;
    width: 100%;
    justify-items: center;
    margin-top:70px;
    z-index: 5;
}

.system-explorer_banner {
    width: 320px;
    height: 600px;
    background-image: url('../img/homePage/solarsystem.jpg');
    background-size: contain;
    position: relative;
    border: 2px solid #f4f4f4;
    border-radius: 25px;
}

.uncharted-universe_banner {
    width: 320px;
    height: 600px;
    background-image: url('../img/homePage/uncharted.webp');
    background-size: contain;
    position: relative;
    border: 2px solid #f4f4f4;
    border-radius: 25px;
}

.outer-space_banner {
    width: 320px;
    height: 600px;
    background-image: url('../img/homePage/outer.webp');
    background-size: contain;
    position: relative;
    border: 2px solid #f4f4f4;
    border-radius: 25px;
}

.rocket_button {
    position: absolute;
    bottom: calc(0px - 90px);
    left: calc(50% - 50px);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: none;
}

.rocket_button img {
    width: 100%;
}

.neptune_img_wrapper, .kepler_img_wrapper, .asteroid_img_wrapper {
    position: absolute;
    top: -100px;
    width: 225px;
    height: 225px;
    left: calc(50% - 112.5px);
    border-radius: 50%;
    border: 20px solid black;
    background: #000;
    z-index: 1001;
}

.neptune_img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 20px #89762f, inset -6px -6px 8px rgb(0 0 0 / 62%);
    background-image: url('../img/homePage/sun_solar-round.png');
    background-repeat: repeat-x;
    background-size: cover;
    /*-webkit-animation: sun 60s 3.9s infinite linear;*/
            /*animation: sun 900s linear infinite;*/
}

.kepler_img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 20px #37698f, inset -8px -7px 8px rgb(0 0 0 / 62%);
    background-image: url('../img/homePage/uncharted_universe-round.png');
    transform: rotate(30deg);
    background-repeat: repeat-x;
    background-size: cover;
    /*-webkit-animation: sun 60s 3.9s infinite linear;*/
            /*animation: sun 480s linear infinite;*/
}

.asteroid_img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 20px #f45639, inset -12px 0px 8px rgb(0 0 0 / 62%);
    background-image: url('../img/homePage/outer_space-round.png');
    transform: rotate(90deg);
    background-repeat: repeat-x;
    background-size: cover;
    /*-webkit-animation: sun 60s 3.9s infinite linear;*/
            /*animation: sun 750s linear infinite;*/
}

@media screen and (min-width: 1366px) {
    #gallery-1 img {width:375px;}
}
@media screen and (max-width: 1441px) {
    
    .banners_wrapper {
        grid-gap: 12rem 0;
        margin-top: 30px;
    }
    
    .system-explorer_banner {
        width: 280px;
        height: 525px;
    }
    
    .uncharted-universe_banner {
        width: 280px;
        height: 525px;
        background-image: url('../img/homePage/uncharted.webp');
        background-size: contain;
        position: relative;
        border: 2px solid #f4f4f4;
        border-radius: 25px;
    }
    
    .outer-space_banner {
        width: 280px;
        height: 525px;
        background-image: url('../img/homePage/outer.webp');
        background-size: contain;
        position: relative;
        border: 2px solid #f4f4f4;
        border-radius: 25px;
    }
    
    .neptune_img_wrapper, .kepler_img_wrapper, .asteroid_img_wrapper {
        width: 196px;
        height: 196px;
        left: calc(50% - 98px);
        border: 17px solid black;
    }
    

    
    .rocket_button {
        bottom: calc(0px - 60px);
        left: calc(50% - 43.75px);
        width: 87.5px;
        height: 87.5px;
    }
}
@media screen and (min-width: 1600px) {
    #gallery-1 img {width:434px;}
}
@media screen and (min-width: 1920px) {
    #gallery-1 img {width:540px;}
}

/* SCF Universe homepage: compact four-card layout matching the explorer header. */
.homePage_container {
    height: calc(100vh - 56px);
    min-height: 620px;
    margin-top: 56px;
    padding: 70px 4vw 78px;
}

.banners_wrapper {
    width: min(1480px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 220px));
    justify-content: space-between;
    align-items: center;
    gap: clamp(28px, 5vw, 115px);
}

.home-banner,
.system-explorer_banner,
.uncharted-universe_banner,
.outer-space_banner {
    width: 100%;
    max-width: 220px;
    height: auto;
    aspect-ratio: 220 / 412;
    background-size: cover;
    background-position: center;
    border-width: 1px;
    border-radius: 18px;
}

.neptune_img_wrapper,
.kepler_img_wrapper,
.asteroid_img_wrapper,
.moon_img_wrapper {
    position: absolute;
    top: -62px;
    width: 68%;
    height: auto;
    aspect-ratio: 1;
    left: 16%;
    border: 12px solid #000;
    border-radius: 50%;
    background: #000;
    z-index: 1001;
}

.banner-copy {
    position: absolute;
    inset: 0;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .75);
    pointer-events: none;
}

.banner-copy h2,
.banner-copy p {
    position: absolute;
    margin: 0;
    color: inherit;
    line-height: .92;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}

.banner-copy h2 {
    left: 8px;
    bottom: 10px;
    font-size: clamp(19px, 1.55vw, 26px);
    letter-spacing: 1.2px;
}

.banner-copy p {
    left: 37px;
    bottom: 10px;
    font-size: clamp(11px, .82vw, 14px);
    font-weight: 400;
    letter-spacing: 1.2px;
}

.rocket_button {
    bottom: -58px;
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.rocket_button img {
    width: 110%;
    max-width: none;
    height: 110%;
    object-fit: contain;
}

.uncharted-universe_banner .rocket_button img {
    width: 88%;
    height: 88%;
}

.system-explorer_banner .rocket_button img {
    width: 80%;
    height: 80%;
}

.outer-space_banner .rocket_button img {
    width: 98%;
    height: 98%;
}

.rocket-link {
    display: grid;
    background: transparent;
}

.moon-rover_banner {
    position: relative;
    isolation: isolate;
    border: 0;
    background: transparent;
}

.moon-rover_banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border: 1px solid #f4f4f4;
    border-radius: 18px;
    background-image: url('../img/homePage/moon-rover-background.jpg');
    background-size: cover;
    background-position: 48% center;
    -webkit-mask-image: radial-gradient(ellipse 34% 18.2% at 50% 3.2%, transparent 0 98.5%, #000 100%);
            mask-image: radial-gradient(ellipse 34% 18.2% at 50% 3.2%, transparent 0 98.5%, #000 100%);
}

.moon_img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url('../img/homePage/moon-original.png');
    background-size: 112%;
    background-repeat: no-repeat;
    background-position: center;
    filter: sepia(.12) saturate(.82) brightness(1.14);
    box-shadow:
        0 0 20px rgba(218, 162, 92, .72),
        inset -8px -7px 12px rgba(0, 0, 0, .44);
}

.moon_img_wrapper {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.coming-soon {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-size: clamp(12px, 1.05vw, 17px);
    font-weight: 400;
    line-height: .9;
    letter-spacing: 1.7px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 3px #000, 0 0 7px #000;
    pointer-events: none;
}

.moon-rover_button {
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #fff;
}

.rocket_button.moon-rover_button img {
    width: 110%;
    max-width: none;
    height: 110%;
    object-fit: contain;
}

@media (max-width: 900px) {
    .homePage_container {
        height: auto;
        min-height: calc(100vh - 52px);
        margin-top: 52px;
        padding: 90px 7vw 100px;
        overflow-y: auto;
    }

    .banners_wrapper {
        grid-template-columns: repeat(2, minmax(160px, 220px));
        justify-content: space-evenly;
        gap: 140px 44px;
    }
}

@media (max-width: 480px) {
    .banners_wrapper {
        grid-template-columns: minmax(160px, 210px);
    }
}


/*Solar system*/


.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 10000;
    height: 56px;
    display: grid;
    grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
    align-items: center;
    padding: 0 22px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12);
}

.sfc_logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-self: start;
    width: 90px;
    height: 50px;
    overflow: hidden;
    color: #151515;
    line-height: 1;
}

.sfc_logo:hover,
.sfc_logo:focus {
    color: #151515;
}

.sfc_logo-image {
    position: absolute;
    width: 170px;
    max-width: none;
    height: 170px;
    left: -42px;
    top: -51px;
    object-fit: contain;
}

.site-title {
    margin: 0;
    color: #050505;
    font-size: clamp(17px, 1.55vw, 25px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}


.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 */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.container_wrapper .solar_systm .planet, .container_wrapper input[type=radio][name=planet]::after, .container_wrapper .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

.container_wrapper .solar_systm .planet.neptune .trajectory.ner, .container_wrapper .solar_systm .planet.neptune .trajectory.pro, .container_wrapper .solar_systm .planet.neptune .trajectory.tri, .container_wrapper .solar_systm .planet.uranus .trajectory.umb, .container_wrapper .solar_systm .planet.uranus .trajectory.ari, .container_wrapper .solar_systm .planet.uranus .trajectory.mir, .container_wrapper .solar_systm .planet.saturn .trajectory.enc, .container_wrapper .solar_systm .planet.saturn .trajectory.di, .container_wrapper .solar_systm .planet.saturn .trajectory.ti, .container_wrapper .solar_systm .planet.jupiter .trajectory.ga, .container_wrapper .solar_systm .planet.jupiter .trajectory.eu, .container_wrapper .solar_systm .planet.jupiter .trajectory.lop, .container_wrapper .solar_systm .planet.mars .trajectory.p, .container_wrapper .solar_systm .planet.mars .trajectory.d, .container_wrapper .solar_systm .planet.earth .trajectory.m {
  border: 2px dashed white;
  position: absolute;
  border-radius: 3400px;
  background: none !important;
  z-index: -2;
}

.container_wrapper .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;
}
.container_wrapper .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;
}
.container_wrapper .solar_systm .planet .moon h2 {
  font-weight: 100;
  font-size: 40px;
  letter-spacing: 5px;
  margin: 0;
  position: relative;
  top: -120px;
}
.container_wrapper .solar_systm .planet .moon h3 {
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 5px;
  color: #fea082;
  margin: 0;
  position: relative;
  top: -120px;
}
/*
 * PERF (A1, composited): the planet surface used to scroll via
 * `background-position-y`, a paint-only property that repainted the active
 * 1200x1200 planet layer every frame. It now scrolls a tiled texture layer with
 * a GPU `transform`, so the browser only re-composites (no per-frame repaint) and
 * the motion stays smooth at the display refresh rate.
 *
 * -910px == exactly one vertical texture tile (background-size height), so the
 * loop is seamless. Only the ACTIVE planet animates: its rule sets
 * `--surface-anim: planet`, which inherits down to `.planet_surface::before`;
 * inactive planets leave it unset (-> `none`) so they are never promoted to a
 * layer (avoids the GPU-memory blow-up of 14 always-animating planets).
 */
@-webkit-keyframes planet {
  from { -webkit-transform: translateY(0); transform: translateY(0); }
  to   { -webkit-transform: translateY(-910px); transform: translateY(-910px); }
}
@keyframes planet {
  from { -webkit-transform: translateY(0); transform: translateY(0); }
  to   { -webkit-transform: translateY(-910px); transform: translateY(-910px); }
}

/* Clip container: matches the planet circle but does NOT clip the moons/orbit
   rings, which live outside the planet box as siblings of this wrapper. */
.container_wrapper .solar_systm .planet_surface {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: -3;                 /* planet "body": below orbit rings (-2) and moons (-1) */
  background-image: inherit;   /* pull this planet's texture url down one level */
  background-size: 1140px 910px;
  pointer-events: none;
}
/* The actual moving texture. Tall + tiled so translating up never reveals a gap. */
.container_wrapper .solar_systm .planet_surface::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 200%;
  background-image: inherit;
  background-size: 1140px 910px;
  background-repeat: repeat;
  -webkit-animation: var(--surface-anim, none) 60s 3.9s infinite linear;
          animation: var(--surface-anim, none) 60s 3.9s infinite linear;
}
/* Re-draw the per-planet spherical shading ABOVE the scrolling texture
   (inherited from .planet). The outset glow is re-drawn here too while .planet
   keeps its own, so the halo reads slightly stronger than before -- to undo,
   change the line below to only inherit the inset parts. */
.container_wrapper .solar_systm .planet::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  border-radius: inherit;
  box-shadow: inherit;
  z-index: -3;
  pointer-events: none;
}

.container_wrapper .solar {
  position: absolute;
  transform: rotatex(-20deg);
  perspective: 800px;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  pointer-events: none;
}

.container_wrapper 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: 9;
  left: 18px;
  bottom: 282px;
}

.container_wrapper {
  overflow: hidden;
  background: url("../img/space.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: calc(100vh - 56px);
  margin-top: 56px;
  font-family: "Pavelt", sans-serif;
  position: relative;
}
.container_wrapper .logo {
  color: white;
  /*position: absolute;*/
  /*top: 40px;*/
  /*left: 0;*/
  /*right: 0;*/
  margin: auto;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 3px;
}
.container_wrapper .logo span {
  font-size: 12px;
  color: #f39041;
  display: block;
}
.container_wrapper label {
  cursor: pointer;
}
.container_wrapper label.sun > .preview {
  background: url("../img/planets/Sun.jpg") !important;
}
.container_wrapper label.mercury > .preview {
  background: url("../img/planets/Mercury.jpg") !important;
}
.container_wrapper label.venus > .preview {
  background: url("../img/planets/Venus.jpg") !important;
}
.container_wrapper label.earth > .preview {
  background: url("../img/planets/Earth.jpg") !important;
}
.container_wrapper label.mars > .preview {
  background: url("../img/planets/Mars.jpg") !important;
}
.container_wrapper label.ceres > .preview {
  background: url("../img/planets/Ceres.jpg") !important;
}
.container_wrapper label.jupiter > .preview {
  background: url("../img/planets/Jupiter.jpg") !important;
}
.container_wrapper label.saturn > .preview {
  background: url("../img/planets/Saturn.jpg") !important;
}
.container_wrapper label.uranus > .preview {
  background: url("../img/planets/Uranus.jpg") !important;
}
.container_wrapper label.neptune > .preview {
  background: url("../img/planets/Neptune.jpg") !important;
}
.container_wrapper label.pluto > .preview {
  background: url("../img/planets/Pluto.jpg") !important;
}
.container_wrapper label.haumea > .preview {
  background: url("../img/planets/Haumea.jpg") !important;
}
.container_wrapper label.makemake > .preview {
  background: url("../img/planets/Makemake.jpg") !important;
}
.container_wrapper label.eris > .preview {
  background: url("../img/planets/Eris.jpg") !important;
}
.container_wrapper label.menu {
  color: white;
  display: block;
  position: absolute;
  cursor: pointer;
  left: 20px;
  z-index: 2;
  /*visibility: hidden;*/
}
/*.container_wrapper label.menu:after {*/
/*  display: block;*/
/*  width: 12px;*/
/*  height: 12px;*/
/*  border: 2px solid white;*/
/*  border-radius: 60px;*/
/*  content: "";*/
/*  z-index: 2;*/
/*  position: absolute;*/
/*  top: -4px;*/
/*  left: -4px;*/
/*}*/
.container_wrapper label.menu:hover h2, .container_wrapper label.menu:hover h3 {
  opacity: 1;
}
.container_wrapper label.menu.sun h2 .pip {
  background: #ff8b1a;
}
.container_wrapper label.menu.mercury h2 .pip {
  background: #d8d6d7;
}
.container_wrapper label.menu.venus h2 .pip {
  background: #c66a21;
}
.container_wrapper label.menu.earth h2 .pip {
  background: #2573ca;
}
.container_wrapper label.menu.mars h2 .pip {
  background: #d1400f;
}
.container_wrapper label.menu.ceres h2 .pip {
  background: #b8a89b;
}
.container_wrapper label.menu.jupiter h2 .pip {
  background: #bdcdda;
}
.container_wrapper label.menu.saturn h2 .pip {
  background: #d5bd91;
}
.container_wrapper label.menu.uranus h2 .pip {
  background: #a5d6dd;
}
.container_wrapper label.menu.neptune h2 .pip {
  background: #3f5bbf;
}
.container_wrapper label.menu.pluto h2 .pip {
  background: #b89e85;
}
.container_wrapper label.menu.haumea h2 .pip {
  background: #d0d0d0;
}
.container_wrapper label.menu.makemake h2 .pip {
  background: #b47563;
}
.container_wrapper label.menu.eris h2 .pip {
  background: #c8cbd2;
}
.container_wrapper label.menu .preview {
  width: 30px;
  height: 30px;
  background: yellow;
  float: left;
  background-size: auto 100% !important;
  position: absolute;
  border-radius: 100px;
  box-shadow: 0 -13px 10px 2px black inset;
}
.container_wrapper label.menu .info {
  position: relative;
  left: 50px;
  top: 1px;
}
.container_wrapper label.menu h2,
.container_wrapper label.menu h3 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 100;
  letter-spacing: 2px;
}
.container_wrapper label.menu h2 {
  font-size: 11px;
  opacity: 0.8;
  margin-bottom: 4px;
}
.container_wrapper label.menu h2 .pip {
  width: 0;
  height: 9px;
  background: #fea082;
  float: left;
  position: relative;
  top: 3px;
  transition: all 0.3s;
  margin-right: 0px;
}
.container_wrapper label.menu h3 {
  font-size: 9px;
  letter-spacing: 1px;
  transition: all 0.3s;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
}
.container_wrapper label.menu:nth-of-type(1) {
  top: calc(50vh + 100px + ((14px + 34px) * 5) + 0px - 477px);
}
.container_wrapper label.menu:nth-of-type(2) {
  top: calc(50vh + 100px + ((14px + 34px) * 6) + 0px - 477px);
}
.container_wrapper label.menu:nth-of-type(3) {
  top: calc(50vh + 100px + ((14px + 34px) * 7) + 0px - 477px);
}
.container_wrapper label.menu:nth-of-type(4) {
  top: calc(50vh + 100px + ((14px + 34px) * 8) + 0px - 477px);
}
.container_wrapper label.menu:nth-of-type(5) {
  top: calc(50vh + 100px + ((14px + 34px) * 9) + 0px - 477px);
}
.container_wrapper label.menu:nth-of-type(6) {
  top: calc(50vh + 100px + ((14px + 34px) * 6) + 0px - 477px);
}
.container_wrapper label.menu:nth-of-type(7) {
  top: calc(50vh + 100px + ((14px + 34px) * 7) + 0px - 477px);
}
.container_wrapper label.menu:nth-of-type(8) {
  top: calc(50vh + 100px + ((14px + 34px) * 8) + 0px - 477px);
}
.container_wrapper label.menu:nth-of-type(9) {
  top: calc(50vh + 100px + ((14px + 34px) * 9) + 0px - 477px);
}
.container_wrapper label.menu:nth-of-type(10) {
  top: calc(50vh + 100px + ((14px + 34px) * 10) + 0px - 477px);
}
.container_wrapper label.menu:nth-of-type(11) {
  top: calc(50vh + 100px + ((14px + 34px) * 11) + 0px - 477px);
}
.container_wrapper label.menu:nth-of-type(12) {
  top: calc(50vh + 100px + ((14px + 34px) * 12) + 0px - 477px);
}
.container_wrapper label.menu:nth-of-type(13) {
  top: calc(50vh + 100px + ((14px + 34px) * 13) + 0px - 477px);
}
.container_wrapper label.menu:nth-of-type(14) {
  top: calc(50vh + 100px + ((14px + 34px) * 14) + 0px - 477px);
}

.container_wrapper input.read {
  display: none;
}
.container_wrapper .read:checked + label + input + .panel {
  right: 0;
}
.container_wrapper .read:checked + label {
  /*width: calc(100% - 420px);*/
  width: 16px;
}

.container_wrapper .read:checked + label > .closeBig-side_area {
  width: calc(100vw - 420px);
}

.container_wrapper .read:checked + label::after {
  opacity: 1;
  left: -8px;
}
.container_wrapper .read:checked + label + label {
  transition: all 0.3s 0.6s;
  opacity: 1;
}
.container_wrapper .read:not(:checked) + label + label {
  transition: all 0.3s 0s;
  opacity: 0;
}
.container_wrapper label.close {
  position: absolute;
  right: 60px;
  opacity: 0;
  transition: all 0.3s 0.4s;
  z-index: 3;
  top: 65px;
}
/*.container_wrapper label.closeBig {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 3;*/
/*  height: 100vh;*/
/*  transition: all 0.2s;*/
/*  z-index: 10;*/
/*  width: 0;*/
/*  background: rgba(56, 37, 99, 0.38);*/
/*}*/

.container_wrapper label.closeBig {
    position: absolute;
    top: 30px;
    right: 390px;
    transition: all 0.2s;
    z-index: 10;
    height: 16px;
    width: 0;
    margin: 0;
    line-height: 10px;
}

.container_wrapper label.closeBig > .closeBig-side_area {
    height: 100vh;
    width: 0;
    position: absolute;
    right: 30px;
    top: -30px;
    z-index: 1000;
}


/*.container_wrapper 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%);*/
/*}*/

.container_wrapper label.closeBig::after {
    content: url(../img/close.png);
    transform: scale(.25);
    font-size: 20px;
    color: black;
    position: absolute;
    top: -8px;
    opacity: 0;
    left: -140px;
    width: 20px;
    height: 20px;
    line-height: 10px;
    pointer-events: none;
}


.container_wrapper .overlay {
    box-sizing: content-box;
  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;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet1:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + input::after {
  display: none;
}

.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper 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;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet_description h2,
.container_wrapper 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;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet_description p,
.container_wrapper 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;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.container_wrapper 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;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet .overlay {
  opacity: 1;
  top: -200px;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.sun > .info h3 {
  color: #ff8b1a;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label > .preview {
  border: 2px solid white;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.venus > .info h3 {
  color: #b45d15;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.earth > .info h3 {
  color: #26daaa;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.mars > .info h3 {
  color: #e55f45;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.ceres > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.jupiter > .info h3 {
  color: orange;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.haumea > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.makemake > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label.eris > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet1:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet1:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet1:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet2:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label + input + label + input::after {
  display: none;
}

.container_wrapper 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(0.89);
  opacity: 3;
}
.container_wrapper 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(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper 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;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet_description h2,
.container_wrapper 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;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet_description p,
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet .overlay {
  opacity: 1;
  top: -200px;
}
.container_wrapper 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(0.89);
  opacity: 1;
}
.container_wrapper 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(0.89);
  opacity: 0;
}
.container_wrapper 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(0.89);
  opacity: -1;
}
.container_wrapper 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(0.89);
  opacity: -2;
}
.container_wrapper 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(0.89);
  opacity: -3;
}
.container_wrapper 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(0.89);
  opacity: -4;
}
.container_wrapper 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(0.89);
  opacity: -5;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.sun > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.mercury > .info h3 {
  color: #d8d6d7;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.venus > .info h3 {
  color: #b45d15;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.earth > .info h3 {
  color: #26daaa;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.mars > .info h3 {
  color: #e55f45;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.ceres > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.jupiter > .info h3 {
  color: orange;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.haumea > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.makemake > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label.eris > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet2:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet2:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label > .preview {
  border: 2px solid white;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet2:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet3:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label + input + label + input + label + input::after {
  display: none;
}

.container_wrapper 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(0.89);
  opacity: 4;
}
.container_wrapper 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(0.89);
  opacity: 3;
}
.container_wrapper 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(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper 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;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet_description h2,
.container_wrapper 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;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet_description p,
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet .overlay {
  opacity: 1;
  top: -200px;
}
.container_wrapper 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(0.89);
  opacity: 1;
}
.container_wrapper 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(0.89);
  opacity: 0;
}
.container_wrapper 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(0.89);
  opacity: -1;
}
.container_wrapper 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(0.89);
  opacity: -2;
}
.container_wrapper 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(0.89);
  opacity: -3;
}
.container_wrapper 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(0.89);
  opacity: -4;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.sun > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.venus > .info h3 {
  color: #c66a21;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.earth > .info h3 {
  color: #26daaa;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.mars > .info h3 {
  color: #e55f45;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.ceres > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.jupiter > .info h3 {
  color: orange;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.haumea > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.makemake > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label.eris > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet3:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet3:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label > .preview {
  border: 2px solid white;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet3:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet4:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}

.container_wrapper 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(0.89);
  opacity: 5;
}
.container_wrapper 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(0.89);
  opacity: 4;
}
.container_wrapper 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(0.89);
  opacity: 3;
}
.container_wrapper 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(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper 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;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet_description h2,
.container_wrapper 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;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet_description p,
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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: -200px;
}
.container_wrapper 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(0.89);
  opacity: 1;
}
.container_wrapper 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(0.89);
  opacity: 0;
}
.container_wrapper 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(0.89);
  opacity: -1;
}
.container_wrapper 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(0.89);
  opacity: -2;
}
.container_wrapper 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(0.89);
  opacity: -3;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.sun > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.venus > .info h3 {
  color: #b45d15;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.earth > .info h3 {
  color: #2573ca;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.mars > .info h3 {
  color: #e55f45;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.ceres > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.jupiter > .info h3 {
  color: orange;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.haumea > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.makemake > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label.eris > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet4:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet4:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label > .preview {
  border: 2px solid white;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet4:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet5:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}

.container_wrapper 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(0.89);
  opacity: 6;
}
.container_wrapper 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(0.89);
  opacity: 5;
}
.container_wrapper 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(0.89);
  opacity: 4;
}
.container_wrapper 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(0.89);
  opacity: 3;
}
.container_wrapper 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(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper 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;
}
.container_wrapper 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,
.container_wrapper 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;
}
.container_wrapper 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,
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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: -200px;
}
.container_wrapper 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(0.89);
  opacity: 1;
}
.container_wrapper 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(0.89);
  opacity: 0;
}
.container_wrapper 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(0.89);
  opacity: -1;
}
.container_wrapper 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(0.89);
  opacity: -2;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.sun > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.venus > .info h3 {
  color: #b45d15;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.earth > .info h3 {
  color: #26daaa;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.mars > .info h3 {
  color: #d1400f;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.ceres > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.jupiter > .info h3 {
  color: orange;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.haumea > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.makemake > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label.eris > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet5:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet5:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label > .preview {
  border: 2px solid white;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet5:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet6:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}

.container_wrapper 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(0.89);
  opacity: 7;
}
.container_wrapper 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(0.89);
  opacity: 6;
}
.container_wrapper 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(0.89);
  opacity: 5;
}
.container_wrapper 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(0.89);
  opacity: 4;
}
.container_wrapper 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(0.89);
  opacity: 3;
}
.container_wrapper 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(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper 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;
}
.container_wrapper 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,
.container_wrapper 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;
}
.container_wrapper 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,
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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: -200px;
}
.container_wrapper 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(0.89);
  opacity: 1;
}
.container_wrapper 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(0.89);
  opacity: 0;
}
.container_wrapper 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(0.89);
  opacity: -1;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.sun > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.venus > .info h3 {
  color: #b45d15;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.earth > .info h3 {
  color: #26daaa;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.mars > .info h3 {
  color: #b8a89b;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.ceres > .info h3 {
  color: #b8a89b;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.jupiter > .info h3 {
  color: orange;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.haumea > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.makemake > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label.eris > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet6:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet6:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet6:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet7:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}

.container_wrapper 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(0.89);
  opacity: 8;
}
.container_wrapper 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(0.89);
  opacity: 7;
}
.container_wrapper 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(0.89);
  opacity: 6;
}
.container_wrapper 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(0.89);
  opacity: 5;
}
.container_wrapper 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(0.89);
  opacity: 4;
}
.container_wrapper 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(0.89);
  opacity: 3;
}
.container_wrapper 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(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper 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;
}
.container_wrapper 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,
.container_wrapper 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;
}
.container_wrapper 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,
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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: -200px;
}
.container_wrapper 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(0.89);
  opacity: 1;
}
.container_wrapper 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(0.89);
  opacity: 0;
}
.container_wrapper 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(10) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}
.container_wrapper 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(11) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}
.container_wrapper 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(12) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}
.container_wrapper 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(13) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}
.container_wrapper 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(14) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.sun > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.venus > .info h3 {
  color: #b45d15;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.earth > .info h3 {
  color: #26daaa;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.mars > .info h3 {
  color: #bdcdda;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.ceres > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.jupiter > .info h3 {
  color: #bdcdda;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.haumea > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.makemake > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label.eris > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet7:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet7:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet7:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet8:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper 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;
}

.container_wrapper 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(0.89);
  opacity: 9;
}
.container_wrapper 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(0.89);
  opacity: 8;
}
.container_wrapper 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(0.89);
  opacity: 7;
}
.container_wrapper 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(0.89);
  opacity: 6;
}
.container_wrapper 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(0.89);
  opacity: 5;
}
.container_wrapper 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(0.89);
  opacity: 4;
}
.container_wrapper 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(0.89);
  opacity: 3;
}
.container_wrapper 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(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper 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;
}
.container_wrapper 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,
.container_wrapper 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;
}
.container_wrapper 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,
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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: -200px;
}
.container_wrapper 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(0.89);
  opacity: 1;
}
.container_wrapper 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(10) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}
.container_wrapper 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(11) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}
.container_wrapper 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(12) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}
.container_wrapper 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(13) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}
.container_wrapper 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(14) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.sun > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.venus > .info h3 {
  color: #b45d15;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.earth > .info h3 {
  color: #26daaa;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.mars > .info h3 {
  color: #d5bd91;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.ceres > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.jupiter > .info h3 {
  color: #bdcdda;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.saturn > .info h3 {
  color: #d5bd91;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.haumea > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.makemake > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label.eris > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet8:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet8:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet8:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet9:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper 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;
}
.container_wrapper 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;
}

.container_wrapper 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(0.89);
  opacity: 10;
}
.container_wrapper 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(0.89);
  opacity: 9;
}
.container_wrapper 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(0.89);
  opacity: 8;
}
.container_wrapper 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(0.89);
  opacity: 7;
}
.container_wrapper 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(0.89);
  opacity: 6;
}
.container_wrapper 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(0.89);
  opacity: 5;
}
.container_wrapper 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(0.89);
  opacity: 4;
}
.container_wrapper 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(0.89);
  opacity: 3;
}
.container_wrapper 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(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper 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;
}
.container_wrapper 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,
.container_wrapper 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;
}
.container_wrapper 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,
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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;
}
.container_wrapper 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: -200px;
}
.container_wrapper 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(10) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}
.container_wrapper 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(11) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}
.container_wrapper 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(12) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}
.container_wrapper 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(13) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}
.container_wrapper 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(14) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.sun > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.venus > .info h3 {
  color: #b45d15;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.earth > .info h3 {
  color: #26daaa;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.mars > .info h3 {
  color: #a5d6dd;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.ceres > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.jupiter > .info h3 {
  color: orange;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.uranus > .info h3 {
  color: #a5d6dd;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.haumea > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.makemake > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label.eris > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet9:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet9:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet9:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet10:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}

.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + 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(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + 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(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + 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(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + 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(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + 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(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + 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(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + 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(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + 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(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + 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(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet_description h2,
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet_description p,
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet .overlay {
  opacity: 1;
  top: -200px;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.sun > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.venus > .info h3 {
  color: #b45d15;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.earth > .info h3 {
  color: #26daaa;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.mars > .info h3 {
  color: #3f5bbf;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.ceres > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.jupiter > .info h3 {
  color: orange;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.neptune > .info h3 {
  color: #3f5bbf;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.haumea > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.makemake > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label.eris > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet10:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet10:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet10:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet11:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}

.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + 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(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + 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(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + 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(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + 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(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + 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(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + 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(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + 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(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + 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(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + 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(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet_description h2,
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet_description p,
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet .overlay {
  opacity: 1;
  top: -200px;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.sun > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.venus > .info h3 {
  color: #b45d15;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.earth > .info h3 {
  color: #26daaa;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.mars > .info h3 {
  color: #b89e85;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.ceres > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.jupiter > .info h3 {
  color: orange;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.pluto > .info h3 {
  color: #b89e85;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.haumea > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.makemake > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label.eris > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet11:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet11:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet11:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet12:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}

.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + 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(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + 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(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + 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(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + 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(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + 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(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + 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(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + 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(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + 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(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + 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(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet_description h2,
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet_description p,
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet .overlay {
  opacity: 1;
  top: -200px;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.sun > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.venus > .info h3 {
  color: #b45d15;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.earth > .info h3 {
  color: #26daaa;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.mars > .info h3 {
  color: #d0d0d0;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.ceres > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.jupiter > .info h3 {
  color: orange;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.haumea > .info h3 {
  color: #d0d0d0;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.makemake > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label.eris > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet12:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet12:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet12:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet13:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}

.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + 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(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + 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(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + 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(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + 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(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + 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(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + 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(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + 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(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + 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(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + 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(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet_description h2,
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet_description p,
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet .overlay {
  opacity: 1;
  top: -240px;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.sun > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.venus > .info h3 {
  color: #b45d15;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.earth > .info h3 {
  color: #26daaa;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.mars > .info h3 {
  color: #b47563;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.ceres > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.jupiter > .info h3 {
  color: orange;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.haumea > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.makemake > .info h3 {
  color: #b47563;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label.eris > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet13:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet13:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet13:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container_wrapper input[type=radio][name=planet]::after {
  content: "";
}
.container_wrapper input[type=radio][name=planet].planet14:checked::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}

.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + 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(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + 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(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + 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(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + 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(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + 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(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + 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(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + 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(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + 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(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + 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(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  --surface-anim: planet;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet_description h2,
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet_description p,
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet .overlay {
  opacity: 1;
  top: -240px;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.sun > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.mercury > .info h3 {
  color: #E8927C;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.venus > .info h3 {
  color: #b45d15;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.earth > .info h3 {
  color: #26daaa;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.mars > .info h3 {
  color: #c8cbd2;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.ceres > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.jupiter > .info h3 {
  color: orange;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.saturn > .info h3 {
  color: #b29d81;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.uranus > .info h3 {
  color: #8dcdd8;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.neptune > .info h3 {
  color: #4f83e2;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.pluto > .info h3 {
  color: #FF8732;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.haumea > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.makemake > .info h3 {
  color: #fff;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label.eris > .info h3 {
  color: #c8cbd2;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label {
  opacity: 1;
}
/*.container_wrapper input[type=radio][name=planet].planet14:checked + label:before {*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*  background: white;*/
/*  border-radius: 4px;*/
/*  content: "";*/
/*}*/
.container_wrapper input[type=radio][name=planet].planet14:checked + label > .info h2 {
  opacity: 1;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}
.container_wrapper input[type=radio][name=planet].planet14:checked + label > .info h3 {
  opacity: 1;
  color: #fea082;
}
.container_wrapper .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: 2;
}
.container_wrapper .solar_systm:nth-of-type(1) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(1) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(1) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(1) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(1) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(2) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(2) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(2) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(2) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(2) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(3) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(3) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(3) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(3) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(3) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -1;
}
.container_wrapper .solar_systm:nth-of-type(4) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(4) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(4) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(4) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(4) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -2;
}
.container_wrapper .solar_systm:nth-of-type(5) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(5) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(5) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(5) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(5) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -3;
}
.container_wrapper .solar_systm:nth-of-type(6) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(6) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(6) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(6) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(6) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -4;
}
.container_wrapper .solar_systm:nth-of-type(7) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(7) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(7) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(7) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(7) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -5;
}
.container_wrapper .solar_systm:nth-of-type(8) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(8) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(8) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(8) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(8) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -6;
}
.container_wrapper .solar_systm:nth-of-type(9) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(9) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(9) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(9) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(9) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -7;
}
.container_wrapper .solar_systm:nth-of-type(10) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(10) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(10) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(10) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(10) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -7;
}
.container_wrapper .solar_systm:nth-of-type(11) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(11) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(11) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(11) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(11) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -7;
}
.container_wrapper .solar_systm:nth-of-type(12) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(12) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(12) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(12) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(12) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -7;
}
.container_wrapper .solar_systm:nth-of-type(13) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(13) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(13) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(13) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(13) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -7;
}
.container_wrapper .solar_systm:nth-of-type(14) .planet_description {
  opacity: 1;
}
.container_wrapper .solar_systm:nth-of-type(14) .planet_description p,
.container_wrapper .solar_systm:nth-of-type(14) .planet_description a {
  opacity: 0;
}
.container_wrapper .solar_systm:nth-of-type(14) .planet_description h1,
.container_wrapper .solar_systm:nth-of-type(14) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}
.container_wrapper .solar_systm .planet .trajectory {
  transition: all 0.6s 0s;
  opacity: 0;
}
.container_wrapper .solar_systm .planet.sun {
  background: url("../img/planets/Sun.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);
}
.container_wrapper .solar_systm .planet.mercury {
  background: url("../img/planets/Mercury.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);
}
.container_wrapper .solar_systm .planet.venus {
  background: url("../img/planets/Venus.jpg");
  box-shadow: 0 -590px 150px black inset, 0 0px 130px 40px #ffcb9c inset, 0 0px 23px 4px #ffcb9c inset, 0 -10px 130px #b85a07;
}
.container_wrapper .solar_systm .planet.earth {
  background: url("../img/planets/Earth.jpg");
  box-shadow: 0 -590px 150px black inset, 0 0px 130px 40px #8cbaff inset, 0 0px 23px 4px #8cbaff inset, 0 -10px 130px #7894a9;
}
.container_wrapper .solar_systm .planet.earth .trajectory.m {
  width: 1500px;
  height: 1500px;
  left: -150px;
  top: -110px;
}
.container_wrapper .solar_systm .planet.earth .moon {
  left: 800px;
  top: -160px;
  transform: scale(0.45);
  background: #050505 url("../img/planets/Moon-NASA.png") center / cover no-repeat;
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.earth .moon h3 {
  color: #26daaa;
}

.container_wrapper .solar_systm .planet.earth .moon-info-tooltip {
  position: absolute;
  left: -52px;
  top: 82px;
  z-index: 4;
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: help;
  pointer-events: auto;
}

.container_wrapper .solar_systm .planet.earth .moon-info-tooltip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.container_wrapper .solar_systm .planet.earth .moon-info-card {
  position: absolute;
  right: 240px;
  top: -100px;
  z-index: 6;
  width: 500px;
  padding: 54px 28px 28px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .32);
  color: #111;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  pointer-events: auto;
}

.container_wrapper .solar_systm .planet.earth .moon-info-card::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 54px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #fff;
}

.container_wrapper .solar_systm .planet.earth .moon-info-card.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.container_wrapper .solar_systm .planet.earth .moon-info-card p {
  margin: 0 0 22px;
  color: #111;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .7px;
  text-align: left;
  text-transform: uppercase;
}

.container_wrapper .solar_systm .planet.earth .moon-info-card p:last-child {
  margin-bottom: 0;
}

.container_wrapper .solar_systm .planet.earth .moon-info-close {
  position: absolute;
  top: 10px;
  right: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}
.container_wrapper .solar_systm .planet.mars {
  background: url("../img/planets/Mars.jpg");
  /*box-shadow: 0 -590px 150px black inset, 0 0px 130px 40px #e86363 inset, 0 0px 23px 4px #e86363 inset, 0 -10px 130px #6b261a;*/
}
.container_wrapper .solar_systm .planet.mars .moon h3 {
  color: #e55f45;
}
.container_wrapper .solar_systm .planet.mars .deimos {
  left: 900px;
  top: -100px;
  transform: scale(0.45);
  background: url("../img/planets/Deimos.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.mars .trajectory.d {
  width: 1770px;
  height: 1770px;
  left: -317px;
  top: -110px;
}
.container_wrapper .solar_systm .planet.mars .trajectory.p {
  width: 1600px;
  height: 1600px;
  left: -200px;
  top: -160px;
}
.container_wrapper .solar_systm .planet.mars .phoebos {
  left: 100px;
  top: -160px;
  transform: scale(0.5);
  background: url("../img/planets/Phoebos.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.ceres {
  background: url("../img/planets/Ceres.webp");
  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);
}
.container_wrapper .solar_systm .planet.jupiter {
  background: url("../img/planets/Jupiter.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);
}
.container_wrapper .solar_systm .planet.jupiter .moon h3 {
  color: orange;
}
.container_wrapper .solar_systm .planet.jupiter .trajectory.lop {
  width: 1500px;
  height: 1500px;
  left: -210px;
  top: -189px;
}
.container_wrapper .solar_systm .planet.jupiter .trajectory.eu {
  width: 1530px;
  height: 1530px;
  left: -165px;
  top: -130px;
}
.container_wrapper .solar_systm .planet.jupiter .trajectory.ga {
  width: 1760px;
  height: 1760px;
  left: -360px;
  top: -114px;
}
.container_wrapper .solar_systm .planet.jupiter .lo {
  left: 100px;
  top: -100px;
  transform: scale(0.4);
  background: url("../img/planets/IO.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.jupiter .europa {
  left: 400px;
  top: -210px;
  transform: scale(0.45);
  background: url("../img/planets/Europa.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.jupiter .ganymede {
  left: 900px;
  top: -70px;
  transform: scale(0.4);
  background: url("../img/planets/Ganymede.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.saturn {
  background: url("../img/planets/Saturn.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);
}
.container_wrapper .solar_systm .planet.saturn .moon h3 {
  color: #b29d81;
}
.container_wrapper .solar_systm .planet.saturn .trajectory.ti {
  width: 1500px;
  height: 1500px;
  left: -210px;
  top: -189px;
}
.container_wrapper .solar_systm .planet.saturn .trajectory.di {
  width: 1530px;
  height: 1530px;
  left: -165px;
  top: -130px;
}
.container_wrapper .solar_systm .planet.saturn .trajectory.enc {
  width: 1760px;
  height: 1760px;
  left: -360px;
  top: -114px;
}
.container_wrapper .solar_systm .planet.saturn .titan {
  left: 100px;
  top: -100px;
  transform: scale(0.4);
  background: url("../img/planets/Titan.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.saturn .dione {
  left: 400px;
  top: -210px;
  transform: scale(0.45);
  background: url("../img/planets/Dione.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.saturn .enceladus {
  left: 900px;
  top: -70px;
  transform: scale(0.4);
  background: url("../img/planets/Enceladus.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.uranus {
  background: url("../img/planets/Uranus.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(127, 188, 171, 0.6);
}
.container_wrapper .solar_systm .planet.uranus .moon h3 {
  color: #8dcdd8;
}
.container_wrapper .solar_systm .planet.uranus .trajectory.mir {
  width: 1500px;
  height: 1500px;
  left: -210px;
  top: -189px;
}
.container_wrapper .solar_systm .planet.uranus .trajectory.ari {
  width: 1530px;
  height: 1530px;
  left: -165px;
  top: -130px;
}
.container_wrapper .solar_systm .planet.uranus .trajectory.umb {
  width: 1760px;
  height: 1760px;
  left: -360px;
  top: -114px;
}
.container_wrapper .solar_systm .planet.uranus .miranda {
  left: 100px;
  top: -100px;
  transform: scale(0.4);
  background: url("../img/planets/Miranda.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.uranus .ariel {
  left: 400px;
  top: -210px;
  transform: scale(0.45);
  background: url("../img/planets/Ariel.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.uranus .umbriel {
  left: 900px;
  top: -70px;
  transform: scale(0.4);
  background: url("../img/planets/Umbriel.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.neptune {
  background: url("../img/planets/Neptune.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 #2d4153;
}
.container_wrapper .solar_systm .planet.neptune .moon h3 {
  color: #4f83e2;
}
.container_wrapper .solar_systm .planet.neptune .trajectory.tri {
  width: 1500px;
  height: 1500px;
  left: -210px;
  top: -189px;
}
.container_wrapper .solar_systm .planet.neptune .trajectory.pro {
  width: 1530px;
  height: 1530px;
  left: -165px;
  top: -130px;
}
.container_wrapper .solar_systm .planet.neptune .trajectory.ner {
  width: 1760px;
  height: 1760px;
  left: -360px;
  top: -114px;
}
.container_wrapper .solar_systm .planet.neptune .triton {
  left: 100px;
  top: -100px;
  transform: scale(0.4);
  background: url("../img/planets/Triton.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.neptune .proteus {
  left: 400px;
  top: -210px;
  transform: scale(0.45);
  background: url("../img/planets/Proteus.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.neptune .nereid {
  left: 900px;
  top: -70px;
  transform: scale(0.4);
  background: url("../img/planets/Nereid.jpg");
  z-index: -1;
  box-shadow: 0px -30px 30px 10px black inset;
}
.container_wrapper .solar_systm .planet.pluto {
  background: url("../img/planets/Pluto.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 #2d4153;
}
.container_wrapper .solar_systm .planet.haumea {
  background: url("../img/planets/Haumea.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 #2d4153;
}
.container_wrapper .solar_systm .planet.makemake {
  background: url("../img/planets/Makemake.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 #2d4153;
}
.container_wrapper .solar_systm .planet.eris {
  background: url("../img/planets/Eris.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 #2d4153;
}

/* Planet-specific atmospheric halos. This shared treatment keeps the depth and
   shading consistent while each body emits a glow drawn from its own surface. */
.container_wrapper .solar_systm .planet.sun      { --planet-glow: #ffb347; --planet-glow-soft: rgba(255, 179, 71, .34); }
.container_wrapper .solar_systm .planet.mercury  { --planet-glow: #aaa49b; --planet-glow-soft: rgba(170, 164, 155, .30); }
.container_wrapper .solar_systm .planet.venus    { --planet-glow: #e0923e; --planet-glow-soft: rgba(224, 146, 62, .34); }
.container_wrapper .solar_systm .planet.earth    { --planet-glow: #559dff; --planet-glow-soft: rgba(85, 157, 255, .34); }
.container_wrapper .solar_systm .planet.mars     { --planet-glow: #d15b3f; --planet-glow-soft: rgba(209, 91, 63, .34); }
.container_wrapper .solar_systm .planet.ceres    { --planet-glow: #aaa095; --planet-glow-soft: rgba(170, 160, 149, .28); }
.container_wrapper .solar_systm .planet.jupiter  { --planet-glow: #d0a078; --planet-glow-soft: rgba(208, 160, 120, .32); }
.container_wrapper .solar_systm .planet.saturn   { --planet-glow: #dfc58d; --planet-glow-soft: rgba(223, 197, 141, .32); }
.container_wrapper .solar_systm .planet.uranus   { --planet-glow: #7bd9df; --planet-glow-soft: rgba(123, 217, 223, .32); }
.container_wrapper .solar_systm .planet.neptune  { --planet-glow: #477ee7; --planet-glow-soft: rgba(71, 126, 231, .34); }
.container_wrapper .solar_systm .planet.pluto    { --planet-glow: #b89e86; --planet-glow-soft: rgba(184, 158, 134, .28); }
.container_wrapper .solar_systm .planet.haumea   { --planet-glow: #d7e1e6; --planet-glow-soft: rgba(215, 225, 230, .28); }
.container_wrapper .solar_systm .planet.makemake { --planet-glow: #bb704c; --planet-glow-soft: rgba(187, 112, 76, .31); }
.container_wrapper .solar_systm .planet.eris     { --planet-glow: #c7d2d8; --planet-glow-soft: rgba(199, 210, 216, .28); }

.container_wrapper .solar_systm .planet.sun,
.container_wrapper .solar_systm .planet.mercury,
.container_wrapper .solar_systm .planet.venus,
.container_wrapper .solar_systm .planet.earth,
.container_wrapper .solar_systm .planet.mars,
.container_wrapper .solar_systm .planet.ceres,
.container_wrapper .solar_systm .planet.jupiter,
.container_wrapper .solar_systm .planet.saturn,
.container_wrapper .solar_systm .planet.uranus,
.container_wrapper .solar_systm .planet.neptune,
.container_wrapper .solar_systm .planet.pluto,
.container_wrapper .solar_systm .planet.haumea,
.container_wrapper .solar_systm .planet.makemake,
.container_wrapper .solar_systm .planet.eris {
  box-shadow:
    0 -590px 150px black inset,
    0 0 70px 18px var(--planet-glow-soft) inset,
    0 0 12px 2px var(--planet-glow) inset,
    0 -10px 90px var(--planet-glow-soft),
    0 0 50px 8px var(--planet-glow-soft);
}
.container_wrapper .solar_systm .planet_description {
  width: 620px;
  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;
}
.container_wrapper .solar_systm .planet_description.sun a {
  color: #ff8b1a;
  pointer-events: auto !important;
  /*position: relative;*/
  /*z-index: 9999;*/
}
.container_wrapper .solar_systm .planet_description.sun h2 {
  color: white;
}
.container_wrapper .solar_systm .planet_description.mercury a {
  color: #d8d6d7;
  pointer-events: auto !important;
}
.container_wrapper .solar_systm .planet_description.mercury h2 {
  color: #f7dad3;
}
.container_wrapper .solar_systm .planet_description.venus a {
  color: #c66a21;
  pointer-events: auto !important;
}
.container_wrapper .solar_systm .planet_description.venus h2 {
  color: #e99046;
}
.container_wrapper .solar_systm .planet_description.earth a {
  color: #2573ca;
  pointer-events: auto !important;
}
.container_wrapper .solar_systm .planet_description.earth h2 {
  color: #7de9cc;
}
.container_wrapper .solar_systm .planet_description.mars a {
  color: #d1400f;
  pointer-events: auto !important;
}
.container_wrapper .solar_systm .planet_description.mars h2 {
  color: #f2ac9e;
}
.container_wrapper .solar_systm .planet_description.ceres a {
  color: #b8a89b;
  pointer-events: auto !important;
}
.container_wrapper .solar_systm .planet_description.ceres h2 {
  color: white;
}
.container_wrapper .solar_systm .planet_description.jupiter a {
  color: #bdcdda;
  pointer-events: auto !important;
}
.container_wrapper .solar_systm .planet_description.jupiter h2 {
  color: #ffc966;
}
.container_wrapper .solar_systm .planet_description.saturn a {
  color: #d5bd91;
  pointer-events: auto !important;
}
.container_wrapper .solar_systm .planet_description.saturn h2 {
  color: #d9cec0;
}
.container_wrapper .solar_systm .planet_description.uranus a {
  color: #a5d6dd;
  pointer-events: auto !important;
}
.container_wrapper .solar_systm .planet_description.uranus h2 {
  color: #d9eef2;
}
.container_wrapper .solar_systm .planet_description.neptune a {
  color: #3f5bbf;
  pointer-events: auto !important;
}
.container_wrapper .solar_systm .planet_description.neptune h2 {
  color: #a7c1f0;
}
.container_wrapper .solar_systm .planet_description.pluto a {
  color: #b89e85;
  pointer-events: auto !important;
}
.container_wrapper .solar_systm .planet_description.pluto h2 {
  color: #ffc398;
}
.container_wrapper .solar_systm .planet_description.haumea a {
  color: #d0d0d0;
  pointer-events: auto !important;
}
.container_wrapper .solar_systm .planet_description.haumea h2 {
  color: white;
}
.container_wrapper .solar_systm .planet_description.makemake a {
  color: #b47563;
  pointer-events: auto !important;
}
.container_wrapper .solar_systm .planet_description.makemake h2 {
  color: white;
}
.container_wrapper .solar_systm .planet_descriptionc.eris a {
  color: #c8cbd2;
  pointer-events: auto !important;
}
.container_wrapper .solar_systm .planet_description.eris h2 {
  color: #ffc398;
}
.container_wrapper .solar_systm .planet_description h1,
.container_wrapper .solar_systm .planet_description h2,
.container_wrapper .solar_systm .planet_description p,
.container_wrapper .solar_systm .planet_description a {
  font-weight: 100;
  font-size: 10px;
  letter-spacing: 5px;
  margin: 0;
}
.container_wrapper .solar_systm .planet_description h1 {
  letter-spacing: 16px;
  font-size: 34px;
}
.container_wrapper .solar_systm .planet_description h2,
.container_wrapper .solar_systm .planet_description a {
  color: #fabfad;
}
.container_wrapper .solar_systm .planet_description h2 {
  margin-top: 60px;
  margin-bottom: 6px;
}
.container_wrapper .solar_systm .planet_description p {
  line-height: 26px;
  margin-top: 14px;
  opacity: 0.9;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}
.container_wrapper .solar_systm .planet_description a {
  color: #fea082;
  font-size: 11px;
  font-weight: 500;
  padding: 0 2px 5px 0px;
  border-bottom: 2px solid;
  transition: all 0.2s;
  position: relative;
  left: 0;
}
.container_wrapper .solar_systm .planet_description a:hover {
  padding: 0 10px 5px 10px;
  left: -1px;
}
.container_wrapper .solar_systm .planet_description a span {
  letter-spacing: 0;
  margin-left: -5px;
}
.container_wrapper .panel {
  position: absolute;
  right: -520px;
  width: 420px;
  top: 0;
  height: 100vh;
  transition: all 0.2s;
  color: black;
  background: white;
  padding: 10px 60px 110px 60px;
  overflow: scroll;
  font-family: Montserrat, sans-serif;
  overflow-x: hidden;
  /*z-index: 5000000000;*/
}

.container_wrapper .panel .container_wrapper::-webkit-scrollbar {
  width: 1em;
}
.container_wrapper .panel .container_wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.container_wrapper .panel .container_wrapper::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.container_wrapper .panel .profile {
  padding-top: 4px;
}
.container_wrapper .panel .profile p {
  line-height: 10px;
}
.container_wrapper .panel .profile p span {
  font-weight: 600;
  color: black;
}
.container_wrapper .panel img {
  border-radius: 2px;
  width: 100%;
}
.scf-logo {
    width: 70px !important;
    position: relative;
    /*left: 110px;*/
    left: calc(50% - 35px);
}
.container_wrapper .panel h1 {
  text-transform: uppercase;
  font-weight: 100;
  margin: 0 0 0 0;
  letter-spacing: 3px;
  top: 0;
  padding: 49px 0 0 0;
  width: 100%;
  font-size: 20px;
}
.container_wrapper .panel h1::after {
  width: 30px;
  height: 2px;
  background: black;
  display: block;
  content: "";
  margin-bottom: 30px;
  margin-top: 8px;
}
.container_wrapper .panel h2 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}
.container_wrapper .panel h2::after {
  width: 30px;
  height: 2px;
  background: black;
  display: block;
  content: "";
  margin-top: 8px;
}
.container_wrapper .panel p {
  color: #a0a0a0;
  font-size: 12px;
  line-height: 20px;
}


/* Store banner
------------------------------ */


.header_wrapper {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.banner-wrapper {
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    min-width: 420px;
    left: -60px;
    gap: 20px;
}

.products_container {
    padding-bottom: 6.25rem;
    background: #222324;
}


.newStoreBanner {
    background: white;
    padding: 20px;
    border-radius: 20px;
    /*border: 10px solid #222324;*/
    /*box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    min-width: 330px;
    height: 436px;
    left: calc(50% - 165px);
    top: 32px;
    transition: all ease 0.5s;
}

.newStoreBanner:hover {
      transform: translateY(-10px);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.35);
}

.products_header {
    color: white;
}

.storeBanner-image__wrapper {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  box-shadow: 0 0 0 11px #fff;
  border-radius: 10px;
}

.storeBanner-image {
  width: 77% !important;
  position: absolute;
  top: 0;
  left: 11%;
}

.storeBanner-product__description {
  position: absolute;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.choco-product__description {
    height: 80px;
}

.storeBanner-product__name {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-weight: bold;
  color: black;
}

.storeBanner-product__text {
  font-size: 12px;
  color: #6a7b85;
  width: 250px;
}

.storeBanner-product__pricing {
  position: absolute;
  bottom: 6px;
  font-size: 22px;
  font-weight: bold;
  color: black;
}

.storeBanner-product__pricing span {
  font-size: 12px;
  font-weight: normal;
  color: #6a7b85;
}

.storeBanner-product-info {
  position: absolute;
  cursor: pointer;
  width: 28px !important;
  top: 0;
  left: 0;
}

.storeBanner-product-info_close {
    width: 25px !important;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.storeBanner-product__buy {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

.storeBanner-product__buy-icon {
  width: 65% !important;
  position: absolute;
  left: 7px;
  top: 8px;
}

.s-icon--black-bg {
  color: #fff;
  background: #000;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #000;
  line-height: 1.4;
}


.storeBanner-product__info {
    width: 87%;
    height: auto;
    position: absolute;
    background: transparent;
    backdrop-filter: blur(30px);
    z-index: 11111111;
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    display: none;
    align-items: center;
    justify-content: center;
}

.storeBanner-product__info-text {
    font-size: 12px;
}

.storeBanner-product_magnifier-wrapper {
    position: absolute;
    top: 28%;
    left: 31%;
    width: 100px;
    height: 100px;
    background: transparent;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.storeBanner-product_magnifier {
    width: 30px !important;
    cursor: pointer;
}

.storeBanner-image:hover + .storeBanner-product_magnifier-wrapper {
    opacity: 1;
}

.storeBanner-product_magnifier-wrapper:hover {
    opacity: 1;
}

.storeBanner-product_description {
    position: absolute;
    width: 37px !important;
    top: 50px;
    right: 0;
    pointer-events: none;
}


.panel-info_wrapper {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    row-gap: 35px;
    justify-items: start;
    column-gap: 40px;
    align-items: center;
}

.panel-info_icon {
    width: 40px !important;
}

.panel-info_text-header {
    margin: 0;
    background-image: linear-gradient(#d06443 0 0);
    background-position: bottom 1px left;
    background-size: 115px 2px;
    background-repeat: no-repeat;
    padding-bottom: 0;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: bold;
    color: dimgrey !important;
    min-width: 120px;
}

.panel-info_text {
    margin: 0;
    font-size: 15px !important;
    /*font-weight: bold;*/
    color: black !important;
    letter-spacing: 1px;
    width: 105%;
}


/* Store banner end
------------------------------ */

.lang_wrapper {
    position: relative;
    justify-self: end;
}

.language-button {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 6px 0;
    border: 0;
    background: transparent;
    color: #111;
    font: inherit;
    cursor: pointer;
}

.language-button img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
}

.langPreview {
    color: #111;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; 
}

.dropdown-arrow {
    width: 0; 
    height: 0; 
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #111;
}

.popup-div {
    border: none;
    box-shadow: 0 0 20px 0 black;
    display: flex;
    flex-direction: column;
    color: #fff;
    position: absolute;
    transition: opacity .15s, transform .15s, left 0s, -webkit-transform .15s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    padding: 10px 16px;
    background-color: #000;
    z-index: 10;
    left: 50%;
    top: calc(100% + 7px);
    gap: 5px;
    border-radius: 2px;
}

.popup-div button {
    width: 100%;
    cursor: pointer;
    transition: all .15s ease-in-out;
    padding: 5px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
}

.popup-div button:hover,
.popup-div button:focus {
    color: white;
    background-color: #f47b47;
}


.lang-popup-div button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 11px;
}

.lang-popup-div button img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
}

.lang_wrapper:hover .popup-div,
.lang_wrapper.is-open .popup-div {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

@media (max-width: 640px) {
    .site-header {
        grid-template-columns: 72px 1fr auto;
        height: 52px;
        padding: 0 12px;
    }

    .language-button .langPreview {
        display: none;
    }

    .sfc_logo {
        width: 72px;
        height: 46px;
    }

    .sfc_logo-image {
        width: 136px;
        height: 136px;
        left: -34px;
        top: -41px;
    }

    .site-title {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .container_wrapper {
        height: calc(100vh - 52px);
        margin-top: 52px;
    }
}


.purchase_button {
    background: url(https://gosho.at/img/purchase-cropped.svg);
    width: 139px;
    height: 75px;
    background-size: cover;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: calc(50% - 69.5px);
    margin: 20px 0;
    font-size: 10px;
    color: white;
    font-family: Pavelt, sans-serif;
    text-align: center;
    text-indent: 46px;
    display: block;
    line-height: 75px;
    cursor: pointer;
}

.purchase_button:hover,
.purchase_button:focus {
    color: white;
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
    html {
        overflow: hidden;
    }
    .container_wrapper .solar_systm .planet {
        max-width: 200%;
        left: -50vw;
    }
    
    .planet_description {
        max-width: 100vw;
    }
    
    .planet_description h1 {
        left: 5px;
    }
    
    .planet_description p {
        display: none;
    }
    
    .info {
        display: none;
    }
    
    .logo {
        font-size: 13px !important;
    }
    
    .panel {
        z-index: 100000000;
    }
    
    .scf-logo {
        left: calc(50% - 35px + 16px);
    }
    
    .purchase_button {
        left: calc(50% - 69.5px + 16px);
    }
    
    .container_wrapper label.closeBig {
        right: 330px;
        z-index: 100000001;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone 14pro, 15pro ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 393px) 
  and (max-device-width: 852px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    html {
        overflow: hidden;
    }
    .container_wrapper .solar_systm .planet {
        max-width: 200%;
        left: -50vw;
    }
    
    .planet_description {
        max-width: 100vw;
    }
    
    .planet_description h1 {
        left: 5px;
    }
    
    .planet_description p {
        display: none;
    }
    
    .info {
        display: none;
    }
    
    .panel {
        z-index: 100000000;
    }
    
    .container_wrapper label.closeBig {
        right: 330px;
        z-index: 100000001;
    }
    
    .purchase_button {
        left: calc(50% - 69.5px + 16px);
    }
    
    .scf-logo {
        left: calc(50% - 35px + 16px);
    }
    
    .container_wrapper input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet {
      -webkit-animation: none;
              animation: none;
    }
    .container_wrapper input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet {
      -webkit-animation: none;
              animation: none;
    }
    .container_wrapper input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
      -webkit-animation: none;
              animation: none;
    }
    .container_wrapper input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
      -webkit-animation: none;
              animation: none;
    }
    .container_wrapper input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
      -webkit-animation: none;
              animation: none;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 393px) 
  and (max-device-width: 852px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
      
}

/* Landscape */
@media only screen 
  and (min-device-width: 393px) 
  and (max-device-width: 852px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}








ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.stars, .twinkling, .clouds {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.stars {
  z-index: 0;
  background: #000 url("https://i.imgur.com/YKY28eT.png") repeat top center;
}

.twinkling {
  z-index: 0;
  background: transparent url("https://i.imgur.com/XYMF4ca.png") repeat top center;
  animation: move-twink-back 200s linear infinite;
}

.clouds {
  z-index: 2;
  background: transparent url("https://i.imgur.com/mHbScrQ.png") repeat top center;
  animation: move-clouds-back 200s linear infinite;
}

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}



@-webkit-keyframes sun {
  0% {
    background-position-x: 0; /* Start position */
  }
  100% {
    background-position-x: 100%; /* Move the background by its full width */
  }
}
@keyframes sun {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -10000px; /* Or a similarly large negative value */
  }
}





/*Stars*/

#space {
    position: absolute;
    height: 150vw;
    width: 150vw;
    overflow: hidden;
    background: url("https://goshostore.com/assets/images/space_5.webp");
    /*background-size: contain;*/
    transform-origin: 50% 50%;
    animation: spin 500s linear 0s infinite normal;
    will-change: transform;
    backface-visibility: hidden;
    contain: strict;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50px;
    opacity: 0;
    animation: glitter 8s ease-in 0s infinite normal;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* PERF (B): fully stop the starfield + stage spin when the user opts out. */
@media (prefers-reduced-motion: reduce) {
    #space, .star { animation: none !important; }
    .star { opacity: 0.6; }
}

@keyframes glitter {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    25% {
        transform: scale(1.6);
        opacity: 1;
    }
    50% {
        transform: scale(0.8);
        opacity: 0;
    }
    75% {
        transform: scale(1.6);
        opacity: 1;
    }
    100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

