
#destination-slider .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
}

#destination-slider .splide__slide a {
    color: #212529;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s ease;
}

#destination-slider .splide__slide a:hover,
#destination-slider .splide__slide.is-active a {
    color: #212529;
}

#destination-slider .splide__pagination {
    display: none;
}

#destination-slider .splide__track {
    background-color: #ffffff;
    width: 100% !important;
    height: 60px !important;
}

#destination-slider .splide__arrow {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #ffffff;
    border: 1px solid #212121;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    margin-right: -28px;
    margin-left: -28px;
}

#destination-slider .splide__arrow:hover {
    background-color: #e9ecef;
}

#destination-slider .splide__arrow svg {
    display: none;
}

#destination-slider .splide__arrow::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
