/*Write Css*/

.destination-area .destinations-packages figure .destination-contents h4 a,
.activities-package .activitiesCaption h3{
    color: #fff;
}

.holiday-demo6 .footer-area .footer-top,
.accociated-wrapper-contents,
.holiday-demo6 .copy-right-area{
    background: var(--footer-background) !important;
}

.holiday-demo6 .footer-area img {
    display: none;
}

.holiday-demo6 .footer-area .footer-top p, .holiday-demo6 .footer-area .footer-top h4,
.holiday-demo6 .footer-area .footer-top ul li a{
    color: #222 !important;
}

.footer-area .footer-tittle .listing-info .listItem .singleLinks2 i {
    color: #fff !important;
}

.destination-details-breadcrumb {
    height: 45vh !important;
}

@media (max-width: 768px){
    .destination-area .destinations-packages {
        flex-direction: column;
    }
}