#resorts--desktop {
    max-width: 480px;
    width: 100%;
    position: fixed;
    padding: 50px;
    top: 0;
    left: -490px;
    z-index: 10000;
    overflow-y: scroll;
    max-height: 100vh;
    background: #fff;
    scrollbar-color: #CA5A31 #f4f4f4;
    scrollbar-width: thin;
    transition: left 0.9s ease-in;
    border-right: 1px solid #000;
}

#resorts--desktop h3 {
    color: #cc5c30;
    margin-bottom: 30px;
}

#resorts--desktop>.resorts__desktop--row {
    opacity: 0;
    transition: opacity 0.4s ease-in;
}

#resorts--desktop::-webkit-scrollbar {
    width: 5px;
}

#resorts--desktop::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 0px solid transparent;
    background-clip: content-box;
    background-color: #CA5A31;
}


#resorts--desktop .grid a {
    width: 100%;
    display: block;
    min-height: 220px;
    position: relative;
    height: 220px;
    overflow: hidden;
}

.grid a:not(:last-child) {
    margin-bottom: 30px;
}

.destination__image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .62s cubic-bezier(.05, 0.2, .1, 1);
}

.destination__name--container {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.grid a:hover .destination__image {
    transform: scale(1.1);
}

h4.name {
    text-shadow: 2px 2px 8px #000;
    color: #fff;
    max-width: 68%;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
}

.grid a .destination__bg {
    transition: opacity .62s cubic-bezier(.05, 0.2, .1, 1);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    background-color: #000;
}

.grid a:hover .destination__bg {
    opacity: 0.55;
}

.grid a:last-child:hover .destination__image {
    transform: unset;
}

.grid a:last-child:hover .destination__bg {
    opacity: 0;
}

#resorts--desktop-btn {
    width: 50px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -50px;
    opacity: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #cc5c30;
    border-right: 2px solid #fff;
    transition: all 0.5s ease-in;
}

#resorts--desktop-btn .wpb_text_column.wpb_content_element {
    transform: rotate(90deg);
}

#resorts--desktop-btn .wpb_text_column.wpb_content_element h3 {
    color: #fff;
    width: 450px;
    margin: 0 0 2px;
    padding: 0;
}

#minimize-widget-desktop {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 1px 3px 2px;
    border: 2px solid;
    color: #9b9b9b;
    line-height: 1;
    font-size: 24px;
    cursor: pointer;
}

@media only screen and (min-width: 981px) {

    #resorts--mobile,
    #resorts--mobile-btn {
        display: none !important;
    }

    #header-outer[data-full-width=true] header>.container {
        padding-left: 50px !important;
    }
}

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

    #resorts--desktop,
    #resorts--desktop-btn {
        display: none !important;
    }

    #footer-outer[data-cols="1"][data-disable-copyright=false] #copyright {
        padding-bottom: 70px;
    }

    #slide-out-widget-area {
        z-index: 99999 !important;
        border-left: 1px solid;
    }
}

/*MOBILE*/
#resorts--mobile-btn {
    position: fixed;
    bottom: -50px;
    left: 0;
    opacity: 0;
    background: #cc5c30;
    width: 100%;
    z-index: 99999;
    box-shadow: rgba(0, 0, 0, .56) 0px 22px 70px 4px;
    cursor: pointer;
    border-top: 1px solid #000;
    transition: all 0.5s ease-in;
    height: 47px;
}

#resorts--mobile-btn h3 {
    color: #fff;
    margin: 0;
    padding: 10px 0;
}

#resorts--mobile {
    position: fixed;
    bottom: -380px;
    background: #fff;
    z-index: 9999999999;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    border-top: 1px solid #000;
    width: 100%;
    padding: 20px 0 0;
}

#resorts--mobile h3 {
    color: #c0562d;
}

#minimize-widget {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 50px;
    color: #000;
    cursor: pointer;
}

#resorts--mobile .nectar-flickity[data-controls=material_pagination] .flickity-page-dots {
    bottom: -35px;
}

@media only screen and (min-width: 691px) and (max-width: 980px) {
    .swiper .swiper-slide {
        width: 30% !important;
    }
}

@media only screen and (max-width: 690px) {
    .swiper .swiper-slide {
        width: 80% !important;
    }
}

/*SWIPER*/
.swiper.mySwiper {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-wrapper {
    height: 275px !important;
}

.swiper .swiper-slide {
    margin-bottom: 65px;
    height: auto;
    overflow: unset;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide p {
    padding: 3px 0 4px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #000;
    margin: 0 -10px;
}

.swiper-pagination-bullet-active {
    background: #c0562d !important;
}

/*LETTER ANIMATION*/

#fade-text .letter,
#fade-text-mobile .letter {
    display: inline-block;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    letter-spacing: 1px;
}

#fade-text .space,
#fade-text-mobile .space {
    width: 0.4em;
    display: inline-block;
}


@keyframes fade {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-20px);
    }
}