.projects-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;max-width:100%;padding:20px}.card-wrapper{width:300px;max-width:33%;min-width:300px;position:relative}@media(max-width: 640px){.card-wrapper{max-width:100%}}.project-card{width:100%;display:flex;flex-direction:column;justify-content:space-between;height:100%;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.2);text-align:center;position:relative;color:#e6e6eb;background:rgba(0,0,0,0)}.project-card::before{content:"";position:absolute;top:0px;left:0px;right:0px;bottom:0px;border-radius:inherit;z-index:0;background:linear-gradient(135deg, rgba(0, 247, 255, 0.5), rgba(168, 85, 247, 0.5));filter:blur(12px);opacity:.8}.project-card a{border-bottom:none !important}.project-card>*{position:relative;z-index:1}.project-card:hover{transform:scale(1.05)}.project-card img{width:100%;height:200px;object-fit:cover;display:block}.project-card h3{padding:15px;background:rgba(0,0,0,0);color:inherit;overflow:hidden;text-overflow:ellipsis;max-width:90%;flex-direction:column;display:flex;align-items:center;justify-content:center;flex-grow:1;margin:10px 0}.project-card p{color:inherit}.card-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.container{max-width:100% !important}/*# sourceMappingURL=cards.css.map */