.home__container{row-gap:7rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.home__content{grid-template-columns:116px repeat(2,1fr);align-items:center;column-gap:2rem;padding-top:5.5rem}.home__social-container{z-index:10;flex-direction:column;gap:1rem;display:flex}.home__social{grid-template-columns:max-content;row-gap:1rem;display:grid}.home__social-icon{color:var(--title-color);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;transition:all .3s;display:flex;box-shadow:0 4px 8px #0000000d}.home__social-icon:hover{color:var(--title-color-dark);transform:translateY(-4px);box-shadow:0 6px 12px #0000001a}.home__title{font-size:var(--big-font-size);margin:var(--mb-0-25);line-height:1.2}.home__hand{width:38px;height:38px;margin-left:.4rem;animation:3s ease-in-out infinite wave}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(15deg)}50%{transform:rotate(0)}75%{transform:rotate(15deg)}}.home__subtitle{font-size:var(--h3-font-size);font-weight:var(--font-normal);margin-bottom:var(--mb-1);padding-left:4.5rem;position:relative}.home__subtitle:before{content:"";background-color:var(--text-color);width:70px;height:1px;position:absolute;top:1rem;left:0}.home__description{max-width:400px;margin-bottom:var(--mb-3);line-height:1.6}.home__img{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;order:1;justify-self:center;width:300px;height:300px;transition:all .3s;animation:8s ease-in-out infinite profile__animate;position:relative;overflow:hidden;box-shadow:inset 0 0 0 9px #ffffff4d}.profile-image{border-radius:inherit;object-fit:cover;width:100%!important;height:100%!important;position:relative!important}.home__img:hover{transform:scale(1.03);box-shadow:inset 0 0 0 9px #fff6}.scroll-content{justify-content:center;align-items:center;gap:10px;display:flex}@keyframes profile__animate{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.home__scroll{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:1.5rem;margin-left:9.25rem;padding:.5rem 1rem;transition:transform .3s;box-shadow:0 4px 8px #0000000d}.home__scroll:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0000001a}.wheel{animation:2s infinite scroll}@keyframes scroll{0%{transform:translateY(0)}30%{transform:translateY(.5rem)}}.home__scroll-name{color:var(--title-color);font-weight:var(--font-medium);margin-right:var(--mb-0-25);margin-left:2px}.home__scroll-arrow{color:var(--title-color);font-size:1.25rem;animation:2s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.button{transition:all .3s;position:relative;overflow:hidden}.button:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.button:after{content:"";transform-origin:100% 0;z-index:-1;background:#fff3;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.button:hover:after{transform-origin:0 0;transform:scale(1)}.home__background-shapes{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.shape{border-radius:50%;position:absolute}.shape-1{background:linear-gradient(180deg,rgba(var(--primary-color-rgb),.05)0%,rgba(var(--primary-color-rgb),.02)100%);width:500px;height:500px;top:-250px;right:-200px}.shape-2{background:linear-gradient(180deg,rgba(var(--primary-color-rgb),.03)0%,rgba(var(--primary-color-rgb),.01)100%);width:300px;height:300px;bottom:-150px;left:-100px}.home-pill-button{background-color:var(--title-color-dark);color:var(--container-color);font-weight:var(--font-medium);align-items:center;gap:.5rem;transition:all .3s;display:inline-flex}.home-pill-button:hover{background-color:var(--title-color);transform:translateY(-3px);box-shadow:0 5px 15px #00000026}.home-pill-button .button__icon{margin-left:.5rem;transition:transform .3s}.home-pill-button:hover .button__icon{transform:translate(4px)}.home__subtitle-wrapper{margin-bottom:1rem}.home__typed-text{font-weight:var(--font-medium);color:var(--title-color-dark)}.home__button-container{margin-top:1.5rem;display:flex}@media screen and (max-width:992px){.home__content{grid-template-columns:100px repeat(2,1fr);column-gap:1.25rem}.home__hand{width:26px;height:26px}.home__subtitle{margin-bottom:var(--mb-1);padding-left:3.75rem}.home__subtitle:before{width:42px;top:.8rem}.home__description{max-width:initial;margin-bottom:var(--mb-2-5)}.home__img{width:250px;height:250px;box-shadow:inset 0 0 0 8px #ffffff4d}.home__scroll{margin-left:7.5rem}.shape-1{width:400px;height:400px;top:-200px;right:-150px}.shape-2{width:250px;height:250px}}@media screen and (max-width:768px){.home__content{grid-template-columns:1fr;gap:2rem;padding-top:3.5rem}.home__social-container{position:absolute;top:30%;left:0;transform:translateY(-50%)}.home__img{order:0;justify-self:center;width:200px;height:200px;margin:0 auto;box-shadow:inset 0 0 0 6px #ffffff4d}.home__data-container{text-align:center;order:1}.home__data{grid-column:1;max-width:450px;margin:0 auto}.home__scroll{margin-left:0;position:relative;bottom:-2rem;left:50%;transform:translate(-50%)}.home__background-shapes{opacity:.5}.home__button-container{justify-content:center}}@media screen and (max-width:576px){.home__img{width:180px;height:180px}.home__title{font-size:2rem}.home__hand{width:22px;height:22px}.home__subtitle{text-align:center;margin-bottom:var(--mb-1);padding-left:0}.home__subtitle:before{display:none}.home__description{font-size:.9rem}.home__social-container{left:10px}.home__subtitle{margin-bottom:.75rem;font-size:1.1rem}.home__title{margin-bottom:.5rem}.home__scroll-wrapper{display:none!important}}@media screen and (max-width:350px){.home__img{width:150px;height:150px}.home__data-container{padding:0 1rem}}.scroll-indicator{border:2px solid var(--title-color);border-radius:15px;justify-content:center;width:26px;height:40px;margin-right:10px;display:flex;position:relative;box-shadow:0 2px 4px #0000001a}.scroll-dot{background-color:var(--title-color);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;box-shadow:0 2px 4px #0000001a}.home__scrolldown{align-items:center;column-gap:.25rem;display:flex}.home__scroll-wrapper{justify-content:center;width:100%;display:flex}@media screen and (orientation:portrait) and (min-width:768px){.home__content{grid-template-columns:100px 1fr 1fr}.home__img{justify-self:center}.home__data-container{align-self:center}}@media screen and (orientation:landscape) and (max-height:500px){.home__container{row-gap:3rem;padding-top:1rem}.home__content{grid-template-columns:repeat(2,1fr);gap:1rem;padding-top:1rem}.home__social-container{grid-area:1/1;position:relative}.home__img{grid-area:2/1;justify-self:center;width:150px;height:150px}.home__data-container{grid-area:span 2/2}.home__scroll-wrapper{display:none}}@media screen and (min-width:1400px){.home__container{max-width:1320px}.home__content{column-gap:4rem}.home__img{width:350px;height:350px}}@media (prefers-reduced-motion:reduce){.home__img,.home__hand{animation:none}.scroll-dot{animation:none!important}.home__scroll-arrow{animation:none}.shape-1,.shape-2{animation:none!important}}.home__social-icon:focus-visible,.home__scrolldown:focus-visible,.home-pill-button:focus-visible{outline:2px solid var(--title-color-dark);outline-offset:2px;transition:all .3s;transform:translateY(-3px)}.home__social-icon:focus-visible{color:var(--title-color-dark)}@media (prefers-color-scheme:dark){.home__social-icon,.home__scroll{background:#ffffff14}}
