﻿@import url('colors.css');
@import url('fonts.css');
@import url('projectpage.css');
@import url('productpage.css');
@import url('destination.css');
@import url('experience.css');
@import url('menu.css');
@import url('modal.css');
@import url('whatsapp.css');
@import url('search.css');

/* Layout styles */
body, p {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif !important;
}

.mceNonEditable.embeditem iframe {
    width: 100%;
    min-height: 400px;
    border-radius: 10px;
}

p {
    line-height: 21px;
}

.amsterdamFont {
    font-family: 'Amsterdam Two';
}

.h2amsterdamFont {
    font-family: 'Amsterdam Two';
    display: block;
    font-size: 26px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
    unicode-bidi: isolate;
}

blockquote {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

blockquote:before {
    content: open-quote;
    position: absolute;
    top: 5px;
    left: 15px;
}

blockquote:after {
    content: close-quote;
    position: absolute;
    bottom: -30px;
    right: 15px;
}

blockquote:before,
blockquote:after {
    font-family: 'Vollkorn';
    display: inline-block;
    vertical-align: bottom;
    color: var(--link-color);
    font-size: 80px;
}

blockquote:hover :before, blockquote:hover :after {
    color: #000;
}

.relative {
    position: relative;
}

.no-events {
    user-select: none;
    pointer-events: none;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.nowrap {
    text-wrap: nowrap;
}

.flex-wrap {
    flex-wrap: wrap;
}

.w-200 {
    width: 200px;
}

.w-300 {
   width: 300px;
}

.w-400 {
    width: 400px;
}

.mh-600 {
    min-height: 600px;
}

.w-full {
    width: 100%;
}

.mr-5 {
    margin-right: 5px;
}

.ml-auto {
    margin-left: auto;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.v-top {
    vertical-align: top;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-55 {
    gap: 55px;
}

.mb-0-important {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-100 {
    margin-bottom: 100px;
}

.item-100pct {
    width: 100%;
}

.item-50pct-100mobile {
    width: 50%;
}

.jc-right, .jc-right-desktop {
    justify-content: right;
}

.justify-content-center {
    justify-content: center !important;
}

.jc-even {
    justify-content: space-between;
}

.ai-center {
    align-items: center;
}

.flex {
    display: flex;
}

.flex-block-mobile {
    display: flex;
}


.font-20 {
    font-size: 20px;
}

.w-20 {
    width: 20px;
}

.w-24 {
    width: 24px;
}

.h-20 {
    height: 20px;
}

.h-24 {
    height: 24px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-100 {
    margin-left: 100px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-100 {
    margin-top: 100px;
}

.h-70px {
    height: 70px
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.page-title {
    margin-bottom: 30px;
}

.compass-container {
    width: 160px;
    height: 160px;
    text-align: center;
    display: inline-block;
    margin-left: 100px;
    margin-top: 10px;
}

a {
    color: var(--link-color);
    text-decoration: none;
    background-image: url(/assets/images/anchor-bg.svg);
    background-repeat: no-repeat;
    background-position: 0px 18px;
    transition: 0s ease-in-out;
}

    a.multiline {
        background-position: 0 43px;
    }

    a:hover {
        color: var(--hover-color);
        background-image: url(/assets/images/anchor-bg-hover.svg);
    }

    a.dark {
        font-weight: bold;
        color: #000;
        text-decoration: underline;
    }

/* Default carousel settings */

.splide {
    padding: 2px;
}

.splide__list {
    height: unset;
}

.splide__arrow {
    background: var(--link-color);
    border-radius: 0;
}

    .splide__arrow svg {
        fill: #fff;
    }

.splide__arrow:hover {
    background-color: var(--hover-color);
    border: solid 2px var(--link-color);
    color: #000;
}

    .splide__arrow:hover svg {
        fill: #000;
    }

.splide__arrow--prev {
    left: -35px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.splide__arrow--next {
    right: -35px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.splide__pagination {
    bottom: -1.5em;
}

.splide__pagination__page.is-active {
    background: #000;
}

.splide__slide img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    opacity: 1;
}

.splide__slide a {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

    .splide__slide a:hover {
        text-decoration: none;
    }

    .splide__slide a:hover img {
        opacity: .8;
        background-color: yellow;
    }


.splide__slide .slide-title {
    position: absolute;
    height: 30px;
    padding: 20px;
    bottom: 0px;
    background-color: var(--link-color);
    width: calc(100% - 40px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0.8;
    text-align: center;
    color: #FFFFFF;
    font-family: "Museo";
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: left;
}

    .thumbnails .splide__slide.thumbnail {
        width: 135px;
        height: 135px;
        overflow: hidden;
        list-style: none;
        cursor: pointer;
        border-radius: 10px;
        border: solid 3px #fff;
        opacity: 0.6;
    }

        .thumbnails .splide__slide.thumbnail.is-active {
            opacity: 1;
            border: 3px solid var(--link-color);
        }

.thumbnail img {
    width: 100%;
    height: auto;
}

.thumbnail.is-active {
    border: solid 3px var(--link-color);
}


header {
    display: flex;
    flex-direction: row;
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    padding: 25px;
    position: relative;
}

/*    header .mobile-menu-toggle-button {
        display: none;
    }*/

    header a, header a:hover {
        background-image: none;
    }

    header .header-left img.logo {
        width: 135px;
    }

    header nav ul {
        list-style-type: none;
    }

        header nav ul li {
            display: inline-block;
        }

            header nav ul li a {
                font-family: Museo;
                font-size: 14px;
                text-decoration: none;
                color: #393232;
                padding: 10px 15px;
                display: flex;
                line-height: 20px;
            }

                header nav ul li a:hover {
                    color: #393232;
                    text-decoration: none;
                    font-weight: bold;
                }

.video-banner {
    width: calc(100% - 40px);
    display: block;
    margin: 0px 20px 20px 20px;
    position: relative;
}

    .video-banner video {
        width: 100%;
        height: 700px;
        border-radius: 10px;
        object-fit: cover;
    }

    .video-banner .text-contents {
        display: flex;
        flex-direction: column;
        justify-content: end;
        position: absolute;
        align-items: center;
        width: 100%;
        bottom: 100px;
    }

        .video-banner .text-contents .banner-title {
            width: 1300px;
            max-width: 100%;
            font-family: 'Museo';
            font-size: 58px;
            color: white;
            text-align: center;
            margin: 5px;
        }

        .video-banner .text-contents .banner-sub-title {
            width: 1300px;
            max-width: 100%;
            font-family: 'Poppins';
            font-size: 25px;
            color: white;
            text-align: center;
            margin: 5px;
        }

.home-page .image-banner {
    height: 690px;
    margin-top: -118px;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .home-page .image-banner .text-contents {
        font-family: 'Museo';
        font-size: 37px;
        padding: 0px 10px;
        color: white;
        text-align: center;
        margin: 5px;
        position: absolute;
        top: 500px;
    }

.about-us {
    width: 100%;
    background-image: url(/assets/images/about-us/background.jpg);
    position: relative;
    height: 440px;
    margin: 20px 0px;
    margin-top: 100px;
    margin-bottom: 50px;
}

    .about-us h2.title {
   
    }

    .about-us > div {
        display: flex;
    }

        .about-us > div > div {
            width: 50%;
        }

    .about-us .left-column {
        margin-top: -57px;
        padding-right: 36px;
        width: 50%;
    }

        .about-us .left-column .video-placeholder {
            border-radius: 10px;
            vertical-align: middle;
            width: 100%;
            height: 428px;
            background-position: center;
            background-size: cover;
            text-align: center;
            padding: 0px 21px;
            position: relative;
        }

    .about-us .right-column {
        padding-top: 57px;
        width: 50%;
        padding-left: 36px;
        margin-right: 45px;
    }

        .about-us .right-column > div {
            width: 100%;
            height: 386px;
            background-color: #fff;
            border-radius: 10px;
            border: solid 2px var(--appt-bg-color);
            padding: 20px;
        }

    .about-us .person-details-text {
        height: 140px;
        max-height: 140px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .about-us .person-info {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
	margin: 32px 0 30px;

        box-sizing: border-box;
    }

    .about-us .person-name {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        font-size: 20px;
        text-transform: uppercase;
    }

    .about-us .avatar {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 21px 0 0;
    }

        .about-us .avatar img {
            display: block;
            border-radius: 50%;
        }

.carousel-container {
    display: flex;
}

    .carousel-container .splide__slide {
        background-color: #eee;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .carousel-text {
        width: calc(25% - 25px);
        padding-right: 25px;
    }

.carousel {
    width: 75%;
}

.image-carousel {
    padding-top: 15px;
    padding-bottom: 25px;
}

.people-container .splide__slide {
    height: 276px;
}

.people-container .splide__slide img {
    width: 100px;
    height: 100px;
}

.people-container .splide__arrows {
   position: absolute;
   bottom: 0;
   left: 75%;
   width: 200px;
}

    .people-container .splide__arrows .splide__arrow {
        align-items: center;
        
        border: 0;
        cursor: pointer;
        display: flex;
        height: 3em;
        justify-content: center;
        opacity: .7;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 3em;
        z-index: 1;
    }

        .people-container .splide__arrows .splide__arrow:hover {
            background-color: var(--hover-color);
            border: solid 2px var(--link-color);
            color: #000;
        }

            .people-container .splide__arrows .splide__arrow:hover svg {
                fill: #000;
            }

.people-container .splide__arrow--prev {
    left: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.people-container .splide__arrow--next {
    right: 90px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.experience-overview-container {
    margin-bottom: 40px;
}

    .experience-overview-container .splide__slide {
        border: solid 1px #eee;
        border-radius: 10px;
        /*box-shadow: 6px 5px 5px 0px rgba(219, 219, 219, 1);*/
        margin-bottom: 10px;
        height: 530px;
    }

        .experience-overview-container .splide__slide img {
            height: 248px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

    .experience-overview-container .experience {
        padding: 10px;
    }

        .experience-overview-container .experience .title {
            min-height: 50px;
        }

        .experience-overview-container .experience .teaser {
            display: -webkit-box;
            -webkit-line-clamp: 7;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

.appointment-container {
    background-color: var(--appt-bg-color);
    margin: 50px 0px;
}

    .appointment-container .container {
        display: flex;
        justify-content: space-between;
        padding: 60px 0px;
    }

.appointment-button-container {
    /*margin-top: 39px;*/
}

.featured-items-container {
    margin-bottom: 50px;
}

    .featured-items-container .splide__slide {
        border: solid 1px var(--link-color);
        border-radius: 10px;
        /*box-shadow: 6px 5px 5px 0px rgba(219, 219, 219, 1);*/
        margin-bottom: 10px;
        height: 564px;
    }

        .featured-items-container .splide__slide img {
            height: 248px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

    .splide.splide-3.static .splide__slide {
        margin-right: 20px;
        width: calc(33.3333% - 13.3333px);
    }

.splide.splide-4.static .splide__slide {
    margin-right: 20px;
    width: calc(25% - 7.5px);
}

    .splide.splide-3.static .splide__slide--clone,
    .splide.splide-4.static .splide__slide--clone {
        display: none;
    }

    .splide.splide-3.static .splide__arrows,
    .splide.splide-4.static .splide__arrows {
        display: none;
    }

.featured-items-container .image-container, .experience-overview-container .image-container {
    background-color: #eee;
    height: 248px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .featured-items-container .teaser-item {
        padding: 10px;
        font-size: 14px;
        position: relative;
        height: 297px;
    }

        .featured-items-container .teaser-item .title {
            min-height: 50px;
        }

            .featured-items-container .teaser-item .title h3 {
                margin: 0;
                padding: 0;
                font-size: 17px;
            }

        .featured-items-container .teaser-item .teaser {
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
            min-height: 104px;
            max-height: 104px;
            margin-bottom: 15px;
        }

        .featured-items-container .teaser-item .details {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

            .featured-items-container .teaser-item .details > div {
                flex: calc(50% - 40px);
                /*width: calc(100% - 10px);*/
                border-top: solid 1px #eee;
                padding-top: 10px;
            }

                .featured-items-container .teaser-item .details > div:nth-child(even) {
                    text-align: right;
                }

        .featured-items-container .teaser-item .pricing {
            position: absolute;
            bottom: 0;
            background-color: var(--link-color);
            border: solid 2px var(--link-color);
            width: calc(100% - 23px);
            padding: 10px;
            margin-left: -10px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            font-size: 16px;
            color: #fff;
            text-align: center;
        }

            .featured-items-container .teaser-item .pricing:hover {
                border: solid 2px var(--link-color);
                background-color: var(--hover-color);
                color: #000;
            }

.default-button {
    font-family: Museo;
    color: #fff;
    background-image: none;
    background-color: var(--link-color);
    border: solid 2px var(--link-color);
    padding: 15px 40px;
    border-radius: 5px;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

    .default-button.light {
        color: var(--link-color);
        background-color: var(--appt-bg-color);
    }

    .default-button:hover {
        background-image: none;
        text-decoration: none;
        background-color: var(--hover-color);
        color: #000;
        border: solid 2px var(--link-color);
    }

    .default-button.button-sm {
        padding: 10px;
        font-size: 15px;
    }

    .default-button.button-xs {
        padding: 5px 10px;
        font-size: 15px;
    }


.default-button.block  {
   display: block;
}

.footer-wrapper {
    width: 100%;
    background-color: #fef1de;
    margin-bottom: 100px;
    text-align: center;
}

    .footer-wrapper .logo-wrapper {
        background-color: #fff;
        padding-top: 20px;
    }

    .footer-wrapper .logo-wrapper > img {
        width: 135px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }


footer {
    padding: 20px 0px 40px 0px;    
}


/* Tabs */
/* Tabs Container */
.tabs-container {
}

/* Tabs Block */
.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tabs */
.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .tabs label {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        cursor: pointer;
        font-family: Roboto, sans-serif;
        font-size: 1.2rem;
        font-weight: 700;
        transition: background-color ease 0.3s;
        border-bottom: solid 2px #fff;
        border-radius: 10px;
        margin-bottom: 5px;
        margin-right: 5px;
        margin-top: 10px;
    }

        .tabs label:hover {
            background-color: #eee;
        }

        .tabs label .material-icons {
            margin-right: 0.3rem;
        }

    .tabs .tab {
        flex-grow: 1;
        width: 100%;
        height: 100%;
        display: none;
        margin-top: 10px;
    }

        .tabs .tab > *:not(:last-child) {
            margin-bottom: 0.8rem;
        }

    .tabs [type=radio] {
        display: none;
    }

        .tabs [type=radio]:checked + label {
            border: solid 2px var(--link-color);
        }

            .tabs [type=radio]:checked + label :hover {
            }

            .tabs [type=radio]:checked + label + .tab {
                display: block;
            }


.location-map {
    width: 100%;
    height: 600px;
    border: 0;
    border-radius: 10px;
}

.location-map-small {
    width: 100%;
    height: 375px;
    border: 0;
    border-radius: 10px;
}

.page-link-tag {
    font-size: 12px;
    padding: 8px 20px;
    background: var(--appt-bg-color);
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
}

    .page-link-tag a, .page-link-tag a:hover {
        color: #000;
        background-image: none;
    }
        .page-link-tag a:hover {
            color: #000;
            text-decoration: underline;
            background-image: none;
        }

.tags {
    margin-left: 20px;
    margin-bottom: 20px;
}

    .tags a {
        display: inline-block;
        height: 24px;
        line-height: 24px;
        position: relative;
        margin: 0 10px 8px 0;
        padding: 3px 15px 3px 8px;
        background: var(--link-color);
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }

        .tags a:before {
            content: "";
            position: absolute;
            top: 0px;
            left: -15px;
            width: 0;
            height: 0;
            border-color: transparent var(--link-color) transparent transparent;
            border-style: solid;
            border-width: 15px 15px 15px 0;
        }


.text-container {
    margin-bottom: 30px;
}

    .text-container p {
        margin-bottom: 20px;
    }


/* Styles */

h1, h2, h3 {
    font-family: 'Museo';
    margin: 0;
    padding: 0;
}

    h1.title {
        font-weight: 600;
        position: relative;
        line-height: 42px;
        padding-bottom: 15px;
        margin-bottom: 30px;
        margin-top: 0;
    }

        h1.title:after {
            position: absolute;
            content: "";
            height: 2px;
            width: 80px;
            background: var(--link-color);
            bottom: 0;
            left: 0;
        }


    h2.title {
        font-weight: 600;
        position: relative;
        line-height: 42px;
        padding-bottom: 15px;
        margin-bottom: 30px;
        margin-top: 0;
    }

        h2.title:after {
            position: absolute;
            content: "";
            height: 2px;
            width: 80px;
            background: var(--link-color);
            bottom: 0;
            left: 0;
        }

    h3.title {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: var(--link-color);
    }

.text-uppercase {
    text-transform: uppercase;
}

.sticky-container {
    position: fixed;
    bottom: 5%;
    right: -2px;
    text-align: right;
    z-index: 99;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
}

.exp-destination-tags {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

    .exp-destination-tags .exp-destination-tag {
        display: inline-block;
        background-color: var(--hover-color);
        padding: 0px 15px;
        color: #fff;
        border-radius: 5px;
        font-size: 14px;
    }

.popup-page {
  padding: 20px;
}

.popup-page .container {
  width: 100%;
  margin-left:0;
  margin-right: 0;
}

.popup-title {
    font-weight: 600;
    position: relative;
    line-height: 42px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.popup-title:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 80px;
    background: var(--link-color);
    bottom: 0;
    left: 0;
}

.content-page blockquote {
    margin: 20px 0px;
    background-color: var(--appt-bg-color);
    padding: 15px;
    border-radius: 10px;
    font-family: Museo;
}

    .content-page blockquote:before, .content-page blockquote:after {
        display: none;
    }

.content-page img {
    border-radius: 10px;
}

label.required:after {
    color: var(--link-color);
    content: ' *';
    display: inline;
}

form#registrationForm {
    margin-top: 150px;
}

.form {
}

.form .tab {
    display: inline-block;
    background-color: #f7f7f7;
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    user-select: none;
}

.form .tab-contents {
    display: none;
}

.form .tab.active {
    background-color: var(--appt-bg-color);
}

    .form .tab.active .tab-contents {
        display: block;
    }


.form {
    display: flex;
    flex-direction: column;
}

    .form [type="checkbox"]:checked, .form [type="checkbox"]:not(:checked) {
        position: static;
    }

    .form label {
        font-family: Poppins;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: -.01px;
        font-weight: 600;
        display: block;
        margin-bottom: 8px;
        margin-top: 20px;
    }

    .form .note {
        background-color: var(--appt-bg-color);
        padding: 10px;
        font-size: 12px;
        margin-bottom: 10px;
    }

        .form label.form-check-label {
            display: inline-block;
        }

        .form .form-field-container {
            position: relative;
            margin-bottom: 24px;
        }

    .form .form-control {
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5rem;
        letter-spacing: -.01px;
        background-color: #fff;
        border-radius: 4px;
        outline: none;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 14px;
        display: inline-block;
        width: 100%;
        height: 36px;
        border: 1px solid var(--color-medium-dark-grey);
    }

    .form .form-control.h-unset {
        height: unset;
    }

    .form textarea.form-control {
        width: 100%;
        min-width: 50%;
        max-width: 100%;
        min-height: 200px;
        height: 200px;
    }

    .form .field-validation-error {
        margin-top: 10px;
        font-family: Poppins;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: -.01px;
        color: var(--color-coal-black);
        background-color: var(--color-pastel-red);
        padding: 14px;
        display: block;
    }

    .form .field-validation-valid {
        display: none;
    }

.service-add-wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    color: rgba(255, 255, 255, 1);
    font-size: 25px;
    z-index: 8;
    cursor: pointer;
}

.tab-list {
    display: flex;
    width: calc(100% - 48px);
    padding: 0px 24px;
}

.tab-content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 96px);
    padding: 0px 24px;
    margin: 0px 24px;
    border: solid 2px var(--link-color);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dropdown-menu .tab-content  {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
}

.tab-content .tab-pane {
    display: none;
    padding-bottom: 24px;
}

    .tab-content .tab-pane.active {
        display: flex;
        flex-direction: column;        
    }

.dropdown-menu .tab-content .tab-pane.active {
    flex-direction: row;
    flex-wrap: wrap;
}

    .tab-content .tab-pane .item {
    width: 230px;
    text-align: center;
    opacity: 1;
}

    .tab-content .tab-pane .introduction {
        margin: 15px 0px;
    }

    .tab-list .tab {
        display: inline-block;
        background-color: var(--appt-bg-color);
        padding: 5px 15px;
        margin-right: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        user-select: none;
        text-transform: none;
        cursor: pointer;
    }

        .tab-list .tab:hover {
            background-color: var(--link-color);
        }

        .tab-list .tab.active {
            background-color: var(--link-color);
        }

.cta-register {
    background-color: var(--appt-bg-color);
    padding: 20px;
}

.login-status {
    text-align: right;
}

.mobile-header {
    display: none;
}

.video-button-wrapper {
    position: absolute;
    width: 96px;
    height: 85px;
    top: calc(50% - 42px);
    left: calc(50% - 50px);
    cursor: pointer;
    display: block;
}

.video-player {
    height: 500px;
}

.embed-responsive-item {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: none;
}

.embed-mh550 {
   min-height:650px;
   width: 100%;
   border-radius: 10px;
   border: none;
}

.video-info-container {
    width: 100%;
    background-image: url(/assets/images/about-us/background.jpg);
    position: relative;
    height: 440px;
    margin: 20px 0px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.container > .video-info-container {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: calc(100vw - 10px);
  position: relative;
  right: 50%;
  width: calc(100vw - 10px);
}

    .video-info-container h2.title {
    }

    .video-info-container > div {
        display: flex;
    }

        .video-info-container > div > div {
            width: 50%;
        }

    .video-info-container .left-column {
        margin-top: -57px;
        padding-right: 36px;
        width: 50%;
    }

        .video-info-container .left-column .video-placeholder {
            border-radius: 10px;
            vertical-align: middle;
            width: 100%;
            height: 428px;
            background-position: center;
            background-size: cover;
            text-align: center;
            padding: 0px 21px;
            position: relative;
        }

    .video-info-container .right-column {
        padding-top: 57px;
        width: 50%;
        padding-left: 36px;
        margin-right: 45px;
    }

        .video-info-container .right-column a {
            color: var(--link-color);
        }

        .video-info-container .right-column > div {
            width: 100%;
          height: 386px;
            background-color: #fff;
            border-radius: 10px;
            border: solid 2px var(--appt-bg-color);
            padding: 20px;
        }

    .video-info-container .person-details-text {
        /*height: 140px;
        max-height: 140px;*/
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .video-info-container .person-info {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 32px 0 0;
        padding: 0 100px 0 0;
        box-sizing: border-box;
    }

    .video-info-container .person-name {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        font-size: 20px;
        text-transform: uppercase;
    }

    .video-info-container .avatar {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 21px 0 0;
    }

        .video-info-container .avatar img {
            display: block;
            border-radius: 50%;
        }

.full-footer-container {
    display: flex;
    flex-direction: column;
}

.footer-upper-row {
    margin: 0px 0px 75px 0px;
    padding-top: 75px;
    display: flex;
    justify-content: space-around;
}

.footer-default-button {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 30%;
    color: #000;
}

    .footer-default-button h2 {
        margin-bottom: 25px;
        text-align: center;
    }

.banner button.button, .banner a.button, a.default-button, .default-button {
    color: #fff;
    background-color: var(--link-color);
    border: none;
    padding: 15px 40px;
    border-radius: 5px;
    font-size: 17px;
    border: solid 2px var(--link-color);
}

.footer-section-container {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.footer-bottom-row {
    display: flex;
    justify-content: space-around;
}

.footer-socials-row {
    display: flex;
    justify-content: start;
    align-items: center;
}
.footer-section-title {
    padding: 0px 20px;
    text-align: left;
    margin: 0px 0px 40px 0px;
    height: 20px;
}

.footer-item {
    display: flex;
    justify-content: left;
    width: auto;
    padding: 12px;
}

.footer-item-content {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;    
}

    .footer-item-content p {
        text-align: left;
    }

.footer-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.footer-nav-item {
    padding: 10px;
}

    .footer-nav-item a {
        font-size: 16px;
        text-align: left;
    }

    .footer-nav-item a:hover {
        color: var(--link-color);
    }

    .footer-nav-item a:hover::after {
        color: var(--link-color);
    }

.footer-nav-section a {
    color: #000;
}

.footer-section, .footer-nav-section, .footer-image-section, .footer-contact-section {
    color: #000;
}

    .footer-section img, .footer-section svg {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
        color: var(--link-color);
    }

    .footer-item-image img, .footer-item-image svg {
        width: 32px;
	height: 32px;
        color: var(--link-color);
    }

.footer-contact-section a {
    color: #000;
}

    .footer-contact-section a:hover {
        color: var(--link-color);
    }

    .footer-contact-section a:hover::after {
        color: var(--link-color);
    }


.footer-image-section svg, .footer-image-section img {
    color: var(--link-color);
}

#widget-booking-content * {
    font-family: "Poppins", sans-serif !important;
}

#widget-booking-content .far.fa-calendar-days {
    color: var(--link-color) !important;
}

.widget-checkout-submit,
#widget-booking-content label,
#widget-booking-content .form-label,
#widget-booking-content .form-row .widget-register-phone, .oanl-flex-container * {
    font-size: 14px !important
}

#widget-booking-content i {
    font-family: "Font Awesome 6 Free" !important;
    font-size: 3em !important;
}

#oa_widget .form-label {
    width: 46% !important;
}

.widget-register-email, .widget-register-phone, .widget-register-header-remarks, .widget-register-remark-hint {
    display: none !important;
}

#oa_widget .fld {
    width: 50% !important;
}

    #oa_widget .fld > .fld {
        width: 100% !important;
    }

#oa_widget .form-row button, #widget-booking-content button.widget-checkout-submit {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    border: solid 2px var(--link-color);
    color: #fff !important;
    cursor: pointer;
}

#oa_widget .form-row button, #oa_widget.theme-advanced .form-row button.widget-checkout-submit:hover {
    background-color: var(--hover-color) !important;
    border: solid 2px var(--link-color);
    cursor: pointer;
    color: #000;
}

#widget-booking-content .form-row button:hover {
    background: var(--hover-color) !important;
    border: solid 2px var(--link-color);
    color: #000 !important;
}

#widget-select-date .datepicker-inline {
    width: 500px !important;
}

.datepicker table tr td span {
    text-align: center;
}

    .datepicker table tr td span.active.active {
        background-color: var(--link-color);
    }

#oa_widget #widget-select-filters select {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    max-width: unset !important;
    width: unset !important;
}

.datepicker-days .table-condensed th, .datepicker-switch {
    font-weight: bold !important;
}


#oa_widget.theme-advanced .datepicker-inline .datepicker-days table tr td.active, .datepicker-days .table-condensed tr td.active {
    background: var(--link-color) !important;
}

.online-appointment-container {
    display: flex;
    gap: 40px;
}

.online-appointment-container p {
    margin-bottom: 20px;
}

    .online-appointment-container > div {
        width: 50%;
    }

.online-appointment-introduction {
    margin-top: -50px;
}

.online-appointment-introduction .introduction {
    margin-bottom: 30px;
    width: 50%;
}

#widget-booking-content .widget-view-full-height h1, #oa_widget #widget-booking-content .widget-view-full-height #widget-select-datetime h2 {
    margin-top: 10px;
    font-weight: 600;
    position: relative;
    line-height: 42px;
    font-size: 16px !important;
}

    #widget-booking-content .widget-view-full-height h1:after, #oa_widget #widget-booking-content .widget-view-full-height #widget-select-datetime h2:after {
        position: absolute;
        content: "";
        height: 2px;
        width: 80px;
        background: var(--link-color);
        bottom: 0;
        left: 0;
    }

.image-container-404 img {
    width: 50%;
}

.experience-overview {
    display: flex;
}

.experience-overview a {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

    .experience-overview > div {
        margin-right: 20px;
        width: calc(30% - 13px);
        border: solid 1px var(--link-color);
        border-radius: 10px;
        margin-bottom: 10px;
        height: 530px;
    }

.experience-overview .image-container {
    background-color: #eee;
    height: 248px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .experience-overview .image-container img {
        vertical-align: bottom;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        opacity: 1;
        height: 248px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.experience-overview > div .experience {
    padding: 10px;
}

    .experience-overview > div .experience .teaser {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.dropdown-input {
    font-family: "Poppins", sans-serif !important;
    padding: 8px 15px;
    margin-bottom: 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

form {
    position: relative;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffffc7;
    width: 100%;
    height: 100%;
    text-align: center;
}

.loader .loader-content {
    padding: 40px;
}

.loader svg {
    color: var(--link-color);
    margin-top: 100px;
    width: 64px;
    height: 64px;
}

.trips {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

.trips .trip {
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 20%;
    position: relative;
    cursor: pointer;
    user-select: none;
}

    .trips .trip > .checked {
        display: none;
    }

    .trips .trip.checked {
        border-color: green;
        color: green;
    }

    .trips .trip.checked > .checked {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .trips .trip .title {
        font-family: Poppins;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: -.01px;
        font-weight: 600;
        display: block;
        margin-bottom: 8px;
    }

.row {
  display: flex;
  flex-direction: row;
justify-content: space-between;
}

.row-mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}


.px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.pt-3 {
    padding-top: 1rem;
}

.pt-4 {
    padding-top: 2rem !important;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.row > div.col-50 {
  width: 50%;
}

.column {
  display: flex;
  flex-direction: column;
}

.block {
  display: block;
}

.call-to-action {
  margin-bottom: 40px;
}

.no-background-image {
    background-image: none !important;
    color: #faaa3d;
}