.bg_animation .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .bg_animation .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: animate 25s linear infinite;
            animation: animate 25s linear infinite;
    bottom: -150px;
  }
  
  .bg_animation .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  
  .bg_animation .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
  
  .bg_animation .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
  
  .bg_animation .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 18s;
            animation-duration: 18s;
  }
  
  .bg_animation .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  
  .bg_animation .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  
  .bg_animation .circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  
  .bg_animation .circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 7s;
            animation-delay: 7s;
  }
  
  .bg_animation .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
    -webkit-animation-duration: 45s;
            animation-duration: 45s;
  }
  
  .bg_animation .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-duration: 35s;
            animation-duration: 35s;
  }
  
  .bg_animation .circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 11s;
            animation-duration: 11s;
  }
  
  .bg_animation_2 {
    font-weight: 100;
    background: radial-gradient(#a23982, #1f1013);
    overflow-y: hidden;
    -webkit-animation: fadeIn 1 1s ease-out;
            animation: fadeIn 1 1s ease-out;
  }
  
  .bg_animation_2 .light {
    position: absolute;
    width: 0px;
    opacity: .75;
    background-color: white;
    -webkit-box-shadow: #e9f1f1 0px 0px 20px 2px;
            box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
    top: 45vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  
  .bg_animation_2 .x1 {
    -webkit-animation: floatUp 4s infinite linear;
            animation: floatUp 4s infinite linear;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  
  .bg_animation_2 .x2 {
    -webkit-animation: floatUp 7s infinite linear;
            animation: floatUp 7s infinite linear;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    left: 15%;
  }
  
  .bg_animation_2 .x3 {
    -webkit-animation: floatUp 2.5s infinite linear;
            animation: floatUp 2.5s infinite linear;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    left: -15%;
  }
  
  .bg_animation_2 .x4 {
    -webkit-animation: floatUp 4.5s infinite linear;
            animation: floatUp 4.5s infinite linear;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    left: -34%;
  }
  
  .bg_animation_2 .x5 {
    -webkit-animation: floatUp 8s infinite linear;
            animation: floatUp 8s infinite linear;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    left: -57%;
  }
  
  .bg_animation_2 .x6 {
    -webkit-animation: floatUp 3s infinite linear;
            animation: floatUp 3s infinite linear;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: -81%;
  }
  
  .bg_animation_2 .x7 {
    -webkit-animation: floatUp 5.3s infinite linear;
            animation: floatUp 5.3s infinite linear;
    -webkit-transform: scale(3.2);
            transform: scale(3.2);
    left: 37%;
  }
  
  .bg_animation_2 .x8 {
    -webkit-animation: floatUp 4.7s infinite linear;
            animation: floatUp 4.7s infinite linear;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    left: 62%;
  }
  
  .bg_animation_2 .x9 {
    -webkit-animation: floatUp 4.1s infinite linear;
            animation: floatUp 4.1s infinite linear;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    left: 85%;
  }
  
  @-webkit-keyframes floatUp {
    0% {
      top: 100vh;
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    50% {
      top: 0vh;
      opacity: .8;
    }
    75% {
      opacity: 1;
    }
    100% {
      top: -100vh;
      opacity: 0;
    }
  }
  
  @keyframes floatUp {
    0% {
      top: 100vh;
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    50% {
      top: 0vh;
      opacity: .8;
    }
    75% {
      opacity: 1;
    }
    100% {
      top: -100vh;
      opacity: 0;
    }
}
@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}