img.image-destionation {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-destination-wrap .tf-destination-inner.column-6 .item {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.tf-destination-wrap .tf-destination-inner.column-5 .item {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.tf-destination-wrap .tf-destination-inner.column-4 .item {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.tf-destination-wrap .tf-destination-inner.column-3 .item {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.tf-destination-wrap .tf-destination-inner.column-2 .item {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.tf-destination-wrap .tf-destination-inner.column-1 .item {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.tf-destination-wrap .tf-destination-inner .item {
    padding: 0 16px;
}

.tf-destination-wrap .item .destination-post .feature-image {
   overflow: hidden;
}

.tf-destination-wrap .item .destination-post .feature-image img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-destination-wrap .item .destination-post:hover .feature-image img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.tf-destination-wrap.style-4 .tf-destination-inner,
.tf-destination-wrap.style-5 .tf-destination-inner {
    row-gap: 20px;
}

/* style1 */

.tf-destination-wrap.style1 .tf-destination-inner .item {
    padding: 0 15px;
}

/* .tf-destination-wrap.style1 .tf-destination-inner.column-4 .item {
    padding: 0 10px;
} */

.tf-destination-wrap.style1 .tf-destination-inner .item .destination-post {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-destination-wrap.style1 .tf-destination-inner {
    row-gap: 30px;
}

.tf-destination-wrap.style1 .item .destination-post .feature-image {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 8px;
}

.tf-destination-wrap.style1 .item .destination-post .content {
    position: absolute;
    width: calc(100% - 32px);
    background: #fff;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 0 16px;
    bottom: 16px;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-destination-wrap.style1 .item:hover .destination-post .content {
    bottom: 20px;
}

.tf-destination-wrap .item .taxonomy-post .content h3 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-destination-wrap.style1 .item .destination-post .content h3.name {
    position: relative;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-destination-wrap.style1 .item .destination-post .content h3.name ,
.tf-destination-wrap.style1 .item .destination-post .content h3.name a {
    color: #121212;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}


.tf-destination-wrap.style1 .item .box-card {
    display: flex;
}

.tf-destination-wrap.style1 .tf-destination-inner .item .destination-post {
    align-items: unset;
}

.tf-destination-wrap.style1 .item .box-card-inner {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



/* style2 */

.tf-destination-wrap.style2 .tf-destination-inner {
    margin: 0;
    row-gap: 30px;
}

.tf-destination-wrap.style2 .item .destination-post {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-destination-wrap .tf-destination-inner .item {
    justify-content: center;
}

.tf-destination-wrap.style2 .tf-destination-inner .item {
    padding: 0 15px;
}


.tf-destination-wrap.style2.has-carousel .owl-carousel .owl-stage {
    display: flex;
    align-items: flex-end;
}

.tf-destination-wrap.style2 .tf-destination-inner .item .destination-post {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
    border-radius: 10px;
}

.tf-destination-wrap.style2 .item .feature-image a {
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 16px;
}


.tf-destination-wrap.style2 .destination-post:hover .feature-image a::before {
    visibility: visible;
    opacity: 0.4;
}

.tf-destination-wrap.style2 .item .feature-image .image-destination {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-destination-wrap.style2 .item .feature-image .number-tour {
    position: relative;
    z-index: 5;
    margin-top: -24px;
    padding: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
}

.tf-destination-wrap.style2 .item .destination-post .content .name {
    text-align: center;
    margin: 22px 0 0;
}

.tf-destination-wrap.style2 .item .destination-post .content .name,
.tf-destination-wrap.style2 .item .destination-post .content .name a {
    color: #121212;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.tf-destination-wrap.style2 .item .destination-post .content a:hover {
    color: var(--theme-primary-color) !important;
    text-decoration: none;
}

/* style3 */

.tf-destination-wrap.style3 .tf-destination-inner {
    row-gap: 20px;
}
.tf-destination-wrap.style3 .tf-destination-inner .item {
    padding: 0 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tf-destination-wrap .tf-destination-inner .item {
    cursor: pointer;
}
/* no carousel */
.tf-destination-wrap.style3.has-carousel  .owl-carousel.owl-drag .owl-item,
.tf-destination-wrap.style3 .tf-destination-inner .item {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.8%;
    flex: 0 0 16.8%;
    max-width: 16.8%;
    
}


.tf-destination-wrap.style3.has-carousel  .owl-carousel.owl-drag .owl-item.active-item ,
.tf-destination-wrap.style3 .tf-destination-inner .item.active-item {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.7%;
    flex: 0 0 32.7%;
    max-width: 32.7%;
}

.tf-destination-wrap.style3 .owl-carousel.owl-drag .owl-item {
    width: auto !important;
}

/* .tf-destination-wrap.style3 .owl-carousel.owl-drag .owl-item {
    width: calc( 16.66% - 30px)!important;
}

.tf-destination-wrap.style3 .owl-carousel.owl-drag .owl-item:first-child {
    width:calc( 33.33% - 30px)  !important;
} */

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .feature-image {
    position: relative;
    width: 100%;
    border-radius: 16px;
}

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .feature-image a {
    display: block;
    position: relative;
}

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .feature-image a::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.2%, rgba(0, 0, 0, 0.8) 100%);
}


.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post {
    width: 100%;
}

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .feature-image img.image-destination {
    width: 100%;
    height: 546px;
    border-radius: 16px;
    object-fit: cover;
}

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner  .number-tour {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;    
    color: #fff;
}

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .content  {
    position: absolute;
    /* left: -24%;
    bottom: 16.5%;
    width: 100%; */

    left: -221px;
    bottom: 264px;
    width: 546px;

    z-index: 5;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.tf-destination-wrap.style3 .tf-destination-inner .item.active-item .destination-post .box-card .box-card-inner .content {
    left: -90%;
}

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .name {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 2px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner  .name a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .content .name a:hover {
    color: var(--theme-primary-color);
}

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .content-abs {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 17px 16px;
    bottom: 16px;
    left: 16px;
    z-index: 5;
    box-shadow: 0px 5px 18px 5px #40485726;
    border-radius: 15px;
    width: calc(100% - 32px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    bottom: -50px;
}

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .content-abs .name a {
    color: #121212;
}

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .content-abs .number-tour {
    color: #121212;
}

.tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .content-abs .view-all {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    padding: 11px 20px;
    background: var(--theme-primary-color);
    color: #fff;
    border-radius: 8px;
}

/* .tf-destination-wrap.style3 .tf-destination-inner .item.active-item .destination-post .box-card .box-card-inner .content {
    display: none;
} */

.tf-destination-wrap.style3 .tf-destination-inner .item.active-item .destination-post .box-card .box-card-inner .content-abs {
    visibility: visible;
    opacity: 1;
    bottom: 16px;
}

/* Carousel */

.tf-destination-wrap.has-carousel .row {
    margin-left: 0;
    margin-right: 0;
}

.tf-destination-wrap.has-carousel .row>* {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


.tf-destination-wrap.has-carousel .tf-destination-inner .item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0;
}

.tf-destination-wrap.has-carousel .owl-carousel .owl-nav {
    position: absolute;
    right: 0%;
    top: -65px;
    width: 118px;
}

.tf-destination-wrap.has-carousel .owl-carousel .owl-nav .owl-next,
.tf-destination-wrap.has-carousel .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    color: #121212;
    background-color: #fff;
    border: 1px solid #DFE2E7;
    font-size: 20px;
    text-align: center;
    padding: 0;
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.tf-destination-wrap.has-carousel .owl-carousel .owl-nav .owl-next {
    left: unset;
    right: 0%;
}

.tf-destination-wrap.has-carousel .owl-carousel .owl-nav .owl-prev:before,
.tf-destination-wrap.has-carousel .owl-carousel .owl-nav .owl-next:before,
.tf-destination-wrap.has-carousel .owl-carousel .owl-dots .owl-dot:before {
    display: none;
}

.tf-destination-wrap .owl-carousel .owl-nav .owl-prev:hover,
.tf-destination-wrap .owl-carousel .owl-nav .owl-next:hover{
    color: #fff;
    background-color: var(--theme-primary-color);
    border: 1px solid var(--theme-primary-color);
    
}

.tf-destination-wrap .owl-carousel .owl-nav .owl-prev.disabled,
.tf-destination-wrap .owl-carousel .owl-nav .owl-next.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.tf-destination-wrap.has-carousel .tf-destination-inner.owl-carousel .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.tf-destination-wrap.has-carousel .owl-carousel .featured-property .carousel-image-box,
.tf-destination-wrap.has-carousel .owl-carousel:hover {
    cursor: e-resize;
}

.tf-destination-wrap.has-carousel .owl-carousel .destination-post {
    cursor: default;
}


.tf-destination-wrap.has-carousel .owl-carousel.row {
    margin: 0 !important;
}


.tf-destination-wrap.has-carousel .owl-carousel .owl-stage {
    display: flex;
}

.tf-destination-wrap.has-carousel .owl-carousel .item .destination-post .tour-card:hover .tour-card-content .address img.icon-marker,
.tf-destination-wrap.has-carousel .owl-carousel .item .destination-post .tour-card:hover .tour-card-content .tour-info-middle img.icon-date,
.tf-destination-wrap.has-carousel .owl-carousel .item .destination-post .tour-card:hover .tour-card-content .tour-info-middle img.icon-person,
.tf-destination-wrap.has-carousel .owl-carousel .item .destination-post .tour-card .tour-card-content .address img.icon-marker,
.tf-destination-wrap.has-carousel .owl-carousel .item .destination-post .tour-card .tour-card-content .tour-info-middle img.icon-date,
.tf-destination-wrap.has-carousel .owl-carousel .item .destination-post .tour-card .tour-card-content .tour-info-middle img.icon-person {
    width: unset;
}

/* End Carousel */

@media only screen and (max-width: 1050px) {
    .tf-destination-wrap.style3 .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .tf-destination-wrap.style3 .tf-destination-inner .item.active-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.67%;
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }

}

@media only screen and (max-width: 991px) {

    .tf-destination-wrap.column-tablet-1 .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tf-destination-wrap.column-tablet-2:not(.has-carousel,.style3) .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-destination-wrap.column-tablet-3:not(.has-carousel,.style3) .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .tf-destination-wrap.column-tablet-4:not(.has-carousel,.style3) .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .tf-destination-wrap.style2 .tf-destination-inner {
        row-gap: 30px;
    }
}


@media only screen and (max-width: 767px) {
    .tf-destination-wrap.style1 .item .destination-post .content {
        width: calc(100% - 10px);
        padding: 5px;
        margin: 0px 5px;
        bottom: 5px;
        flex-direction: column;
        gap: 0;
    }

    .tf-destination-wrap.style1 .item .destination-post .content h3.name, .tf-destination-wrap.style1 .item .destination-post .content h3.name a {
        font-size: 17px;
        line-height: 25px;
    }

    .tf-destination-wrap.style1 .item .destination-post .content .number-tour {
        font-size: 15px;
    }

    .tf-destination-wrap .tf-destination-inner {
        row-gap: 12px;
    }


    .tf-taxonomy-wrap.style3 .tf-taxonomy-inner .item .taxonomy-post .box-card .box-card-inner {
        padding: 15px ;
        border: 1px solid #DFE2E7;
    }

    .tf-taxonomy-wrap.style3 .tf-taxonomy-inner .item .taxonomy-post .box-card .box-card-inner .number-tour {
        top: 40px;
    }

    .tf-taxonomy-wrap.style1 .item .box-card-inner {
        padding: 20px;
    }

    .tf-destination-wrap.column-mobile-1:not(.has-carousel,.style3) .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tf-destination-wrap.column-mobile-2:not(.has-carousel,.style3) .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-destination-wrap.column-mobile-3:not(.has-carousel,.style3) .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .tf-destination-wrap.column-mobile-4:not(.has-carousel,.style3) .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .tf-destination-inner.column-2 .item::after {
        display: none;
    }
    .tf-destination-wrap.style2:not(.has-carousel,.style3) .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
    }

    .tf-destination-wrap.style2:not(.has-carousel,.style3) .tf-destination-inner {
        margin: 0 -5px;
    }

    .tf-destination-wrap.style1 .tf-destination-inner .item {
        padding: 0 5px;
    }

    .tf-destination-wrap.style1 .tf-destination-inner {
        margin: 0 -5px;
        row-gap: 10px;
    }
}


/* @media only screen and (max-width: 500px) {


    .tf-destination-wrap.style2.column-mobile-1:not(.has-carousel,.style3) .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tf-destination-wrap.style3 .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tf-destination-wrap.style3 .tf-destination-inner .item.active-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tf-destination-wrap.style3 .tf-destination-inner .item.active-item .destination-post .box-card .box-card-inner .content {
        left: -120%;
    }

} */

@media only screen and (max-width: 500px) {


    .tf-destination-wrap.style2.column-mobile-1:not(.has-carousel,.style3) .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tf-destination-wrap.style3 .tf-destination-inner .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
    }

    .tf-destination-wrap.style3 .tf-destination-inner {
        margin: 0 -5px;
        row-gap: 10px;
    }

    .tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .content-abs .view-all {
        font-size: 13px;
        line-height: 18px;
        padding: 5px 10px;
    }

    .tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .name {
        font-size: 16px;
        line-height: 23px;
    }
    
    .tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .number-tour {
        font-size: 14px;
        line-height: 20px;
    }

    .tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .feature-image img.image-destination {
        height: auto;
    }

    .tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .content-abs {
        padding: 10px 10px;
        bottom: 10px;
        left: 5px;
        z-index: 5;
        width: calc(100% - 10px);
    }

    .tf-destination-wrap.style3 .tf-destination-inner .item.active-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .content {
        display: none;
    }

    .tf-destination-wrap.style3 .tf-destination-inner .item .destination-post .box-card .box-card-inner .content-abs {
        visibility: visible;
        opacity: 1;
        bottom: 16px;       
    }

    .tf-destination-wrap.style3 .tf-destination-inner .item.active-item .destination-post .box-card .box-card-inner .feature-image {
        max-height: unset;
    }

}