.hero{position:relative;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--base-450)}.hero-dark{color:var(--base-100)}.hero-light,.hero-light .hero-description{color:var(--base-450)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%}.hero-bg-image{object-fit:cover;object-position:center;opacity:.5}.hero-content{position:relative;z-index:1;text-align:center;max-width:1200px;padding:0 2rem;justify-content:center}.hero-content,.hero-title{display:flex;flex-direction:column}.hero-title{font-size:8rem;margin-bottom:1.5rem;line-height:1}.hero-title-two{font-size:clamp(3rem,6vw,6rem);margin-bottom:1.5rem;font-weight:bolder;background:url(/_next/static/media/shape.34d4a96d.png) 0 0/cover no-repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-title-first{font-family:var(--font-satisfy),cursive,sans-serif;font-weight:400;color:var(--color-ima-purple);font-style:italic;display:inline-block;margin-bottom:-5rem;z-index:1}.hero-title-rest{font-weight:700;text-transform:uppercase;letter-spacing:.02em;display:inline-block}.hero-description{font-size:clamp(1rem,2vw,1.5rem);max-width:90%;margin:0 auto;opacity:.85;font-weight:300}.scroll-indicator{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem;opacity:.7;z-index:1;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.hero-content{padding:0 1rem}.hero-description{max-width:90%}}@media (max-width:1000px){.hero-title{font-size:4rem}.hero-title-two{font-size:3rem}}@media (max-width:600px){.hero-title{font-size:2.2rem}.hero-title-first{margin-bottom:-1rem}.hero-title-two{font-size:1.5rem}}