/*
Theme Name: Simply Circus
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
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)
*/
@keyframes rotateMeta {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.custom-header {
    position: absolute !important;
    z-index: 999 !important;
	width:100% !important;
}
@media only screen and (min-width: 1024px) and (max-width:1920px) {
	.top-logoimage img{
	transform-style: preserve-3d;
  /* Animate rotation */
  animation: rotateMeta 10s infinite linear;
}
	
.new-colorsec h2{background: linear-gradient(90deg, rgba(243, 149, 12, 1) 0%, rgba(224, 178, 24, 1) 50%, rgba(238, 70, 0, 1) 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: gradientAnimation 2s linear infinite;}
	
.new-colorsec2 h2{background: linear-gradient(90deg, rgb(243 149 12 / 0%) 0%, rgb(224 178 24 / 49%) 50%, rgba(238, 70, 0, 1) 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: gradientAnimation 2s linear infinite;}
@keyframes gradientAnimation{
0% {
    background-position: 0 25%;
}
50% {
    background-position: 100% 45%;
}
100% {
    background-position: 0 50%;
}
}