.featured-projects{display:flex;flex-wrap:wrap;flex-direction:column;position:relative;justify-content:center;justify-items:center;width:100vw;background-color:var(--base-500);color:var(--base-100);padding:1rem}.featured-projects .featured-project-card{position:sticky;width:100%;height:85svh;display:flex;justify-content:center;align-items:center;transform-style:preserve-3d;perspective:1000px;will-change:transform}.featured-projects .featured-project-card-inner{position:relative;width:calc(100%);height:calc(100% - 2rem);padding:1rem;display:flex;gap:1rem;border-radius:2rem;background-color:rgb(54,70,88);transform-origin:50% 100%;will-change:transform;overflow:hidden}.featured-projects .featured-project-card-content{display:flex;flex-direction:column;justify-content:space-between;flex:1}.featured-projects .featured-project-card-content-main{padding:2rem;display:flex;flex-direction:column;align-items:flex-start}.featured-projects .featured-project-card-info{width:40%;padding:2rem;text-align:left;color:var(--base-350)}.featured-projects .featured-project-card-title h2{padding:2rem 0 1rem}.featured-projects .featured-project-card-description{width:75%;text-align:left;color:var(--base-250)}.featured-projects .featured-project-card-img{flex:1;width:100%;height:100%;border-radius:1.5rem;overflow:hidden}.featured-projects .featured-project-card-inner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--base-500);opacity:var(--after-opacity,0);will-change:opacity;pointer-events:none;z-index:2}@media (max-width:1024px){.featured-projects .featured-project-card{height:75svh}.featured-projects .featured-project-card-inner{flex-direction:column;gap:1.5rem;padding:1.5rem}.featured-projects .featured-project-card-content-main{padding:1.5rem}.featured-projects .featured-project-card-description{width:100%}.featured-projects .featured-project-card-img{height:50%}.featured-projects .featured-project-card-title h2{font-size:1.75rem;padding:1rem 0}}@media (max-width:768px){.featured-projects{padding:.5rem}.featured-projects .featured-project-card{height:auto}.featured-projects .featured-project-card-inner{flex-direction:column;gap:1rem;padding:1rem;height:auto}.featured-projects .featured-project-card-content{width:100%;text-align:center;align-items:center}.featured-projects .featured-project-card-content-main{padding:1rem .5rem;align-items:center}.featured-projects .featured-project-card-title h2{font-size:1.5rem;text-align:center;padding:.5rem 0}.featured-projects .featured-project-card-description{width:100%;font-size:.95rem;text-align:center}.featured-projects .featured-project-card-img{width:100%;height:auto;border-radius:1rem}.featured-projects .featured-project-card-img img{width:100%;height:auto;object-fit:cover}}@media (max-width:480px){.featured-projects .featured-project-card-inner{padding:.75rem;gap:.75rem}.featured-projects .featured-project-card-title h2{font-size:1.25rem}.featured-projects .featured-project-card-description{font-size:.9rem}.featured-projects .featured-project-card-img{border-radius:.75rem}}