.allp{min-height:100vh;padding:3rem 1rem}@media(min-width:640px){.allp{padding:3rem 1.5rem}}@media(min-width:1024px){.allp{padding:3rem 5rem}}.allp .allp-header{text-align:center;margin-bottom:3rem}.allp .allp-header .heading{font-size:2.25rem;font-weight:700;line-height:1.2}.allp .allp-header .heading span{color:#4f46e5}.allp .allp-header .subheading{margin-top:.25rem;color:#4b5563;max-width:40rem;text-align:start;margin-left:auto;margin-right:auto}@media(max-width:480px){.allp .category-nav{align-items:start;justify-content:start}}.allp .projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.allp .projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.allp .projects-grid{grid-template-columns:repeat(3,1fr)}}.allp .projects-grid .project-card{position:relative;border-radius:.5rem;overflow:hidden;cursor:pointer;background-color:#383838;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:box-shadow .3s;transition:all .3s linear}.allp .projects-grid .project-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.2);transform:translateY(-5px)}.allp .projects-grid .project-card .project-image{width:100%;height:14rem;position:relative;overflow:hidden}.allp .projects-grid .project-card .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.allp .projects-grid .project-card .project-image:hover img{transform:scale(1.05)}.allp .projects-grid .project-card .project-info{padding:1rem}.allp .projects-grid .project-card .project-info .project-title{font-size:1.25rem;font-weight:600;transition:color .3s}.allp .projects-grid .project-card .project-info .project-title:hover{color:#4f46e5}.allp .projects-grid .project-card .project-info .project-category{margin-top:.5rem}.allp .projects-grid .project-card .project-overlay{position:absolute;inset:0;background-color:rgba(0,0,0,0);transition:background-color .3s}.allp .projects-grid .project-card .project-overlay:hover{background-color:rgba(0,0,0,.2)}