/*
Generated time: September 4, 2025 17:19
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.parallax-hero{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.parallax-hero__content{text-align:center;color:rgb(var(--color-foreground));background:rgba(var(--color-background),.8);padding:4rem 3rem;border-radius:var(--border-radius);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);max-width:60rem;margin:0 auto}.parallax-hero__heading{margin-bottom:2rem;color:rgb(var(--color-foreground))}.parallax-hero__text{margin-bottom:2rem;font-size:1.6rem;line-height:1.5}.parallax-hero__text.subtitle{font-size:1.8rem;font-weight:400}.parallax-hero__button{margin-top:3rem}@media screen and (max-width:749px){.parallax-hero__content{padding:2rem 1.5rem;background:rgba(var(--color-background),.9)}.parallax-hero__text{font-size:1.4rem}}@media (prefers-color-scheme:dark){.parallax-hero__content{background:rgba(var(--color-background),.85)}}@media (prefers-contrast:high){.parallax-hero__content{background:rgba(var(--color-background),.95);border:2px solid rgb(var(--color-foreground))}}.parallax-hero__content{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}