@import 'https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.3/dist/css/splide.min.css';
@import 'https://cdn.jsdelivr.net/npm/tiny-slider@2.9.4/dist/tiny-slider.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css';
@import 'https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css';
@import 'https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.min.css';
@import 'https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css';

img.invert {
    filter: invert(1);
}

.tour-title {
    font-family: Montserrat, Poppins, sans-serif;
}

.page-title {
    letter-spacing: -1px;
}

.gradient-color-black {
    --bs-gradient-color: 0, 0, 0;
}

.bg-opacity-40 {
    --bs-bg-opacity: 0.4;
}

.h-300px {
    height: 18.75rem;
}

.bg-gradient-to-top {
    --bs-bg-opacity: 1;
    background-image: linear-gradient(to top, rgba(var(--bs-gradient-color, var(--bs-white-rgb)), 0), rgba(var(--bs-gradient-color, var(--bs-white-rgb)), var(--bs-bg-opacity)));
}

.homepage-hero h1 {
    line-height: 110%!important;
}
.lh-15 {
    line-height: 110%!important;
}



.cognitive-hero {
    height: 700px !important;
    max-height: 700px !important;
}

.final-price {
    font-size: 1.2rem;
}

.btn-lg {
    --bs-btn-border-radius: 0.5rem !important;
}

.breadcrumb {
    --bs-breadcrumb-item-padding-x: 0.4rem !important;
}

.navbar-cognitive a:hover {
    color: #000!important;
}

.price-detail-text {
    max-width: 70%;
    line-height: 1.5rem!important;
}

.bg-primary-soft {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
}

@media (max-width: 575.98px) {
    .card-img-scale-wrapper {
        height: 400px;
    }
    .term .row > * {
        width: inherit!important;
    }

}

section {
    /*padding-top: 0rem;*/
    /*padding-bottom: 2.8rem;*/
}
section.section-title {
    padding-bottom: 0!important;
}
main section:first-of-type {
    /*padding-top: 3.5rem;*/
    /*padding-bottom: 2.8rem;*/
}

main > section:last-child {
    /*margin-top: 3.5rem;*/
    /*padding-top: 3.5rem;*/
    padding-bottom: 3.5rem;
}

@media (max-width: 767.98px) {
    /*section {*/
    /*    padding-top: 0rem;*/
    /*    padding-bottom: 3rem;*/
    /*}*/

    /main section:first-of-type {
    /*    padding-top: 4rem;*/
    /*    padding-bottom: 3rem;*/
    }

    main > section:last-child {
        /*margin-top: 4rem;*/
        /*padding-top: 4rem;*/
        padding-bottom: 4rem;
    }
    section.section-gallery {
        padding-bottom: 1rem!important;
    }

    .section-mobile-gallery #tns1 > .tns-item {
        padding-right: 0!important;
    }
    .section-mobile-gallery #tns2 > .tns-item {
        padding-right: 0!important;
    }

}
@media (max-width: 575.98px) {
    .offcanvas-w-500px {
        width: 100%!important;
    }
}


.tns-controls {
    background: rgba(255, 255, 255, 0.4)!important;
}

/*.card-img-scale-wrapper img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*!* Hover efekt pre scale *!*/
/*.card-img-scale:hover .card-img-scale-wrapper img {*/
/*    transform: scale(1.1);*/
/*}*/
.route {
    list-style: none;
    /*margin: 0;*/
    /*padding: 0 0 0 .3125rem;*/
    position: relative;
}
.route__item {
    padding-bottom: .625rem;
    padding-left: 1.5625rem;
    position: relative;
}
.route__item:first-child::before {
    top: .75em;
}
.route__item:last-child {
    padding-bottom: 0;
}
.route__item::after, .route__item::before {
    content: "";
    display: block;
    position: absolute;
}
.route__item::before {
    border-right: 2px solid #e6e6e6;
    bottom: 0;
    margin-right: -1px;
    right: 100%;
    top: 0;
    width: .3125rem;
}

.route__item::after, .route__item__by {
    left: 0;
    transform: translate(-50%,-50%);
}
.route__item::after {
    background-color: #282828;
    border-radius: 100%;
    height: 6px;
    top: .75em;
    width: 6px;
}
.route__item::after, .route__item::before {
    content: "";
    display: block;
    position: absolute;
}
.route__item:last-child::before {
    bottom: calc(100% - .75em);
}
li.plane-info::before {
    font-family: 'Font Awesome 6 Free'; /* alebo podľa použitej verzie */
    font-weight: 900; /* Font Awesome 6 Free Solid icons */
    content: '\e22d'; /* Unicode pre požadovaný znak, napr. fa-check */
}

.pe-none {
    pointer-events: none;
}
.h-20px {
    height: 1.25rem;
}
.w-20px {
    width: 1.25rem;
}
.icon {
    fill: currentColor;
    display: inline-block;
    flex-shrink: 0;
}
img, svg {
    vertical-align: middle;
}

.route__item__by {
    position: absolute;
    top: calc(50% + .75em);
}

.multi-column-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.size-50 {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}

.rounded-12 {
    border-radius: 12px;
}
.fs-14 {
    font-size: 14px!important;
}
