.preloader {
  background: #23395d !important;
}
#moon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#moon .content-mooon {
  width: 150px;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#moon .content-mooon .planet {
  width: 65%;
  height: 65%;
  background-color: #ffcb44;
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  background-image: url(../../images/misc/mf-icon-logo-full-1.png);
  transform-origin: center center;
  box-shadow: inset 2px -10px 0px rgba(0, 0, 0, 0.1);
  background-position: center;
  animation: planet 3s ease infinite alternate;
  background-position: center;
  background-repeat: no-repeat;
}
@keyframes planet {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
#moon .content-mooon .planet .ring {
  position: absolute;
  width: 195px;
  height: 195px;
  border-radius: 100%;
  /* background-color: #bacbd9; */
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: 22% center;
  box-shadow: 2px -10px 0px rgb(0 0 0 / 10%),
    inset -5px -10px 0px rgb(0 0 0 / 10%);
  animation: ring 3s ease infinite;
}
@keyframes ring {
  0% {
    transform: rotateX(110deg) rotateZ(0deg) translate(-50px, 5px);
  }
  100% {
    transform: rotateX(110deg) rotateZ(360deg) translate(-50px, 5px);
  }
}
#moon .content-mooon .planet .ring:before {
  content: "";
  position: absolute;
  transform: rotate3d(0, -25, 32, 292deg);
  width: 30px;
  height: 22px;
  border-radius: 100%;
  background-color: #ffcb44;
  z-index: 2;
  left: calc(0px - 5px);
  box-shadow: inset -3px 3px 0px rgb(0 0 0 / 20%);
}
#moon .content-mooon .planet .ring:after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  /* background-color: #7ea1bf; */
  /* box-shadow: inset 2px -10px 0px rgba(0, 0, 0, 0.1); */
}
#moon .content-mooon .planet .cover-ring {
  position: absolute;
  width: 100%;
  height: 43px;
  background-color: #ffcb44;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  transform: translate(0px, -18px);
  background-image: url(../../images/misc/mf-icon-logo-half-1.png);
  z-index: 2;
  background-position: bottom;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-repeat: no-repeat;
}
#moon .content-mooon .planet .spots {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
#moon .content-mooon .planet .spots span {
  width: 30px;
  height: 30px;
  background-color: #3c4359;
  position: absolute;
  border-radius: 100%;
  box-shadow: inset -2px 3px 0px rgba(0, 0, 0, 0.3);
  animation: dots 5s ease infinite alternate;
}
@keyframes dots {
  0% {
    box-shadow: inset -3px 3px 0px rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: inset 3px 3px 0px rgba(0, 0, 0, 0.3);
  }
}

#moon .content-mooon p {
  color: #bacbd9;
  font-size: 14px;
  z-index: 2;
  position: absolute;
  bottom: -20px;
  animation: text 4s ease infinite;
  width: 100px;
  text-align: center;
}
@keyframes text {
  0% {
    transform: translateX(-30px);
    letter-spacing: 0px;
    color: #bacbd9;
  }
  25% {
    letter-spacing: 3px;
    color: #7ea1bf;
  }
  50% {
    transform: translateX(30px);
    letter-spacing: 0px;
    color: #bacbd9;
  }
  75% {
    letter-spacing: 3px;
    color: #7ea1bf;
  }
  100% {
    transform: translateX(-30px);
    letter-spacing: 0px;
    color: #bacbd9;
  }
}
/* loading blur 0.8 */
#moon-a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#moon-a .content-mooon {
  width: 150px;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#moon-a .content-mooon .planet {
  width: 65%;
  height: 65%;
  background-color: #ffcb44;
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  background-image: url(../../images/misc/mf-icon-logo-full-1.png);
  transform-origin: center center;
  box-shadow: inset 2px -10px 0px rgba(0, 0, 0, 0.1);
  background-position: center;
  animation: planet-a 3s ease infinite alternate;
  background-position: center;
  background-repeat: no-repeat;
}
@keyframes planet-a {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
#loading {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(35, 57, 93, 0.7);
  z-index: 999999999;
}
#moon-a .content-mooon .planet .ring {
  position: absolute;
  width: 195px;
  height: 195px;
  border-radius: 100%;
  /* background-color: #bacbd9; */
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: 22% center;
  box-shadow: 2px -10px 0px rgb(0 0 0 / 10%),
    inset -5px -10px 0px rgb(0 0 0 / 10%);
  animation: ring-a 3s ease infinite;
}
@keyframes ring-a {
  0% {
    transform: rotateX(110deg) rotateZ(0deg) translate(-50px, 5px);
  }
  100% {
    transform: rotateX(110deg) rotateZ(360deg) translate(-50px, 5px);
  }
}
#moon-a .content-mooon .planet .ring:before {
  content: "";
  position: absolute;
  transform: rotate3d(0, -25, 32, 292deg);
  width: 30px;
  height: 22px;
  border-radius: 100%;
  background-color: #ffcb44;
  z-index: 2;
  left: calc(0px - 5px);
  box-shadow: inset -3px 3px 0px rgb(0 0 0 / 20%);
}
#moon-a .content-mooon .planet .ring:after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 100%;
}
#moon-a .content-mooon .planet .cover-ring {
  position: absolute;
  width: 100%;
  height: 43px;
  background-color: #ffcb44;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  transform: translate(0px, -18px);
  background-image: url(../../images/misc/mf-icon-logo-half-1.png);
  z-index: 2;
  background-position: bottom;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-repeat: no-repeat;
}
#moon-a .content-mooon .planet .spots {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
#moon-a .content-mooon p {
  color: #bacbd9;
  font-size: 14px;
  z-index: 2;
  position: absolute;
  bottom: -20px;
  animation: text-a 4s ease infinite;
  width: 100px;
  text-align: center;
}
@keyframes text-a {
  0% {
    transform: translateX(-30px);
    letter-spacing: 0px;
    color: #bacbd9;
  }
  25% {
    letter-spacing: 3px;
    color: #7ea1bf;
  }
  50% {
    transform: translateX(30px);
    letter-spacing: 0px;
    color: #bacbd9;
  }
  75% {
    letter-spacing: 3px;
    color: #7ea1bf;
  }
  100% {
    transform: translateX(-30px);
    letter-spacing: 0px;
    color: #bacbd9;
  }
}
