.filter-container {
    min-height: 40vh;
}

.card {
    /*max-height: 500px;*/
    /*max-width: 20rem;*/
    height: 15rem;
}

.nav-pills .nav-link.active  {
    background-color: white;
    color: #224191;
}

.nav-pills .nav-link {
    font-weight: 300;
    text-transform: uppercase;
}

.overflow {
    max-height: 15rem;
    overflow-y: hidden;
}

#v-pills-tab {
    font-size: clamp(0.6rem, 2vw, 1rem);
    overflow-y: auto;
    max-height: 15rem;
}
#pills-tab .nav-item a {
    font-weight: 600;
    font-size: clamp(1.10rem, 1vh + 0.5rem, 2rem)
}
.card-title {
    font-size: 0.75rem;
}
.nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    color: #224191;
    font-weight: 500;
}

.card-img {
    width: 100%;
    height: 100%;
    border-radius: calc(0.25rem - 1px);
    object-fit: cover;
}

.card-img-overlay {
    height: auto !important;
    background-color: #224191;
    opacity: 0.9;
    top: auto;
}

.nav-item a {
    text-transform: uppercase;
}

.nav-link.active:after {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    /*width: 90%; !* Change this to whatever width you want. *!*/
    padding-top: 0.5rem; /* This creates some space between the element and the border. */
    border-bottom: 5px solid #b28433; /* This creates the border. Replace black with whatever color you want. */
}

#v-pills-tabContent {
    width: 100%;
}

.package-filters-nav .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 2rem;
}
.package-filters-nav .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 2rem;
}

.package-filters-nav .slick-prev {
    top: 13%;

}
.package-filters-nav .slick-next {
    top: 13%;

}

.view-more-less {
    color: #224191;
}

/*.nav-link {*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/
