.animated-stars {
    position: relative;
    width: 100%;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    right: 40px;
}

.shooting-star {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    background: linear-gradient(-45deg, #5f91ff, rgba(0, 0, 255, 0));
    border-radius: 999px;
    -webkit-filter: drop-shadow(0 0 6px rgb(105, 155, 255));
    filter: drop-shadow(0 0 6px rgb(105, 155, 255));
    -webkit-animation: tail 3s ease-in-out infinite, shooting 3s ease-in-out infinite;
    animation: tail 3s ease-in-out infinite, shooting 3s 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), #5f91ff, rgba(0, 0, 255, 0));
    -webkit-transform: translateX(50%) rotateZ(45deg);
    transform: translateX(50%) rotateZ(45deg);
    border-radius: 100%;
    -webkit-animation: shining 3s ease-in-out infinite;
    animation: shining 3s 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), #5f91ff, rgba(0, 0, 255, 0));
    -webkit-transform: translateX(50%) rotateZ(45deg);
    transform: translateX(50%) rotateZ(45deg);
    border-radius: 100%;
    -webkit-animation: shining 3s ease-in-out infinite;
    animation: shining 3s ease-in-out infinite;
    -webkit-transform: translateX(50%) rotateZ(-45deg);
    transform: translateX(50%) rotateZ(-45deg)
}

.shooting-star:nth-child(1) {
    top: calc(50% - 171px);
    left: calc(50% - 111px);
    -webkit-animation-delay: 1018ms;
    animation-delay: 1018ms
}

.shooting-star:nth-child(1)::after,
.shooting-star:nth-child(1)::before {
    -webkit-animation-delay: 1018ms;
    animation-delay: 1018ms
}

.shooting-star:nth-child(2) {
    top: calc(50% - 179px);
    left: calc(50% - 144px);
    -webkit-animation-delay: 2.93s;
    animation-delay: 2.93s
}

.shooting-star:nth-child(2)::after,
.shooting-star:nth-child(2)::before {
    -webkit-animation-delay: 2.93s;
    animation-delay: 2.93s
}

.shooting-star:nth-child(3) {
    top: calc(50% - -49px);
    left: calc(50% - 64px);
    -webkit-animation-delay: 491ms;
    animation-delay: 491ms
}

.shooting-star:nth-child(3)::after,
.shooting-star:nth-child(3)::before {
    -webkit-animation-delay: 491ms;
    animation-delay: 491ms
}

.shooting-star:nth-child(4) {
    top: calc(50% - 83px);
    left: calc(50% - 95px);
    -webkit-animation-delay: 4629ms;
    animation-delay: 4629ms
}

.shooting-star:nth-child(4)::after,
.shooting-star:nth-child(4)::before {
    -webkit-animation-delay: 4629ms;
    animation-delay: 4629ms
}

.shooting-star:nth-child(5) {
    top: calc(50% - 23px);
    left: calc(50% - 22px);
    -webkit-animation-delay: 7083ms;
    animation-delay: 7083ms
}

.shooting-star:nth-child(5)::after,
.shooting-star:nth-child(5)::before {
    -webkit-animation-delay: 7083ms;
    animation-delay: 7083ms
}

.shooting-star:nth-child(6) {
    top: calc(50% - 60px);
    left: calc(50% - 47px);
    -webkit-animation-delay: 5391ms;
    animation-delay: 5391ms
}

.shooting-star:nth-child(6)::after,
.shooting-star:nth-child(6)::before {
    -webkit-animation-delay: 5391ms;
    animation-delay: 5391ms
}

.shooting-star:nth-child(7) {
    top: calc(50% - -199px);
    left: calc(50% - 166px);
    -webkit-animation-delay: 4274ms;
    animation-delay: 4274ms
}

.shooting-star:nth-child(7)::after,
.shooting-star:nth-child(7)::before {
    -webkit-animation-delay: 4274ms;
    animation-delay: 4274ms
}

.shooting-star:nth-child(8) {
    top: calc(50% - -103px);
    left: calc(50% - 158px);
    -webkit-animation-delay: 3.01s;
    animation-delay: 3.01s
}

.shooting-star:nth-child(8)::after,
.shooting-star:nth-child(8)::before {
    -webkit-animation-delay: 3.01s;
    animation-delay: 3.01s
}

.shooting-star:nth-child(9) {
    top: calc(50% - 157px);
    left: calc(50% - 289px);
    -webkit-animation-delay: 2289ms;
    animation-delay: 2289ms
}

.shooting-star:nth-child(9)::after,
.shooting-star:nth-child(9)::before {
    -webkit-animation-delay: 2289ms;
    animation-delay: 2289ms
}

.shooting-star:nth-child(10) {
    top: calc(50% - -185px);
    left: calc(50% - 12px);
    -webkit-animation-delay: 1918ms;
    animation-delay: 1918ms
}

.shooting-star:nth-child(10)::after,
.shooting-star:nth-child(10)::before {
    -webkit-animation-delay: 1918ms;
    animation-delay: 1918ms
}

.shooting-star:nth-child(11) {
    top: calc(50% - -24px);
    left: calc(50% - 49px);
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.shooting-star:nth-child(11)::after,
.shooting-star:nth-child(11)::before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.shooting-star:nth-child(12) {
    top: calc(50% - 103px);
    left: calc(50% - 97px);
    -webkit-animation-delay: 2528ms;
    animation-delay: 2528ms
}

.shooting-star:nth-child(12)::after,
.shooting-star:nth-child(12)::before {
    -webkit-animation-delay: 2528ms;
    animation-delay: 2528ms
}

.shooting-star:nth-child(13) {
    top: calc(50% - -163px);
    left: calc(50% - 152px);
    -webkit-animation-delay: 9662ms;
    animation-delay: 9662ms
}

.shooting-star:nth-child(13)::after,
.shooting-star:nth-child(13)::before {
    -webkit-animation-delay: 9662ms;
    animation-delay: 9662ms
}

.shooting-star:nth-child(14) {
    top: calc(50% - 143px);
    left: calc(50% - 46px);
    -webkit-animation-delay: 9506ms;
    animation-delay: 9506ms
}

.shooting-star:nth-child(14)::after,
.shooting-star:nth-child(14)::before {
    -webkit-animation-delay: 9506ms;
    animation-delay: 9506ms
}

.shooting-star:nth-child(15) {
    top: calc(50% - -26px);
    left: calc(50% - 193px);
    -webkit-animation-delay: 7709ms;
    animation-delay: 7709ms
}

.shooting-star:nth-child(15)::after,
.shooting-star:nth-child(15)::before {
    -webkit-animation-delay: 7709ms;
    animation-delay: 7709ms
}

.shooting-star:nth-child(16) {
    top: calc(50% - 73px);
    left: calc(50% - 253px);
    -webkit-animation-delay: 621ms;
    animation-delay: 621ms
}

.shooting-star:nth-child(16)::after,
.shooting-star:nth-child(16)::before {
    -webkit-animation-delay: 621ms;
    animation-delay: 621ms
}

.shooting-star:nth-child(17) {
    top: calc(50% - -47px);
    left: calc(50% - 1px);
    -webkit-animation-delay: 7832ms;
    animation-delay: 7832ms
}

.shooting-star:nth-child(17)::after,
.shooting-star:nth-child(17)::before {
    -webkit-animation-delay: 7832ms;
    animation-delay: 7832ms
}

.shooting-star:nth-child(18) {
    top: calc(50% - 178px);
    left: calc(50% - 290px);
    -webkit-animation-delay: 2061ms;
    animation-delay: 2061ms
}

.shooting-star:nth-child(18)::after,
.shooting-star:nth-child(18)::before {
    -webkit-animation-delay: 2061ms;
    animation-delay: 2061ms
}

.shooting-star:nth-child(19) {
    top: calc(50% - 18px);
    left: calc(50% - 50px);
    -webkit-animation-delay: 5455ms;
    animation-delay: 5455ms
}

.shooting-star:nth-child(19)::after,
.shooting-star:nth-child(19)::before {
    -webkit-animation-delay: 5455ms;
    animation-delay: 5455ms
}

.shooting-star:nth-child(20) {
    top: calc(50% - 85px);
    left: calc(50% - 60px);
    -webkit-animation-delay: 5835ms;
    animation-delay: 5835ms
}

.shooting-star:nth-child(20)::after,
.shooting-star:nth-child(20)::before {
    -webkit-animation-delay: 5835ms;
    animation-delay: 5835ms
}

@-webkit-keyframes tail {
    0% {
        width: 0
    }

    30% {
        width: 100px
    }

    100% {
        width: 0
    }
}

@keyframes tail {
    0% {
        width: 0
    }

    30% {
        width: 100px
    }

    100% {
        width: 0
    }
}

@-webkit-keyframes shining {
    0% {
        width: 0
    }

    50% {
        width: 30px
    }

    100% {
        width: 0
    }
}

@keyframes shining {
    0% {
        width: 0
    }

    50% {
        width: 30px
    }

    100% {
        width: 0
    }
}

@-webkit-keyframes shooting {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }
}

@keyframes shooting {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }
}
