.project-card{position:relative;display:block;height:355px;overflow:hidden;background-color:#1f1f1f}@media only screen and (max-width:1280px){.project-card{height:357px}}@media only screen and (min-width:601px)and (orientation:portrait){.project-card{height:355px}}@media only screen and (max-width:600px){.project-card{width:100%;height:272px}}.project-card:hover .project-card__overlay{bottom:0;transform:none}.project-card:focus-visible{outline:2px solid #f4f4f4;outline-offset:5px}.project-card__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;height:355px}@media only screen and (max-width:1280px){.project-card__image{height:418px}}@media only screen and (min-width:601px)and (orientation:portrait){.project-card__image{height:355px}}@media only screen and (max-width:600px){.project-card__image{height:272px}}.project-card__image-container{overflow:hidden}.project-card__image-content{transform:scale(1);transition:transform 5s linear}.project-card:hover .project-card__image-content{transform:scale(1.1)}.project-card__overlay{position:absolute;left:0;bottom:0;width:100%;height:142px;background:#04040499;color:#fff;padding:16px;display:flex;gap:12px;flex-direction:column;justify-content:flex-end;align-items:flex-start;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transform:translateY(100%);transition:transform .2s ease-in-out}@media only screen and (max-width:600px){.project-card__overlay{height:142px}}.project-card__overlay__tags{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:4px;overflow:hidden;max-height:52px;min-height:24px}@media only screen and (max-width:600px){.project-card__overlay__tags{max-height:46px}}.project-card__overlay__tags .custom-button{height:23px}@media only screen and (max-width:600px){.project-card__overlay__tags .custom-button{height:20px}}.project-card__overlay__tags .custom-button:hover{background-color:#0000;font-weight:400;color:#f4f4f4}.project-card__overlay__description{font-size:24px;font-weight:700;line-height:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:600px){.project-card__overlay__description{width:288px;font-size:16px;font-weight:700;line-height:16px}}