/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/
.cookie-notice-container a {
	color: #dd3333;
}
@keyframes gradientAnimation {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.animation-title {
  background: linear-gradient(to right, #ff0000, #d33535, #ff0000);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  animation: gradientAnimation 30s linear infinite;
}

.home #main-header{
	position: absolute;
	width:100%;
}