/*----------------------------------------
 loader
----------------------------------------*/


@keyframes slideOut_load {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}


#loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FBDA61;
  background-image: linear-gradient( 109.6deg, rgba(156,252,248,1) 11.2%, rgba(110,123,251,1) 91.1% );
  z-index: 9999;
  animation-name: slideOut_load;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-delay: 3s;
}

#loading_animation{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 10%;
}




@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 622.816650390625px;
    stroke-dasharray: 622.816650390625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 622.816650390625px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 622.816650390625px;
    stroke-dasharray: 622.816650390625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 622.816650390625px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 616.7137451171875px;
    stroke-dasharray: 616.7137451171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 616.7137451171875px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 616.7137451171875px;
    stroke-dasharray: 616.7137451171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 616.7137451171875px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 71.0543441772461px;
    stroke-dasharray: 71.0543441772461px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 71.0543441772461px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 71.0543441772461px;
    stroke-dasharray: 71.0543441772461px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 71.0543441772461px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
