/*
Theme Name: Ayahuasca Theme
Theme URI:
Description:
Version: 1.0
*/


/*===================================*/
/*=========== VARIABLES =============*/
/*===================================*/

:root {
    --blue: #137EC5;
    --green: #008E20;
    --magenta: #EC107E;
    --orange: #FC6D2B;
    --violet: #8927A5;
    --light-orange: #ffcc66;
    --yellow: #F0C243;
    --beige: #FBEABF;
    --gray: #333333;
    --text: #333333;
    --white: #FFF;
    --black: #000;
    --aya: #665500;
    --purple: #633C5B;

    --area-purpose: #633C5B;
    --area-stands: #0AB51B;
    --area-lections: #5E7669;
    --area-places: #F39200;
    --area-caapi: var(--aya);
    --area-vr: #9B5FA8;


    --size-48: 2.4rem;
    --size-40: 2rem;
    --size-32: 1.6rem;
    --size-28: 1.4rem;
    --size-22: 1.1rem;
    --size-20: 1rem;
    --size-18: 0.9rem;
    --size-16: 0.8rem;

    --container: 1430px;
}

[class*=color-] {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

/*region COLORS*/
.color-blue,
.color-blue-hover:hover {
    color: var(--blue);
    --current-color: var(--blue)!important;
}

.bg-blue,
.bg-blue-hover:hover {
    background-color: var(--blue);
    --current-bg: var(--blue)!important;
}

.color-green,
.color-green-hover:hover {
    color: var(--green);
    --current-color: var(--green)!important;
}

.bg-green,
.bg-green-hover:hover {
    background-color: var(--green);
    --current-bg: var(--green)!important;
}

.color-magenta,
.color-magenta-hover:hover {
    color: var(--magenta);
    --current-color: var(--magenta)!important;
}

.bg-magenta,
.bg-magenta-hover:hover {
    background-color: var(--magenta);
    --current-bg: var(--magenta)!important;
}

.color-orange,
.color-orange-hover:hover {
    color: var(--orange);
    --current-color: var(--orange)!important;
}

.bg-orange,
.bg-orange-hover:hover {
    background-color: var(--orange);
    --current-bg: var(--orange)!important;
}

.color-light-orange,
.color-light-orange-hover:hover {
    color: var(--light-orange);
    --current-color: var(--light-orange)!important;
}

.bg-light-orange,
.bg-light-orange-hover:hover {
    background-color: var(--light-orange);
    --current-bg: var(--light-orange)!important;
}

.color-yellow,
.color-yellow-hover:hover {
    color: var(--yellow);
    --current-color: var(--yellow)!important;
}

.bg-yellow,
.bg-yellow-hover:hover {
    background-color: var(--yellow);
    --current-bg: var(--yellow)!important;
}

.color-violet,
.color-violet-hover:hover {
    color: var(--violet);
    --current-color: var(--violet)!important;
}

.bg-violet,
.bg-violet-hover:hover {
    background-color: var(--violet);
    --current-color: var(--violet)!important;
}


.color-purple,
.color-purple-hover:hover {
    color: var(--purple);
    --current-color: var(--purple)!important;
}

.bg-purple,
.bg-purple-hover:hover {
    background-color: var(--purple);
    --current-bg: var(--purple)!important;
}

.color-beige,
.color-beige-hover:hover {
    color: var(--beige);
    --current-color: var(--beige)!important;
}

.bg-beige,
.bg-beige-hover:hover {
    background-color: var(--beige);
    --current-bg: var(--beige)!important;
}

.color-gray,
.color-gray-hover:hover {
    color: var(--gray);
    --current-color: var(--gray)!important;
}

.bg-gray,
.bg-gray-hover:hover {
    background-color: var(--gray);
    --current-bg: var(--gray)!important;
}

.color-white,
.color-white-hover:hover {
    color: var(--white);
    --current-color: var(--white)!important;
}

.bg-white,
.bg-white-hover:hover {
    background-color: var(--white);
    --current-bg: var(--white)!important;
}

.color-black,
.color-black-hover:hover {
    color: var(--black);
    --current-color: var(--black)!important;
}

.bg-black,
.bg-black-hover:hover {
    background-color: var(--black);
    --current-bg: var(--black)!important;
}
/*endregion*/

/* region STATIC */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 20px;
    scrollbar-gutter: auto;
}

html, body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    line-height: 1.5;
}

body {
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
    background: var(--light-orange);
    color: var(--text);
}

body.open {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: var(--container);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.wow {
    visibility: hidden;
}

ul, ol {

}

ul.clear, ol.clear {
    list-style: none;
    margin: 0;
    padding: 0!important;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a.tel,
a.tel-link {
    text-decoration: none;
}

a.link {
    font-weight: 400;
    font-size: var(--size-22);
    color: var(--current-color, var(--green));
    text-shadow: 0 4px 4px rgba(51,51,51,0.1);
    text-decoration: none;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

a.link:hover {
    color: var(--current-color, var(--black));
}

a.link.default {
    --current-color: var(--text);
    font-weight: inherit;
    font-size: inherit;
    text-shadow: none;
    text-decoration: none;
    position: relative;
}

a.link.with-icon .icon {
    margin-right: 0.5rem;
}

a.link.with-icon .icon-arrow-right {
    margin-right: 0;
    margin-left: 0.5rem;
    top: 1px;
    position: relative;
}

.anchor {
    scroll-margin-top: 2.5rem;
}

.no-decoration {
    text-decoration: none;
    color: inherit;
}

.text-shadow {
    text-shadow: 0 4px 4px rgba(51,51,51,0.1);
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row.wrap {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row.vertical.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.row.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.row.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.row.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.row.vertical.align-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

.row.vertical.align-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

.row > .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.row-flex-2, .row-flex-3, .row-flex-4 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.row-flex-2 > .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50%);
    flex: 1 0 calc(50%);
}

.row-flex-3 > .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(33.333%);
    flex: 1 0 calc(33.333%);
}

.row-flex-4 > .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(25%);
    flex: 1 0 calc(25%);
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.text-center {
    text-align: center!important;
}

.clean-p > p:first-of-type {
    margin-top:0;
}

.clean-p > p:last-of-type {
    margin-bottom:0;
}

.hover-effect {
    display: table;
}

.hover-effect img {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.hover-effect:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.btn.inverse {
    --current-color: var(--blue);
    background: var(--white)!important;
}
.btn.inverse:hover {
    --current-color: var(--white)!important;
    --current-bg: var(--blue);
    background: var(--current-bg)!important;
}
.btn.inverse-hover:hover {
    --current-color: var(--current-bg);
    --current-bg: var(--current-bg);
}

.btn {
    --current-bg: var(--blue);
    --current-color: var(--white);
    display: inline-block;
    padding: 0.5rem 2rem;
    background: var(--current-bg, inherit);
    color: var(--current-color, inherit);
    text-decoration: none!important;
    border: 1px solid var(--white);
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.5rem;
    cursor: pointer;
    -webkit-transition: 0.3s color, 0.3s background, 0.3s border;
    -o-transition: 0.3s color, 0.3s background, 0.3s border;
    transition: 0.3s color, 0.3s background, 0.3s border;
}

.btn:hover {
    --current-bg: var(--white);
    --current-color: var(--blue);
}

.btn.squared {
    border-radius: 0;
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.btn-group > .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    text-align: center;
    margin-right: 1rem;
}

.btn-group > .btn:last-of-type {
    margin-right: 0;
}

.btn.with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn.with-icon > .icon {
    margin-left: 0.5rem;
}

.btn.with-icon:hover > .icon {
    color: inherit;
}

.box-shadow {
    -webkit-box-shadow: 0 4px 4px 0 rgba(21, 21, 21, 0.1);
    box-shadow: 0 4px 4px 0 rgba(21, 21, 21, 0.1);
}

h1 {
    font-family: "Tenor Sans", serif;
    font-weight: 400;
    font-style: normal;
    font-size: var(--size-48);
    margin: 1.5rem 0;
}

h2 {
    color: inherit;
    font-weight: bold;
    font-size: var(--size-48);
    margin: 1.5rem 0;
    line-height: 1.2;
}

h3 {
    color: inherit;
    font-weight: normal;
    font-size: var(--size-20);
    margin: 1.5rem 0;
}

.nowrap {
    white-space: nowrap;
}

.round {
    border-radius: 0.5rem;
    overflow: auto;
}

.with-deco-side-before,
.with-deco-side-after {
    position: relative;
}

.with-deco-side-before:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc((100vw - var(--container))/2 - 15px);
    background: url("images/deco-bg.svg") top right repeat-y;
    background-size: auto 70rem;
    z-index: -1;
}

.with-deco-side-after:after {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc((100vw - var(--container))/2 - 15px);
    background: url("images/deco-bg.svg") top 35rem left repeat-y;
    background-size: auto 70rem;
    z-index: -1;
}

.with-deco-side-before.before-one:before {
    background: url("images/deco-bg.svg") top right no-repeat;
    background-size: auto 70rem;
}

.with-deco-side-after.after-one:after {
    background: url("images/deco-bg.svg") bottom -35rem left no-repeat;
    background-size: auto 70rem;
}

.deco-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.deco-line:before,
.deco-line:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: var(--black);
}

.deco-line:before {
    margin-right: 3.3rem;
}

.deco-line:after {
    margin-left: 3.3rem;
}

.title-font {
    font-family: "Tenor Sans", serif;
    font-weight: 400;
    font-style: normal;
}

.title-wrap .desc {
    line-height: 1.2;
    font-size: var(--size-20);
    text-align: center;
    margin: 2.25rem 0;
}

section.title-wrap {
    margin-bottom: 3rem;
}

.title-section .title-wrap h1 {
    font-size: var(--size-40);
    text-align: center;
}

.title-section.with-bg {
    width: 100%;
    height: 21rem;
    position: relative;
    overflow: hidden;
}

.title-section.with-bg picture {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.title-section.with-bg picture:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -45%;
    background: -o-linear-gradient(345.18deg, rgba(51, 51, 51, 0.3) 54.89%, rgba(102, 102, 102, 0.3) 60.84%);
    background: linear-gradient(104.82deg, rgba(51, 51, 51, 0.3) 54.89%, rgba(102, 102, 102, 0.3) 60.84%);
    -webkit-filter: blur(118.75px);
    filter: blur(118.75px);
    pointer-events: none;
}

.title-section.with-bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.title-section.with-bg .title-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.invisible {
    display: inline-block;
    font-size: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
    color: transparent;
}

section.content {
    line-height: 1.5;
    color: var(--text);
}

.breadcramps {
    padding: 2rem 0 2rem;
    font-size: var(--size-16);
}

.breadcramps ul {
    text-align: center;
    color: var(--current-color);
}

.breadcramps li {
    display: inline;
}

.breadcramps li a {
    text-decoration: none;
}

.breadcramps li a:hover {
    text-decoration: underline;
}

.breadcramps li:not(:last-of-type):after {
    content: "/";
    display: inline-block;
    line-height: 1;
    margin: 0 0.4rem;
}

.video {
    width: 100%;
}

.video .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social-icon {
    --current-color: var(--white);
    --current-bg: var(--blue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.4rem;
    width: 2.4rem;
    text-decoration: none!important;
    font-size: 1.5rem;
    position: relative;
    margin-right: 2rem;
    background: var(--current-bg);
    border-radius: 50%;
    color: var(--current-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.social-icon:last-of-type {
    margin-right: 0;
}

.social-icon:hover {
    background: var(--current-bg);
    color: var(--current-color);
}

.splide .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    background: var(--yellow);
}

.splide-slider .splide__track {
    background: var(--yellow);
}

.splide-slider .splide__arrows .btn {
    display: none;
}

.splide__pagination {
    gap: 0.75rem;
}

.splide__pagination,
.splide__pagination:hover {
    color: transparent!important;
    background: transparent!important;
    padding: 0!important;
}

.splide__pagination__page {
    width: 1rem;
    height: 1rem;
    border: 0;
    padding: 0;
    background: var(--current-bg);
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 4px 0 rgba(21, 21, 21, 0.1);
    box-shadow: 0 4px 4px 0 rgba(21, 21, 21, 0.1);
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.splide__pagination__page.is-active {
    background: var(--white);
}

.splide__pagination__page:hover {
    background: var(--white);
}

.splide.splide-control-hidden .splide__arrows,
.splide.splide-control-hidden .splide__pagination {
    display: none;
}

.cards-block {
    display: -ms-grid;
    display: grid;
    gap: 2.5rem;
    grid-template-areas:
    "area1 area1 area2"
    "area1 area1 area2"
    "area1 area1 area3"
    "area5 area4 area4";
}
.cards-block .area1 { -ms-grid-row: 1; -ms-grid-row-span: 5; -ms-grid-column: 1; -ms-grid-column-span: 3; grid-area: area1; }
.cards-block .area2 { -ms-grid-row: 1; -ms-grid-row-span: 3; -ms-grid-column: 5; grid-area: area2; }
.cards-block .area3 { -ms-grid-row: 5; -ms-grid-column: 5; grid-area: area3; }
.cards-block .area4 { -ms-grid-row: 7; -ms-grid-column: 3; -ms-grid-column-span: 3; grid-area: area4; }
.cards-block .area5 { -ms-grid-row: 7; -ms-grid-column: 1; grid-area: area5; }

.cards-block .item {
    background: var(--current-bg);
    padding: 2.5rem;
    color: var(--white);
}

.cards-block .item > .row {
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cards-block .item .thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cards-block .item .thumb picture {
    height: 100%;
}

.cards-block .item .thumb picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cards-block .item .title-font {
    margin: 2rem 0;
    font-size: var(--size-28);
}

.cards-block .item .desc {
    line-height: 1.25;
}

.cards-block .item .desc .link {
    display: block!important;
}

.tile-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4rem 2rem;
}

.link-panel .row {
    padding: 0 0 1.5rem;
    gap: 1rem;
    border-bottom: 2px solid rgba(0,0,0,.5);
}

.link-panel .link-item {
    font-size: var(--size-16);
    font-weight: 700;
    text-decoration: none;
}

.link-panel .link-item .icon {
    font-size: 90%;
    margin-left: 0.5rem;
    display: inline-block;
}

.link-panel .link-item:hover .icon {
    -webkit-animation: bounceDown .6s linear infinite;
    animation: bounceDown .6s linear infinite;
}

@-webkit-keyframes bounceDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(.25rem);
        transform: translateY(.25rem)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(-.25rem);
        transform: translateY(-.25rem)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(.25rem);
        transform: translateY(.25rem)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(-.25rem);
        transform: translateY(-.25rem)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-.25rem);
        transform: translateY(-.25rem)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(.25rem);
        transform: translateY(.25rem)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-.25rem);
        transform: translateY(-.25rem)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(.25rem);
        transform: translateY(.25rem)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fullscreen {
    height: 30rem;
}

.fullscreen img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.instagram {
    padding: 3.5rem 0;
    color: var(--white);
}

.instagram .row {
    gap: 2rem;
}

.instagram .title {
    font-size: var(--size-28);
    font-variant: small-caps;
}

.instagram .decor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #857F7F;
}

.instagram .desc-wrap {
    margin-top: 3.5rem;
    gap: 3.5rem;
}

.instagram .desc-wrap .button {
    text-align: right;
}

.with-parallax {
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.parallax {
    --parallax: 0;
    --parallax-k: 0.3;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.parallax > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc((1 + var(--parallax-k))*105%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    -webkit-transform: translateY(calc(var(--parallax) * var(--parallax-k) * -100%));
    -ms-transform: translateY(calc(var(--parallax) * var(--parallax-k) * -100%));
    transform: translateY(calc(var(--parallax) * var(--parallax-k) * -100%));
}

.parallax.fixed {
    --parallax-k: 0.1;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    z-index: -1;
}

.parallax.fixed > * {
    position: fixed;
    height: calc(100vh*(1 + var(--parallax-k)));
    z-index: -1;
}

.with-video {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.with-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faded:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -5rem;
    width: calc(100% + 10rem);
    height: calc(100% + 2px);
    pointer-events: none;
    -webkit-box-shadow:
            inset 0 -6rem 4rem 0 #000,
            inset 0 6rem 4rem 0 #000;
    box-shadow:
            inset 0 -6rem 4rem 0 #000,
            inset 0 6rem 4rem 0 #000;
}

.clipboard-info {
    position: fixed;
    bottom: -2rem;
    text-transform: uppercase;
    left: 50%;
    background: var(--black);
    border-radius: 1rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.7rem;
    color: var(--white);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: slideDownInfo 3s forwards;
    animation: slideDownInfo 3s forwards;
}

@-webkit-keyframes slideDownInfo {
    0% {
        bottom: -2rem;
    }
    15% {
        bottom: 1rem;
    }
    70% {
        bottom: 1rem;
    }
    100% {
        bottom: -2rem;
    }
}

@keyframes slideDownInfo {
    0% {
        bottom: -2rem;
    }
    15% {
        bottom: 1rem;
    }
    70% {
        bottom: 1rem;
    }
    100% {
        bottom: -2rem;
    }
}

/* endregion */

/* region HEADER */

header {
    position: relative;
    color: var(--black);
    margin-bottom: -1rem;
}

header .header {
    position: relative;
    width: 100%;
    z-index: 1001;
}

header .lang-select  {
    gap: 1rem;
    padding: 0 2rem;
}

header .lang-select .lang img {
    width: 1.5rem;
}

.nav {
    position: relative;
    z-index: 2;
}

header nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

header .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.5rem;
    flex: 0 0 5.5rem;
    width: 5.5rem;
}

header .logo a {
    display: block;
}

.menu {
    gap: 2.5rem;
}

.menu > li {
    position: relative;
    padding: 3rem 0;
}

.menu li a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.menu li a:hover {
    text-decoration: none;
}

.menu > li > a span {
    display: inline-block;
    position: relative;
}

.menu li a span:after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
}

.menu > li.current-menu-item > a span:after,
.menu > li.current-category-ancestor > a span:after,
.menu > li.current-menu-ancestor > a span:after,
.menu > li.current-page-ancestor > a span:after,
.menu > li.current-post-ancestor:not(.hide-current-item) > a span:after {
    width: 50%;
}

.menu li a:hover span:after {
    width: 100%;
}

.menu li:nth-of-type(1n) a span:after {
    background: var(--green);
}

.menu li:nth-of-type(2n) a span:after {
    background: var(--blue);
}

.menu li:nth-of-type(3n) a span:after {
    background: var(--orange);
}

.menu li:nth-of-type(4n) a span:after {
    background: var(--violet);
}

.menu li a:focus span:after {
    -webkit-animation: run_line 1s infinite;
    animation: run_line 1s infinite;
}

@-webkit-keyframes run_line {
    0% {
        right: 0;
        left: unset;
        width: 100%;
    }

    50% {
        right: 0;
        left: unset;
        width: 0;
    }


    51% {
        right: unset;
        left: 0;
        width: 0;
    }

    100% {
        right: unset;
        left: 0;
        width: 100%;
    }
}

@keyframes run_line {
    0% {
        right: 0;
        left: unset;
        width: 100%;
    }

    50% {
        right: 0;
        left: unset;
        width: 0;
    }


    51% {
        right: unset;
        left: 0;
        width: 0;
    }

    100% {
        right: unset;
        left: 0;
        width: 100%;
    }
}

.roll .header {
    position: fixed;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.roll header .menu > li {
    padding: 1.25rem 0;
}


@-webkit-keyframes form-roll-down {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(calc(-1*var(--head-top) - 1px));
        transform: translateY(calc(-1*var(--head-top) - 1px));
    }
}

@keyframes form-roll-down {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(calc(-1*var(--head-top) - 1px));
        transform: translateY(calc(-1*var(--head-top) - 1px));
    }
}

@-webkit-keyframes form-roll-up {
    from {
        -webkit-transform: translateY(calc(-1*var(--head-top) - 1px));
        transform: translateY(calc(-1*var(--head-top) - 1px));
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes form-roll-up {
    from {
        -webkit-transform: translateY(calc(-1*var(--head-top) - 1px));
        transform: translateY(calc(-1*var(--head-top) - 1px));
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.mobile-menu {
    display: none;
    padding: 0.75rem 0;
}

#toggleMenu {
    font-size: 0;
    cursor: pointer;
    background: none;
    border: 0;
    width: 30px;
    height: 26px;
    position: relative;
    z-index: 10;
}

#toggleMenu .bar {
    position: absolute;
    width: 100%;
    background: var(--black);
    height: 2px;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 4px 4px 0 rgba(51,51,51,0.1);
    box-shadow: 0 4px 4px 0 rgba(51,51,51,0.1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#toggleMenu .bar-short {
    width: 66%;
    top: 12px;
}

#toggleMenu .bar:last-of-type {
    top: 24px;
}

#toggleMenu:hover .bar {
    width: 66%;
}

#toggleMenu:hover .bar-short {
    width: 100%;
}

.activeMenu #toggleMenu .bar-short {
    opacity: 0;
}

.activeMenu #toggleMenu .bar:first-of-type {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 35px;
}

.activeMenu #toggleMenu .bar:last-of-type {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    width: 35px;
}

.mobile-menu .toggleMenu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mobile-menu .logo-mobile {
    display: block;
    margin-left: auto;
}

.mobile-menu .logo-mobile img {
    width: 100%;
    max-width: 5rem;
}

.mobile-menu .btn {
    padding: 0.5rem 1rem!important;
    font-size: var(--size-18);
    margin: auto 0.75rem;
    top: 2px;
    position: relative;
}

/* endregion */

/* region FOOTER */

.btn-up {
    position: fixed;
    width: 5rem;
    height: 5rem;
    opacity: 1;
    background-color: #333333;
    border-radius: 50%;
    color: var(--white);
    right: calc(((100vw - var(--container)) / 2) + 15px);
    bottom: 3rem;
    cursor: pointer;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 100;
}

.btn-up_hide {
    display: none;
}

.btn-up_hiding {
    opacity: 0;
}

.btn-up:hover .icon {
    display: inline-block;
    -webkit-animation: bounceUp .6s linear infinite;
    animation: bounceUp .6s linear infinite;
}

/* endregion */

/* region BLACK THEME */
body.black-theme {
    background: var(--black);
    color: var(--white);
}

.black-theme section.content {
    color: var(--white);
}

.black-theme header {
    color: var(--white);
}

/* endregion */

/* region PAGE */
.page > section.with-padding {
    padding: 5rem 0;
}

.page > section.with-padding-top {
    padding-top: 5rem;
}

.page > section.with-padding-bottom {
    padding-bottom: 5rem;
}

.page > section.with-margin {
    padding-bottom: 5rem;
}

.page > section > .container > .title h2 {
    margin: 0;
    font-size: var(--size-28);
    text-align: center;
    margin-bottom: 5rem;
}

/* endregion */

/* region ABOUT */

.page.about > section:last-of-type {
    padding-bottom: 3.5rem;
    margin-bottom: 14rem;
}

.page.about section.content.with-deco-side-before {
    position: static;
}

.page.about section.content.with-deco-side-before:before {
    top: 8rem;
}

.page.about .with-parallax {
    -webkit-box-shadow: inset 0 -1px 0 1px #000;
    box-shadow: inset 0 -1px 0 1px #000;
}

/* endregion */

/* region VISIT */

.cost-block > .row {
    gap: 2rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.cost-block .item {
    max-width: 23rem;
}

.cost-block .title {
    font-size: var(--size-28);
}

.cost-block .title .icon {
    font-size: var(--size-20);
}

.cost-block .desc {
    padding-left: 1.55rem;
    margin-top: 1rem;
}

.page.visit.with-deco-side-after:after {
    background: url(images/deco-bg.svg) top left no-repeat;
    background-size: auto 70rem;
}

.page.visit .add-services {
    background: var(--green);
    color: var(--white);
    margin-bottom: 5rem;
}

.add-services-block > .row {
    gap: 2rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.add-services-block .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 23rem;
}

.add-services-block .item .thumb {
    position: relative;
}

.add-services-block .item:nth-of-type(1) .thumb:before,
.add-services-block .item:nth-of-type(2) .thumb:before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: var(--black);
    position: absolute;
    z-index: 1;
    opacity: 0.85;
    -webkit-box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.25);
    box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.25);
}

.add-services-block .item:nth-of-type(1) .thumb:before {
    top: 0;
    right: 0;
}

.add-services-block .item:nth-of-type(2) .thumb:before {
    bottom: 0;
    left: 0;
}

.add-services-block .item:nth-of-type(1) .thumb img {
    border-radius: 0.5rem 6rem 0.5rem 0.5rem;
}

.add-services-block .item:nth-of-type(2) .thumb img {
    border-radius: 0.5rem 0.5rem 0.5rem 6rem;
}

.add-services-block .desc {
    margin: 1rem 0 2rem;
}

.add-services-block .item:nth-of-type(2) .desc,
.add-services-block .item:nth-of-type(2) .option {
    text-align: right;
}

.add-services-block .cost strong {
    font-weight: 600;
}

.rules-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: -3rem;
}

.rules-block .item .thumb,
.rules-block .item .desc {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.rules-block .thumb img {
    max-width: 4.5rem;
    height: 6.5rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    margin: 0 auto 1.5rem;
}

.contacts-block > .row {
    gap: 2rem;
}

.contacts-block .row .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contacts-block .row .deco {
    background: url(images/deco-white.svg) no-repeat center;
    background-size: auto 100%;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.contacts-block .row .desc .item {
    height: 3rem;
}

.contacts-block .row .item.tel a {
    white-space: nowrap;
}

.contacts-block .row .item .icon {
    display: inline-block;
    width: 3rem;
    text-align: center;
    font-size: 2rem;
    vertical-align: middle;
}

.contacts-block .row .item.tel .icon,
.mobile-menu-social .tel .icon {
    font-size: 1.6rem;
}

.contacts-block .row .item.email .icon,
.mobile-menu-social .email .icon {
    font-size: 1.25rem;
}

.contacts-block .row .item.insta .icon,
.mobile-menu-social .insta .icon {
    font-size: 1.6rem;
}

.contacts-block .row .item.fb .icon,
.mobile-menu-social .fb .icon {
    font-size: 1.5rem;
}

/* endregion */

.partners-block .row {
    gap: 2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.partners-block .row .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.partners-block .row .logo {
    margin-bottom: 2rem;
}

.partners-block .row .logo img {
    height: 7rem;
    width: auto;
}


/* region BAR */

.page.bar  {
    background: url(images/bar-deco.png) repeat-x bottom 1rem center;
    background-size: auto 12rem;
}

.page.bar .fullscreen {
    height: 38rem;
}

.page.bar .with-parallax {
    -webkit-box-shadow:
            0 -2px 0 1px #000,
            inset 0 -1px 0 1px #000;
    box-shadow:
            0 -2px 0 1px #000,
            inset 0 -1px 0 1px #000;
}

.page.bar .additional-bar img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page.bar .additional-bar .inner-desc {
    background: var(--yellow);
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: calc(((100vw - var(--container)) / 2) + 15px);
    padding-right: 5rem;
    color: var(--text);
}

.page.bar .additional-bar .inner-title {
    font-size: var(--size-48);
}

/* endregion */

/* region SHOP */
.page.shop .gallery {
    margin-top: 3rem;
}

.page.shop .gallery.with-deco-side-after:after {
    background: url(images/deco-bg.svg) top left no-repeat;
    background-size: auto 70rem;
    top: -4rem;
    width: calc((100vw - var(--container)) / 2 - 15px + 15rem);
}

/* endregion */

/* region GALLERY */
.page.gallery .content.with-deco-side-before:before {
    width: calc((100vw - var(--container)) / 2 - 15px + 15rem);
    background: url(images/deco-bg.svg) bottom -35rem right no-repeat;
    background-size: auto 70rem;
}

.page.gallery .content.with-deco-side-after:after {
    background: url(images/deco-bg.svg) top left no-repeat;
    background-size: auto 70rem;
    width: calc((100vw - var(--container)) / 2 - 15px + 15rem);
    top: -5rem;
}

.page.gallery .gallery-slider a {
    width: 100%;
}

.page.gallery .gallery-slider img {
    aspect-ratio: 16 / 9;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* endregion */

/* region ECOLODGE */
.page.ecolodge .map {
    position: relative;
}

.page.ecolodge .map #map {
    width: 100%;
    height: 45rem;
}

.page.ecolodge .faded:before {
    z-index: 5;
    -webkit-box-shadow:
            inset 0 -6rem 4rem 0 rgba(255, 204, 102, 1),
            inset 0 6rem 4rem 0 rgba(255, 204, 102, 1),
            0 -6rem 4rem 0 rgba(255, 204, 102, 1),
            0 6rem 4rem 0 rgba(255, 204, 102, 1);
    box-shadow:
            inset 0 -6rem 4rem 0 rgba(255, 204, 102, 1),
            inset 0 6rem 4rem 0 rgba(255, 204, 102, 1),
            0 -6rem 4rem 0 rgba(255, 204, 102, 1),
            0 6rem 4rem 0 rgba(255, 204, 102, 1);
}

.map-tag .map-tag-title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -2rem;
    white-space: nowrap;
    font-size: 0.85rem;
    text-shadow: 2px 0 0 #fff, 0 2px 0 #FFF, -2px 0 0 #fff, 0 -2px 0 #fff;
}

.map-tag .map-tag-title > span {
    display: block;
}

.map-tag .map-tag-title .map-tag-desc {
    font-size: 0.7rem;
    width: 100%;
    text-align: center;
}

.page.ecolodge .cordillera {
    position: relative;
    z-index: 20;
}

.cordillera-block > .row {
    gap: 1rem;
}

.cordillera-block .logo img {
    max-width: 16rem;
    margin: auto;
}

.cordillera-block .link {
    margin-top: 1rem;
}

.ecolodge-gallery {
    position: absolute;
    width: 100%;
    left: 0;
    top: 6rem;
    pointer-events: none;
    z-index: 10;
}

.ecolodge-gallery .row {
    gap: 1rem;
}

.ecolodge-gallery .ecolodge-slider {
    pointer-events: all;
}

.amazon-dinner {
    margin-top: -4rem;
    padding-top: 4rem;
    background: url(images/ecolodge/ecolodge-deco.svg) no-repeat;
    background-position: top center;
    background-size: 47rem auto;
    position: relative;
    z-index: 10;
}

.amazon-dinner .deco1 {
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: left;
}

.amazon-dinner .deco2 {
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: right;
    position: relative;
}

.amazon-dinner .deco2 img {
    margin-left: auto;
}

.amazon-dinner .deco1 img,
.amazon-dinner .deco2 img {
    width: 100%;
    max-width: 13.5rem;
    height: auto;
}

.amazon-dinner .desc {
    position: relative;
}

.amazon-dinner .desc:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 14rem;
    aspect-ratio: 127 / 94;
    background: url(images/amazon-dinner/cena-amazonica.svg) no-repeat center;
    background-size: cover;
}

.amazon-dinner .title {

    text-align: right;
    font-size: var(--size-28);
}

.amazon-dinner .title p {
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: inline-block;
    max-width: 550px;
}

.amazon-dinner .desc p {
    padding-top: 1rem;
    padding-left: 1rem;
}

.amazon-dinner .desc .link {
    margin-top: 1rem;
    margin-left: 0.6rem;
}

main.a-dinner {
    --container: 1180px;
}

/* endregion */


/*===================================*/
/*============ CONTACTS =============*/
/*===================================*/

main.contacts.with-deco-side-after:after {
    background: url(images/deco-bg.svg) top left no-repeat;
    background-size: auto 70rem;
}

.page.contacts .contacts-block .row .item.deco {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    background: url(images/deco-white.svg) no-repeat left;
    background-size: auto 92%;
}

.page.contacts .contacts-block .row .item.desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
}

.contacts .contacts-block .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.routes-block > .row {
    gap: 2rem;
}

.routes-block .route-map {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.routes-block .route-map img {
    max-width: 40rem;
}

.routes-block .feedback {
    min-width: 21rem;
    border: 1px solid rgba(236, 248, 26, 1);
    padding: 2rem 3rem;
    background: rgba(0, 142, 32, 0.3);
}

#feedback-form .field.custom {
    line-height: 0;
    font-size: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: relative;
    z-index: -1;
}

form.order h3 {
    text-align: center;
    color: var(--white);
    margin-top: 1rem;
    margin-bottom: 2rem;
}

form.order .field {
    margin-bottom: 1.25rem;
}

form.order .field label {
    position: relative;
    display: block;
    color: var(--white);
    margin-bottom: 0.5rem;
}

form.order .field label sup {
    position: relative;
    left: 0.25em;
    top: -5px;
    font-size: 0.8em;
}

form.order .required-field {
    margin-top: 1rem;
    font-size: 0.8rem;
    color: var(--white);
}

form.order input,
form.order textarea,
form.order select {
    padding: 0.5em;
    border: 1px solid var(--white);
    width: 100%;
    color: #fff;
    font-size: 0.95rem;
    background: transparent;
}

form.order input:focus,
form.order textarea:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 0 5px 0 var(--green);
    box-shadow: inset 0 0 5px 0 var(--green);
}

form.order .action-button {
    padding: 0.5rem 1.5rem;
    margin: auto;
    background-color: var(--yellow);
    color: white;
    cursor: pointer;
    font-size: 1rem;
    outline: 0!important;
    -webkit-transition: background-color .2s, -webkit-box-shadow .2s;
    transition: background-color .2s, -webkit-box-shadow .2s;
    -o-transition: background-color .2s, box-shadow .2s;
    transition: background-color .2s, box-shadow .2s;
    transition: background-color .2s, box-shadow .2s, -webkit-box-shadow .2s;
}

form.order .action-button .icon {
    font-size: 0.9em;
}

form.order .action-button:not([disabled]):hover {
    background: var(--green);
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.order .action-button.active {
    background-image: url(images/load.svg);
    background-size: auto 65%;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}

h2.infoSend {
    text-align: center;
    text-transform: none;
    font-size: 2rem;
    color: var(--white);
}


/*===================================*/
/*============== PAGE ===============*/
/*===================================*/

main.page > section:last-of-type {
    padding-bottom: 14rem;
}

.content-block > .container {
    --container: 1000px;
}

.content-block b {
    font-weight: 600;
}

.content-images-block.row {
    gap: 2rem;
    padding: 0 1rem;
    margin: 4rem auto 3rem;
}

.content-images-block.row > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-images-block.row .post-image .caption {
    display: block;
    color: var(--text);
    margin-top: 0.25rem;
}

.content-images-block.row .post-image a {
    display: inline-block;
    position: relative;
}

.content-images-block.row .post-image a img {
    max-height: 18rem;
    position: relative;
    border-radius: 10px;
    z-index: 2;
    -webkit-box-shadow: 0 4px 4px 0 rgba(21, 21, 21, 0.1);
    box-shadow: 0 4px 4px 0 rgba(21, 21, 21, 0.1);
}

.content-images-block.row .post-image a:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    background: var(--current-color);
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(21, 21, 21, 0.1);
    box-shadow: 0 4px 4px 0 rgba(21, 21, 21, 0.1);
    z-index: 1;
}

.content-images-block.row .post-image.left-shadow a:after {
    top: -1rem;
    left: -1rem;
}

.content-images-block.row .post-image.right-shadow a:after {
    top: -1rem;
    right: -1rem;
}

.content-images-block.row .post-text {
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

/*===================================*/
/*============ ERROR 404 ============*/
/*===================================*/
.error-404 h2 {
    font-size: var(--size-32);
}

/**** HEIGHT ***/
@media all and (max-height: 720px) {
    :root {
        --size-80: 3.5rem;
    }

    html {
        font-size: 18px;
    }

}

/**** WIDTH ***/

@media (max-width: 1430px) {
    :root {
        --container: 1280px;
    }

    html {
        font-size: 18px;
    }

    h2 {
        font-size: var(--size-40);
    }
}


@media (max-width: 1280px) {
    :root {
        --container: 100%;
    }
}

@media (min-width: 1180px) {

}

@media (max-width: 1180px) {
    .menu {
        gap: 1.75rem;
    }

    .tile-gallery {
        gap: 3rem 1.5rem;
    }

    main.a-dinner {
        --container: 100%;
    }
}

@media (max-width: 1080px) {
    html {
        font-size: 17px;
    }

    .menu {
        gap: 1.5rem;
    }

    header .lang-select {
        gap: 1rem;
        padding: 0 1.5rem;
    }

}

@media (min-width: 981px) {

    .hidden-on-desktop {
        display: none!important;
    }

}

@media (max-width: 980px) {
    :root {
        --size-80: 2.25rem;
        --size-48: 2rem;
    }

    html {
        font-size: 18px;
        scrollbar-gutter: stable;
    }

    .hidden-on-mobile {
        display: none;
    }

    .btn-up {
        width: 3rem;
        height: 3rem;
        bottom: 1rem;
        font-size: 1.5rem;
    }

    .content ul,
    .content ol {
        padding-left: 1.25rem;
    }

    .page > section.with-margin {
        padding-bottom: 4rem;
    }

    .page > section > .container > .title h2 {
        margin-bottom: 4rem;
    }

    .page > section.with-padding {
        padding: 4rem 0;
    }

    main.page > section:last-of-type {
        padding-bottom: 7rem;
    }

    body.activeMenu {
        overflow: hidden;
    }

    header .logo,
    header .lang-select {
        display: none;
    }

    hr.mobile-div {
        border: 0;
        height: 2px;
        background: var(--black);
        margin: 0;
    }

    .mobile-menu {
        display: block;
    }

    .mobile-menu-header {
        margin-top: 2rem;
    }

    .mobile-menu-header .deco img {
        max-width: 5.5rem;
        margin: 0 auto;
    }

    .mobile-menu-header .mobile-menu-title {
        padding: 0 15px 0.5rem;
        font-size: 1.6rem;
    }

    .mobile-menu-header .mobile-lang-select {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .mobile-menu-header .mobile-lang-select-btn {
        position: relative;
        text-align: right;
        margin-top: -5px;
    }

    .mobile-menu-header .mobile-lang-select-btn > button {
        border: 0;
        background: none;
        cursor: pointer;
        font-weight: normal;
        outline: none;
        padding: 0;
        margin-right: 15px;
    }

    .mobile-menu-header .mobile-lang-select-btn > button:after {
        content: "\e90c";
        font-family: "icomoon";
        color: var(--green);
        font-size: 0.5rem;
        vertical-align: middle;
        margin-left: 0.3rem;
    }

    .mobile-menu-header button.open-lang + .mobile-lang-select-submenu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }

    .mobile-menu-header .mobile-lang-select-submenu {
        position: absolute;
        display: inline-block;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
        right: 2.2rem;
        top: 1.5rem;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: opacity .4s, -webkit-transform .5s;
        transition: opacity .4s, -webkit-transform .5s;
        -o-transition: transform .5s, opacity .4s;
        transition: transform .5s, opacity .4s;
        transition: transform .5s, opacity .4s, -webkit-transform .5s;
    }

    .mobile-menu-header .mobile-lang-select-submenu > a {
        display: block;
        margin-top: 0.5rem;
        text-decoration: none;
    }

    header .nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        background: var(--light-orange);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: opacity .4s, -webkit-transform .5s;
        transition: opacity .4s, -webkit-transform .5s;
        -o-transition: transform .5s, opacity .4s;
        transition: transform .5s, opacity .4s;
        transition: transform .5s, opacity .4s, -webkit-transform .5s;
    }

    body.activeMenu header .nav {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }

    header .menu {
        display: block;
        width: 100%;
        padding: 1rem 15px 0!important;
    }

    header .menu > li  {
        margin-bottom: 1rem;
        padding: 0;
    }

    header .menu > li a {
        display: block;
        font-size: 1rem;
        font-weight: 400;
    }

    .mobile-menu-footer .mobile-menu-social {
        gap: 1.5rem;
        padding: 1rem 0 0;
    }

    .mobile-menu-footer .mobile-menu-museum {
        text-align: center;
        padding: 1rem 15px;
    }

    .black-theme header #toggleMenu .bar {
        background: var(--white);
    }

    .black-theme header .nav {
        background: var(--black);
    }

    .black-theme header hr.mobile-div {
        background: var(--white);
    }

    .black-theme .mobile-menu-header .mobile-lang-select-btn > button {
        color: var(--white);
    }

    .link-block {
        display: block;
    }

    .mob-title.hidden-on-desktop {
        font-weight: 500;
        margin-bottom: 1.5rem;
    }

    .with-deco-side-before:before,
    .with-deco-side-after:after {
        display: none;
    }

    .link-block .link-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        white-space: nowrap;
        font-size: 1rem;
        font-weight: 500;
    }

    .link-block .link-item:not(:last-of-type) {
        margin-bottom: 0.5rem;
    }

    .link-panel .link-item .icon {
        font-size: 55%;
        margin: 0 0.5rem 0 0.25rem;
    }

    .link-panel .row {
        padding: 1.5rem 0;
        border-top: 2px solid rgba(0, 0, 0, .5);
    }

    .cards-block {
        display: block;
        max-width: 640px;
        margin: 0 auto;
    }

    .cards-block .item:not(:last-of-type) {
        margin-bottom: 2.5rem;
    }

    .cards-block .item .title-font {
        margin: 0 0 2rem;
        font-size: var(--size-28);
    }

    .cards-block .item .thumb {
        aspect-ratio: 4 / 3;
        margin-bottom: 2rem;
    }

    .page.visit .add-services {
        margin-bottom: 4rem;
    }

    .tile-gallery {
        -ms-grid-columns: 1fr 2rem 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 4rem 2rem;
    }

    .page.bar {
        background-size: auto 5rem;
    }

    .page.bar .additional-bar > .row {
        display: block;
    }

    .page.bar .additional-bar .inner-desc {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page.bar .additional-bar img {
        min-height: 15rem;
    }

    .ecolodge-gallery {
        position: relative;
        top: unset;
        left: unset;
        max-width: 768px;
        margin: 2rem auto -4rem;
    }

    .ecolodge-gallery .row {
        display: block;
    }

    .amazon-dinner {
        background-position: top right 12vw;
    }

    .amazon-dinner .desc {
        max-width: 640px;
        margin: 2rem auto 0;
    }

    .amazon-dinner .desc:before {
        position: static;
        margin-left: auto;
        margin-bottom: 2rem;
        width: 12rem;
    }

    .amazon-dinner .desc p {
        padding: 0;
    }

    .amazon-dinner .desc .link {
        margin-left: 0;
    }

    .amazon-dinner-block > .row:nth-child(1) .deco1,
    .amazon-dinner-block > .row:nth-child(2) .title {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
    }

    .amazon-dinner-block > .row:nth-child(2) .title p {
        padding-left: 1rem;
        padding-right: 0;
    }

    .amazon-dinner-block .title p {
        font-size: calc(10px + 2.25vw);
    }

    .contacts-block .deco {
        display: block;
    }

    .page.contacts .contacts-block .row .item.deco {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: url(images/deco-white.svg) no-repeat center;
        background-size: auto 100%;
    }

    .page.contacts .contacts-block .row .item.desc {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .contacts-block .desc > .item .icon {
        width: auto;
        margin-right: 0.5rem;
    }

    .routes-block > .row {
        display: block;
        max-width: 600px;
        margin: 0 auto;
    }

    .routes-block .feedback {
        margin-top: 3rem;
        min-width: 0;
    }

}

@media (max-width: 768px) {
    .aspect-mobile {
        aspect-ratio: 4/3;
        height: auto;
    }

    .contacts-block > .row {
        display: block;
    }

    .instagram .desc-wrap {
        margin-top: 3rem;
        display: block;
    }

    .instagram .desc-wrap .desc {
        margin-bottom: 3rem;
    }

    .instagram .desc-wrap .button {
        text-align: center;
    }

    .instagram .desc-wrap .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page.gallery .gallery-slider img {
        aspect-ratio: 4 / 3;
    }

    .page.ecolodge .cordillera-block > .row {
        display: block;
    }

    .page.ecolodge .cordillera-block .logo {
        margin-bottom: 2rem;
    }

    .amazon-dinner {
        background-position: top right 7vw;
        background-size: 41rem auto;
    }

    .amazon-dinner-block .deco1 img, .amazon-dinner .deco2 img {
        max-width: 11rem;
    }

    .partners-block > .row {
        display: block;
    }

    .partners-block > .row .item:not(:last-of-type){
        margin-bottom: 4rem;
    }

    .content-images-block.row {
        display: block;
        padding: 0;
        margin: 0;
    }

    .content-images-block.row .post-image {
        width: 100%;
        max-width: 400px;
        margin: 4rem auto 3rem;
    }

}

@media (max-width: 640px) {
    .page > section.with-margin {
        padding-bottom: 3rem;
    }

    .page > section > .container > .title h2 {
        margin-bottom: 3rem;
    }

    .page > section.with-padding {
        padding: 3rem 0;
    }

    .cost-block > .row {
        display: block;
    }

    .cost-block > .row > .col:first-child {
        margin-bottom: 2rem;
    }

    .add-services-block > .row {
        display: block;
    }

    .add-services-block .item {
        margin: 0 auto 3rem;
    }

    .add-services-block .item:last-child {
        margin-bottom: 0;
    }

    .tile-gallery {
        -ms-grid-columns: 1fr 1.5rem 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    .amazon-dinner {
        background-position: top right 2vw;
        background-size: 37rem auto;
    }

    .amazon-dinner .deco1 img, .amazon-dinner .deco2 img {
        max-width: 9.5rem;
    }
}

@media (max-width: 568px) {

}

@media (max-width: 480px) {

    .splide__pagination {
        gap: 0.55rem;
    }

    .splide__pagination__page {
        width: 0.75rem;
        height: 0.75rem;
    }

    .cards-block .item {
        padding: 2.5rem 1rem;
    }

    .tile-gallery {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .page.ecolodge .map #map {
        height: 35rem;
    }

    .amazon-dinner {
        background-position: top 2rem right;
        background-size: 28rem auto;
    }

    .amazon-dinner .desc:before {
        margin-right: auto;
    }

    .amazon-dinner .deco1 img,
    .amazon-dinner .deco2 img {
        max-width: 7rem;
    }

    .amazon-dinner-block .title p {
        font-size: 18px;
    }

    .rules-block {
        gap: 1.5rem;
    }

    .rules-block .thumb img {
        max-width: 3.5rem;
        height: 4.5rem;
    }

    .routes-block .feedback {
        padding: 2rem;
    }

    .content-images-block.row .post-image {
        margin: 3rem auto 2rem;
    }

    .content-images-block.row .post-image.left-shadow a:after {
        top: -0.5rem;
        left: -0.5rem;
    }

    .content-images-block.row .post-image.right-shadow a:after {
        top: -0.5rem;
        right: -0.5rem;
    }
}

@media (max-width: 380px) {
    .amazon-dinner .title p {
        padding-right: 0.75rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .amazon-dinner-block > .row:nth-child(2) .title p {
        padding-left: 0.75rem;
    }

    .amazon-dinner-block .title p {
        font-size: 15px;
    }

    .contacts-block .row .item .icon {
        margin-right: 0.3rem;
        font-size: 1.8rem;
    }

    .contacts-block .row .item.tel .icon {
        font-size: 1.2rem;
    }

    .contacts-block .row .item.email .icon {
        font-size: 0.85rem;
    }

    .contacts-block .row .item.insta .icon {
        font-size: 1.2rem;
    }

    .contacts-block .row .item.fb .icon {
        font-size: 1.1rem;
    }

    .rules-block {
        gap: 1rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 360px) {
    .routes-block .feedback {
        padding: 1rem;
    }
}