.hero{align-items:center;display:flex;height:500px;justify-content:center;overflow:hidden;position:relative;width:100%}.hero-overlay{background:linear-gradient(0deg,#0000009e,#6c26fff0)}.hero-background,.hero-overlay{height:100%;position:absolute;width:100%}.hero-background{left:0;overflow:hidden;top:0;z-index:-1}.background-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.hero-content{color:#fff;max-width:100%;padding:0 20px;position:relative;text-align:center;width:1200px;z-index:2}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem!important;opacity:0;transform:translateY(30px);transition:opacity 1s ease,transform 1s ease}.hero-subtitle{font-size:clamp(24px,5vw,38px);margin-bottom:2rem}.hero-subtitle,.hero-text{opacity:0;transform:translateY(30px);transition:opacity 1s ease,transform 1s ease;transition-delay:.3s}.hero-text{margin:0 auto;max-width:100%;width:780px}.hero-text p{color:#fff!important;font-size:clamp(18px,5vw,20px);margin-top:30px}.scroll-indicator{animation:bounce 2s infinite;bottom:40px;cursor:pointer;left:50%;opacity:1!important;position:absolute;transform:translateX(-50%);transition:opacity 1s ease;transition-delay:1.5s}.scroll-indicator svg{height:40px;width:40px;fill:#fff}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) translateX(-50%)}40%{transform:translateY(-20px) translateX(-50%)}60%{transform:translateY(-10px) translateX(-50%)}}@media (max-width:650px){.hero-content{padding:120px 20px}.hero{height:auto}h1.hero-title{font-size:24px!important}}