#section_projects{flex-direction:column;min-height:100vh;display:flex}#section_projects #tags,#section_projects .tags{flex-direction:row;gap:10px;list-style:none;display:flex}#section_projects #tags li,#section_projects .tags li{cursor:pointer;background-color:var(--bg);border:2px solid var(--bg-lightest);color:var(--text-secondary);border-radius:5px;padding:5px;font-size:14px;transition:all .3s}#section_projects #tags li:hover,#section_projects .tags li:hover{background-color:var(--bg-lighter);color:var(--text);border-color:var(--primary)!important}#section_projects #commands{flex-direction:column;gap:15px;padding:50px 0;display:flex}#section_projects #commands #search_bar{border:2px solid var(--bg-lightest);border-radius:50px;flex-direction:row;align-items:center;width:350px;height:45px;padding:0 10px;transition:all .3s;display:flex}#section_projects #commands #search_bar:has(input:focus){border-color:var(--primary)}#section_projects #commands #search_bar input{border-radius:inherit;background-color:#0000;width:100%;height:100%;font-size:14px}#section_projects #commands #search_bar s-icon{height:55%;fill:var(--text)}#section_projects #projects{flex-direction:row;justify-content:center;gap:25px;width:100%;display:flex}#section_projects #projects article{contain:paint;border:2px solid var(--bg-lighter);border-radius:20px;flex-direction:column;width:400px;height:350px;display:flex;position:relative}#section_projects #projects article figure{contain:paint;justify-content:center;align-items:center;height:100%;display:flex}#section_projects #projects article figure img{object-fit:cover;width:100%;height:100%}#section_projects #projects article figure .logo{background-image:linear-gradient(90deg, var(--bg) 50%, #0000);height:55px;padding:10px 30px 10px 10px;position:absolute;top:0;left:0}#section_projects #projects article .body{z-index:0}#section_projects #projects article .body:before{content:"";z-index:-1;opacity:.05;background-image:url(/assets/imgs/svgs/round_honeycomb_light.svg);background-size:150px;width:100%;height:100%;animation:10s linear infinite bg-scroll;position:absolute;-webkit-mask-image:linear-gradient(270deg,#000,#0000);mask-image:linear-gradient(270deg,#000,#0000)}@keyframes bg-scroll{0%{background-position:0 0}to{background-position:-150px 0}}#section_projects #projects article .body{background-color:var(--bg-lighter);flex-direction:column;justify-content:center;gap:10px;width:100%;padding:18px;display:flex;position:relative;bottom:0}#section_projects #projects article .body h2{flex-direction:row;align-items:center;gap:6px;height:30px;font-size:28px;font-weight:600;display:flex}#section_projects #projects article .body h2 a{flex-direction:row;align-items:center;height:100%;display:flex}#section_projects #projects article .body h2 a:hover s-icon{fill:var(--primary)}#section_projects #projects article .body h2 a s-icon{height:60%;fill:var(--text);transition:all .3s}
