
section.shooting-stars{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    padding: 0;
    /* https://lh3.googleusercontent.com/ka_5IYJDRkXZnbptxq64LPuggGL5FM8gnpJlsuSiOQh4b39kMkiRbVfX8iK8bjMg5SLkdfoix09P60wyFjN2=w681-h614 */
    /* background: url("https://i.postimg.cc/c1Q3njM0/bg2.jpg"); */
    background-color:black;
    background-size: cover;
    overflow: hidden;
    overflow-x: hidden;

    &:after, &:before {
	 content: "";
	 display: block;
	 position: absolute;
     }
    &:before {
	width: 120%;
	height: 120%;
	top: 40%;
	left: -25%;
	background: radial-gradient(48.58% 48.58% at 49.96% 59.07%, #523ACF 0%, rgba(62, 53, 110, 0.4) 43.23%, rgba(39, 41, 50, 0) 100%);
    }
    &:after {
	width: 120%;
	height: 100%;
	top: 65%;
	left: 25%;
	background: radial-gradient(48.58% 48.58% at 49.96% 59.07%, #BFB34B 0%, rgba(130, 124, 63, 0.45) 38.02%, rgba(39, 41, 50, 0) 100%);
    }
}

section.shooting-stars span{
    position: absolute;
    top:50%;
    left:50%;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.1),0 0 0 8px rgba(255,255,255,0.1),0 0 20px rgba(255,255,255,0.1);
    animation: animate-stars 3s linear infinite;
}
section.shooting-stars span::before{
    content:'';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 1px;
    background: linear-gradient(90deg,#fff,transparent);
}
@keyframes animate-stars
{
    0%
    {
        transform: rotate(315deg) translateX(0);
        opacity: 1;
    }
    70%
    {
        opacity: 1;
    }
    100%
    {
        transform: rotate(315deg) translateX(-1000px);
        opacity: 0;
    }
}
section.shooting-stars span:nth-child(1){
    top: 0;
    right: 80px;
    left: initial;
    animation-delay: 1.5s;
    animation-duration: 2.5s;
}
section.shooting-stars span:nth-child(2){
    top: 0;
    right: 350px;
    left: initial;
    animation-delay: 0.5s;
    animation-duration: 4.5s;
}
section.shooting-stars span:nth-child(3){
    top: 0;
    right: 1100px;
    left: initial;
    animation-delay: 3.75s;
    animation-duration: 3.25s;
}
section.shooting-stars span:nth-child(4){
    top: 0;
    right: 1500px;
    left: initial;
    animation-delay: 2s;
    animation-duration: 5s;
}
section.shooting-stars span:nth-child(5){
    top: 750px;
    right: 0;
    left: initial;
    animation-delay: 0s;
    animation-duration: 2.5s;
}
section.shooting-stars span:nth-child(6){
    top: 950px;
    right: 700px;
    left: initial;
    animation-delay: 0s;
    animation-duration: 4.5s;
}
section.shooting-stars span:nth-child(7){
    top: 50%;
    right: 40%;
    left: initial;
    animation-delay: 0s;
    animation-duration: 5s;
}
section.shooting-stars span:nth-child(8){
    top: 75%;
    right: 0;
    left: initial;
    animation-delay: 0s;
    animation-duration: 8s;
}
section.shooting-stars span:nth-child(9){
    top: 0;
    right: 2080px;
    left: initial;
    animation-delay: 1.5s;
    animation-duration: 5.5s;
}
section.shooting-stars span:nth-child(10){
    top: 0;
    right: 2350px;
    left: initial;
    animation-delay: 0.5s;
    animation-duration: 5s;
}
section.shooting-stars span:nth-child(11){
    top: 0;
    right: 3100px;
    left: initial;
    animation-delay: 3.75s;
    animation-duration: 4s;
}
section.shooting-stars span:nth-child(12){
    top: 0;
    right: 3500px;
    left: initial;
    animation-delay: 2s;
    animation-duration: 3s;
}
section.shooting-stars span:nth-child(13){
    top: 750px;
    right: 2000px;
    left: initial;
    animation-delay: 0s;
    animation-duration: 5.5s;
}
section.shooting-stars span:nth-child(14){
    top: 950px;
    right: 2700px;
    left: initial;
    animation-delay: 0s;
    animation-duration: 6.5s;
}
section.shooting-stars span:nth-child(15){
    top: 50%;
    right: 3300px;
    left: initial;
    animation-delay: 0s;
    animation-duration: 4s;
}
section.shooting-stars span:nth-child(16){
    top: 75%;
    right: 2000px;
    left: initial;
    animation-delay: 0s;
    animation-duration: 7.5s;
}



