#section_projects{display:flex;flex-direction:column;margin-top:100px}#section_projects #projects{list-style:none;display:flex;flex-wrap:wrap;flex-direction:row;gap:20px;justify-content:center}#section_projects #projects article{--primary: #ff0080;--secondary: #ff8c00;display:flex;flex-direction:column;width:400px;height:300px;position:relative;background-color:var(--bg-lighter);outline:1px solid var(--bg-lightest);border-radius:20px}#section_projects #projects article header{display:flex;justify-content:center;align-items:center;height:80%;position:relative;background-color:var(--bg);border-radius:inherit}#section_projects #projects article header:before{content:"";opacity:.05;height:60%;aspect-ratio:1;position:absolute;background-image:url(/assets/imgs/platforms/foundry.svg);background-size:cover;background-position:center}#section_projects #projects article header h3{background-image:linear-gradient(45deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;text-shadow:none!important;color:#0000!important;z-index:0;width:fit-content}#section_projects #projects article header h3:after{content:attr(data-text);filter:blur(15px);width:100%;height:100%;position:absolute;top:0;left:0;background-image:linear-gradient(45deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;color:#0000!important}#section_projects #projects article header h3{position:relative;font-family:title;font-size:24px;letter-spacing:3px}#section_projects #projects article .project_body{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:20%;padding:5px}#section_projects #projects article .project_body figure{height:100%;aspect-ratio:1;padding:10px;background-color:var(--bg);border-radius:15px}#section_projects #projects article .project_body figure img{width:100%}#section_projects #projects article .project_body a{display:flex;justify-content:center;align-items:center;height:100%;width:30%;background-color:var(--bg);border-radius:15px}
