[style*=';z-index: 99999999'] {
  display: none;
}

.moon-header-black {
  color: #fff;
}

.moon-header-black [data-black='false'],
.moon-header-black-step-2 [data-black='false'],
[data-black='true'] {
  display: none;
}

.moon-header-black [data-black='true'],
.moon-header-black-step-2 [data-black='true'] {
  display: block;
}

.moon-activity-banner.show ~ .moon-header {
  top: 60px;
}

.moon-header-black-step-2 {
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(50px);
}

.moon-header-black-step-2 .moon-header-arrow {
  opacity: 0.8;
}

.moon-header-black .moon-outline-btn,
.moon-header-black-step-2 .moon-outline-btn {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition:
    opacity 0.2s ease-in,
    visibility 0.2s ease-in,
    transform 0.2s cubic-bezier(0.17, 0.84, 0.44, 1),
    box-shadow 0.2s;
}

.moon-header-black .moon-header-a {
  transition: none;
}

#notification-container {
  position: fixed;
  z-index: 1000;
  transform: translate(-50%, -20px);
  animation: slide-down 0.5s forwards;
  animation-play-state: paused;
  opacity: 0;
  display: none;
  left: 50%;
  text-align: center;
}

#notification-container.show {
  animation-play-state: running;
  display: block;
}

.notification {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
}

.notification-img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.moon-header-logo {
  position: relative;
}

.moon-header-logo:hover .moon-header-logo--collect {
  opacity: 1;
  visibility: visible;
}

.moon-header-logo--collect {
  position: absolute;
  left: -41px;
  bottom: -48px;
  min-width: 267px;
  min-height: 70px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.moon-global-service {
  z-index: 999;
}

.banner-btn {
  width: 90%;
  max-width: 220px;
  min-height: 60px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 600;
  overflow: hidden;
}

#particleCanvas {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.ai-generate-notification .notification {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, #202020, #323232 100%);
  color: rgba(255, 255, 255, 0.7);
  margin-left: 154px;
}

.banner-top {
  border-radius: 12px;
  max-width: 1506px;
  margin: 0 auto;
  height: 696px;
  position: relative;
  z-index: 1;
}

.show .banner-step2-mask {
  opacity: 1;
  transform: translateY(0);
}

.banner-step2-mask {
  position: absolute;
  left: 256px;
  top: 90px;
  width: 1150px;
  height: auto;
  border-radius: 6px;
  z-index: -1;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.25s;
}

.banner-step1 {
  padding-top: 174px;
  text-align: center;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 0;
}

.banner-step1.show,
.banner-step2.show {
  opacity: 1;
  z-index: 1;
}

.banner-step2 {
  padding: 12.88% 0 0 21.18%;
  text-align: left;
  border-radius: 20px;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 0;
}

.banner-step2-title1 {
  display: inline-block;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.banner-step2-title2 {
  display: inline-block;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.banner-step2-btn {
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.banner-step2.show .banner-step2-title1 {
  animation: bounce1 0.5s ease forwards;
}

.banner-step2.show .banner-step2-title2 {
  animation: bounce2 0.5s ease forwards;
}

.banner-step2.show .banner-step2-btn {
  animation: bounce3 0.5s ease forwards;
}

@keyframes bounce1 {
  0% {
    transform: translateX(126%);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes bounce2 {
  0% {
    transform: translateX(51%);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes bounce3 {
  0% {
    transform: translateX(186%);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}

.banner-h5 {
  margin-bottom: 66px;
  font-size: 60px;
  font-weight: 700;
  line-height: 76px;
  color: #fff;
  text-align: left;
  display: inline-block;
}

.banner-white-btn {
  color: #000;
  border-radius: 8px;
  height: 60px;
  width: 220px;
  box-shadow: 0 20px 30px 0 rgba(188, 43, 20, 0.6);
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}

.banner-white-btn-arrow {
  margin-left: 4px;
}

.banner-white-btn:hover {
  background: rgba(255, 255, 255, 0.91);
}

.banner-white-btn::after,
.banner-white-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  opacity: 0;
  animation-play-state: paused;
}

.banner-white-btn::before {
  animation: border-expand-three 1.5s ease-out infinite;
  animation-delay: 1s;
}

.banner-white-btn::after {
  animation: border-expand-two 1.5s ease-out infinite;
  border: 1px solid rgb(0, 0, 0, 0.3);
  border-radius: 26px;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
}

.banner-white-btn-mask {
  position: absolute;
  top: 50%;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  animation: border-expand-one 0.5s 1 ease-out forwards;
  animation-play-state: paused;
}

.show .banner-white-btn-mask,
.show .banner-white-btn::after,
.show .banner-white-btn::before {
  animation-play-state: running;
}

@keyframes border-expand-one {
  0% {
    opacity: 0;
    border-radius: 8px;
  }
  100% {
    opacity: 1;
    border: 1px solid #000;
    border-radius: 16px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}

@keyframes border-expand-two {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes border-expand-three {
  0% {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
  }
  100% {
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 42px;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
  }
}

.particle {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: translateZ(0);
}
/* 直线上升轨迹 */
.particle[data-motion-type='0'] {
  animation: linearMotion var(--duration) linear infinite;
  animation-delay: var(--delay);
}

/* 波浪轨迹 */
.particle[data-motion-type='1'] {
  animation: waveMotion var(--duration) ease-in-out infinite;
  animation-delay: var(--delay);
}

/* 螺旋轨迹 */
.particle[data-motion-type='2'] {
  animation: spiralMotion var(--duration) linear infinite;
  animation-delay: var(--delay);
}
/* 螺旋轨迹 */
.particle[data-motion-type='3'] {
  animation: move 10s linear infinite;
}

@keyframes linearMotion {
  0% {
    transform: translateY(0) translateX(0);
    opacity: var(--opacity);
  }
  100% {
    transform: translateY(-100vh) translateX(0);
    opacity: 0;
  }
}

@keyframes waveMotion {
  0% {
    transform: translateY(0) translateX(0);
    opacity: var(--opacity);
  }
  25% {
    transform: translateY(-25vh) translateX(20px);
  }
  50% {
    transform: translateY(-50vh) translateX(-20px);
  }
  75% {
    transform: translateY(-75vh) translateX(20px);
  }
  100% {
    transform: translateY(-100vh) translateX(0);
    opacity: 0;
  }
}

@keyframes spiralMotion {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: var(--opacity);
  }
  100% {
    transform: translateY(-100vh) translateX(50px) rotate(360deg);
    opacity: 0;
  }
}
@keyframes move {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) translateX(-700px);
    opacity: 0;
  }
}

.progress-wrap {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 67px;
  width: 82.53%;
  opacity: 0;
  visibility: hidden;
}

.progress-wrap.show {
  opacity: 1;
  visibility: visible;
}

.progress-container {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  flex: 1;
  height: 12px;
  margin-right: 14px;
  padding: 0 3px;
}

.progress-bar {
  width: 0;
  border-radius: 100px;
  background: linear-gradient(270deg, #ff3b2a, rgba(255, 93, 42, 0) 100%);
  height: 4px;
  transition: width 0.2s;
}

.progress-text {
  font-size: 12px;
  min-width: 28px;
  color: #ff3b2a;
  margin-left: 5px;
}

.h1-img {
  max-width: 711px;
  width: 95%;
}

.banner-h1 {
  font-size: 74px;
  font-weight: 700;
  position: absolute;
  left: -999rem;
}

.banner-p {
  color: rgba(255, 255, 255, 0.5);
  margin: 14px auto 42px;
  max-width: 653px;
  width: 70%;
  line-height: 30px;
  font-size: 18px;
}

.sprite-item {
  background-image: url(../image/sprite.png);
  background-size: 346px 70px;
}

.banner-img {
  width: 70px;
  margin: 26px auto 10px;
  height: 70px;
}

.banner-img-1 {
  background-position: 0 0;
}

.banner-img-2 {
  background-position: -72px 0;
}

.banner-img-3 {
  background-position: -144px 0;
}

.banner-img-4 {
  background-position: -216px 0;
}

.banner {
  position: relative;
  margin-top: -70px;
  padding: calc(32px + 64px) 0 304px;
  background: #101010;
  overflow: hidden;
}

.banner-arrow {
  width: 26px;
  height: 26px;
  background-position: -288px 0;
  margin: 5px auto 0;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}

.banner-arrow:active {
  transform: scale(0.9);
}

.slideToLeftEffect {
  animation: slideToLeft 130s linear infinite;
  will-change: transform;
}

@keyframes slideToLeft {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.banner-loop {
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 147px);
  z-index: 10;
}

.banner-loop-row {
  display: flex;
  margin-top: 24px;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

.slideToLeftEffect .loop-img-box:nth-child(2n + 1) .loop-img {
  min-width: 432px;
  width: 432px;
}

.slideToLeftEffect .loop-img-box:nth-child(2n) .loop-img {
  min-width: 320px;
  width: 320px;
}

.loop-img-box {
  position: relative;
  background-color: transparent;
  margin: 0 12px;
  border-radius: 10px;
  transition: all 0.3s;
}
.loop-img-box::before {
  content: attr(title);
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  position: absolute;
  color: white;
  background: #7575755e;
  border-radius: 4px;
  padding: 4px 8px;
}
.loop-img-box::after {
  content: '';
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.loop-img-box:hover .loop-img-btn,
.loop-img-box:hover::after {
  opacity: 1;
}

.loop-img {
  display: block;
  height: auto;
  cursor: pointer;
  opacity: 1;
  border-radius: 10px;
  transition:
    transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.3s ease;
}

.loop-img-btn {
  border-radius: 4px;
  box-shadow:
    0 20px 40px 0 rgba(0, 0, 0, 0.25),
    0 0 2px 0 rgba(0, 0, 0, 0.1);
  width: 128px;
  height: 48px;
  font-size: 14px;
  color: #fcfcfc;
  left: 50%;
  top: 50%;
  z-index: 3;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition:
    background 0.15s,
    transform 0.2s cubic-bezier(0.17, 0.84, 0.44, 1),
    opacity 0.2s;
}

.loop-img-btn:active {
  transform: translate(-50%, -50%) scale(0.96);
}

main > section:not(:first-child) {
  padding: 140px 0;
}

.video-wrap {
  margin-bottom: 50px;
  position: relative;
  min-height: 1005px;
  display: flex;
  align-items: center;
  background: #f1f1ef url(../image/video-wrap2.jpeg) top center/cover no-repeat;
}

.video-wrap::after,
.video-wrap::before {
  content: '';
  display: inline-block;
  right: 0;
  max-width: 1280px;
  height: 42px;
  position: absolute;
  z-index: 0;
  width: 50%;
}

.video-wrap::before {
  top: -41px;
  background: url(../image/video-wrap-top.png) top left/cover no-repeat;
}

.video-wrap::after {
  bottom: 0;
  background: url(../image/video-wrap-bottom.png) top left/cover no-repeat;
}

.feature-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature-text-wrap {
  text-align: left;
  max-width: 486px;
  width: 100%;
}

.feature-video {
  order: 2;
  border-radius: 16px;
  max-width: 830px;
  width: 60%;
  min-height: 583px;
  object-fit: cover;
}

.feature-text-right .feature-text-wrap {
  order: 3;
}

.feature-h2 {
  font-size: 60px;
  font-weight: 700;
}

.feature-p {
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
  margin: 17px auto 18.4% 0;
  max-width: 451px;
}

.feature-btn {
  min-width: 208px;
  height: 62px;
  border-radius: 6px;
}

.feature-black-bg {
  min-height: 1005px;
  display: flex;
  margin: 50px 0;
  flex-direction: column;
  justify-content: center;
  background: url(../image/feature-black-bg.png) top center/cover no-repeat;
}

.feature-black-bg .feature-h2 {
  color: #fff;
}

.feature-black-bg .feature-p {
  color: rgba(255, 255, 255, 0.5);
}

.video-wrap-video {
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  max-width: 1200px;
}

.scenes {
  background: url(../image/scenes-bg.png) top center/cover no-repeat;
}

.scenes-tab {
  height: 42px;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 8px;
  min-width: 84px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
  user-select: none;
  font-size: 12px;
}

.scenes-tab.active,
.scenes-tab:hover {
  color: #000;
}

.scenes-tabs li:not(:last-of-type) {
  margin-right: 10px;
}

.scenes-indicator {
  width: 84px;
  height: 42px;
  position: absolute;
  transform: translate3d(6px, 6px, 0);
  z-index: 0;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 4px;
  transition: transform 0.5s cubic-bezier(0.17, 0.8, 0.33, 0.99);
}

.scenes-tabs {
  background: #e5e5e3;
  padding: 6px;
  border-radius: 8px;
  position: relative;
  margin: 40px 0 10px;
  flex-wrap: wrap;
}

.scenes-content {
  justify-content: space-between;
  opacity: 0;
  display: none;
}

.scenes-content.active {
  opacity: 1;
  display: flex;
}

.scenes-content.active .scenes-text {
  animation: textFadeInOut 0.4s;
}

.scenes-content.active .scenes-img {
  animation: imgFadeIn 0.5s;
}

.scenes-contents {
  min-height: 280px;
}

@keyframes leftCardAnimation {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes rightCardAnimation {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes imgFadeIn {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textFadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.scenes-img {
  max-width: 738px;
  width: 100%;
}

.scenes-text {
  padding-top: 28px;
  text-align: left;
  margin-bottom: 16px;
}

.scenes-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 9px;
  background-position: -288px -28px;
}

.scenes-p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}

.scenes-dot {
  width: 3px;
  height: 3px;
  background: #c4c4c4;
  border-radius: 50%;
  margin: 0 7px;
}

.scenes-author {
  font-size: 12px;
}

.scenes-btn {
  min-width: 156px;
  min-height: 50px;
  border-radius: 6px;
  margin-top: 58px;
  font-size: 14px;
}

@media (max-width: 1600px) {
  .banner-top {
    max-width: 1200px;
  }

  .progress-wrap {
    max-width: 944px;
  }

  .banner {
    padding: calc(32px + 64px) 0 182px;
  }

  .h1-img {
    max-width: 593px;
  }

  .banner-white-btn {
    height: 54px;
    width: 194px;
  }

  .banner-btn {
    max-width: 190px;
    min-height: 54px;
  }

  .banner-h5 {
    font-size: 50px;
    line-height: 57px;
  }

  .banner-step2-mask {
    width: 864px;
    left: 246px;
  }

  .banner-p {
    font-size: 16px;
    margin: 10px auto 34px;
    line-height: 24px;
  }

  .banner-loop {
    transform: scale(0.7) translate(-50%, 85px);
  }
}

@media (max-width: 1300px) {
  .feature-text-wrap {
    order: 1 !important;
    margin-bottom: 32px;
    text-align: center;
  }

  .feature-video {
    width: 90%;
  }

  .feature-wrap {
    justify-content: center;
  }

  .feature-black-bg {
    min-height: auto;
  }

  main > section:not(:first-child) {
    padding: 10% 0;
  }

  .scenes-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .scenes-tabs {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .banner-step1 [data-aos] {
    position: relative;
    left: 0;
  }

  .h1-wrap {
    flex-wrap: wrap;
  }

  .banner-step1 {
    padding-top: 96px;
  }
}

.moon-header-dropdown-a {
  display: flex;
  gap: 3px;
  align-items: center;
}

.s-cover {
  background: #ddd;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 4px;
}

.background-fx {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  opacity: 1;
  z-index: 1;
  height: calc(100vh - 0px);
  user-select: none;
  background-image: url(https://img.moonstatistics.com/imgsubmit/img_MLPtxHNt1755591973.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.shape-01 {
  position: absolute;
  top: 11%;
  right: 42%;
  -webkit-animation: animationFramesTwo 13s linear infinite;
  animation: animationFramesTwo 13s linear infinite;
}

.shape-02 {
  position: absolute;
  top: 27%;
  left: 17%;
  -webkit-animation: animationFramesFour 25s linear infinite alternate;
  animation: animationFramesFour 25s linear infinite alternate;
}

.shape-03 {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-animation: animationFramesThree 35s linear infinite alternate;
  animation: animationFramesThree 35s linear infinite alternate;
}

.shape-04 {
  position: absolute;
  top: 40%;
  right: 23%;
  -webkit-animation: animationFramesFour 20s linear infinite alternate;
  animation: animationFramesFour 20s linear infinite alternate;
}

.shape-05 {
  position: absolute;
  bottom: 62%;
  right: 28%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}

.shape-06 {
  position: absolute;
  bottom: 73%;
  left: 38%;
  -webkit-animation: animationFramesFour 20s linear infinite alternate;
  animation: animationFramesFour 20s linear infinite alternate;
}

.shape-07 {
  position: absolute;
  left: 14%;
  bottom: 54%;
  -webkit-animation: animationFramesOne 17s linear infinite;
  animation: animationFramesOne 17s linear infinite;
}

.shape-08 {
  position: absolute;
  left: 14%;
  top: 60%;
  -webkit-animation: animationFramesOne 20s linear infinite alternate;
  animation: animationFramesOne 20s linear infinite alternate;
}

.shape-09 {
  position: absolute;
  top: 22%;
  left: 41%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}

.shape-10 {
  position: absolute;
  top: 8%;
  right: 6%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}

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

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  to {
    transform: translate(0) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    transform: translate(0) rotate(0deg) scale(1);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  to {
    transform: translate(0) rotate(0deg) scale(1);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg) scale(1);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg) scale(1);
  }
}

@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }

  to {
    transform: translate(-346px, 617px);
  }
}

@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }

  to {
    -webkit-transform: translate(-346px, 617px);
  }
}

@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }

  to {
    transform: translate(251px, -200px) rotate(180deg);
  }
}

@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }

  to {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}

.title-moon {
  font-size: 58px;
  color: white;
}
.bg-white .moon-header-logo img {
  display: block !important;
}
.bg-white .moon-header-logo span {
  display: none;
}
/* From Uiverse.io by StealthWorm */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13rem;
  overflow: hidden;
  height: 3rem;
  background-size: 300% 300%;
  cursor: pointer;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
  transition: 0.5s;
  animation: gradient_301 5s ease infinite;
  border: double 2px transparent;
  background-image:
    linear-gradient(#212121, #212121), linear-gradient(137.48deg, #ffdb3b 10%, #fe53bb 45%, #8f51ea 67%, #0044ff 87%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

#container-stars {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
}

strong {
  z-index: 2;
  font-family: 'Avalors Personal Use';
  font-size: 12px;
  letter-spacing: 5px;
  color: #ffffff;
  text-shadow: 0 0 4px white;
}

#glow {
  position: absolute;
  display: flex;
  width: 12rem;
}

.circle {
  width: 100%;
  height: 30px;
  filter: blur(2rem);
  animation: pulse_3011 4s infinite;
  z-index: -1;
}

.circle:nth-of-type(1) {
  background: rgba(254, 83, 186, 0.636);
}

.circle:nth-of-type(2) {
  background: rgba(142, 81, 234, 0.704);
}

.btn:hover #container-stars {
  z-index: 1;
  background-color: #212121;
}

.btn:hover {
  transform: scale(1.1);
}

.btn:active {
  border: double 4px #fe53bb;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
}

.btn:active .circle {
  background: #fe53bb;
}

#stars {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 200rem;
}

#stars::after {
  content: '';
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}

#stars::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}

#stars::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}

#stars::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.website-aside-container {
  opacity: 0;
  background: #ffffff;
  z-index: 1000;
  position: fixed;
  right: 20px;
  bottom: 60px;
  box-shadow: 1px 0px 11px 0px rgb(31 170 252 / 15%);
  border-radius: 37px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
}
.ss-website-aside-item {
  font-size: 13px;
  cursor: pointer;
}
.ss-website-aside-item-top-kefu svg {
  fill: white;
}
.ss-website-aside-item-top {
  width: 54px;
  height: 54px;
  background: #0195ffd1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.ss-website-aside-item-text {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #212325;
  line-height: 17px;
}
.ss-website-aside-item-top-white-bg {
  background: #fff;
}
.ss-website-aside-item-top-white-bg svg {
  fill: #2487ce;
}
.ss-website-aside-item:hover .qrcode-container {
  opacity: 1;
  left: -240px;
  visibility: visible;
}
.qrcode-container-init {
  opacity: 1 !important;
  left: -240px !important;
  visibility: visible !important;
}
.qrcode-container {
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  width: 220px;
  height: 300px;
  background: #ffffff;
  border-radius: 8px;
  position: absolute;
  left: -210px;
  box-shadow:
    0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.qrcode-container .qrcode-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  color: #ffffff;
  background: linear-gradient(180deg, #2487ce 0%, #0d80e5 100%);
  border-radius: 8px 8px 0px 0px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.qrcode-container .qrcode-img {
  width: 160px;
  height: 160px;
  margin: 20px 30px;
}
.ss-popover-triangle {
  top: 49%;
  position: absolute;
  right: -8px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
}
.qrcode-container .qrcode-text {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.qrcode-container .qrcode-text a:hover {
   color: var(--color-primary);
}
.ss-website-aside-item:hover .ss-popover-content {
  opacity: 1;
  left: -168px;
  visibility: visible;
}
.ss-popover-content {
  position: absolute;
  top: 210px;
  left: -148px;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.ss-popover-content .ss-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 8px;
  box-shadow:
    0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}
.ss-popover-content .ss-popover-inner .ss-popover-title {
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #0d80e5;
  border-bottom: 1px solid #7a69ff1a;
}
.ss-popover-content .ss-popover-inner .ss-popover-text {
  font-size: 12px;
  font-weight: 500;
  color: #788694;
}
.video-button{
  position: relative;
}

.video-button .play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.output {
  text-align:center;
  color:white;
}
.output h1 {
  font-size: 58px;
}
/* Cursor Styling */

.cursor::after {
  content:'';
  display:inline-block;
  margin-left:3px;
  background-color:white;
  animation-name:blink;
  animation-duration:0.5s;
  animation-iteration-count: infinite;
}
h1.cursor::after {
  height:20px;
  width:4px;
  transform: translateY(5%);
}
p.cursor::after {
  height:13px;
  width:6px;
}

@keyframes blink {
  0% {
    opacity:1;
  }
  49% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:0;
  }
}
