@import url("colors.css");
.night {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotateZ(135deg);
}

.shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, var(--star-color), rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px var(--star-tail-color));
  animation: tail 5000ms ease-in-out infinite, shooting 5000ms ease-in-out infinite;
}
.shooting_star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), var(--star-color), rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  animation: shining 5000ms ease-in-out infinite;
}
.shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), var(--star-color), rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  animation: shining 5000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
  top: calc(50% + -396px);
  left: calc(50% + -185px);
  animation-delay: 3184ms;
}
.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after {
  animation-delay: 3184ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% + -211px);
  left: calc(50% + 263px);
  animation-delay: 4581ms;
}
.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after {
  animation-delay: 4581ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% + -185px);
  left: calc(50% + -277px);
  animation-delay: 11780ms;
}
.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after {
  animation-delay: 11780ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% + 302px);
  left: calc(50% + -225px);
  animation-delay: 8526ms;
}
.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after {
  animation-delay: 8526ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% + 374px);
  left: calc(50% + 103px);
  animation-delay: 3595ms;
}
.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after {
  animation-delay: 3595ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% + 281px);
  left: calc(50% + -150px);
  animation-delay: 2720ms;
}
.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after {
  animation-delay: 2720ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% + -265px);
  left: calc(50% + -303px);
  animation-delay: 4519ms;
}
.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after {
  animation-delay: 4519ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% + -194px);
  left: calc(50% + -213px);
  animation-delay: 9518ms;
}
.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after {
  animation-delay: 9518ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% + 298px);
  left: calc(50% + 158px);
  animation-delay: 6037ms;
}
.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after {
  animation-delay: 6037ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% + 130px);
  left: calc(50% + -68px);
  animation-delay: 4569ms;
}
.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after {
  animation-delay: 4569ms;
}
.shooting_star:nth-child(11) {
  top: calc(50% + -170px);
  left: calc(50% + 254px);
  animation-delay: 3620ms;
}
.shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after {
  animation-delay: 3620ms;
}
.shooting_star:nth-child(12) {
  top: calc(50% + 149px);
  left: calc(50% + 394px);
  animation-delay: 7821ms;
}
.shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after {
  animation-delay: 7821ms;
}
.shooting_star:nth-child(13) {
  top: calc(50% + -222px);
  left: calc(50% + 7px);
  animation-delay: 9395ms;
}
.shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after {
  animation-delay: 9395ms;
}
.shooting_star:nth-child(14) {
  top: calc(50% + 325px);
  left: calc(50% + -308px);
  animation-delay: 8898ms;
}
.shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after {
  animation-delay: 8898ms;
}
.shooting_star:nth-child(15) {
  top: calc(50% + 106px);
  left: calc(50% + 209px);
  animation-delay: 10463ms;
}
.shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after {
  animation-delay: 10463ms;
}
.shooting_star:nth-child(16) {
  top: calc(50% + -483px);
  left: calc(50% + -206px);
  animation-delay: 3484ms;
}
.shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after {
  animation-delay: 3484ms;
}
.shooting_star:nth-child(17) {
  top: calc(50% + -193px);
  left: calc(50% + 149px);
  animation-delay: 2623ms;
}
.shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after {
  animation-delay: 2623ms;
}
.shooting_star:nth-child(18) {
  top: calc(50% + 286px);
  left: calc(50% + -467px);
  animation-delay: 10410ms;
}
.shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after {
  animation-delay: 10410ms;
}
.shooting_star:nth-child(19) {
  top: calc(50% + -193px);
  left: calc(50% + 366px);
  animation-delay: 11496ms;
}
.shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after {
  animation-delay: 11496ms;
}
.shooting_star:nth-child(20) {
  top: calc(50% + 295px);
  left: calc(50% + 267px);
  animation-delay: 2519ms;
}
.shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after {
  animation-delay: 2519ms;
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

/*# sourceMappingURL=stars.css.map */
