.hero-video-section{position:relative;width:100%;height:100vh;overflow:hidden}.hero-video-section video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-video-section::after{content:"";position:absolute;top:-30;left:0;right:30;width:50%;height:70%;background:rgba(255,0,128,0);z-index:2}.hero-video-content{position:relative;z-index:3;color:#fff;font-family:'Poppins',sans-serif;display:flex;flex-direction:column;justify-content:center;height:50%;padding-left:5%}.hero-video-content h1{font-size:8rem;font-weight:900;text-transform:uppercase}.hero-video-content p{font-size:1.5rem;margin-top:1rem;max-width:600px}