.about-section{background:linear-gradient(180deg,var(--palette-primaryDark-800) 0,#003a7533 100%)}.about-container,.about-content{display:flex;gap:5rem;width:100%;align-items:center;justify-content:center;flex-wrap:wrap}.about-content__img-container{display:flex;width:30rem;height:30rem;align-content:center;align-items:center;justify-content:center;padding:0 2rem;position:relative}.about-content__img-container:after{content:"";display:flex;justify-content:center;position:absolute;bottom:-5rem;left:auto;right:auto;width:80%;height:50%;transform:rotateX(75deg);background:var(--palette-primary-600);backdrop-filter:blur(300px);-webkit-backdrop-filter:blur(300px);z-index:-1;opacity:.2;pointer-events:none;border-radius:31rem 31rem 78rem 78rem;box-shadow:0 0 20px 20px var(--palette-primary-600)}.about-content__picture{border-radius:25rem 25rem 78rem 78rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.about-content__picture img{width:100%;height:auto}.about-content__text{word-wrap:break-word;width:40rem;text-align:center}@media screen and (max-width:512px){.about-content__text{width:auto}}.hero-section:after{content:"";display:block;width:100%;height:100%;background:linear-gradient(0deg,var(--palette-primary-900),var(--palette-primary-600));top:0;left:0;position:absolute;z-index:1;filter:blur(5px) opacity(70%) saturate(30%) contrast(1.5);pointer-events:none}.hero-section,.hero__container{position:relative}.hero__container{z-index:1;min-height:calc(100vh - 0rem);display:flex;flex-direction:column;justify-content:center;padding:2rem;gap:3rem;z-index:2;align-items:center}.hero__title{text-align:center;word-wrap:break-word;font-size:4rem;font-weight:700;color:#fff}.hero__paragraph{font-size:2.5rem;text-align:center}.hero__cv{position:fixed;bottom:3rem;right:3rem;z-index:9;color:var(--color-white);background:var(--palette-primary-500);text-decoration:none;font-size:2rem;font-weight:700;display:flex;align-items:center;gap:.5rem;transition:opacity .5s;border-radius:.5rem;padding:1rem 1.7rem}.hero__cv:hover{opacity:.7}.hero__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}@media screen and (max-width:425px){.hero__cv{bottom:.5rem;right:.5rem;padding:.5rem .9rem}}.hero__title.animated{display:flex;align-items:center;justify-content:center;height:5rem}.animated-word-container{display:block;animation:show .5s linear;background:var(--palette-primary-main);-webkit-background-clip:text;-webkit-text-fill-color:#0000;padding-left:.1rem;position:relative;min-width:100%;min-height:6rem}@keyframes show{0%{opacity:0}10%{opacity:.1}20%{opacity:.2}30%{opacity:.3}40%{opacity:.4}50%{opacity:.5}60%{opacity:.6}70%{opacity:.7}80%{opacity:.8}90%{opacity:.8}to{opacity:1}}@media screen and (max-width:768px){.hero__title.animated{font-size:3rem;height:9rem}}.project-item{max-width:25rem;height:-webkit-max-content;height:max-content;border-radius:.5rem;background:var(--palette-gradients-linearSubtle);border-color:var(--palette-primaryDark-700);border:.0625rem solid var(--palette-primaryDark-700);position:relative;cursor:pointer;transition:box-shadow .5s ease-in-out;overflow:hidden;&:hover{box-shadow:0 0 5px 0 var(--palette-primary-300)}}.project-item--animation{box-shadow:0 6px 30px 5px var(--palette-primary-900),0 15px 14px -10px var(--palette-secondary-200)}.project-item-figure{position:relative}.project-item-figure-overlay{content:"";position:absolute;width:100%;height:100%;background:var(--palette-primaryDark-500);opacity:.3}.project-item-figure img{width:100%;height:13rem}.project-item-content{display:flex;flex-direction:column;gap:.8rem;padding:1rem;position:relative}.project-item-content p{margin-bottom:.8rem}.project-item-content a{font-size:1.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:var(--palette-primary-500);color:var(--color-white);padding:.5rem 1rem;font-weight:700;border-radius:.5rem;transition:background .5s}.project-item-content a:hover{background:var(--palette-primary-700)}.project-tech-stack-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}