.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background-color: #3D5535;
    z-index: 99999;
}

.preloader img {
    -webkit-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
    -moz-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
    -ms-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
    -o-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
    animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
}


@-webkit-keyframes floating {
    0% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes floating {
    0% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-ms-keyframes floating {
    0% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes floating {
    0% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floating {
    0% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

.gtranslate_wrapper a.glink.gt-current-lang {
    border: 1.5px solid hsl(0deg 0% 100% / 30%);
    color: #fff;
}

.gtranslate_wrapper a.glink {
    background-color: transparent;
    border: 1.5px solid transparent;
    color: #fff;
    font-size: .875rem;
    font-weight: 500;
    padding: .55em .85em;
    margin: 0 2px;
    text-decoration: none;
    transition: border-color 0.3s ease, color 0.3s ease;
    border-radius: 99px;
    display: inline-block;
    line-height: 1;
    min-width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gtranslate_wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.header-right .elementor-widget:not(:last-child) {
    --kit-widget-spacing: 0px;
}

#reserve-link .elementor-icon-list-item a:before {
    bottom: -4px;
    content: "";
    height: 1.5px;
    left: 10%;
    opacity: .3;
    position: absolute;
    transition: all .3s;
    width: 80%;
    background-color: #fff;
}

#reserve-link .elementor-icon-list-item a:hover:before {
    left: 0;
    opacity: 1;
    width: 100%;
}

.scroll-bottom .elementor-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9375rem;
    margin-left: auto;
    margin-right: auto;
}

.scroll-bottom .elementor-icon-wrapper:before {
    content: "";
    width: 10vw;
    display: inline-block;
    border: 1px solid #ffffff87;
}

.scroll-bottom .elementor-icon-wrapper:after {
    content: "";
    width: 10vw;
    display: inline-block;
    border: 1px solid #ffffff87;
}

.post-navigation-container,
.comments-area,
.posts-list-navigation{
    display: none;
}

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

.breadcrumbs{
        border-top: none;
}

.single-post article.post {
    margin-bottom: 50px;
    padding-bottom: 0px;
    border-bottom: none;
}

.table-wrapper table {
    border-collapse: collapse;
    width: 100%;
}

.table-wrapper table,
.table-wrapper th,
.table-wrapper td {
    border: 1px solid #0B0B0B;
}

.table-wrapper th,
.table-wrapper td {
    padding: 10px 12px;
}

.video_box .jet-video {
    max-height: 650px;
}

.video_box .jet-video:after {
    content: "";
    background: url(../img/mountains-1.svg) no-repeat;
    width: 100%;
    height: 120px;
    display: block;
    z-index: 99;
    position: absolute;
    bottom: 0px;
    background-size: contain;
    left: 0px;
    background-position: center center;
}

.jet-mobile-menu__item-inner,
a.mobile-link.mobile-top-level-link {
    outline: none !important;
}

.btn_puls a.jet-button__instance {
    transition: 0.4s all;
}

.btn_puls a.jet-button__instance:hover {
    transform: scale(0.8);
}