/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
/* Container setup */
#hero_section {
  position: relative;
  overflow: hidden;
}

#hero_section .w-image-h img {
  transform-origin: center center;
  will-change: transform;
}

/* Text positioning */
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 600px;
  z-index: 10;
  color: #fff;
}

.hero-text h1 {
  font-size: clamp(2rem, 6vw, 6rem);
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Druk", sans-serif;
  font-weight: 700;
  overflow: hidden;
}

/* Word animation setup */
.hero-text h1 span {
  display: inline-block;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(100%);
  filter: blur(12px);
}

