.categories{background-color:#f7f7f7;justify-content:center;align-items:center;display:flex}.categories-container{max-width:1440px;margin:0 auto;padding:4rem 2rem}.categories-grid{grid-template-columns:repeat(6,1fr);gap:2rem;width:100%;margin:2rem 0;display:grid}@media (max-width:1200px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (max-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.categories-container{padding:2rem 1rem}}@media (max-width:480px){.categories-grid{grid-template-columns:repeat(1,1fr);gap:1rem}}.category{cursor:pointer;background-color:#f7f7f7;flex-direction:column;align-items:center;transition:all .3s;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.category:first-child{animation-delay:.1s}.category:nth-child(2){animation-delay:.2s}.category:nth-child(3){animation-delay:.3s}.category:nth-child(4){animation-delay:.4s}.category:nth-child(5){animation-delay:.5s}.category:nth-child(6){animation-delay:.6s}.category:hover{transform:scale(1.03)}.category img{object-fit:cover;width:100%;height:100%;margin-bottom:12px}.category h3{color:#399;font-size:1rem;font-weight:600}.category p{font-size:.9rem;font-weight:400}
