.hero-section{padding:3rem 5rem 5rem;display:flex;flex-direction:column;justify-content:space-between;height:100vh;position:relative;overflow-x:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.bottomContainer{display:flex;justify-content:space-between}.heroTitle{color:#fff;font-size:4.5rem;line-height:1.2;width:40rem;font-family:frutigerArabicRoman;font-weight:700}.buttonContainer{display:flex;align-items:flex-end;justify-content:space-around;gap:4rem}@media (max-width:1024px){.hero-section{padding:2rem 4rem 4rem}.heroTitle{font-size:3.25rem}.buttonContainer{gap:2rem}}@media (max-width:768px){.hero-section{padding:2rem 3rem 3rem}.heroTitle{font-size:2.75rem;width:22rem}.buttonContainer{padding-top:1.5rem;gap:1.5rem}}@media (max-width:500px){.hero-section{padding:2rem}.heroTitle{font-size:3rem;padding-bottom:5rem}.bottomContainer{display:block}}