@import "../splide-theming.css";
@import "../blocks/comp/circle-icon-support.css";

.destination-slider .splide__pagination {
    display: block !important;
    bottom: -3rem;
}

.destination-slider .circle-icon.circle-icon-link {
    display: none;
}

.ww-destination-section__entry-heading {
    justify-content: space-between;
}

.ww-destination-section__entry-heading > div {
    flex: 0 0 50%;
}

.ww-destination-section__entry-heading > div:nth-child(2) {
    justify-content: right;
}

.ww-destination-section .extra-info > div {
    display: flex;
    align-items: center;
    color: var(--primaryColor);
    font-weight: 400;
}


.ww-destination-section .extra-info strong {
    font-size: 1.75rem;
    font-weight: 600;
    margin-right: .5rem;
    color: var(--headingColor);
}


.destination-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 37px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.destination-title + span {
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
}

.destination-slider .splide__arrows {
    display: none;
}


.destination-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.destination-content .destination-info {
    flex: 0 0 100%;
    width: 100%;
}


.image-hover {
    display: block;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 0
}

.image-hover img {
    max-width: 100%;
    width: 100%
}

.image-hover.image-hover-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--bs-black-rgb), .35);
    transition: opacity 0.25s ease-in-out;
    z-index: 0
}

.image-hover.image-hover-overlay:hover:after {
    opacity: 1
}

.image-hover.image-bottom-overlay:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 6rem;
    background: linear-gradient(0deg, rgba(var(--bs-black-rgb), .75) 0%, rgba(var(--bs-black-rgb), 0) 100%);
    z-index: 1
}

.image-hover.image-hover-scale img {
    transition: transform 0.25s ease-in-out
}

.image-hover.image-hover-scale:hover img {
    transform: scale(1.055)
}

.image-hover .image-hover-icon {
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    opacity: 0;
    color: #fff;
    transition: opacity 0.25s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: rgba(var(--bs-black-rgb), .55);
    border-radius: 50%
}

.image-hover:hover .image-hover-icon {
    opacity: 1
}


.bottom-overlay {
    position: relative;
    display: block;
    overflow: hidden
}

.bottom-overlay .bottom-overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5rem 1.5rem 1.5rem 1.5rem;
    color: #fff;
    background: linear-gradient(0deg, rgba(var(--bs-black-rgb), .85) 0%, rgba(var(--bs-black-rgb), 0) 100%)
}

.bottom-overlay:hover figure.image-hover-scale img {
    transform: scale(1.055)
}

.bottom-overlay:hover .image-hover-overlay:after {
    opacity: 1
}

.bottom-overlay:hover .image-hover-icon {
    opacity: 1
}

.bottom-overlay .float-badge {
    position: absolute;
    left: .7rem;
    top: .75rem;
    background-color: rgba(var(--bs-black-rgb), .45);
    padding: .45rem .4rem .25rem .4rem;
    border-radius: var(--bs-border-radius-sm)
}

.bottom-overlay .float-badge span {
    color: #fff;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-wrap: nowrap;
    line-height: 1;
    text-transform: uppercase;
    font-size: .65rem;
    letter-spacing: .115rem;
    font-weight: 400
}

@media screen and (min-width: 576px) {
    .ww-destination-section .extra-info > div {
        justify-content: right;
    }
}

@media screen and (max-width: 575px) {
    .ww-destination-section .extra-info > div {
        margin-bottom: 25px;
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .destination-slider .splide__pagination {
        bottom: -2.3rem;
    }
}

@media screen and (max-width: 991px) {

}