/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: A child theme for Hello Elementor.
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* .stagger h1 {
  will-change: transform, opacity;
}

.text-animi p {
  perspective: 1000px;
  white-space: pre-wrap;
  color: white; 
}

.text-animi p .letter {
  display: inline-block;
  opacity: 0;
  transform: rotateX(360deg);
}




* {
  box-sizing: border-box;
}

.marquee-container {
  width: 100% !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  position: relative !important;
}

.marquee-content {
  display: flex !important;
}

.marquee-item {
  flex: 0 0 auto !important;
  padding: 0 0 !important;
  max-width: none !important;
  margin: 0 !important;
  justify-content: center !important;
}



.marquee-item > .elementor-widget-container > .elementor-icon-box-wrapper > .elementor-icon-box-icon {
   margin-right: 40px !important;
  line-height: 0 !important;
}



@media (max-width: 1024px) {
    
  .marquee-item .elementor-widget-container .elementor-icon-box-wrapper {
    text-align: center !important;
}
 
 .marquee-item > .elementor-widget-container > .elementor-icon-box-wrapper > .elementor-icon-box-icon {
   margin-right: 30px !important;
  line-height: 0 !important;
}

}



@media (max-width: 767px) {
    
 .marquee-item .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
 .marquee-item > .elementor-widget-container > .elementor-icon-box-wrapper > .elementor-icon-box-icon {
   margin-right: 30px !important;
  line-height: 0 !important;
}

}





  .features-img img {
    transform: rotate(0deg);
    transition: transform 0.2s linear;
  }
 */
