.about-me{margin:0 auto;padding-top:84px;min-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:-100}.about-me__h2{font-size:2.5rem;font-weight:500}.about-me__content{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}.about-me__content__image{border-radius:50%;border:2px solid hsl(var(--primary))}.about-me__content__article{flex-shrink:1;max-width:600px;display:flex;text-wrap:wrap;text-align:left}.about-me__content__article>p{flex-shrink:1;color:hsl(var(--secondary-foreground));font-size:1.1rem;line-height:1.6;margin:0 0 20px;font-weight:400;text-wrap:wrap;position:relative;z-index:2}@media (max-width:768px){.about-me__content__article>p{font-size:1rem}}.about-me__content__article>p:first-letter{font-size:1.4rem;font-weight:700;color:hsl(var(--primary))}.two{font-size:2rem;font-weight:500}.form-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:450px}.form-container form{width:100%}.form-container .margin-top{margin-top:.5rem}.form-container .cta-button{margin-top:24px;align-self:center;color:#fff}.contact{width:100%;max-width:600px;margin:200px auto 84px;gap:40px}.contact,.contact .header{display:flex;flex-direction:column;align-items:center}.contact .header .textBackgroundImage{max-width:500px}.scroll-down-icon{display:flex;justify-content:center;align-self:flex-end;margin:0 auto 32px;z-index:10000}.scroll-down-icon svg{width:24px;height:24px;animation:bounce 2s infinite;cursor:pointer}.scroll-down-icon:hover svg{animation:none}.canvas{opacity:0;transition:opacity .4s ease-in-out;will-change:auto;color:#686868}.showCanvas{opacity:1}.main-header{min-width:100%;height:calc(100vh - 100px);display:flex;flex-direction:column;justify-content:space-between;position:relative}@media screen and (max-width:768px){.main-header{height:calc(100dvh - 100px)}}.main-header__wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;height:-moz-max-content;height:max-content;margin:140px 0 0}.main-header__wrapper__h1{font-size:6.5rem;font-weight:800;color:hsl(var(--primary));line-height:110px;position:relative;max-width:900px;text-wrap:balance;height:-moz-fit-content;height:fit-content}.main-header__wrapper__h1 span{white-space:nowrap}.main-header__wrapper__h1 .mobileH1{display:flex;flex-direction:column;align-items:flex-start;margin-top:-80px}.main-header__wrapper__h1 .mobileH1>span{margin-left:0}.main-header:before{content:"";position:absolute;top:-242px;left:-20px;right:-20px;bottom:0;background:radial-gradient(circle 600px at top,rgba(35,35,183,.589) -100%,transparent 80%);background-size:100% 100%;background-position:top;background-repeat:no-repeat;overflow:hidden;z-index:-1}@media screen and (max-width:1280px){.main-header__wrapper{justify-content:center}.main-header__wrapper__h1{font-size:6.5rem;font-weight:800;color:hsl(var(--primary));text-wrap:balance;line-height:110px;position:relative;max-width:900px;height:-moz-fit-content;height:fit-content}.main-header__wrapper__h1 .mobileH1{margin-top:-40px}}@media screen and (max-width:1024px){.main-header__wrapper{justify-content:center}.main-header__wrapper__h1{font-size:4.5rem;line-height:80px;max-width:600px}.main-header__wrapper__h1 .mobileH1{margin-top:0}}@media screen and (max-width:768px){.main-header__wrapper__h1{font-size:4rem;line-height:70px}}@media screen and (max-width:550px){.main-header__wrapper__h1{font-size:3rem;line-height:50px}.main-header__wrapper__h1 span{white-space:wrap}}@media screen and (max-width:500px){.main-header__wrapper{margin-top:100px;padding-top:0}.main-header__wrapper__h1{font-size:3rem;line-height:50px}.main-header__wrapper__h1 .mobileH1{display:flex;flex-direction:column;align-items:flex-start}.main-header__wrapper__h1 .mobileH1>span{margin-left:0}.main-header__wrapper__h1>div>div{display:flex;justify-content:center}.main-header__wrapper__h1 span{text-wrap:balance;margin:0 auto;display:inline;width:-moz-min-content;width:min-content}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.projects{margin-top:128px;padding-top:40px;width:100%;max-width:100vw;display:flex;flex-direction:column;align-items:center;position:relative}.projects .carousel_wrapper{width:80%!important;margin:0 auto}.projects .projects-title a{display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:underline}.projects .projects-title a:hover{color:hsl(var(--primary))}.projects__list__item{position:relative}.projects__list__item__content{max-height:250px;overflow:hidden;position:relative}.projects__list__item__content .preview-title{color:#f8fafc;font-size:2.25rem;text-wrap:balance}.projects__list__item__content .preview-title .card-title-link:after{content:"";position:absolute;inset:0;z-index:1}.projects__list__item__content p{color:#f8fafc;font-size:14px;height:72px;text-overflow:clip;-webkit-mask-image:linear-gradient(180deg,#000 20%,transparent)}@media screen and (max-width:768px){.projects__list__item__content .preview-title{font-size:1.2rem}.projects__list__item__content p{font-size:12px}}.skills{width:100%;max-width:600px;margin:128px auto 0;display:flex;flex-direction:column;align-items:center;gap:1rem}.skills__title{text-align:center;padding-top:40px}