/*
Theme Name: lytnbugg
Author: Designs Funnel Team
Description: lytnbugg
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.top-logoimage img{
	transform-style: preserve-3d;
  /* Animate rotation */
  animation: rotateMeta 10s infinite linear;
}
@keyframes rotateMeta {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}




@-webkit-keyframes blinkH1 {
    0%   {
        color: #fff;
    	text-shadow: 0px 0px 20px #00aad4;
    }
    19%   {
        color: #fff;
    	text-shadow: 0px 0px 20px #00aad4;
    }
    20% {
      	color: #9E9E9E;
    	text-shadow: none;  
    }
    21% {
      	color: #fff;
    	text-shadow: 0px 0px 20px #00aad4;  
    }
    60% {
      	color: #fff;
    	text-shadow: 0px 0px 20px #00aad4;  
    }
    61% {
      	color: #9E9E9E;
    	text-shadow: none;  
    }
    62% {
      	color: #fff;
    	text-shadow: 0px 0px 20px #00aad4;  
    }
    63% {
      	color: #9E9E9E;
    	text-shadow: none;  
    }
    64% {
      	color: #fff;
    	text-shadow: 0px 0px 20px #00aad4;  
    }
    100% {
      	color: #fff;
    	text-shadow: 0px 0px 20px #00aad4;  
    }
}

@-webkit-keyframes blinkH1After {
    0%   {
        color: #00aad4;
    }
    19%   {
        color: #00aad4;
    }
    20% {
      	color: transparent; 
    }
    21% {
      	color: #00aad4;  
    }
    60% {
      	color: #00aad4;  
    }
    61% {
      	color: transparent; 
    }
    62% {
      	color: #00aad4;  
    }
    63% {
      	color: transparent; 
    }
    64% {
      	color: #00aad4;  
    }
    100% {
      	color: #00aad4;  
    }
}

@-webkit-keyframes blinkH1Before {
    0%   {
        background: #00aad4;
    }
    19%   {
        background: #00aad4;
    }
    20% {
      	background: transparent; 
    }
    21% {
      	background: #00aad4;  
    }
    60% {
      	background: #00aad4;  
    }
    61% {
      	background: transparent; 
    }
    62% {
      	background: #00aad4;  
    }
    63% {
      	background: transparent; 
    }
    64% {
      	background: #00aad4;  
    }
    100% {
      	background: #00aad4;  
    }
}


.customtext h1{
    color: #fff;
    text-shadow: 0px 0px 20px #00aad4;
    -webkit-animation: blinkH1 5s  infinite;
    animation: blinkH1 5s  infinite;
}

.customtext h1:after{
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	color: #00aad4;
    z-index: -1;
    filter: blur(15px);
    -webkit-animation: blinkH1After 5s  infinite;
    animation: blinkH1After 5s  infinite;
}

.customtext h1:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00aad4;
	z-index: -2;
	opacity: 0.7;
    filter: blur(50px);
    -webkit-animation: blinkH1Before 5s  infinite;
    animation: blinkH1Before 5s  infinite;
}

.custom-header {
    position: absolute !important;
    width: 100% !important;
    z-index: 99 !important;
}
.custom-header .custom-form .aws-form-btn {
    background: #ffbe03;
}
