.about-section{flex-wrap:wrap;display:flex}.card{background:#fff6;border-radius:10px;width:100%;margin:10px 10px 10px 0;padding:10px;box-shadow:0 4px 8px #0000001a}.card h2{margin-top:0;padding-left:10px}.education-card ul{flex-direction:column;padding:0;list-style-type:none;display:flex}.education-card li{background:#fff6;border-radius:8px;margin:0 20px 20px;padding:40px 20px}.card-icon{border-radius:5px;width:fit-content;height:fit-content;padding:10px}.hobby-card ul{flex-wrap:wrap;justify-content:center;padding:0;list-style-type:none;display:flex}.hobby-card li{text-align:center;background:#fff6;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:min(120px,40vw);min-width:108px;height:auto;margin:10px;padding:20px;display:flex}@media (max-width:420px){.hobby-card li{width:calc(50% - 24px);margin:6px;padding:12px}}.hand-wave{filter:brightness(0)contrast();margin-left:.25rem;font-size:2rem}.introduction-header{align-items:center;gap:.5rem;display:flex}.dark .card{background:#32323266;box-shadow:0 4px 8px #0006}.dark .hand-wave{filter:brightness(0)invert()contrast()}.dark .education-card li,.dark .hobby-card li{background:#32323266}
.photo-wall{width:100%;padding:1rem;overflow:hidden}.photos{white-space:nowrap;margin-bottom:2rem;animation:20s linear infinite scroll-left;display:inline-flex}.photo-wall:hover .photos{animation-play-state:paused}.photo-wall .photos .photo-card:hover{z-index:1;transition:transform .3s;transform:scale(1.1)}.photos.reverse{animation-direction:reverse}
.skeleton{z-index:1;background:linear-gradient(#e0e0e0 0%,#c9c9c9 100%);width:100%;height:100%}.photo-card img.hidden{opacity:0}.photo-card img.show{opacity:1;transition:opacity .5s ease-in}.photo-card{text-align:center;background:linear-gradient(#e0e0e0 0%,#c9c9c9 100%);border-radius:8px;flex-direction:column;flex:none;align-items:center;width:374px;min-width:374px;height:250px;margin:0 1.5rem;display:flex;overflow:hidden;box-shadow:0 4px 8px #0006}.photo-card img{object-fit:cover;z-index:100;opacity:0;width:100%;min-width:374px;height:100%;min-height:250px;max-height:250px}.photo-card img.move-in{opacity:1;transition:opacity .5s ease-in}@keyframes move-in{0%{transform:translate(-100%,-100%)}to{transform:translate(0)}}
