/*
Theme Name: Enorness
Theme URI: https://enorness.com/
Description: Child theme for Enorness
Author: Shahzaib
Author URI: https://enorness.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Custom CSS yahan likho */

/* css for global enements */

.clr-tit {
	color: #2E3289!important;
}
.grn-tit {
	color: #0EBAB1 !important;
}
span.clr-tits {
    color: #696fd5;
	
}

.typing-inner::after {
  content: "|";
  margin-left: 4px;
  animation: blink 1s infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}
span.org-tit {
    color: #F0750F;
/* 	animation: softFade 1s ease-in-out infinite !important; */
}

@keyframes softFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}


.beat {
  display: inline-block;
  animation: beat 2s infinite ease-in-out;
  transform-origin: center;
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.10);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.10);
  }
  100% {
    transform: scale(1);
  }
}

.float {
  display: inline-block;
  animation: floating 2s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-1.8vw);
  }
  50% {
    transform: translateY(-1.5vw);
  }
  75% {
    transform: translateY( 1.8vw);
  }
  100% {
    transform: translateY(0);
  }
}

p.sub-tit {
    font-size: 1vw;
    font-weight: 400;
    color: #6F6C90;
}

@media (max-width: 768px) {
  
  p.sub-tit {
    font-size: 3vw;
    font-weight: 500;
}
  
}
