.hero-section{height:calc(100vh - 100px);overflow:hidden;position:relative}.hero-video{height:100vh;left:50%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100vw;z-index:1}.hero-overlay{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 20px;position:relative;text-align:center;z-index:2}.hero-headline{font-size:46px;font-weight:700;margin:0}.hero-headline,.hero-subtext{color:#fff;font-family:Montserrat,sans-serif}.hero-subtext{font-size:16px;line-height:1.5;max-width:600px}.hero-cta-button,.hero-subtext{font-weight:400;margin-top:20px}.hero-cta-button{background-color:#0333ab;border-radius:100px;color:#fff;display:inline-block;font-family:Montserrat,sans-serif;font-size:12px;letter-spacing:1px;padding:14px 30px;text-decoration:none;text-transform:uppercase;transition:background-color .3s,transform .3s}.hero-cta-button:hover{background-color:#355cbc;color:#fff;transform:translateY(-5px)}.scroll-arrow{animation:bounce 2s infinite;height:auto;margin-top:20px;width:50px}@media (max-width:768px){.hero-section{height:60vh}.hero-headline{font-size:32px}.hero-subtext{font-size:14px}.hero-video{height:60vh;width:100vw}}@media (max-width:480px){.hero-section{height:50vh}.hero-headline{font-size:28px}.hero-subtext{font-size:12px}.hero-video{height:50vh;width:100vw}}