/* 
Theme Name:	   HEllo Elementor (Child)
Theme URI:     https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description:   Theme by Site <a href=\"https://webafra.com/\">https://webafra.com/</a>
Author:		   Webafra
Author URI:	   https://webafra.com/
Template:	   hello-elementor
Version:       1.0.0
Text Domain:   hello-elementor-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */


.kAnimationFloatUpDown {
  animation: kAnimationFloatUpDown 6s ease-in-out infinite;
}

@keyframes kAnimationFloatUpDown {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
  100% {
	  transform: translateY(0px);
	}
}

.kAnimationSlowRotate {
  animation: kAnimationSlowRotate 8s linear infinite;
}

@keyframes kAnimationSlowRotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.kAnimationPopOnce:hover {
  animation: kAnimationPopOnce 0.4s ease;
}

@keyframes kAnimationPopOnce {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

.video-btn::before {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    background-color: #ffffff;
    z-index: -1;
    animation: 3s ease 0.9s infinite normal none running kAnimationRipple;
    border-radius: 50%;
}

.video-btn::after {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    background-color: #ffffff;
    z-index: -2;
    animation: 3s ease 0s infinite normal none running kAnimationRipple;
    border-radius: 50%;
}

@keyframes kAnimationRipple {
	0% {
		opacity: 0.45;
	}
	100% {
		opacity: 0;
		transform: scale(2);
	}
}

#kScreenshotSwiper .swiper-slide {
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform: scale(0.8);
  opacity: 0.5;
}

#kScreenshotSwiper .swiper-slide.is-near {
  transform: scale(0.9);
  opacity: 0.8;
  z-index: 3;
}

#kScreenshotSwiper .swiper-slide.is-center {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
}

.main-site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.main-site-header.header-scrolled {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
}

.elementor-32 .elementor-element.elementor-element-fdaa8d1 .elementor-nav-menu--main .elementor-item {
    color: #272727;
    fill: #272727;
}