/* Root */
:root {
    --theme-color: #113D48;
    --primary-color: #113D48;
    --secondary-color: #317B6C;
    --title-color: #113D48;
    --body-color: #6E7070;
    --smoke-color: #E9F6F9;
    --smoke-color2: #F3F4F6;
    --black-color: #000000;
    --black-color2: #0D0D0C;
    --gray-color: #E1E4E5;
    --white-color: #ffffff;
    --light-color: #E1E4E5;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E9EDF5;
    --title-font: "Manrope", sans-serif;
    --body-font: "Inter", sans-serif;
    --style-font: "Montez", cursive;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1320px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 2s;
}

/* Container */
@media only screen and (min-width: 1300px) {
    .container-xl {
        padding-left: 80px;
        padding-right: 80px;
        max-width: 1700px;
    }
}

/* Header */
.header-logo img {
    max-width: 240px;
    width: 100%;
}

.th-menu-wrapper .mobile-logo {
    padding: 40px;
}

.th-mobile-menu .th-btn {
    margin: 30px 40px 0px 40px;
}

.header-links li:not(:last-child) {
    margin: 0 24px 0 0;
}

.header-links li:not(:last-child):after {
    right: -14px;
}

.header-rating i {
    color: #FFA944;
    transform: translateY(-.1em);
}

.header-rating i:first-of-type {
    margin-left: 12px;
}

.header-socials img {
    width: 26px;
    margin-left: 6px;
}

.th-menu-wrapper .th-menu-area {
    width: calc(100% - 80px);
    max-width: 380px;
}
@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: calc(100% - 40px);
        max-width: 380px;
    }
}

/* Hero */
.hero3-card .hero-img {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}

.hero3-card .hero-img img, .hero3-card .hero-img video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.hero-3 .swiper-slide {
    height: auto;
}

.hero-style3 {
    padding: 70px 0 70px 0;
    max-width: 960px;
}
.hero-style3 .hero-text {
    max-width: 640px;
}

@media (min-width: 992px) {
    .hero-style3 {
        padding: 70px 0 160px 0;
    }
}
@media (min-width: 1500px) {
    .hero-style3 {
        padding: 90px 0 160px 0;
    }
}

@media (max-width: 1499px) {
    .hero-style3 .hero-title {
        font-size: 50px;
        line-height: 60px;
        max-width: 760px;
    }
}
@media (max-width: 991px) {
    .hero-style3 .hero-title {
        display: block;
        margin: auto auto 7px auto;
    }
}


.hero3Thumbs {
    height: auto;
    bottom: 0;
    max-width: unset;
}

.hero3-swiper-custom {
    background-color: transparent;
    height: 0;
    bottom: 48px;
    left: 0;
    width: 100%;
    position: absolute;
}

.hero3-text {
    background-color: var(--theme-color);
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero3-text span {
    display: block;
    color: white;
    font-size: 1.25rem;
}

@media (max-width: 1399px) {
    .hero-booking, .booking-form.style2 {
        border-radius: 16px 16px 0px 0px;
    }
}

.booking-form.style2 {
    padding: 16px 32px;
}

.booking-form.style2 .input-wrap .form-group {
    height: unset !important;
    padding-bottom: unset !important;
    height: 42px !important;
    width: 100%;
}
@media (max-width: 1199px) {
    .booking-form.style2 .input-wrap .form-group {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .booking-form.style2 .input-wrap .form-group {
        margin-bottom: 8px;
    }
    .booking-form.style2 .search-input {
        width: 100%;
    }
}

.booking-form.style2 .input-wrap .form-group:not(:first-child) {
    border-left: none;
    padding-left: unset;
}

.booking-form.style2 .input-wrap .form-group .search-input {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 6px;
    cursor: pointer;
    height: auto;
    transition: .5s ease;
}

.booking-form.style2 .input-wrap .form-group .search-input.input-error {
    border: 1px solid rgba(255, 0, 0, 1) !important;
}

.booking-form.style2 .input-wrap .form-group .search-input:hover {
    border: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.booking-form.style2 .input-wrap .form-group.form-group-dropdown .search-input {
    padding: 6px 24px 6px 16px !important;
}

.booking-form.style2 .input-wrap .form-group.form-group-input .search-input input {
    padding: 6px 24px 6px 16px;
    line-height: 26px !important;
    height: 100%;
}

.booking-form .text {
    font-size: 14px;
    margin-bottom: 6px;
}

.input-wrap .form-group select, .input-wrap .form-group .form-control, .input-wrap .form-group .form-select, .input-wrap .form-group textarea, .input-wrap .form-group .nice-select, .input-wrap .form-group input {
    font-size: 14px;
    color: #828383;
}

.input-wrap .form-group .nice-select:after {
    right: -12px !important;
}


@media (min-width: 992px) {
    .input-wrap > div {
        margin-right: 12px;
        margin-bottom: 0;
    }
}

.booking-form .th-btn {
    font-size: 14px;
    white-space: nowrap;
    padding: 10px 30px;
}
@media (min-width: 992px) {
    .hero3-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

/* Reistypes */
.destination-list-wrap.active .destination-list {
    cursor: default;
}

@media (max-width: 767px) {
    /* .destination-list {
        max-height: 200px;
    } */
    .destination-list .th-btn {
        right: auto;
        left: 20px;
    }
}

/* .destination-list .destination-subtitle {
    opacity: 0;
    transition: .5s ease;
    transition-delay: 0s;
}
.destination-list-wrap.active .destination-list .destination-subtitle {
    opacity: 1;
    transition-delay: .4s;
} */

@media (max-width: 991px) {
    .destination-list-wrap.active .destination-content {
        bottom: 30px;
    }
    .destination-list-wrap.active .destination-content .th-btn {
        left: 0;
    }
}

.destination-list-wrap {
    overflow: hidden;
    transition: none;
}

.destination-list-wrap a {
    pointer-events: none;
}

.destination-list-wrap.active a {
    pointer-events: all;
}

.destination-list-wrap.active a:hover {
    color: currentColor;
}

.destination-list-wrap.active .destination-content {
    transition: none;
}

@media (min-width: 768px) {
    .destination-list .destination-content {
        right: 0;
        left: unset;
        bottom: 0;
        top: unset;
    }

    .destination-list-wrap.active .destination-content {
        transform: none;
        width: calc(100% - 80px);
    }
    .destination-list-wrap:not(.active) .destination-list .destination-content {
        transform: rotate(-90deg) translate(50px, 200px);
        transform-origin: left bottom;
        width: 550px;
        height: 160px;
        right: 0;
        left: 0;
        bottom: 0;
        top: unset;
    }
}

@media (max-width: 1200px) {
    .destination-list-wrap:not(.active) .destination-list .destination-content .destination-subtitle {
        display: none;
    }
}

.destination-content .th-btn {
    display: none;
}

.destination-list-wrap.active .destination-content .th-btn {
    display: table;
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 2rem;
}

/* Image boxes */
.img-box3 {
    margin-left: 0;
}
.img-box3 .img1, .img-box3 .img2 {
    width: 60%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
} 
.img-box3 .img2 {
    top: unset;
    right: unset;
    margin-left: auto;
    margin-right: 14%;
    margin-top: -60%;    
    width: 65%;
}
.img-box3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}



/* Gallery area */
.gallery-card .box-img {
    width: 100%;
    height: auto;
}
.gallery-card .box-img a {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.gallery-card .box-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.gallery-card-square a { padding-bottom: 94%; }
.gallery-card-landscape a { padding-bottom: 77.75%; }
.gallery-card-portrait a { padding-bottom: 162%; }

/* Video box */
.global-img .video-box3 {
    padding-top: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
}

/* Team */
.team-box .team-img {
    height: 0;
    width: calc(100% - var(--space)* 2);
    padding-bottom: calc(100% - var(--space)* 2);
    position: relative;
    overflow: hidden;
}

.team-box .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

/* Bestemmingen */
.destination-item4_img {
    height: 0;
    width: 100%;
    padding-bottom: 128%;
    position: relative;
    overflow: hidden;
}

.destination-item4_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

/* Reisdoel */
.category-card {
    margin-bottom: 0;
}

.category-card .box-img {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.category-card .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

/* Buttons */
.th-btn.style3 {
    background-color: var(--secondary-color);
}

.icon-btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.th-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

/* Form */
.search-input {
    width: 100%;
}

.input-wrap .form-group .nice-select .list {
    min-width: 200px;
    width: calc(100% + 28px);
}

.nice-select .list {
    left: -12px;
}

.form-step {
    display: block;
}

.form-step.is-hidden {
    display: none !important;
}

@media (min-width: 992px) {
    .form-step {
        display: flex;
    }
}

.form-return-wrapper {
    margin-right: .75rem;
}
@media (max-width: 991px) {
    .form-return-wrapper {
        margin-bottom: .75rem;
    }
}

.form-return-button {
    transform: rotate(180deg);
    line-height: 0;
}

/* feature-area */
.feature-area .swiper-slide {
    height: auto;
}

.feature-area .swiper-slide .feature-item {
    height: 100%;
}

/* Slider standards */
@media (max-width: 767px) {
    .swiper-pagination-bullets {
        margin: 20px 0 10px 0;
    }
}

.slider-arrow.default.style6 {
    line-height: 0;
}

.slider-with-nav {
    position: relative;
}

.slider-with-nav .slider-arrow.slider-nav-prev {
    transform: rotate(180deg);
}
@media (max-width: 1529px) {
    .slider-navigation {
        text-align: center;
        margin-top: 20px;
    }
}

@media (min-width: 1530px) {
    .slider-with-nav .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .slider-with-nav .slider-nav-prev {
        left: -90px;
        right: auto;
    }

    .slider-with-nav .slider-nav-next {
        left: auto;
        right: -90px;
    }
}

section {
    overflow: hidden;
}

/* Simple slider */
.slider--simple-area .slider-arrow {
    display: block !important;
}

.slider--simple-area {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.slider--simple-area .slider-arrow {
    box-shadow: none;
    line-height: 0;
}

.slider--simple-area .slider-arrow:hover {
        border-color: var(--title-color);
}

.slider--simple-area .slider-arrow.slider-prev {
    left: 30px;
}

.slider--simple-area .slider-arrow.slider-next {
    right: 30px;
}


@media (max-width: 1500px) {
    .slider--simple-area .slider-arrow.slider-prev {
        left: 20px;
    }
    
    .slider--simple-area .slider-arrow.slider-next {
        right: 20px;
    }
}

.slider--simple-area .slider--simple-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
}

.slider--simple-area .slider--simple-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider--simple-text {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* Logo slider */
.brand-box a {
    width: 150px;
    height: 150px;
    display: block;
}

.brand-box img {
    width: 150px;
    height: 150px;
    display: block;
    object-fit: contain;
    object-position: center;
}

/* Menu */
.main-menu a, .th-btn {
    text-transform: none;
}

@media screen and (min-width: 1300px) and (max-width: 1340px){
    .header-layout1 .main-menu {
        padding-left: 20px !important;
    }
}

/* HeroImage */
.heroImage {
    padding-top: 35%;
}
@media screen and (min-width: 1080px) {
    .heroImage {
        padding-top: 25%;
    }
}

@media screen and (min-width: 1720px) {
    .heroImage {
        padding-top: 20%;
    }
}


/* Disable blank nav a */
.th-header a[href="#"], .th-header a[href="#"] {
    pointer-events: none;
}


/* main-menu a always black */
.main-menu a {
    color: var(--black-color2) !important;
}


/* preloader font size */
@media screen and (max-width: 767px) {
    .th-preloader .animation-preloader .txt-loading {
        font-size: 36px;
        line-height: 42px;
    }
    .th-preloader .animation-preloader .txt-loading .characters:before {
        top: 4px;
    }
}

/* horizontal scroll gallery-area */
@media screen and (max-width: 767px) {
    .gallery-area .row {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;     
        margin-left: 0;
        margin-right: 0;
        flex-wrap: nowrap; /* essentieel! */
        margin-left: -12px;
        margin-right: -12px;
        width: calc(100% + 24px);
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    .gallery-area .row .col-md-6 {
        flex: 0 0 auto;
        width: auto !important;
        display: flex !important;
        width: auto !important;
        max-width: unset !important;
        padding-right: 0;
        padding-left: 0;
        margin-top: 0;
        flex-shrink: 0;
    }
    .gallery-card {
        width: 75vw !important;
        max-width: 75vw !important;
        margin-right: 12px;
        margin-left: 12px;
        flex-shrink: 0;
    }
    .gallery-card a {
        padding-bottom: 100% !important;
    }
    .gallery-card:nth-child(2) {
        margin-top: 0px;
    }

    .gallery-card .box-img {
        margin-bottom: 0;
    }
}

/* Footer margin button nieuwsbrief */
@media screen and (max-width: 991px) {
    footer .th-btn.style2 {
        margin-top: 16px;
    }
}

/* Button smaller on mobile */
@media screen and (max-width: 767px) {
    .th-btn {
        padding: 12px 20px;
    }
}