.projects-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.project-item{display:flex}.single-projects-box{background:#0b0b0b;border-radius:14px;overflow:hidden;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%}.single-projects-box:hover{-webkit-transform:translateY(-6px);transform:translateY(-6px)}.single-projects-box .image{aspect-ratio:16/10;position:relative}.single-projects-box .image img{-webkit-filter:contrast(1.1) saturate(1.15);filter:contrast(1.1) saturate(1.15);height:100%;object-fit:cover;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;width:100%}.single-projects-box:hover .image img{-webkit-transform:scale(1.06);transform:scale(1.06)}.single-projects-box .image:after{background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.6));content:"";inset:0;position:absolute}.single-projects-box .content{opacity:.75;padding:14px 16px;transition:opacity .3s ease}.single-projects-box .content h3{font-size:15px;margin-bottom:4px}.single-projects-box .content span{font-size:13px;opacity:.7}.single-projects-box:hover .content{opacity:1}
/*# sourceMappingURL=main.79b630df.css.map*/