.hero{min-height:100vh;padding:1rem 6rem;position:relative;overflow:hidden}.hero-bg,.carousel{z-index:-1;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;width:100%;height:100%;transition:background-image 1s ease-in-out;position:absolute;top:0;left:0}.hero-content{z-index:1}.hero *{margin:.5rem 0}.hero p{color:var(--dark-grey);border-radius:var(--border-radius);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:rgba(0,0,0,.043);max-width:600px;padding:1rem;font-family:Campton Regular,sans-serif}@media screen and (max-width:500px){.hero{padding:1rem}}
