.generalInformations {
}

    .generalInformations .blockquote {
        margin: 0;
    }

        .generalInformations .blockquote p {
            font-size: 22px;
        }

    .generalInformations .bmarImg img {
        width: auto;
        height: 100px;

        object-fit: contain;
    }

    .generalInformations .practicalInformation {
        padding: 25px 30px;
        background: #fff;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.16);
    }

    .generalInformations .d-flex {
        position: relative;
        margin-bottom: 20px;
    }

    .generalInformations .textContent {
        padding-left: 35px;
    }

    .generalInformations i {
        font-size: 18px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }


    .generalInformations .label {
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        color: #B9B9B9;
        margin-bottom: 2px;
    }

    .generalInformations .websiteButton {
        background: #AAD14E;
        color: #fff;
        border: 1px solid #AAD14E;
        position: relative;
        padding: 6px 10px;
        border-radius: 2px;
        transition: all 0.3s ease;
    }
        .generalInformations .websiteButton:hover {
            background: #FFF;
            border: 1px solid #AAD14E;
            color: #AAD14E;
            position: relative;
            padding: 6px 10px;
            border-radius: 2px;
        }

.arrangements {
    padding: 80px 0;
    background: #334335;
    position: relative;
    color: #fff;
}

    .arrangements p,
    .arrangements h2,
    .arrangements h3,
    .arrangements h4,
    .arrangements h5 {
        color: #fff;
    }





.experienceElement {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}


    .experienceElement img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.4s;
    }

    .experienceElement:hover img {
        transform: scale(1.1);
        transition: all 0.4s;
    }

    .experienceElement .experienceContent {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px 30px;
        background-color: rgba(51,67,53,0.7);
        min-height: 200px;
        color: white;
        border-radius: 0 0px 2px 2px;
        display: flex;
        flex-direction:column;
        justify-content: space-between;
    }

        .experienceElement .experienceContent .place {
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 0.4px;
            color: #73B544;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .experienceElement .experienceContent h3,
        .experienceElement .experienceContent .blogTitle {
            font-size: 20px;
            font-weight: 600;
            color: white;
            margin-bottom: 0;
            word-break: break-word;
            hyphens: auto;
            font-weight: 400;
            text-transform: uppercase;
        }


.experienceCatElement {
    height: 368px;
}

    .experienceCatElement .experienceContent {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        text-transform: uppercase;
        min-height: 120px;
    }

        .experienceCatElement .experienceContent .experienceBody {
            display: flex;
            align-items: center;
            font-size: 24px;
            text-transform: uppercase;
        }

            .experienceCatElement .experienceContent .experienceBody i {
                margin-right: 20px;
            }


.experienceCatContainer {
    position: relative;
}

.expCatElement {
    width: 100%;
    flex-shrink: 0;
}

.desktop, .desktopMap {
    display: none;
}


.experienceCatContainer .swiper{
    height:auto;
}

.DistanceFromAdvert {
    font-weight: 800;
    color: #c2c2c2;
    text-transform: uppercase;
}

.containerCard:hover .starRating i {
    color: #334335 !important;
}
a:hover .containerCard .starRating i {
    color: #334335 !important;
}


.mapmodal .modal-dialog {
    max-width: none !important;
}

@media (min-width: 768px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    .experienceCatContainer::after {
        content: '';
        width: 95%;
        display: block;
        height: 80%;
        background: #F2F2F2;
        position: absolute;
        top: 45%;
        z-index: -10;
        left: 10%;
    }



    .expCatElement {
        /*width: 358px !important;
        margin: 0 !important;*/
    }
}

@media (min-width: 768px) {
    .experienceCatContainer {
        /*margin-left: calc((100% - 650px) / 2) !important;*/
        width: 100% !important;
    }

    .swiper {
        padding-left: calc((100vw - 650px) / 2);
        padding-right: 30px;
    }
}

@media (min-width: 1024px) {
    .experienceCatContainer {
        /* margin-left: calc((100% - 850px) / 2) !important;*/
        width: 100% !important;
    }

    .swiper {
        padding-left: calc((100vw - 850px) / 2);
        padding-right: 30px;
    }

    .experienceCatContainer::after {
        width: 90%;
    }

    .desktopMap {
        display: block;
    }

    .mobileMap {
        display: none;
    }
}

@media (min-width: 1200px) {
    .experienceCatContainer {
        /*margin-left: calc((100% - 1140px) / 2) !important;*/
        width: 100% !important;
    }

    .swiper {
        padding-left: calc((100vw - 1140px) / 2);
        padding-right: 30px;
    }
}


.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;
}

.swiper-button-next,
.swiper-button-prev {
    font-size: 20px !important;
    position: relative;
    display: block;
    width: fit-content;
    height: fit-content;
    top: inherit;
    left: inherit;
    right: inherit;
    margin: 0 10px 0 0 !important;
}

.swiper-pagination-bullet-active {
    background-color: #73B544;
}




/*CUSTOM SELECT */ 

/* The container must be positioned relative: */
.custom-select {
    position: relative;
}

    .custom-select select {
        display: none; /*hide original SELECT element: */
    }

.select-selected {
    color : black;
}

    /* Style the arrow inside the select element: */
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    /* Point the arrow upwards when the select box is open (active): */
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

/* style the items (options), including the selected item: */
.select-items div {
    padding: 8px 16px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #707070;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: white;
    box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 1);
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 99;
    padding: 15px;
    max-height: 300px;
    overflow-y: auto;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #f1f7e1 !important;
    border-radius: 5px;
}


.swiper-wrapper {
    height: inherit !important;
}


.select-selected {
    font-size: 14px;
    font-weight: 600;
    color: #5F5F5F !important;
}

.select-items div {
    font-size: 14px;
    font-weight: 400;
    color: #5F5F5F !important;
}



/* BENEFITS */

.arrangements p {
    font-size: 18px;
    margin-bottom: 40px;
}

.arrangements .benefitsText {
    font-weight: 600;
    margin-bottom: 30px;
}

.arrangements .benefitsContent {
    padding: 35px 50px;
    min-width: fit-content;
    width: 80%;
    background: rgba(170, 209, 78, 0.1);
    border: 2px solid #AAD14E;
    border-radius: 5px;
}

    .arrangements .benefitsContent .mainText {
        font-size: 24px;
        font-weight: 700;
        color: #AAD14E;
        margin-bottom: 0px;
    }

    .arrangements .benefitsContent .subText {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
    }






















#gpxButton {
    display: inline-block;
    transform: scale(1);
    will-change: transform, box-shadow;
}

@keyframes popGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(170,209,78,0);
    }

    40% {
        transform: scale(1.18);
        box-shadow: 0 0 28px rgba(170,209,78,0.85);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(170,209,78,0);
    }
}

.animate {
    animation: popGlow 0.8s ease-out forwards;
}