
body {
  margin: 0;
  height: 100vh;
  background-image: url(../image/sky.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.Homepage {
  width: 100%;
  height: 100vh;
  background-image: url(../image/back.jpeg);
  background-size: cover;
  background-position: center;
  position: fixed;
  opacity: 0.5;
}

#maskCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.night {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateZ(45deg);
}

.untoldcoing {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(-45deg, #5f92ff6b, rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px #fff8e7 );
  -webkit-animation: tail 3000ms ease-in-out infinite,
    shooting 3000ms ease-in-out infinite;
  animation: tail 3000ms ease-in-out infinite,
    shooting 3000ms ease-in-out infinite;
}
.untoldcoing::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 255, 0),
    #fff8e7 ,
    rgba(0, 0, 255, 0)
  );
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
}
.untoldcoing::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 255, 0),
    #fff8e7 ,
    rgba(0, 0, 255, 0)
  );
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
 .untoldcoing:nth-child(1) {
  top: calc(50% - 132px);
  left: calc(50% - 7px);
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.untoldcoing:nth-child(1)::before,
.untoldcoing:nth-child(1)::after {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
} 

.untoldcoing:nth-child(2) {
  top: calc(50% - -109px);
  left: calc(50% - 96px);
  -webkit-animation-delay: 3747ms;
  animation-delay: 3747ms;
}
.untoldcoing:nth-child(2)::before,
.untoldcoing:nth-child(2)::after {
  -webkit-animation-delay: 3747ms;
  animation-delay: 3747ms;
}
 .untoldcoing:nth-child(3) {
  top: calc(50% - -168px);
  left: calc(50% - 12px);
  -webkit-animation-delay: 8783ms;
  animation-delay: 8783ms;
}
.untoldcoing:nth-child(3)::before,
.untoldcoing:nth-child(3)::after {
  -webkit-animation-delay: 8783ms;
  animation-delay: 8783ms;
}


.untoldcoing:nth-child(4) {
  top: calc(50% - 62px);
  left: calc(50% - 145px);
  -webkit-animation-delay: 211ms;
  animation-delay: 211ms;
}
.untoldcoing:nth-child(4)::before,
.untoldcoing:nth-child(4)::after {
  -webkit-animation-delay: 211ms;
  animation-delay: 211ms;
}


@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 90px;
  }
  100% {
    width: 0;
  }
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 90px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  37% {
    width: 20px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  37% {
    width: 20px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}


.stars{
  width: 100%;
}
.star {
  position: absolute;
  top: 50px;
  left: 50px;
}

.star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 255, 0),
    #fff8e7,
    rgba(0, 0, 255, 0)
  );
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
}

.star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 255, 0),
    #fff8e7,
    rgba(0, 0, 255, 0)
  );
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}

.star:nth-child(1) {
  top: calc(40% - 132px);
  left: calc(50% - 7px);
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.star:nth-child(1)::before,
.star:nth-child(1)::after {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}


.star:nth-child(2) {
  top: calc(40% - 232px);
  left: calc(10% - 7px);
  -webkit-animation-delay: 5000ms;
  animation-delay: 5000ms;
}
.star:nth-child(2)::before,
.star:nth-child(2)::after {
  -webkit-animation-delay: 5000ms;
  animation-delay: 5000ms;
}


.star:nth-child(3) {
  top: calc(50% - 332px);
  left: calc(30% - 7px);
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}
.star:nth-child(3)::before,
.star:nth-child(3)::after {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}


.star:nth-child(4) {
  top: calc(50% - 332px);
  left: calc(40% - 7px);
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.star:nth-child(4)::before,
.star:nth-child(4)::after {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.star:nth-child(5) {
  top: calc(40% - 332px);
  left: calc(40% - 7px);
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.star:nth-child(5)::before,
.star:nth-child(5)::after {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.star:nth-child(6) {
  top: calc(30% - 332px);
  left: calc(60% - 7px);
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}
.star:nth-child(6)::before,
.star:nth-child(6)::after {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}

.star:nth-child(7) {
  top: calc(40% - 332px);
  left: calc(70% - 7px);
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}
.star:nth-child(7)::before,
.star:nth-child(7)::after {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}

.star:nth-child(8) {
  top: calc(50% - 332px);
  left: calc(80% - 7px);
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.star:nth-child(8)::before,
.star:nth-child(8)::after {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.star:nth-child(9) {
  top: calc(40% - 332px);
  left: calc(60% - 7px);
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.star:nth-child(9)::before,
.star:nth-child(9)::after {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}

.star:nth-child(10) {
  top: calc(10% - 332px);
  left: calc(100% - 7px);
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.star:nth-child(10)::before,
.star:nth-child(10)::after {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}

.star:nth-child(11) {
  top: calc(60% - 332px);
  left: calc(60% - 7px);
  -webkit-animation-delay: 3100ms;
  animation-delay: 3100ms;
}
.star:nth-child(11)::before,
.star:nth-child(11)::after {
  -webkit-animation-delay: 3100ms;
  animation-delay: 3100ms;
}

.star:nth-child(12) {
  top: calc(70% - 332px);
  left: calc(30% - 7px);
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.star:nth-child(12)::before,
.star:nth-child()::after {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}

.star:nth-child(13) {
  top: calc(90% - 332px);
  left: calc(10% - 7px);
  -webkit-animation-delay: 3300ms;
  animation-delay: 3300ms;
}
.star:nth-child(13)::before,
.star:nth-child(13)::after {
  -webkit-animation-delay: 3300ms;
  animation-delay: 3300ms;
}

.star:nth-child(14) {
  top: calc(90% - 332px);
  left: calc(100% - 7px);
  -webkit-animation-delay: 4000ms;
  animation-delay: 4000ms;
}
.star:nth-child(14)::before,
.star:nth-child(14)::after {
  -webkit-animation-delay: 4000ms;
  animation-delay: 4000ms;
}



