/* ===== RESPONSIVE DESIGN ===== */

/* Large Desktop */
@media (min-width: 991px) and (max-width: 1040px) {
    .nav-link {
        font-size: 0.9rem;
    }
}

@media (max-width: 991px) {
    .holiday-sec .card img {
        aspect-ratio: 7/4 !important;
    }
}
@media (max-width: 767px) {
    .holiday-sec .card img {
        aspect-ratio: 4/4 !important;
    }
}