.themes-wrapper{margin:auto;max-width:1200px;padding:0 20px}.eyebrow{color:#8a6fff;font-size:.85rem;margin-bottom:6px;text-transform:uppercase}.tabs{display:inline-flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:1rem 0}.tab{background:transparent;border:none;border:1px solid rgba(138,111,255,.4);border-radius:999px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;position:relative;transition:background .2s,border .2s;z-index:1}.tab--active,.tab:hover{-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,#6a00ff,#9b5cff,#c77dff);border:1px solid #6a00ff;color:transparent}.ourProjects-cards-grid{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));min-height:450px}@media (max-width:768px){.ourProjects-cards-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.ourProjects-centerTitle{display:flex;justify-content:center;text-align:center;width:100%}.OurProjects-subtitle{text-align:center}}.ourProjects-card{align-items:center;background:#0f1120;border:1px solid hsla(0,0%,100%,.06);border-radius:20px;cursor:pointer;display:flex;height:250px;justify-content:center;min-width:0;overflow:hidden;transition:.2s;width:100%}.ourProjects-card--hidden{display:none}.card-image{height:100%;position:relative;width:100%}.card-image img{border-radius:20px;display:block;height:100%;object-fit:cover;width:100%}.card-overlay{background:rgba(0,0,0,.85);bottom:0;color:#fff;font-size:.8rem;left:0;padding:.5rem .9rem;position:absolute;right:0}.card-overlay-subtitle{font-size:.9rem;opacity:.85}