.home_hero{height:75vh;max-height:490px;width:90%;border-radius:80px;margin:22px auto;background-image:url(/assets/imgs/hero-bg.webp);background-position:50%;background-size:cover;background-repeat:no-repeat;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;align-items:center;transition:opacity .5s ease-in-out}@media screen and (max-width:1024px){.home_hero{width:100%;max-height:400px;justify-content:flex-end;gap:20px}}.home_hero>*{position:relative;z-index:2}.home_hero h1{display:block;color:#ebf2f7;font-size:45px;line-height:52px;font-weight:400;text-align:center}@media screen and (max-width:1024px){.home_hero h1{width:250;font-size:30px;line-height:32px;font-weight:300;text-align:left}}.home_hero .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:1}@media screen and (max-width:1024px){.home_hero .overlay{display:block;background-color:rgba(0,0,0,.5)}}.fade-slider{opacity:0}