.card-imgs img {
    height: 50vh;
}

.cats-grid {
    display: flex;
    gap: 5vw;
}

h2 {
    animation: fadeInUp 1s ease-out;
    font-size: 2.5rem;
    text-shadow: 1.5px 3px 3px rgba(0, 0, 0, 0.3);
    margin-top: 2vh;
}

.hero p {
    line-height: 2 !important;
}

.section {
    padding: 0 !important;
}

#scrollBtn {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 40px;
    right: 40px;
    font-size: 28px;
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background: rgba(29, 7, 47, 0.772);
    display: none;
    /* Hidden by default */
    z-index: 9999;
}

#scrollBtn img {
    width: 40px;
    height: 40px;
    transform: translate(0px, 4px);
    z-index: 9999;
}

@media (max-width: 660px) {
    h2 {
        font-size: 2rem;
    }
}

@media (max-width: 532px) {
    h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 397px) {
    h2 {
        text-align: center;
    }
}

@media (max-width: 304px) {
    .hero-cats-container {
        margin-bottom: 2rem !important;
    }

    .cat-card { 
        max-height: 25vh !important;
    }
}

@media (max-width: 263px) {
    .cat-card { 
        max-height: 30vh !important;
    }
}