/* ----------------------------------------------- */
/* VOYAGE ITEM PART */
/* ----------------------------------------------- */
.item-voyage {
    cursor: pointer;
    height: 444px;
    border-radius: 8px;
    margin: 0 15px;
    box-shadow: 0px 3.6427254676818848px 10.928175926208496px 0px #0000000F;
    overflow: hidden;
    min-width: 350px;
    width: 375px;
}

.item-voyage .image {
    position: relative;
    height: calc(444px - 210px + 50px);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #eee;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.item-voyage .image .disponibility {
    position: absolute;
    color: #fff !important;
    top: 12px;
    left: 12px;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 12px;
    background-color: #ddd;
}

.item-voyage .image .disponibility.success {
    background-color: #4DA528;
}

.item-voyage .image .disponibility.warning {
    background-color: #f7921e;
}
.item-voyage .image .disponibility.danger {
    background-color: #e2be0c;
}

.item-voyage .image .counter-image {
    position: absolute;
    color: #fff;
    top: 12px;
    right: 12px;
    box-shadow: 0px 3.6427254676818848px 16.39226531982422px 0px #0000000D;
    font-size: 13px;
    padding: 3px 8px;
    background: #000000A1;
    display: flex;
    align-items: center;
    font-weight: 300;
    border-radius: 4px;
}

.item-voyage .image .counter-image i {
    display: block;
    font-size: 20px;
    line-height: 20px;
    height: 22px;
    margin-right: 5px;
}

.item-voyage .volcano-eruption {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    background: #ffffffb8;
    padding: 3px 10px 3px 5px;
    border-radius: 14px;
    box-shadow: 3px 3px 12px -7px #333;
    overflow: hidden;
}

.item-voyage .volcano-eruption .volcano-eruption-pulse {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    border: 0;
    background-color: red;
    outline: none;
    animation-name: pulse_round;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.item-voyage .volcano-eruption .volcano-eruption-pulse.orange {
    background-color: orange;
    animation: none;
}

.item-voyage .volcano-eruption .volcano-eruption-text {
    margin-left: 12px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 18px;
}

.item-voyage .description {
    height: 210px;
    padding: 16px 24px 16px 24px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: -50px;
    position: relative;
    color: #83827F;
    font-size: 14px;
    z-index: 1;
}

.item-voyage .description-body {
    height: 32px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-voyage .description-body-destination {
    display: block;
    text-transform: uppercase;
    max-width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-voyage .description-body-destination i {
    color: var(--main-primary-color);
    font-size: 20px;
    line-height: 1rem;
    margin-right: 5px;
}

.item-voyage .description-body-price {
    height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: 0px;
}

.item-voyage .description-body-price span {
    white-space: nowrap;
    color: var(--main-primary-color);
    font-size: 24px;
    font-weight: 600;
    margin-left: 5px;
    margin-top: -5px;
}

.item-voyage .description-footer {
    margin-top: 5px;
}

.item-voyage .description-footer-title {
    color: #081E2A;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-voyage .description-footer-volcano-title {
    color: #081E2A;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-voyage .description-footer-volcano-body {
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-voyage .description-footer-params {
    display: flex;
    align-items: center;
    margin-top: 10px;
    white-space: nowrap;
}

.item-voyage .description-footer-params div {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.item-voyage .description-footer-params i {
    color: var(--main-primary-color);
    font-size: 20px;
    line-height: 1rem;
    margin-right: 5px;
}

.item-voyage .description-footer-border {
    border-top: 1px solid #EBEBEB;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
}

/* ----------------------------------------------- */
/* HORIZONTAL PART */
/* ----------------------------------------------- */
.item-voyage.horizontal {
    width: auto;
    display: flex;
    height: 250px;
    aspect-ratio: auto;
    margin: 0;
}

.item-voyage.horizontal .image {
    width: 50%;
    height: 250px;
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.item-voyage.horizontal .description {
    width: 50%;
    height: 100%;
    margin-top: 0px;
}

.item-voyage.horizontal .description-footer-title {
    height: 60px;
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 568px) {
    .item-voyage.horizontal {
        display: block;
        height: auto;
    }

    .item-voyage.horizontal .image {
        width: 100%;
        border-radius: 0px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .item-voyage.horizontal .description {
        width: 100%;
        margin-top: -10%;
    }
}

@media screen and (max-width: 400px) {
    .item-voyage .description-body-price div {
        display: none;
    }
}

/* ----------------------------------------------- */
/* LOADER PART */
/* ----------------------------------------------- */

.loader-voyages .item-voyage .image {
    height: calc(444px - 210px + 50px);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    background-image: none !important;
}

.loader-voyages .item-voyage .image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    transform: skewX(-20deg);
    animation: shimmer-animation 1s infinite linear;
}

/* Description */
/* ------------------------------------------------------------ */
.loader-voyages .item-voyage .description-body {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.loader-voyages .item-voyage .description-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #eee;
}

.loader-voyages .item-voyage .description-body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    animation: wave-animation 1s infinite linear;
    background-color: #eee;
}

/* Title */
/* ------------------------------------------------------------ */
.loader-voyages .item-voyage .description-footer-title {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 100px;
    margin-top: 12px;
    height: 23px;
}

.loader-voyages .item-voyage .description-footer-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #eee;
}

.loader-voyages .item-voyage .description-footer-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    animation: wave-animation 1s infinite linear;
    background-color: #eee;
}

/* Footer param */
/* ------------------------------------------------------------ */
.loader-voyages .item-voyage .description-footer-params {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 50px;
    white-space: nowrap;
}

.loader-voyages .item-voyage .description-footer-params::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #eee;
}

.loader-voyages .item-voyage .description-footer-params::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    animation: wave-animation 1s infinite linear;
    background-color: #eee;
}

/* Footer border */
/* ------------------------------------------------------------ */
.loader-voyages .item-voyage .description-footer-border {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border-top: none;
}

.loader-voyages .item-voyage .description-footer-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
}

@keyframes shimmer-animation {
    0% { transform: translateX(-100%) skewX(-20deg); }
    100% { transform: translateX(100%) skewX(-20deg); }
}

@keyframes wave-animation {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}


/* ----------------------------------------------- */
/* INFOBOX MAP PART */
/* ----------------------------------------------- */
.map-voyage-infobox {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -40px);
    z-index: 10;
}

.map-voyage-infobox .item-voyage {
    display: flex;
    width: 500px;
    height: 175px;
    aspect-ratio: none;
    overflow: hidden;
}

.map-voyage-infobox .item-voyage .image {
    width: 40%;
    height: 100%;
    border-radius: 0px;
}

.map-voyage-infobox .item-voyage .description {
    width: 60%;
    height: 100%;
    margin-top: 0px;
    border-radius: 0px;
    zoom: 0.8;
}

.map-voyage-infobox .item-voyage .map-voyage-infobox-close {
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
}