@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;500;700&display=swap");
@font-face {
    font-family: "PlayfairDisplay";
    src: url("../webfonts/PlayfairDisplay-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
    --lblue: #eaf5fa;
    --blue: #327ea5;
    --dblue: #2c3e50;
    --red: #bd0926;
    --gray: #979797;
    --lgray: #c7d0d9;
    --green:#3B9C85;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: var(--dblue);
    overflow: auto !important;
    overflow-x: hidden;
}
.outline_btn {
    background: #F9F9F9;
    border: 1px solid #C51430;
    border-radius: 16px;
    color: #C51430;
    padding: 3px 10px;
}
#logos{
    background-color: #354656;
    padding: 18px 0;
}
#fullscreen-video{
    min-width: 100%;
    object-fit: cover;
    height: 100%;
}
/* maked inline */
/* #preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: #fff;
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1500;
} */
.bar-container {
    position: relative;
    border-radius: 50%;
    -webkit-animation: scale 2s ease-out infinite;
    animation: scale 2s ease-out infinite;
}
@keyframes scale {
    0% { transform: scale(1.5); opacity: 0; }
    70% { transform: scale(2) rotate(130deg); opacity: 0.7; }
    100% { transform: scale(1.2) rotate(180deg); opacity: 0.1; }
}

.footer_logo_ach img {
    width: 64px;
}
.footer_logo_swissmember img {
    width: 110px;
}
.footer_logo_swisstainable img {
    width: 50px;
    margin-left: 10px;
    margin-right: 20px;
}
.footer_logo img {
    min-width: 100px;
}
footer img {
    width: max-content;
    height: 100%;
}
ul {
    list-style-position: inside;
}
ul.img-list li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 8px;
}
.TA_cdsratingsonlywide {
    margin-left: 10px;
}
.cdsComponent.logo,
.cdsComponent.cdsLocName {
    display: none !important;
}
.cdsComponent.cdsRating {
    font-size: 16px !important;
}

.cdsROW.wide .cdsROWContainer .cdsComponent{
    text-align: left;
}

.trip-logo {
    width: 40px;
}
.img-list li {
    display: flex;
    align-items: center;
}
.early-booking {
    width: 80px;
    height: 80px !important;
    position: absolute;
    right: 0;
    top: -10px;
}
.new-tour {
    width: 100px;
    height: 100px !important;
    position: absolute;
    right: 8px;
    top: 5px;
}
.new-tour-in-list {
    width: 130px;
    height: 130px !important;
    position: absolute;
    right: -9px;
    top: -14px;
}
.site_logo {
    max-width: max-content;
    width: 180px;
    object-fit: cover;
}

.datepicker td,
.datepicker th {
    /* width: 40px !important; */
    height: 30px !important;
    padding: 0 12px !important;
}

.Hunter-time-picker, .datepicker {
    font-style: normal !important;
    z-index: 2025 !important;
}

/* @media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
} */

header {
    background-color: #fafafa;
    box-shadow: 0 3px 8px #2c3e5028;
    z-index: 2000;
    position: fixed;
    width: 100%;
    color: var(--blue);
}
header.hide {
    transform: translateY(-100%);
}
#header_top{
    background-color: #EEF0F3;
    padding: 8px 0;
    position: relative;
    z-index: 8;
}
.header-fixed {
    background-color: #fafafa;
    box-shadow: 0 3px 8px #2c3e5028;
    position: fixed;
    color: var(--blue);
    z-index: 7777;
    transition: 0.3s;
}
.header-fixed a, .header-fixed .menu-lang , #header_top a{
    color: var(--blue);
}

h1, h2, h3, h4 { font-weight: 700; }

a, a:hover {
    color: inherit;
    text-decoration: none;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

body .ui-tooltip {
    background-color: #327ea5;
    outline: none;
    padding: 0 8px;
    font-size: 13px;
    color: #fff;
    opacity: 1;
    box-shadow: 0 2px 3px 0 #00000033;
}

header .nav-link {
    font-size: 20px;
    font-weight: 700;

}
header .nav-link:hover,
header .nav-link.active,
header .nav-link.btn-offers.active {
    color: var(--red);
    background-color: transparent;
}
header .nav-link.btn-offers {
    background-color: #F8B019;
    text-align: center;
    border-radius: 28px;
    color: #fff;
}
header .nav-link.btn-offers:hover {
    color: unset;
}
header .nav-page {
    padding: .5rem ;
}
#luft_logo{
    height: 50px;
}
#search{
    /* background-color: #ffffff; */
    border-radius: 40px;
    cursor: pointer;
    transition: .3s;
    color: var(--blue);
}
#search:hover{
    transform: scale(1.2);
}
#search_bg{
    display: none;
    background-color: #1e294cc9;
    position: fixed;
    left: 0;
    bottom:0;
    right: 0;
    top: 0;
    z-index: 3333;
}
#search_tab{
    background-color: #ffffff;
    padding: 25px;
    position: fixed;
    width: 90vw;
    max-width: 700px;
    overflow-y: scroll;
    right: -750px;
    top: 0;
    bottom:0;
    transition: .5s;
    z-index: 8888;
}
#search_tab.expanded{
    right: 0;
}
#search_close{
    cursor: pointer;
    transition: .3s;
    padding: 12px;
}
#search_close:hover{
    transform: scale(1.2);
}

#start_from input {
    background-color: #ebeef2;
    border-radius: 30px;
    padding: 9px 15px;
    border: none;
    font-size: 1rem;
    width: 150px;
    color: var(--blue);
}
#search_results{
    margin-top: 20px;
}
#search_results p{
    color: var(--blue);
}
.result{
    background-color:#ffffff;
    border: 1px solid var(--dblue);
}
.result_img_block{
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.result img{
    width: 220px;
    height: auto;
    position: absolute;
    top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}

#black_friday{
    width: 35%;
    min-width: 200px;
    display: block;
    margin: auto;
    padding: 50px 0;
}

/* clock */
#swatch{
    display: inline-flex;
    right: max(15px, calc(50vw - 690px));
    z-index: 3;
    align-items: center;
}
#swatch .fs_22{
    line-height: 20px;
}

#clock {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#clock svg.markers {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
}
#clock .hands {
    width: 100%;
    height: 100%;
}
#clock .hands [hand] {
    z-index: 5;
    position: absolute;
    bottom: 50%;
    left: 50%;
    background: #050303;
}
#clock .hands [hand=hour] {
    bottom: calc(50% - 3px);
    width: 3px;
    height: 15px;
    margin-left: -1px;
    transform-origin: center 12px;
}
#clock .hands [hand=min] {
    bottom: calc(50% - 3px);
    width: 2px;
    height: 21px;
    margin-left: -0.7px;
    transform-origin: center 18px;
}
#clock .hands [hand=sec] {
    bottom: calc(50% - 4px);
    width: 1px;
    height: 20px;
    margin-left: -0.3px;
    transform-origin: center 16px;
    background: #BD0926;
    /* position: relative; */
}
#clock .hands [hand=sec]::after{
    content: '';
    background: #BD0926;
    height: 4px;
    width: 4px;
    position: absolute;
    top: -2px;
    left: -1.5px;
    border-radius: 2px;
}
/* endClock */

.h1, h1 {
    font-size: 2.2rem;
}
.text_sndr {
    color: var(--blue);
    font-family: "PlayfairDisplay", Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
}
.text_dblue {
    color: var(--dblue);
}
.text_blue {
    color: var(--blue);
}
.text_gray {
    color: var(--gray);
}
.text_lgray {
    color: var(--lgray);
}
.text_red {
    color: var(--red);
}
.fs_24 {
    font-size: 24px;
}
.fs_22 {
    font-size: 22px;
}
.fs_20 {
    font-size: 20px;
}
.fs_18 {
    font-size: 18px;
    line-height: 22px;
}
.fs_16 {
    font-size: 16px;
    line-height: 18px;
}
.fs_14 {
    font-size: 14px;
    line-height: 14px;
}
.fs_13 {
    font-size: 13px;
    line-height: 13px;
}
.small_i{
    font-size: 13px;
    font-style: italic;
    color: var(--gray);
}
.excurs_price h4{
    line-height: 16px;
}
.excurs_price .old_price, .typecard .old_price{
    /* color: var(--gray); */
    font-size: 14px;
    line-height: 14px;
    margin: 7px 0 -5px;
}

.old_price, .old_d_price{
    text-decoration: line-through;
    /* color: var(--gray); */
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin: 7px 0 -5px;
}
.new_price{
    /* color: var(--red);
    font-size: 16px; */
    line-height: 16px;
    margin: 7px 0 -5px;
}

.discount_label {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 4px;
    background: var(--red);
    color: white;
    height: 20px;
    width: 48px;
    text-align: center;
    vertical-align: middle;
    line-height: 21px;
}

.bg_gray {
    background-color: #f5f5f5;
}
.bg_lblue {
    background-color: var(--lblue);
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

#start_from i {
    color: var(--blue);
    font-size: 1rem;
}
#top_banner {
    background-color: rgb(255, 255, 255);
    width: 100%;
    position: relative;
    line-height: 0;
}

#top_banner video {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}

#top_banner_text {
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
}

#top_banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    /* opacity: 0.2; */
    z-index: 2;
}
#top_banner h1 {
    font-size: calc(3vw + 12px);
}



/* Marinei animation buttone */
.anim_btn{
    border: none;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: hidden;
    position: relative;
    width: fit-content;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out;
    background: transparent;
    padding: 0;
    z-index: 2;
}

.anim_btn:focus {
    outline: none
}
.anim_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--red));
    animation: anim_btn-right 2s linear infinite;
    transition: 0.5s ease-in-out;
}

.anim_btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, var(--red));
    animation: anim_btn-bottom 2s linear infinite;
    animation-delay: 1s;
    transform: translateY(-100%);
}

.anim_btn.anim_btn_green:after {
    background: linear-gradient(to bottom, transparent, var(--green));
}

.anim_btn.anim_btn_green:before {
    background: linear-gradient(to right, transparent, var(--green));
}
.anim_btn.anim_btn_green span::after {
    background: linear-gradient(to left, transparent, var(--green));
}
.anim_btn.anim_btn_green span::before {
    background: linear-gradient(to top, transparent, var(--green));
}
.anim_btn.anim_btn_green span {
    color: var(--green);
}

.anim_btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 8px;
    color: var(--red);
}

.anim_btn span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, transparent, var(--red));
    animation: anim_btn-left 2s linear infinite;
}

.anim_btn span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, transparent, var(--red));
    animation: anim_btn-top 2s linear infinite;
    animation-delay: 1s;
    transform: translateY(-100%);
}




.anim_btn.anim_btn_slow span:before,.anim_btn.anim_btn_slow span:after,.anim_btn.anim_btn_slow:before,.anim_btn.anim_btn_slow:after {
    animation-duration: 20s;
}
.anim_btn.anim_btn_slow span:before,.anim_btn.anim_btn_slow:after {
    animation-delay: -10s;
}





.anim_btn:hover:before {
    background: linear-gradient(to right, transparent, var(--blue));
}

.anim_btn:hover:after {
    background: linear-gradient(to bottom, transparent, var(--blue));
}

.anim_btn span:hover:before {
    background: linear-gradient(to top, transparent, var(--blue));
}

.anim_btn span:hover:after {
    background: linear-gradient(to left, transparent, var(--blue));
}

.anim_btn:hover span{
    color: var(--blue);
}
/*
.anim_btn:active:before {
    background: linear-gradient(to right, transparent, var(--blue));
}

.anim_btn:active:after {
    background: linear-gradient(to bottom, transparent, var(--blue));
}

.anim_btn span:active:before {
    background: linear-gradient(to top, transparent, var(--blue));
}

.anim_btn span:active:after {
    background: linear-gradient(to left, transparent, var(--blue));
}

*/

.anim_btn:active {
    background-color: var(--blue);
    border: none;
}

.anim_btn:active span {
    color: #ffffff;
    border: none;
}

@keyframes anim_btn-right { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }

@keyframes anim_btn-top { 0% { transform: translateY(100%); } 100% { transform: translateY(-100%); } }

@keyframes anim_btn-left { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }

@keyframes anim_btn-bottom { 0% { transform: translateY(-100%); } 100% { transform: translateY(100%); } }

/* End */

.round_btn {
    border-radius: 3em;
    border: none;
    box-shadow: 0px 2px 6px 0px #00000040;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 12px 20px;
    position: relative;
    width: fit-content;
    text-align: center;
    transition: 0.4s;
    z-index: 2;
}
.round_btn:hover {
    text-decoration: none;
    color: #ffffff;
    /* padding: 12px 24px; */
}

.red_btn {
    background-color: var(--red);
    color: #fff;
    max-width: 220px;
}

.white_btn {
    background-color: #f3f3f3;
    background: linear-gradient(180deg, #f3f3f3 0%, #ffffff 100%);
    color: var(--red);
}

.white_btn:hover,
.white_btn:active,
.white_btn:focus {
    border: none;
    outline: none;
}
.white_btn:hover {
    background-image: linear-gradient(80deg, #ec4b65 20%, var(--red) 80%);
}

.ex_card,
.recommended {
    position: relative;
    border-radius: 3px;
    transition: 0.3s;
}
.ex_card:hover {
    box-shadow: 0px 5px 15px 0px #00000033;
}
.ex_card img {
    height: 180px;
    object-fit: cover;
}
.recommended_img {
    width: 100%;
    border-radius: 1rem;
    height: 460px;
    object-fit: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.recommended:hover .recommended_img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

#filt_header {
    display: block;
    cursor: pointer;
    margin: 0;
}

#clear-filter-div .clear-all {
    padding: 10px;
    margin: auto;
    text-align: center;
    text-decoration: underline;
    color: var(--red);
    cursor: pointer;
}

#contact_form {
    box-shadow: 0px 15px 30px 0px #00000029;
    border-radius: 16px;
}

/* animate on scroll */
.anim-el {
    opacity: 0;
    -webkit-transition: transform 0.7s ease-out, opacity 0.4s, color 0.3s,
        padding 0.3s;
    transition: transform 0.7s ease-out, opacity 0.4s, color 0.3s, padding 0.3s;
}
.anim-el.slide-right {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}
.anim-el.slide-left {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}
.anim-el.slide-top {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}
.anim-el.slide-bottom {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
.anim-el.in-view {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* wave line animation */
#wave {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
}
#wave.line_animate {
    opacity: 1;
}
.line_animate path {
    stroke-dasharray: 2300;
    stroke-dashoffset: 2300;
    animation: dash 5s linear alternate infinite;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

#sign {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotateY(-50deg);
    animation: turn 5s ease-in-out alternate infinite;
}
@keyframes turn {
    to {
        transform: rotateY(50deg);
    }
}

/* thanks container */
.thanks_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #1f2229cc;
    z-index: 9999;
    animation-name: opacity;
    animation-duration: 1s;
}
@keyframes opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.centered {
    position: absolute;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    max-width: 494px;
    margin: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* excurs stars */
/*
.excurs .excurs_stars .fa-star,
.review .excurs_stars .fa-star {
    position: relative;
    top: 0;
}
.excurs:hover .excurs_stars .fa-star,
.review:hover .excurs_stars .fa-star {
    animation: starz 0.5s ease-in-out;
}
.excurs:hover .excurs_stars .fa-star:nth-child(2),
.review:hover .excurs_stars .fa-star:nth-child(2) {
    animation-delay: 0.1s;
}
.excurs:hover .excurs_stars .fa-star:nth-child(3),
.review:hover .excurs_stars .fa-star:nth-child(3) {
    animation-delay: 0.2s;
}
.excurs:hover .excurs_stars .fa-star:nth-child(4),
.review:hover .excurs_stars .fa-star:nth-child(4) {
    animation-delay: 0.3s;
}
.excurs:hover .excurs_stars .fa-star:nth-child(5),
.review:hover .excurs_stars .fa-star:nth-child(5) {
    animation-delay: 0.4s;
}
@keyframes starz { from { top: 0; } 50% { top: -6px; opacity: 0.2; } to { top: 0; } }
 */

/* Map Modal container */
#slider_modal,
#compare_modal,
#seasonal_modal,
#map_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(24, 33, 42, 0.85);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(11px);
    opacity: 1;
    z-index: 9999;
    animation-name: opacity;
    animation-duration: 0.5s;
    overflow-y: auto;
}
#compare_modal{background: #ffffffcc;}

@keyframes opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#modal_container,
#seasonal_modal_container {
    position: relative;
    padding: 0 15px;
    /*background-color: rgb(214, 207, 207);*/
    display: inline-block;
    vertical-align: middle;
    max-width: 90vw;
    width: 98%;
}

#modal_container.svg_map_modal {
    background-color:transparent;
}
.svg_map_modal img {
    height: min(60vh, 60vw);
}

#map_modal .svg_map_modal #map {
    min-height: min(60vh, 60vw);
}

#map_modal #map, #seasonal_block {
    min-height: 350px;
}

#map_modal_details {
    background-color: #fff;
    padding: 40px;
    font-size: 0.75em;
    line-height: 1.8em;
    min-height: 350px;
}
#map_modal_details hr {
    margin: 0.75rem 0;
}
#map_modal_details #excurs_price {
    font-size: 1.2rem;
    font-weight: bold;
}
#map_modal_details #excurs_destinations {
    list-style: none;
}
#map_modal_details #excurs_destinations li:not(:last-child) {
    background-image: linear-gradient(
        to bottom,
        transparent 80%,
        var(--lgray) 80%,
        var(--lgray) 86%,
        transparent 86%,
        transparent 94%,
        var(--lgray) 94%
    );
    background-size: 2px 100%;
    background-repeat: repeat-y;
    background-position: 8px 0;
    padding-bottom: 3px;
}

#map_modal:before,
#seasonal_modal:before,
#compare_modal:before,
#slider_modal:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.modal_close {
    position: absolute;
    font-size: 2rem;
    color: #bbbbbb;
    right: -2rem;
    top: -2rem;
    cursor: pointer;
}
.slide_title {
    position: absolute;
    font-size: 1.2rem;
    color: #fff;
    background-color: #0e0e1445;
    padding:5px 20px;
    border-radius: 3px;
    top: 30px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

/* .vmap, .svg_map {
    color: var(--red);
    border-radius: 30px;
    border: 1px solid var(--red);
    width: fit-content;
    padding: 1px 12px;
    cursor: pointer;
    transition: 0.5s;
}
.vmap:hover, .svg_map:hover {
    background: var(--red);
    color: #ffffff;
    transition: 0.5s;
} */

/* seasonal */
#seasonal_modal_container {
    background-color: #ffffffbb;
    border-radius: 4px;
    border: 1px solid #fff;
}
.seasonal_img {
    background-color: #ffffff;
    box-shadow: 0 3px 5px #00000022;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: auto;
    display: grid;
    place-items: center;
    transition: 0.3s;
}

.seasonal_img:hover img {
    filter: grayscale(1) brightness(20);
    transition: filter 0.3s;
}
.seasonal_img.season1:hover {
    background-color: #95c121;
}
.seasonal_img.season2:hover {
    background-color: #fcdb16;
}
.seasonal_img.season3:hover {
    background-color: #ff7a00;
}
.seasonal_img.season4:hover {
    background-color: #327ea5;
}

.event_img{
height: 400px;
width: 100%;
object-fit: cover;
}
/* excurs and dest images */
.excurs_img {
    height: 100%;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}
.blog_img {
    height: 100%;
    max-height: 520px;
    width: 100%;
    object-fit: cover;
}
.blog_headline{
    font-size: 54px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 22px;
}
.item_description img {
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    min-height: 250px;
    height: 60vh;
    object-fit: cover;
    margin:30px 0;
}
.item_description h3{
    font-size: 34px;
    font-weight: 700;
    margin: 50px 0 20px;
}

span .fa-star {
    color: var(--blue);
}

.min_90{
    font-size: 14px;
    min-width: 90px;
    outline: none;
}

/* .min_90:hover{
    background-color: #ffe5e5;
} */

.gridimg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 198px 187px 0px;
    grid-gap: 10px;
}
.gridimg > div:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}
.gridimg div {
    align-self: stretch;
    overflow: hidden;
}
.gridimg img {
    height: -webkit-fill-available ! important;
    width: 100%;
    object-fit: cover;
}
.gridimg > div:nth-child(4) {
    position: relative;
    cursor: pointer;
}
.iti--separate-dial-code .iti__selected-dial-code{
    font-size: 16px;
}
.seemore  {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    color: var(--red);
    padding: 3px 10px;
    font-size: 16px;
}
.seemore span {
    margin-left: 7px;
}

.why_us {
    perspective: 800px;
}
.why_us img {
    animation: bldux 5s ease-in-out alternate infinite;
}

.why_us div:nth-child(2) img {
    animation-delay: 0.5s;
}
.why_us div:nth-child(3) img {
    animation-delay: 1s;
}

@keyframes bldux {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}
.about_us_title,
.privacy_policy,
.faq,
.contact_us,
.terms_conditions,
.tour_name {
    font-size: 32px;
}
#about_legend {
    background-color: transparent;
    background-image: url("/img/home/legend.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 3rem;
}
.partner_page .title h3 {
    text-transform: uppercase;
}
.partner_page h1 {
    padding-top: 50px;
}
.partners {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    text-align: center;
}
.partners h5 {
    margin-left: 5px;
    color: #464B56;
    padding-top: 10px;
}
.partners img {
    width: 25px;
}
.partner_card {
    position: relative;
    max-width: 400px;
    height: 460px;
    border-radius: 5px;
    box-shadow: 0px 4px 12px 0px rgb(28 30 32 / 20%);
    margin: 10px;
    overflow: hidden;
}
.partner_card .over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(253, 250, 250, 0) 0%, rgba(224, 223, 223, 0.45) 100%);
}
.partner_card .imgBx .img {
    filter: blur(1px);
}
.partner_card .imgBx .info {
    position: absolute;
    top: 20%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.partner_card .imgBx .info img {
    min-width: 120px;
    max-width: 230px;
    height: 110px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.partner_card .imgBx .info h4 {
    text-align: center;
    padding-top: 40px;
    color: #fff;
    -webkit-text-stroke: 1px #32363E;
}
.partner_card .contentBx .content h4 {
    text-align: center;
    padding-top: 10px;
    color: var(--dblue);
    font-size: 18px;
}
.partner_card .info span {
    position: relative;
    color: var(--red);
    font-family: "PlayfairDisplay";
    right: 20px;
    margin-top: 90px;
    text-align: right;
}
.partner_card .contentBx span {
    position: relative;
    color: var(--red);
    font-family: "PlayfairDisplay";
    float: right;
}
.partner_card .info span::after,
.partner_card .contentBx span::after {
    display: block;
    content: '';
    width: 75px;
    height: 1px;
    background: var(--red);
    position: absolute;
    bottom: -10px;
    right: 0;
}
.partner_card .imgBx,
.partner_card .contentBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.partner_card .imgBx .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partner_card .contentBx::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #F7F7F7;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
}
.partner_card:hover .contentBx::before {
    transform: scaleX(1);
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
}
.partner_card .contentBx {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.partner_card .contentBx .content {
    position: relative;
    padding: 0 15px;
    z-index: 1;
    transition: 0.5s;
    transform: translateX(400px);
    transition-delay: 0s;
}
.partner_card:hover .contentBx .content{
    transform: translateX(0px);
    transition-delay: 0.1s;
}
.partner_card .contentBx .content img {
    min-width: 120px;
    max-width: 230px;
    height: 80px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.tour_line {
    border:1px solid var(--lgray);
    width: 100%;
}

/* compare ex */
.comparison-table-wrapper{
    overflow: auto;
}
#compare_block{overflow: hidden;}
#compare-button:hover, .remove-from-comparison:hover{
    color:var(--red);
}
.add-to-comparison{
    cursor: pointer;
    color:var(--red);
    text-align: center;
    margin-top: 5px;
}
.add-to-comparison:hover{
    color:var(--blue);
}
#compare_close{
    color: var(--blue);
    cursor: pointer;
    font-size: 32px;
    padding-top: 20px;
    transition: transform 0.3s;
}
#compare_close:hover{
    transform: scale(1.2);
}
#comparison-counter{
    position: absolute;
    right: -5px;
    top:2px;
    color: #ffffff;
    line-height: 11px;
    font-size: 13px;
    /* vertical-align: super; */
}
.notification {
    position: fixed;
    background-color: aquamarine;
    padding: 8px 16px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
img.product-thumb{
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.table.comparison-table tr>th{ vertical-align: top;}
.table.comparison-table tr>td{
    padding: .3rem .5rem;
    vertical-align: middle;
}

.table.comparison-table tr>*:first-child{ text-align: left;}

.table.comparison-table .product-header{
    min-width: 180px;
    max-width: 260px;
    margin: auto;
}
.table.comparison-table .active-hovercol{ background-color: rgb(239, 248, 255);}
/*END compare ex */

footer {
    background: var(--dblue);
    font-size: 18px;
    content-visibility: auto;
    width: 100%;
}
footer a,
footer li,
footer {
    color: #fff;
    line-height: 1.8em;
}
footer a,
footer span {
    opacity: 0.7;
    transition: 0.3s;
}
footer a:hover {
    opacity: 1;
}
.footer-social a {
    border: 1px solid #fff;
    display: inline-block;
    height: 33px;
    width: 33px;
    text-align: center;
    right: 2px;
    margin-bottom: 3px;
}
.footer-social a:last-child {
    margin-left: 0;
}
footer img.fab {
    vertical-align: top;
    padding: 7px;
}
.footer-copyright {
    font-size: 1rem;
    color: var(--dblue);
}

ul.navbar-nav.line-effect {
    display: flex;
    justify-content: space-evenly;
    width: 75%;
    margin: 0 auto;
}

.navbar-brand {
    margin-right: 0;
    outline: none;
}
.navbar-brand img{
    height: 65px;
}
/* .custom_dd {
    border: 1px solid var(--blue);
    padding: 0 5px;
    border-radius: 10px;
} */
.currency.active a {
    color: #fff;
}
.select_currency{
    color: var(--dblue);
    padding: 2px 15px;
}
.custom_dd .dropdown-menu{
    min-width: unset !important;
    margin: 0;
    left: 10px;
    border-color: var(--blue);
    border-radius: 10px;
}
.custom_dd img{
    margin-bottom: 3px;
}

.bg-op-ed:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
    background-image: url(/img/ed.png);
}

.span-price {
    font-weight: 600;
}

.page-title {
    font-size: 2.5rem;
    line-height: 2;
    font-weight: 300;
}

.go-back {
    padding: 10px 30px;
    background: #d83b3b;
    border: none;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
}
.go-back:hover {
    text-decoration: none;
    color: #fff;
}

.li-currency {
    display: flex;
}
.li-currency li {
    margin-right: 10px;
}

.grecaptcha-badge {
    right: -600px !important;
}
#slider_modal .slick-prev {
  left: -50px;
}
#slider_modal .slick-next:before {
  right: -50px;
}

.page-item .page-link{
    cursor: pointer;
}
.page-item.active .page-link{
    background-color: #327ea5;
    border-color: #327ea5;
}

#fix_buttons{
    display: flex !important;
    align-items: end;
    justify-content: space-around;
    flex-direction: row;
    color: #fff;
    padding: 0;
    z-index: 1066;
    font-weight: bold;
    font-size: 1em;
    min-width:330px;
    transition:width 1s;
    transform-origin: 50% 100%;
    transform: translateX(50%) rotate(-90deg);
}
#fix_buttons .fix_button{
    position: relative;
    border-radius: 40px 40px 0 0;
    transition: .3s;
    padding: 20px;
    margin: 0 3px;
}
.fix_button span{
    display: inline-block;
    transition: .3s cubic-bezier(0.19, 0.13, 0.5, 1.38);
    text-align: center;
    margin: -10px 0;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
}
#fix_buttons .fix_button img{
    transform: rotate(90deg);
    height: 32px;
    width: 42px;
}
#fix_buttons .fix_button svg{
    transform: rotate(90deg);
    height: 60px;
    width: 60px;
}

#walking:hover span {
    width: 152px;
}

#active:hover span {
    width: 110px;
}

#transfer:hover span {
    width: 130px;
}

.fix_button.helo:hover span {
    width: 152px;
    margin-left: -16px;
}

#transfer{
    background-color:#F07121;
}

#active{
    background-color:#32a579;
}

#walking{
    background-color:#2C3E50;
}

#fix_buttons .fix_button.helo{
    background-color:#78e1ff;
    padding: 15px 9px 1px 9px;
}
#fix_buttons .fix_button.helo span{
    color:#162b31;
}



#prop {
    transform: scaleX(0.3);
    transform-origin: 56% 50%;
    animation: propel .5s infinite linear forwards;
}

@keyframes propel {
    0%,100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(0.3);
    }
}




#review__section {
    position: relative;
    width: 100%;
    height: 650px;
    background-image: url(/img/home/review.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /*  display: flex;
    justify-content: center;
    align-items: center; */
}

#review__section .overlay {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(44, 62, 80, 0.65);
}

#review__section .review {
    background: rgba(249, 249, 249, 0.1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    max-width: 370px;
    margin: 10px;
    min-height: 320px;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}

#review__section .review h4 {
    position: relative;
    width: max-content;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

#review__section .review p {
    color: #ffffff;
    font-size: 18px;
}

#review__section span .fa-star {
    color: #FC9246 !important;
}

#review__section .date {
    color: #ffffff;
    float: right;
}

#review__section .slick-prev {
    left: -50px;
}

#review__section .slick-next {
    right: -40px;
}

#review__section .review-slider {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.just_link {
    padding-bottom: 6px;
    border-bottom: 1px solid var(--blue);
}

.just_link:hover {
    color: var(--blue);
    /* color: var(--dblue); */
    border-bottom-width: 2px;
}
.tripadvisor {
    width: max-content;
    border-radius: 10px;
    border: 1px solid #ffffff;
    z-index: 99;
    padding: 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.tripadvisor span {
    color: #ffffff;
}
.tripadvisor img {
    width: 120px;
}
#IBEogcMXh3Q{
    display: none;
}


@keyframes starz {
    from { top: 0; }
    50% { top: -6px; opacity: 0.2; }
    to { top: 0; }
}

/* quiz */
    #quiz_img_bg{
        position: relative;
        perspective: 1500px;
        background-image: url('/img/front/quiz/quiz_bg.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: rotate(-5deg);
    }
    #quiz_info_btn{
        transform: rotateX(0) rotateY(0);
    }

    #quiz_image{
        width: 70%;
        padding: 15px;
        border: 1px solid #CFE5F0;
        box-shadow: 0px 2px 6px 0px #0000001A;
        transform: rotateX(0) rotateY(0);
    }
    #quiz_question {
        min-height: 48px;
    }
    .quiz_options{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap:20px;
    }
    .quiz_btn {
        background-color: #e7edf0;
        border: 1px solid #90BCD3;
        margin: 5px;
        color:#2C3E50;
        padding: 7px 30px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 18px;
        transition: all .5s;
    }
    .quiz_btn:hover {
        background-color: #D3DEE4;
    }
    .quiz_btn:focus {
        outline-color: #d27476;;
    }
    .quiz_btn.correct:focus {
        outline-color: #5fc8a0;;
    }

    .correct {
        background-color:#32A57947 !important;
        border-color: #5fc8a0 !important;
    }

    .incorrect {
        background-color: #fdc0c1 !important;
        border-color: #d27476 !important;
    }

    .quiz_corr {
        animation: quiz_corr 0.3s ease-in-out 2 forwards;
    }
    .quiz_incorr {
        animation: quiz_incorr .8s ease-in-out 1 forwards;
    }
    @keyframes quiz_corr {
        0% { transform: rotateX(0); }
        50% { transform: rotateX(-25deg); }
        100% { transform: rotateX(0); }
    }
    @keyframes quiz_incorr {
        0% { transform: rotateY(0); }
        20% { transform: rotateY(-25deg); }
        60% { transform: rotateY(15deg); }
        100% { transform: rotateY(0); }
    }
/* end quiz */

#arr {
    position: absolute;
    bottom: 0;
    right: 110px;
    display: flex;
    justify-content: space-between;
    align-items:start;
    font-size: 24px;
    line-height: 24px;
}

 #arr a{
    padding: 30px;
    width: 140px;
    height: 140px;
    border-radius: 200px;
    transition: .3s;
}
/*
#arr a:hover {
    background-image: linear-gradient(80deg, #ec4b65 20%, var(--red) 80%);
    padding: 10px 30px;
}
 */
#arr img {
    width: 100px;
    margin-left: 1rem;
    padding-bottom: 6px;
}


#most_text {
    top: -12px;
    left: 24%;
    color: #ec4b65;
    font-size: 85%;
    width: 100%;
}

#klor {
    width: 83%;
    bottom: 13%;
    right: 0%;
}

#star1 {
    top: 23%;
    left: 20%;
}

#star2 {
    top: 7%;
    right: 10%;
    width: 50px;
    animation-delay: .7s;
}
#star3 {
    bottom: 24%;
    right: 10%;
    animation-delay: 1.4s;
}
.blink {
    animation: blink 2s infinite;
}
@keyframes blink {
    0% { opacity: 0; }
    20% { opacity: .7; }
    30% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 0; }
}

.event_page img {
    width: 100%;
}
#top_banner h2 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.26);
    font-size: 60px;
}
#productTab .nav-link {
    border: none;
    padding-left: 0;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    margin-right: 40px;
    position: relative;
}
#productTab {
    width: 100%;
    border-bottom: 1px solid #D3DEE4;
}

#productTab .nav-item {
    margin-bottom: 0;
}

#productTab .nav-link.active:after {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #327EA5;
    left: 0;
    bottom: -1px;
    position: absolute;
}
#productTabContent .tab-pane {
    padding: 30px 0;
}
/*.contact_part p {
    font-size: 24px;
}*/
#video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* cursor: move; */
}
#canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* #fullscreen-video {
    transition: transform 0.3s ease-out;
} */

.fleet-card {
    display: flex;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.fleet-card .fleet-description ul li {
    list-style: none;
}
.fleet-card-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.fleet-card h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.fleet-description {
    column-count: 2;
    font-size: 18px;
}
.fleet-description p {
    margin-bottom: 0;
}
.menu-lang {
    color: var(--blue);
    opacity: 0.7;
    padding: 0 4px 0 7px;
}
.menu-lang.active {
    opacity: 1;
}
.menu-lang:not(:first-child) {
    border-left: 1px solid rgba(50, 126, 165, 0.70);
}
.fleet-item .slider-nav .slick-slide {
    cursor: pointer;
    margin: 0 10px 0 0!important;
}
.fleet-item .slider-for img {
    padding-bottom: 20px;
}
.fleet-item .slider-nav img {
    cursor: pointer;
    transition: .6s;
}
.slider-for .slick-list,  .slider-nav .slick-slide {
    border-radius: 0px!important;
}
.fleet-item .slider-nav img:hover{
    opacity: 1;
}
.fleet-item .slick-next {
    right: 0 !important;
    width: 60px !important;
    height: 60px !important;
}
.fleet-item .slick-prev {
    left: 0px !important;
    width: 60px !important;
    height: 60px !important;
    z-index: 8;
}
.fleet-item .slick-next:before {
    content: url('/img/fleet/icons/next.svg') !important;
    top: 5px;
    left: 17px;
}
.fleet-item .slick-prev:before {
    content: url('/img/fleet/icons/prev.svg') !important;
    top: 5px;
    left: 17px;
}
.fleet-item .slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.fleet-item .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    -webkit-transition: .4s;
    transition: .4s;
}
.fleet-item .slick-next {
    right: 10px !important;
}
.fleet-item .slick-prev {
    left: 10px !important;
}
.slider-nav .slick-prev, .slider-nav .slick-next, .slider-for .slick-prev, .slider-for .slick-next {
    border-radius: 50px!important;
    background-color: rgba(217.81, 217.81, 217.81, 0.45)!important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}
.slider-for img {
    height: 100%!important;
}
.fleet-icons ul.fleet-list {
    list-style: none;
}
.fleet-icons ul.fleet-list li {
    padding: 0 15px 10px 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.fleet-options ul {
    column-count: 3;
}
.fleet-item .badge {
    display: flex;
    justify-content: flex-end;
}
.fleet-item .badge img {
    width: 140px;
}
.fleet-icons ul.fleet-list li::before {
    content: '';
    margin-right: 5px;
    min-width: 18px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.fleet-icons ul.fleet-list .vip::before {
    background-image: url('/img/fleet/icons/vip-vehicle.svg');
}
.fleet-icons ul.fleet-list .air-condition::before {
    background-image: url('/img/fleet/icons/air-condition.svg');
}
.fleet-icons ul.fleet-list .mineral::before {
    background-image: url('/img/fleet/icons/mineral-water.svg');
}
.fleet-icons ul.fleet-list .matic::before {
    background-image: url('/img/fleet/icons/4-matic.svg');
}
.fleet-icons ul.fleet-list .wifi::before {
    background-image: url('/img/fleet/icons/wifi.svg');
}
.fleet-icons ul.fleet-list .hybrid::before {
    background-image: url('/img/fleet/icons/hybrid1.svg');
}
.fleet-icons ul.fleet-list .water::before {
    background-image: url('/img/fleet/icons/bottle.svg');
}
.fleet-icons ul.fleet-list .leatherseats::before {
    background-image: url('/img/fleet/icons/leather-seats.svg');
}
.fleet-icons ul.fleet-list .ventilatedseats::before {
    background-image: url('/img/fleet/icons/ventilated-seats.svg');
}
.fleet-icons ul.fleet-list .panoramic::before {
    background-image: url('/img/fleet/icons/panoramic-windshield.svg');
}
.fleet-icons ul.fleet-list .starsafety::before {
    background-image: url('/img/fleet/icons/5-Star-safety.svg');
}
.fleet-icons ul.fleet-list .powerslot::before {
    background-image: url('/img/fleet/icons/12V-power-slot.svg');
}
.fleet-icons ul.fleet-list .slot230::before {
    background-image: url('/img/fleet/icons/230V-power-slot.svg');
}
.fleet-icons ul.fleet-list .wingdoors::before {
    background-image: url('/img/fleet/icons/falcon-wing-doors1.svg');
}
.fleet-icons ul.fleet-list .fridge::before {
    background-image: url('/img/fleet/icons/fridge.svg');
}
.fleet-icons ul.fleet-list .vip-minivan::before {
    background-image: url('/img/fleet/icons/vip-minivan.svg');
}
.fleet-icons ul.fleet-list .vip-bus::before {
    background-image: url('/img/fleet/icons/vip-minibus.svg');
}
.fleet-icons ul.fleet-list .window::before {
    background-image: url('/img/fleet/icons/scenic-window.svg');
}
.fleet-icons ul.fleet-list .automatic-doors::before {
    background-image: url('/img/fleet/icons/automatic-doors.svg');
}
.fleet-icons ul.fleet-list .coffee::before {
    background-image: url('/img/fleet/icons/coffee-warmer.svg');
}
.fleet-icons ul.fleet-list .e-car::before {
    background-image: url('/img/fleet/icons/e-car.svg');
}
.fleet-icons ul.fleet-list .executive-minivan::before {
    background-image: url('/img/fleet/icons/executive-minivan.svg');
}
.fleet-icons ul.fleet-list .climate::before {
    background-image: url('/img/fleet/icons/individual-climate-control.svg');
}
.fleet-icons ul.fleet-list .lights::before {
    background-image: url('/img/fleet/icons/individual-roof-lights.svg');
}
.fleet-icons ul.fleet-list .dvd::before {
    background-image: url('/img/fleet/icons/DVD-player.svg');
}
.fleet-icons ul.fleet-list .reclining-seats::before {
    background-image: url('/img/fleet/icons/reclining-seats.svg');
}
.fleet-icons ul.fleet-list .table4::before {
    background-image: url('/img/fleet/icons/table4.svg');
}
.fleet-icons ul.fleet-list .folding-table::before {
    background-image: url('/img/fleet/icons/folding-table.svg');
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 250px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 5;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.dropdown:hover #starting-from-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown:hover .dropdown-content {
    display: block;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-content a,
.dropdown-content p {
    color: var(--dblue);
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}

.dropdown-content a:after,
.dropdown-content p:after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #e6e2e2;
    opacity: 0.7;
    z-index: -1;
}
.eventtr:last-child:after {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.dropdown-content a:hover {
    background-color: #c03047;
    color: #fff;
}

#starting-from-toggle {
    white-space: nowrap;
    background: #bd0926;
    padding: 10px 20px;
    width: 250px;
    margin-bottom: 0;
    border-radius: 15px;
    text-align: center;
}

.hidden{
    display: none !important;
}
.success-request {
    margin: 0 auto;
    padding: 150px 0;
}
.success-request img {
    display: block;
    margin: 0 auto;
    width: 300px;
    object-fit: contain;
}
.alp_logo {
    width: 160px;
}
.bordered {
    background-color: #F6FBFD;
    border: 1px solid #327EA5;
    border-left-width: 4px;
    padding: 15px;
    border-radius: 4px;
}
#catalogue-page {
    background-image: url("/img/catalogue.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px;
}
.catalogue-download {
    background-color: rgba(24, 33, 42, 1);
    position: absolute;
    width: calc(100% - 30px);
    bottom: -40px;
    padding: 15px;
    z-index: 1;
}
.catalogue-form {
    background-color: rgba(79, 79, 79, 0.2);
    padding: 30px 15px;
    box-shadow: 0px 12px 24px 0px #00000040;
    border-radius: 5px;
}
.catalogue-form p {
    font-size: 16px;
}
.download-pdf {
    color: #ffffff;
    transition: 0.5s;
    font-size: 16px;
}
.download-pdf:hover {
    color: #007bff;
}
.download-pdf:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #FFFFFF;
    left: 0;
    bottom: 12px;
    transition: 0.5s;
}
.download-pdf:hover:after {
    border-color: #007bff;
}
#catalogue-page .contact__btn {
    background-color: #BD222A;
    min-width: 200px;
    color: #ffffff;
    transition: .5s;
}
#catalogue-page .contact__btn:hover {
    background-color: transparent;
    border-color: #BD222A;
}
#country {
    color: #fff;
}
#country option {
    background-color: #4f4f4f;
}
.thankyou h4 {
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
}

.catalogue-download p {
    font-size: 16px;
}
#thankyou {
    display: none;
}
.input-effect{
    width: 100%;
    box-sizing: border-box;
    letter-spacing: .5px;
    z-index: 2;
    margin-bottom: 50px;
    font-size: 14px;
}
.with-effect{
    width: 100%;
    color: #2A2728;
    border: 0;
    padding: 5px;
    border-bottom: 1px solid #A7A7A7;
    background-color: transparent;
}
.with-effect .invalid {
    border: 1px solid #dc354575;
    box-shadow: 0 0 5px -2px #dc3545;
}
.invalid {
    border: 1px solid #dc354575;
}
.with-effect ~ .focus-border{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #327EA5;
    transition: 0.4s;
}

.with-effect:focus ~ .focus-border,
.has-content.with-effect ~ .focus-border{
    transition: 0.4s;
    width: 100%;
    transition: 0.4s;
}
#message:focus ~ .focus-border,
.has-content#message ~ .focus-border{
    width: 100%;
}
.with-effect ~ label{
    position: absolute;
    top: 0;
    left: 0;
    color: var(--grey);
    transition: 0.3s;
    z-index: -1;
}
.with-effect.invalid ~ label{
    top: 5px;
    left: 10px;
}
.with-effect:focus ~ label,
.has-content.with-effect ~ label{
    top: -25px;
    font-size: 14px;
    transition: 0.3s;
}
.with-effect:focus ~ label img,
.has-content.with-effect ~ label img{
    width: 25px;
    height: 15px;
    object-fit: contain;
}
.rotated-icon {
    transform: rotate(45deg);
}
.form-control .is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.1rem rgba(220,53,69,.25);
}
.help-block{
    position: absolute;
    color: #dc3545;
    top: 100%;
    left: 0;
}
.catalogue-form *:focus {
    outline: none;
}
.catalog-gif {
    width: 30px;
}
.team_block {
    position: relative;
    padding: 20px;
    box-shadow: 0px 2px 6px 0px #0000001A;
    cursor: pointer;
    border-radius: 8px;
    background-color: #fff;
    margin: auto;
    display: block;
    text-align: center;
}

.team_block h4 {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
}

.team_block p {
    font-size: 18px;
    text-transform: capitalize;
}

img.image1 {
    position: absolute;
    width: 280px;
    object-fit: cover;
    z-index: 0;
    transition: opacity 0.5s ease-in-out;
}

img.hover_img {
    width: 280px;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.team_block:hover img.hover_img {
    opacity: 1;
}

.team_block:hover img.image1 {
    opacity: 0;
}

.team_block span {
    margin-top: 20px;
    display: block;
    text-align: center;
}

.team {
    background-color: #F5F7F8;
    padding: 35px;
}

.team_block.hover img.image1 {
    opacity: 0;
}

.team_block.hover img.hover_img {
    opacity: 1;
}


.missing-fill {
    height: 100vh;
}
.request-confirmation {
    margin: 0 auto;
    color: #243238;
    top: 130px;
}
.request-confirmation img {
    display: block;
    margin: 0 auto;
    width: 200px;
    object-fit: contain;
}
.note_block p {
    margin-bottom: 0;
}

.pagination_parent .pagination {
    flex-wrap: wrap;

}
.snow, .snow:after, snow:before {
    content: "";
    position: absolute;
    top: -650px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
    radial-gradient(4px 4px at 100px 50px, #fff, transparent),
    radial-gradient(6px 6px at 200px 150px, #fff, transparent),
    radial-gradient(3px 3px at 300px 250px, #fff, transparent),
    radial-gradient(4px 4px at 400px 350px, #fff, transparent),
    radial-gradient(6px 6px at 500px 100px, #fff, transparent),
    radial-gradient(3px 3px at 50px 200px, #fff, transparent),
    radial-gradient(4px 4px at 150px 300px, #fff, transparent),
    radial-gradient(4px 4px at 150px 350px, #fff, transparent),
    radial-gradient(6px 6px at 250px 4000px, #fff, transparent),
    radial-gradient(3px 3px at 350px 500px, #fff, transparent);
    background-size: 650px 650px;
    animation: snowAnimation 3s linear;
    animation-iteration-count: infinite;
}
.snow:after {
    margin-left: -250px;
    opacity: 0.5;
    filter: blur(2px);
    animation-duration: reverse;
    animation-duration: 6s;
}
.snow:before {
    margin-left: -350px;
    opacity: 0.7;
    filter: blur(1px);
    animation-duration: reverse;
    animation-duration: 9s;
}
@keyframes snowAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(650px);
    }
}
#top_banner_text h1 span {
    text-shadow: 1px 1px 2px rgba(0,0,0, 0.25);
}
.mobile_img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}
.footer_logo .delivery-logo {
    width: 140px;
}
.lufthansa_logo img {
    width: 190px;
    height: 50px;
    margin-top: 10px;
}
.swissdeluxehotels img {
    width: 130px;
    height: 80px;
    object-fit: contain;
}
.footer_logo .veryswiss_logo {
    max-height: 50px;
    width: 120px;
}
.subscribe-box a {
    border-bottom: 1px solid #2C3E50;

}
.review-card a {
    border: 1px solid #D2D2D2;
    display: block;
    padding: 20px;
    width: 250px;
    max-width: 100%;
    height: 300px;
    transition: 0.5s;
}
.review-card a:hover {
    background: #E9EFF3;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}
.review-card a h4 {
    text-align: center;
}
.alp-tripadvisor,
.alp-google {
    display: block;
    text-align: center;
    max-width: 100%;
    height: 90px;
    width: 100%;
}
.alp-tripadvisor img {
    height: 80px;
    width: 70px;
}
.alp-google img {
    margin-top: 10px;
    height: 55px;
    width: 70px;
}
.img-txt {
    display: block;
    margin: 20px auto 15px;
}
.languages img {
    width: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* .it.menu-lang , .fr.menu-lang { display: none; } */
/*
@media screen and (min-width: 1400px) {
    #fullscreen-video {
        width: 130%;
    }
}
 */

@media (max-width: 1200px) {
    header .nav-link,
    .lang-links {
        font-size: 18px;
    }
    .ex_card {
        box-shadow: 0px 2px 6px 0px #00000033;
    }
    .gridimg img {
        width: 100%;
        min-width: 100%;
        object-fit: cover;
        height: -webkit-fill-available;
    }
}

@media (max-width: 992px) {

    .navbar .nav-link {
        border-top: 1px solid var(--lgray);
        text-align: center;
    }
    .navbar-toggler{
        display: block ! important;
    }
    #header_top{padding: 0;}
  
    #swatch { display: none !important; }

    #navbarNavAltMarkup{
        padding-bottom: 15px;
    }

    #search {
        display: flex ! important;
        align-items: center;
        background-color: #eeeeee;
        padding: 0.5rem 1rem;
        margin: 0 auto;
    }
    #search:hover { transform: none;}

    .jumbotron {
        padding: 0;
    }

    .all_filters {
        display: none;
    }
    #excursions-list-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slider .slick-prev {
        left: 45% !important;
        transform: translateX(-60px) !important;
        top: calc(100% - -15px) !important;
        }
    .slider .slick-next {
        right: 50% !important;
        transform: translateX(45px) !important;
        top: calc(100% - -15px) !important;
        transform: translateX(-50%) !important;
    }
    #review__section .slick-prev {
        left: 40% !important;
        transform: translateX(-30px) !important;
        top: calc(100% - 5px) !important;
    }
        #review__section .slick-next {
        right: 40% !important;
        transform: translateX(20px) !important;
        top: calc(100% - 5px) !important;
        transform: translateX(60%) !important;
    }
    .tripadvisor {
        margin-top: 50px;
    }
    .anim-el {
        transform: none !important;
    }
    #top_banner {
        padding-top: 80px;
    }
    #top_banner_text {
        top: 80px;
    }
    .fleet-options ul {
        column-count: 2;
    }
    .fleet-icons ul.fleet-list li {
        white-space: pre-wrap;
    }

}


@media (max-height: 900px) {
    /* .fix_button {
        font-size: 16px;
    }
    #walking{
        padding: 11px 15px 0 15px;
        border-radius: 30px 30px 0 0;
    }
    #walking img {
        width: 22px;
    }
    #walking:hover {
        bottom: calc(77vh + 30px);
    }
    #transfer{
        padding: 11px 15px 0px 15px;
        animation: none;
        border-radius: 30px 30px 0 0;
    } */
}


@media (min-width: 768px) and (max-width: 992px) {
/*     .container {
        max-width: 100%;
    }
 */
    #transfer, #walking {
        font-size: 18px;
        padding: 4px 18px;
        border-radius: 25px 25px 0 0;
        animation: none;
    }
}

@media (max-width: 768px) {
    #logoAE {
        height: 40px;
    }
    #luft_logo {
        height: 33px;
        margin-left: -14px;
    }
    h1 {
        font-size: 1.8rem;
    }

    .navbar .container {
        justify-content: space-around;
    }
    .navbar-toggler:focus {
        outline: 1px auto #eee;
    }

    .edel {
        width: 70px;
    }

    .seasonal_img {
        width: 70px;
        height: 70px;
    }

    .seasonal_img img {
        height: 70%;
    }
    #seasonal_block h5 {
        font-size: 14px;
    }
    .white_btn {
        padding: 0.3em 1.5em;
        text-align: center;
    }
    .why_us img {
        max-width: 100px;
    }
    .vmap{
        font-size: 1rem;
    }
    #wave {
        display: none;
    }

    #map_modal #map,
    #seasonal_block {
        min-height: 200px;
    }
    #map_modal_details {
        padding: 30px 15px;
        min-height: unset;
    }
    .modal_close {
        right: 48%;
        top: -3rem;
    }
    .excurs_price {
        text-align: center;
    }
    .excurs_price * {
        display: inline;
    }

    .page-title {
        font-size: 2rem;
        line-height: 1.5;
    }

    .mob_table td {
        display: block;
    }

    .mob_table td.td-title {
        white-space: nowrap;
    }
    .mob_table td.td-title {
        border-bottom: none;
    }

    .mob_table td.highlights {
        padding-left: 20px;
    }

    .gridimg {
/*        grid-template-rows: 60px 60px 100px;
*/        gap: 5px;
    }

    footer h5 {
        margin-top: 2rem;
    }
    /* footer .row > div:nth-child(3) li, */
    footer .row > div li {
        border-bottom: 1px solid #aaaaaa22;
    }
    footer .row > div {
        padding-left: 2rem;
    }
    .footer_logo {
        padding: 8px;
        min-width: 50%;
    }
    .footer_logo img {
        max-height: 50px;
    }
    .brd-sm-top {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 15px;
    }
    hr.clearfix.w-100.d-md-none {
        display: none;
    }
    .navbar {
        justify-content: center;
        padding:0 15px !important
    }

    .fixed-top {
        position: inherit;
    }
    #content {
        padding-top: 0;
    }
    #fix_buttons {
        display: none ! important;
    }
    
    #video-container {
        height: unset;
        overflow: unset;
    }
    .dropdown-content a:after, .dropdown-content p:after {
        opacity: 0.96;
    }
    .mobile_img {
        width: 100%;
        min-height: 300px;
        object-fit: cover;
        margin-top: 120px;
    }
}

@media (max-width: 576px) {
    .nav-link,
    #compose a {
        font-size: 18px;
    }
    #compose svg {
        height: 28px;
    }
    #exc-svg {
        width: 34px;
    }

    .navbar-brand img {
        height: 48px;
        margin-top: 6px;
        margin-bottom: 9px;
    }

    .recommended_img {
        height: 230px;
    }

    .event_img {
        height: 250px;
    }

    footer a,
    footer li,
    footer {
        font-size: 1rem;
    }
    footer h5 {
        margin-top: 1rem;
    }
    .text_sndr_enjoy{
        font-size: 90%;
    }

    #arr {
        bottom: -20px;
        right: 80px;
    }
    .top_banner_text .red_btn {
        padding: 0.475em 3em;
    }
    .fleet-options ul {
        column-count: 1;
    }
    img.hover_img {
        width: 180px;
    }
    img.image1 {
        width: 180px;
    }
    #contact_form .contact_btn,
    .all_excursions button{
        display: block;
        margin: 0 auto;
    }

}
