.project_card{position:relative}.project_card:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.15) 90%);border-radius:28px;pointer-events:none;z-index:1}.project_card{display:grid;grid-template-areas:"Logo" "Title" "Description";grid-template-rows:10fr 2fr 6fr;max-height:clamp(410px,(.0434027778 * (var(--current-width) - 768) * 1px),460px);padding:0;border-radius:28px;justify-items:center;align-items:center;background:#4e4e4e55;transition:.2s}@media screen and (max-width:640px){.project_card{max-height:clamp(300px,(.0434027778 * (var(--current-width) - 768) * 1px),350px);width:100%;max-width:320px}}.project_card.no_logo{display:grid;grid-template-areas:"Title" "Description";grid-template-rows:auto auto;padding:18px 24px}.project_card:hover{background:#91919144;cursor:pointer;transform:scale(1.01)}.project_card .project_card_logo{grid-area:Logo;pointer-events:none;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:28px 28px 0 0;width:100%;height:100%}.project_card .project_card_logo img{aspect-ratio:1/1;height:80%;border-radius:50%}@media screen and (max-width:640px){.project_card .project_card_logo img{height:80%}}.project_card .project_card_title{text-shadow:1px 1px 10px rgba(0,0,0,.05);grid-area:Title;font-size:clamp(2.16rem,(.0002083333 * (var(--current-width) - 768) * 1rem),2.4rem);font-weight:700;margin:4px 0 0;text-align:center;word-break:break-word;padding:2px 4px}@media screen and (max-width:640px){.project_card .project_card_title{font-size:clamp(1.44rem,(.0001388889 * (var(--current-width) - 768) * 1rem),1.6rem)}}.project_card .project_card_description{text-shadow:1px 1px 10px rgba(0,0,0,.1);grid-area:Description;line-height:1.35;display:inline;align-self:start;font-size:clamp(.9rem,(.0000868056 * (var(--current-width) - 768) * 1rem),1rem);margin-top:6px;padding:0 18px;text-align:center}@media screen and (max-width:640px){.project_card .project_card_description{font-size:clamp(.63rem,(.0000607639 * (var(--current-width) - 768) * 1rem),.7rem);font-weight:450}}*{box-sizing:border-box}body{font-size:16px}@media(max-width:640px){body{font-size:15px}}.main_content_projects{display:flex;flex-direction:column;gap:32px}@media screen and (max-width:640px){.main_content_projects{gap:8px}}.main_content_projects .projects_category{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;padding:24px 32px}@media screen and (max-width:640px){.main_content_projects .projects_category{padding:4px;gap:12px;grid-template-columns:repeat(1,1fr);justify-items:center}}.main_content_projects .project_category_header{padding:12px;background:color-mix(in srgb,#121212 60%,black);display:grid;grid-template-rows:auto auto;gap:0 0;grid-template-areas:"Title" "Description"}@media screen and (max-width:640px){.main_content_projects .project_category_header{gap:4px}}.main_content_projects .project_category_header .project_category_title{text-shadow:1px 1px 10px rgba(0,0,0,.1);grid-area:Title;font-size:clamp(2.25rem,(.0002170139 * (var(--current-width) - 768) * 1rem),2.5rem);font-weight:750}@media screen and (max-width:640px){.main_content_projects .project_category_header .project_category_title{font-size:clamp(1.8rem,(.0001736111 * (var(--current-width) - 768) * 1rem),2rem)}}.main_content_projects .project_category_header .project_category_description{text-shadow:1px 1px 10px rgba(0,0,0,.1);grid-area:Description;font-size:clamp(.9rem,(.0000868056 * (var(--current-width) - 768) * 1rem),1rem);color:#a0a5a5}@media screen and (max-width:640px){.main_content_projects .project_category_header .project_category_description{font-size:clamp(.81rem,(.000078125 * (var(--current-width) - 768) * 1rem),.9rem)}}
