.elementor-kit-8{--e-global-color-primary:#152B76;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#597ABC;--e-global-color-544d149:#FFFFFF;--e-global-color-ef531ab:#152B76;--e-global-color-96ee97c:#597ABC1A;--e-global-color-26eb819:#597ABC1A;--e-global-color-932d1c7:#FFFFFFCC;--e-global-typography-primary-font-family:"Istok Web";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Istok Web";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Istok Web";--e-global-typography-text-font-weight:400;}.elementor-kit-8 h2{font-size:30px;}.elementor-kit-8 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.box {
  background: hsl(0, 0%, 100%);
  padding: 16px 24px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.01);

  &::after {
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scale(0.9) translateZ(0);
    filter: blur(15px);
    background: linear-gradient(
      to left,
      #ff5770,
      #e4428d,
      #c42da8,
      #9e16c3,
      #6501de,
      #9e16c3,
      #c42da8,
      #e4428d,
      #ff5770
    );
    background-size: 200% 200%;
    animation: animateGlow 1.25s linear infinite;
  }
}

@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.box {
  background: hsl(0, 0%, 100%);
  padding: 16px 24px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.01);

  &::after {
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scale(0.9) translateZ(0);
    filter: blur(15px);
    background: linear-gradient(
      to left,
      #ff5770,
      #e4428d,
      #c42da8,
      #9e16c3,
      #6501de,
      #9e16c3,
      #c42da8,
      #e4428d,
      #ff5770
    );
    background-size: 200% 200%;
    animation: animateGlow 1.25s linear infinite;
  }
}

@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}








// Glowline experiments 


.ef-kit-light-handler {scale:0.9}

.ef-kit-line {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  overflow: visible;
  height: 3px;
  background: #cbdcfb22;
  margin: 50px 0;
  box-shadow: 0px 0px 33px blue;
 
}

.ef-kit-line::before {
  content: " ";
  background-image: linear-gradient(to right, white , rgba(255,255,255,0));
  width: 30%;
  position: absolute;
  height: 100px;
  top: -50px;
  left:-30px;
  z-index: 999;
}

.ef-kit-line::after {
  content: " ";
  background-image: linear-gradient(to right, rgba(255,255,255,0) , white);
  width: 30%;
  position: absolute;
  height: 100px;
  top: -50px;
  right: -50px;
  z-index: 999;
}

.ef-kit-light {
  background: #f0f5ff;
  width: 50px;
  height: 30px; 

  overflow: visible;
  display: block;
  position: relative;
  border: 3px solid #cbdcfb;
  float: left;
  margin-top: -15px;
  border-radius: 50%;
  margin-left: 0px;
  
  animation-name: glowline;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
 
}


.ef-kit-light::before{

  content: " ";
  display:block;
  
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 1px 1px 26px blue;
  background: blue;
  animation-name: pulse;
 
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-iteration-count: infinite;
  z-index: 10;
  position: absolute
  
}

.ef-kit-light::after {
  content: " ";
  display: block;
 
  border-radius: 50%;
  position: absolute;
  background: #cbdcfb;
  box-shadow: 0px 0px 12px #cbdcfb ;

  z-index: 1; 
  animation-name: inner-pulse;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  
  
}



@keyframes glowline {
    0% {
        margin-left: 0%;
      scale: 1;
        box-shadow: 1px 1px 26px blue;
    }
  16% {scale: 0.25}
  33% {scale: 1;}
  
  50% {
       scale: 0.25;
       margin-left: calc(100% - 50px);
       box-shadow: 1px 1px 66px blue;
    }
  66%{scale:1}
  83% {scale: 0.25}
  
    100% {
        margin-left: 0%;
        scale: 1;
        box-shadow: 1px 1px 26px blue;
    }
}

@keyframes pulse {
  0% {
       width: 8px;
      height: 8px;
      left: 65px;
      top: 10px;
    }
   
  35% {
      width: 25px;
      height: 25px;
      left: -5px;
      top: 0px;
    }

  70% {
      width: 8px;
      height: 8px;
     left: -45px;
      top: 10px;
    }
  71% { opacity:0;}
  100% { opacity:0;}
}


@keyframes inner-pulse {
  0% {
       width: 18px;
      height: 6px;
      left: 15px;
      top: 13px;
      background: #cbdcfb;
    }
   
  50% {
      width: 50px;
      height: 30px;
      left: 0px;
      top: 0px;
      background: white;
    }

  100% {
      width: 18px;
      height: 6px;
      left: 15px;
      top: 13px;
      background: #cbdcfb;
    }
  
}/* End custom CSS */