.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

.anmtn-delay-1{
  animation-delay: 1500ms !important;
}

.anmtn-delay-2{
  animation-delay: 2500ms !important;
}

.animation-blink{
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  opacity: 0;
  /*transition: filter 0.5s !important;*/
}

.scrolled.animation-blink {
    
    animation: blink 2s ease-in-out both;
    animation-iteration-count: 1;
}

.scrolled.animation-opacity{
    animation: opacity 0.9s ease-in-out both;
}

.cstm-cont-anm{
  position: relative;
}

.cstm-cont-anm svg{
  position: absolute;
  right: -10px;
}

@keyframes opacity { 
  0% {
    opacity: 0;
  }
  100% { 
    opacity: 1;
   

  }  
}

@keyframes blink { 
  0% {
    filter: drop-shadow( 0 0 2px #fff) drop-shadow( 0 0 7px #2BB4D2) drop-shadow( 0 0 9px #2BB4D2);
    -webkit-filter: drop-shadow( 0 0 2px #fff) drop-shadow( 0 0 7px #2BB4D2) drop-shadow( 0 0 9px #2BB4D2);
    -moz-filter: drop-shadow( 0 0 2px #fff) drop-shadow( 0 0 7px #2BB4D2) drop-shadow( 0 0 9px #2BB4D2);
    -ms-filter: drop-shadow( 0 0 2px #fff) drop-shadow( 0 0 7px #2BB4D2) drop-shadow( 0 0 9px #2BB4D2);
    -o-filter: drop-shadow( 0 0 2px #fff) drop-shadow( 0 0 7px #2BB4D2) drop-shadow( 0 0 9px #2BB4D2);
  }
  50%{
  filter: drop-shadow( 0 0 5px #fff)drop-shadow( 0 0 9px #2BB4D2) drop-shadow( 0 0 11px #2BB4D2);
  -webkit-filter: drop-shadow( 0 0 5px #fff)drop-shadow( 0 0 9px #2BB4D2) drop-shadow( 0 0 11px #2BB4D2);
  -moz-filter: drop-shadow( 0 0 5px #fff)drop-shadow( 0 0 9px #2BB4D2) drop-shadow( 0 0 11px #2BB4D2);
  -ms-filter: drop-shadow( 0 0 5px #fff)drop-shadow( 0 0 9px #2BB4D2) drop-shadow( 0 0 11px #2BB4D2);
  -o-filter: drop-shadow( 0 0 5px #fff)drop-shadow( 0 0 9px #2BB4D2) drop-shadow( 0 0 11px #2BB4D2);
  }
  100% { 
   filter: drop-shadow(0px 0px 10.5px rgba(0, 209, 255, 0.60));
   -webkit-filter: drop-shadow(0px 0px 10.5px rgba(0, 209, 255, 0.60));
   -moz-filter: drop-shadow(0px 0px 10.5px rgba(0, 209, 255, 0.60));
   -ms-filter: drop-shadow(0px 0px 10.5px rgba(0, 209, 255, 0.60));
   -o-filter: drop-shadow(0px 0px 10.5px rgba(0, 209, 255, 0.60));

  }  
}

/*@-webkit-keyframes blink { 
  0% {
    -webkit-filter: drop-shadow( 0 0 2px #fff) drop-shadow( 0 0 7px #2BB4D2) drop-shadow( 0 0 9px #2BB4D2);
  }
  50%{

  -webkit-filter: drop-shadow( 0 0 5px #fff)drop-shadow( 0 0 9px #2BB4D2) drop-shadow( 0 0 11px #2BB4D2);
  }
  100% { 
   -webkit-filter: drop-shadow(0px 0px 10.5px rgba(0, 209, 255, 0.60));
  }  
}

@-moz-keyframes blink { 
  0% {
    -moz-filter: drop-shadow( 0 0 2px #fff) drop-shadow( 0 0 7px #2BB4D2) drop-shadow( 0 0 9px #2BB4D2);
  }
  50%{

  -moz-filter: drop-shadow( 0 0 5px #fff)drop-shadow( 0 0 9px #2BB4D2) drop-shadow( 0 0 11px #2BB4D2);
  }
  100% { 
   -moz-filter: drop-shadow(0px 0px 10.5px rgba(0, 209, 255, 0.60));
  }  
}

@-ms-keyframes blink { 
  0% {
    -ms-filter: drop-shadow( 0 0 2px #fff) drop-shadow( 0 0 7px #2BB4D2) drop-shadow( 0 0 9px #2BB4D2);
  }
  50%{

  -ms-filter: drop-shadow( 0 0 5px #fff)drop-shadow( 0 0 9px #2BB4D2) drop-shadow( 0 0 11px #2BB4D2);
  }
  100% { 
   -ms-filter: drop-shadow(0px 0px 10.5px rgba(0, 209, 255, 0.60));
  }  
}

@-o-keyframes blink { 
  0% {
    -o-filter: drop-shadow( 0 0 2px #fff) drop-shadow( 0 0 7px #2BB4D2) drop-shadow( 0 0 9px #2BB4D2);
  }
  50%{
  -o-filter: drop-shadow( 0 0 5px #fff)drop-shadow( 0 0 9px #2BB4D2) drop-shadow( 0 0 11px #2BB4D2);
  }
  100% { 
   -o-filter: drop-shadow(0px 0px 10.5px rgba(0, 209, 255, 0.60));
  }  
}*/

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
