.hero__placeholder{opacity:.3;z-index:-1;width:100%;height:100vh;position:absolute;top:-200px;left:0}.hero__container{flex-direction:column-reverse;width:60%;margin:0 auto;display:flex;overflow:hidden}@media (min-width:995px){.hero__container{flex-direction:row;justify-content:space-between;align-items:center;height:70vh}}.hero__h1{margin-bottom:auto;font-size:2.5rem}.hero__h2{font-size:1.5rem}.hero__text{flex-direction:column;width:100%;display:flex}@media (min-width:995px){.hero__text{width:50%}}.hero__pfp{border-radius:50%;width:90px;height:90px;display:none}@media (min-width:995px){.hero__pfp{display:flex}}.hero__image{justify-content:center;align-items:center;width:100%;height:300px;display:flex}@media (min-width:995px){.hero__image{width:50%;height:100%}}.social__container{justify-content:center;margin-top:50px;margin-bottom:20px;display:flex}@media (min-width:995px){.social__container{margin-bottom:0}}.social__links{flex-direction:column;gap:20px;display:flex}@media (min-width:995px){.social__links{flex-direction:row}}.social__link{background-color:#262626;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:300px;height:80px;padding:8px 0;display:flex}@media (min-width:995px){.social__link{width:150px;height:inherit}}.social__link:hover{background-color:#4b4b4b}.social__icon{width:30px;height:30px}@media (min-width:995px){.social__icon{width:20px;height:20px}}.contact__container{width:50%;margin:0 auto}.contact__title{margin-bottom:20px}.footer__container{justify-content:flex-end;align-items:center;width:60%;height:100px;margin:0 auto;display:flex}.footer__text{color:#4b4b4b}.transition-box{z-index:2;background-color:#00bb4b;width:100vw;height:1000px;position:absolute;top:0}.fade-in{opacity:0;visibility:hidden;will-change:opacity,transform,visibility;transition:opacity 1.2s ease-out,transform .5s ease-out,visibility 1.2s ease-out;transform:translateY(5vh)}.fade-in.is-visible{opacity:1;visibility:visible;transform:none}
