@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Tenor+Sans&display=swap");
@view-transition {
    navigation: auto;
}
@font-face {
    font-family: "Cochin";
    src:
        url("../fonts/Cochin-Italic.woff2") format("woff2"),
        url("../fonts/Cochin-Italic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Cochin";
    src:
        url("../fonts/Cochin.woff2") format("woff2"),
        url("../fonts/Cochin.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.material-symbols-outlined {
    font-variation-settings:
        "FILL" 0,
        "wght" 100,
        "GRAD" 0,
        "opsz" 24;
}

body {
    font-size: 14px;
    font-family: "Tenor Sans", sans-serif;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header {
    width: 100%;
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}
header .navMb span {
    font-size: 40px;
    color: #f5f2f0;
}
header .header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
header .header-btn a {
    font-family: "Cochin", sans-serif;
}
header.home_header .logo {
    width: 80px;
    height: 42px;
}
header.home_header .logo a {
    width: 100%;
    height: 100%;
    display: block;
}
header.home_header .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
header.home_header nav {
    width: 100%;
    max-width: max-content;
    height: 100%;
    display: flex;
    align-items: center;
}
header.home_header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0 40px;
}
header.home_header nav ul li a {
    font-family: "Tenor Sans", sans-serif;
    text-decoration: none !important;
    color: #f5f2f0;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.08em;
}
@media (max-width: 768px) {
    header.home_header .logo {
        height: 50px;
    }
}
header.page_header {
    border-bottom: solid 1px rgba(162, 132, 119, 0.1);
}
header.page_header .logo {
    width: 80px;
    height: 42px;
}
header.page_header .logo a {
    width: 100%;
    height: 100%;
    display: block;
}
header.page_header .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
header.page_header nav {
    width: 100%;
    max-width: max-content;
    height: 100%;
    display: flex;
    align-items: center;
}
header.page_header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0 40px;
}
header.page_header nav ul li {
    position: relative;
}
header.page_header nav ul li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 0;
    background-color: #695048;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
header.page_header nav ul li a {
    font-family: "Tenor Sans", sans-serif;
    text-decoration: none !important;
    color: #695048;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.08em;
}
header.page_header nav ul li:hover::after {
    height: 2px;
}
header.page_header nav ul li.current-menu-item::after {
    height: 2px;
}
header.page_header .btn {
    border-color: #695048 !important;
    color: #695048 !important;
}
header.page_header .navMb span {
    color: #695048;
}
@media (max-width: 768px) {
    header .logo {
        height: 32px !important;
    }
}

.style-green {
    font-style: normal;
    font-weight: 600;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
}
@media screen and (max-width: 320px) {
    .style-green {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .style-green {
        font-size: 16px;
    }
}

.scroll {
    text-decoration: none !important;
    display: block;
    width: 100%;
    max-width: max-content;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #ddd1cd;
    left: 0;
    right: 0;
    bottom: 10px;
}
.scroll span {
    display: block;
    margin-top: 5px;
}

.owl-theme.owl-testimonial .item {
    width: 100%;
    position: relative;
}
.owl-theme.owl-testimonial .item figure {
    width: 100%;
    max-width: 288px;
    height: 400px;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: auto;
}
.owl-theme.owl-testimonial .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-theme.owl-testimonial .item .item-content {
    width: 100%;
    max-width: 88%;
    padding: 88px 70px 88px 220px;
    background: rgba(221, 209, 205, 0.2);
}
.owl-theme.owl-testimonial .item .item-content p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 3 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
}
@media screen and (max-width: 320px) {
    .owl-theme.owl-testimonial .item .item-content p {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .owl-theme.owl-testimonial .item .item-content p {
        font-size: 17px;
    }
}
.owl-theme.owl-testimonial .item .item-content span {
    display: block;
    margin-top: clamp(20px, 5vw, 70px);
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(18px + 4 * (100vw - 320px) / 980);
    line-height: 110%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #695048;
}
@media screen and (max-width: 320px) {
    .owl-theme.owl-testimonial .item .item-content span {
        font-size: 18px;
    }
}
@media screen and (min-width: 1300px) {
    .owl-theme.owl-testimonial .item .item-content span {
        font-size: 22px;
    }
}
.owl-theme.owl-testimonial .item .item-content span strong {
    display: block;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #886a5d;
    margin-bottom: 8px;
}
@media (max-width: 768px) {
    .owl-theme.owl-testimonial .item figure {
        bottom: initial;
        left: 0;
        right: 0;
        top: 0;
        height: 30%;
        z-index: 1;
    }
    .owl-theme.owl-testimonial .item figure img {
        object-position: top;
    }
    .owl-theme.owl-testimonial .item .item-content {
        position: relative;
        max-width: 100%;
        padding: 250px 24px 48px;
    }
    .owl-theme.owl-testimonial .item .item-content::before {
        content: "";
        width: 100%;
        height: 15%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 0;
    }
}
.owl-theme.owl-testimonial .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: -1;
    justify-content: space-between;
}
.owl-theme.owl-testimonial .owl-nav button {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #695048;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.owl-theme.owl-testimonial .owl-nav button.owl-prev {
    left: -69px;
}
.owl-theme.owl-testimonial .owl-nav button.owl-next {
    right: -69px;
}
.owl-theme.owl-testimonial .owl-dots {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.owl-theme.owl-testimonial .owl-dots button {
    width: 6px;
    height: 6px;
    background: #a28477;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.owl-theme.owl-testimonial .owl-dots button.active {
    width: 8px;
    height: 8px;
    background-color: #a28477;
}
.owl-theme#sync1 {
    position: inherit;
}
.owl-theme#sync1 .item {
    padding: 110px 0 80px 100px;
    padding: clamp(40px, 7vw, 110px) 0 clamp(40px, 5vw, 80px) clamp(40px, 6vw, 100px);
    border: solid 1px rgba(162, 132, 119, 0.2);
    background-color: rgba(221, 209, 205, 0.2);
}
.owl-theme#sync1 .item h2 {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(13px + 3 * (100vw - 320px) / 980);
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #886a5d;
    margin-bottom: 40px;
}
@media screen and (max-width: 320px) {
    .owl-theme#sync1 .item h2 {
        font-size: 13px;
    }
}
@media screen and (min-width: 1300px) {
    .owl-theme#sync1 .item h2 {
        font-size: 16px;
    }
}
.owl-theme#sync1 .item h3 {
    width: 100%;
    max-width: 493px;
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(24px + 16 * (100vw - 320px) / 980);
    line-height: 110%;
    color: #695048;
    margin-bottom: 30px;
}
@media screen and (max-width: 320px) {
    .owl-theme#sync1 .item h3 {
        font-size: 24px;
    }
}
@media screen and (min-width: 1300px) {
    .owl-theme#sync1 .item h3 {
        font-size: 40px;
    }
}
.owl-theme#sync1 .item p {
    width: 100%;
    max-width: 493px;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 3 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
    margin-bottom: 48px;
}
@media screen and (max-width: 320px) {
    .owl-theme#sync1 .item p {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .owl-theme#sync1 .item p {
        font-size: 17px;
    }
}
.owl-theme#sync1 .item .button {
    border-color: rgba(162, 132, 119, 0.8);
    color: #695048;
}
@media (max-width: 992px) {
    .owl-theme#sync1 .item {
        padding-right: clamp(30px, 3vw, 60px);
    }
}
.owl-theme#sync1 .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.owl-theme#sync1 .owl-dots button {
    width: 6px;
    height: 6px;
    background: #ddd1cd;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.owl-theme#sync1 .owl-dots button.active {
    width: 8px;
    height: 8px;
    background-color: #695048;
}
.owl-theme#sync2 {
    max-width: 520px;
    display: flex;
    align-items: center;
}
.owl-theme#sync2 .owl-item {
    max-width: 520px;
    height: 424px;
}
.owl-theme#sync2 .owl-item .item {
    height: 100%;
    overflow: hidden;
}
.owl-theme#sync2 .owl-item .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .owl-theme#sync2 .owl-item {
        height: auto;
    }
    .owl-theme#sync2 .owl-item .item {
        height: 300px;
    }
}

#myCarousel {
    --f-carousel-spacing: 28px;
    --f-carousel-slide-width: calc((100% - 3vw) / 3);
    --f-carousel-spacing: 0;
    --f-button-next-pos: 30px;
    --f-button-prev-pos: 30px;
    --f-button-width: 44px;
    --f-button-height: 44px;
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    --f-button-svg-stroke-width: 3;
    background-color: transparent;
}
#myCarousel .f-carousel__slide {
    width: 62%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#myCarousel .f-carousel__slide img {
    width: 150%;
    height: 60%;
    object-fit: cover;
    transform: scale(var(--f-scale, 1)) translateX(var(--f-translateX, 0));
    background: #fff;
    filter: blur(var(--f-blur, "0"));
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#myCarousel .f-carousel__slide.is-selected {
    z-index: 1;
}
#myCarousel .f-carousel__slide.is-selected img {
    width: 150%;
    height: 90%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media (max-width: 768px) {
    #myCarousel .f-carousel__slide {
        width: 66%;
    }
}
#myCarousel .f-carousel__slide .f-progress {
    position: absolute;
    bottom: 39px;
    top: inherit;
    height: 4px;
    /* max-width: 1014px; */
    background-color: #ddd1cd;
}
#myCarousel .f-carousel__nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 170px;
    bottom: 80px;
    z-index: 1;
}
#myCarousel .f-carousel__nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: solid 1px #ddd1cd;
    color: #ddd1cd;
}
#myCarousel .f-carousel__nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}
#myCarousel .f-carousel__nav button:hover {
    background-color: #ddd1cd;
    color: #000;
}

#mainCarousel {
    --f-carousel-slide-width: calc(100% / 1);
    --f-button-width: 40px;
    --f-button-height: 40px;
    height: clamp(200px, 57vw, 700px);
    max-height: 700px;
    margin-bottom: 0 !important;
}
#mainCarousel .f-carousel__slide {
    width: 100%;
}
#mainCarousel .f-carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#mainCarousel .f-carousel__nav {
    position: absolute;
    left: -61px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 110%;
    z-index: 1;
    height: 44px;
}
#mainCarousel .f-carousel__nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: solid 1px #695048;
    color: #695048;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
#mainCarousel .f-carousel__nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}
#mainCarousel .f-carousel__nav button:hover {
    background-color: #ddd1cd;
    color: #000;
}
@media (max-width: 992px) {
    #mainCarousel .f-carousel__nav {
        width: 100%;
        left: 0;
    }
}

.thumbnails {
    display: flex;
    justify-content: center;
    gap: clamp(16px, 4vw, 36px);
}
.thumbnails .thumbnail {
    width: 22.5%;
    height: 440px;
    cursor: pointer;
}
.thumbnails .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 768px) {
    .thumbnails {
        flex-flow: wrap;
    }
    .thumbnails .thumbnail {
        width: 47.5%;
        height: 200px;
    }
}

.offcanvas .offcanvas-header {
    border-bottom: solid 1px rgba(162, 132, 119, 0.1);
}
.offcanvas .offcanvas-header .logo-offcanvas {
    height: 50px;
}
.offcanvas .offcanvas-header .logo-offcanvas img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.offcanvas .offcanvas-body {
    padding: 0;
}
.offcanvas .offcanvas-body ul {
    list-style: none;
    display: grid;
    padding: 0;
    margin: 0;
}
.offcanvas .offcanvas-body ul li.current-menu-item {
    background-color: rgba(105, 80, 72, 0.8);
}
.offcanvas .offcanvas-body ul li.current-menu-item a {
    color: #f5f2f0;
}
.offcanvas .offcanvas-body ul li a {
    display: block;
    padding: 20px 0px;
    text-align: center;
    text-decoration: none;
    border-bottom: solid 1px rgba(162, 132, 119, 0.1);
    font-family: "Tenor Sans", sans-serif;
    text-decoration: none !important;
    color: #695048;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.08em;
}

@keyframes rotate-world {
    to {
        transform: rotate(360deg);
    }
}
.section-destination::before,
.section-creating::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 50vh;
    background: #ddd1cd 0%;
    background: linear-gradient(to bottom, #ddd1cd 0%, rgba(243, 237, 239, 0.3) 100%);
    opacity: 0.2;
    z-index: 0;
}

.color-white {
    font-size: calc(12px + 2 * (100vw - 420px) / 880);
    color: #ece6e4;
}
@media screen and (max-width: 420px) {
    .color-white {
        font-size: 12px;
    }
}
@media screen and (min-width: 1300px) {
    .color-white {
        font-size: 14px;
    }
}
.color-white:hover {
    background-color: #ece6e4;
    color: #000;
}

[type="button"]:focus {
    box-shadow: none !important;
}

.sticky-mt-top {
    top: 24px;
}

.fancybox__container {
    --fancybox-bg: rgba($color-black-0, 0.5);
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.fancybox__container::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(76, 58, 52, 0.6) !important;
}
.fancybox__container .f-button {
    background-color: transparent;
}
.fancybox__container .f-button.is-next,
.fancybox__container .f-button.is-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd1cd;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.fancybox__container .f-button.is-next:hover,
.fancybox__container .f-button.is-prev:hover {
    background-color: rgba(112, 97, 93, 0.8);
}
.fancybox__container .f-button.is-next svg,
.fancybox__container .f-button.is-prev svg {
    width: 15px;
    height: 15px;
}

.top-20 {
    top: 120px;
}

.h-custom {
    min-height: 770px;
}
@media (max-width: 768px) {
    .h-custom {
        min-height: auto;
    }
}

.button {
    width: 100%;
    max-width: max-content;
    padding: 21px 31px;
    display: flex;
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(12px + 3 * (100vw - 320px) / 980);
    line-height: 17px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ece6e4;
    text-decoration: none;
    border: 1px solid #ece6e4;
}
@media screen and (max-width: 320px) {
    .button {
        font-size: 12px;
    }
}
@media screen and (min-width: 1300px) {
    .button {
        font-size: 15px;
    }
}
.button:hover {
    background-color: #ece6e4;
    color: #000;
}

.header-section {
    width: 100%;
    max-width: max-content;
    position: relative;
    z-index: 1;
}
.header-section h2, .header-section .single-suptitle {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #886a5d;
    margin-bottom: 30px;
    text-transform: uppercase;
}
@media screen and (max-width: 320px) {
    .header-section h2, .header-section .single-suptitle {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .header-section h2, .header-section .single-suptitle {
        font-size: 16px;
    }
}
.header-section h3, .header-section .single-title {
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(28px + 12 * (100vw - 320px) / 980);
    line-height: 110%;
    text-align: center;
    color: #695048;
}
@media screen and (max-width: 320px) {
    .header-section h3, .header-section .single-title {
        font-size: 28px;
    }
}
@media screen and (min-width: 1300px) {
    .header-section h3, .header-section .single-title {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .header-section h3, .header-section .single-title {
        margin-bottom: 30px;
    }
}
.header-section p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(15px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
}
@media screen and (max-width: 320px) {
    .header-section p {
        font-size: 15px;
    }
}
@media screen and (min-width: 1300px) {
    .header-section p {
        font-size: 17px;
    }
}
@media (max-width: 768px) {
    .header-section {
        margin: auto;
    }
}

.main_container .container-fluid {
    max-width: 100%;
}

.container-fluid {
    width: 100%;
    max-width: 1260px;
    padding-left: calc(var(--bs-gutter-x) * 1);
    padding-right: calc(var(--bs-gutter-x) * 1);
}

.position-md-absolute {
    position: absolute;
}
@media (max-width: 768px) {
    .position-md-absolute {
        position: initial;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }
}

.gap {
    gap: 12px 8px;
}

main {
    background-color: #fff;
}

.main-slide {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 82px);
    display: flex;
    align-items: center;
}
.main-slide .slide-content {
    width: 100%;
    text-align: center;
}
.main-slide .slide-content img {
    width: 100%;
    height: 223px;
    object-fit: contain;
    margin-bottom: 60px;
}
.main-slide .slide-content h2 {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 60px;
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(32px + 16 * (100vw - 320px) / 980);
    line-height: 100%;
    color: #ece6e4;
}
@media screen and (max-width: 320px) {
    .main-slide .slide-content h2 {
        font-size: 32px;
    }
}
@media screen and (min-width: 1300px) {
    .main-slide .slide-content h2 {
        font-size: 48px;
    }
}
.main-slide figure::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.main-slide figure:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(112, 97, 93, 0.6);
    mix-blend-mode: overlay;
}
@media (max-width: 576px) {
    .main-slide {
        display: block;
        padding-top: 30px;
    }
    .main-slide .slide-content img {
        margin-bottom: 30px;
    }
    .main-slide .slide-content h2 {
        margin-bottom: 30px;
    }
}

.section-about {
    position: relative;
}
.section-about .about-info {
    padding: 200px 0px;
}
.section-about .about-info h2 {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #886a5d;
    margin-bottom: 40px;
}
@media screen and (max-width: 320px) {
    .section-about .about-info h2 {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .section-about .about-info h2 {
        font-size: 16px;
    }
}
.section-about .about-info h3 {
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(30px + 10 * (100vw - 320px) / 980);
    line-height: 110%;
    color: #695048;
    margin-bottom: 30px;
}
@media screen and (max-width: 320px) {
    .section-about .about-info h3 {
        font-size: 30px;
    }
}
@media screen and (min-width: 1300px) {
    .section-about .about-info h3 {
        font-size: 40px;
    }
}
.section-about .about-info p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(15px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
}
@media screen and (max-width: 320px) {
    .section-about .about-info p {
        font-size: 15px;
    }
}
@media screen and (min-width: 1300px) {
    .section-about .about-info p {
        font-size: 17px;
    }
}
.section-about .about-info p:nth-child(4) {
    margin-bottom: 48px;
}
.section-about .about-info .button {
    border-color: rgba(162, 132, 119, 0.8);
    color: #695048;
}
@media (max-width: 768px) {
    .section-about .about-info .button {
        max-width: 100%;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
}
@media (max-width: 992px) {
    .section-about .about-info {
        padding: 10% 0;
    }
}

.section-service {
    width: 100%;
    display: block;
    position: relative;
    padding: 160px 0;
}
.section-service .header-section h3 {
    max-width: 790px;
    margin-bottom: 0;
}
.section-service .service_item {
    width: 100%;
    height: 100%;
    height: 452px;
    position: relative;
    text-align: center;
    padding: 48px 45px;
    background: rgba(221, 209, 205, 0.4) 40%;
    background: linear-gradient(to bottom, rgba(221, 209, 205, 0.4) 40%, #f4f4f4 100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.section-service .service_item::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 106px;
    height: 2px;
    color: #f5f2f0;
    left: 0;
    right: 0;
    bottom: 48px;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.section-service .service_item figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}
.section-service .service_item figure::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.section-service .service_item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(1px);
    -webkit-filter: blur(1px);
}
.section-service .service_item span {
    display: block;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    text-align: center;
    color: #f5f2f0;
    opacity: 0.78;
    margin-bottom: 144px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.section-service .service_item h2 {
    font-family: "Cochin", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    color: #f5f2f0;
    margin-bottom: 24px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.section-service .service_item p {
    display: none;
    opacity: 0;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #f5f2f0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.section-service .service_item:hover::after {
    background-color: #ddd1cd;
}
.section-service .service_item:hover span {
    margin-bottom: 60px;
    color: #f5f2f0;
    opacity: 0.78;
}
.section-service .service_item:hover h2 {
    color: #f5f2f0;
}
.section-service .service_item:hover p {
    display: block;
    opacity: 1;
    color: #f5f2f0;
}
@media (max-width: 768px) {
    .section-service .service_item {
        background: #695048;
    }
    .section-service .service_item::after {
        background-color: #ddd1cd;
    }
    .section-service .service_item span {
        margin-bottom: 60px;
        color: #ddd1cd;
        opacity: 0.78;
    }
    .section-service .service_item h2 {
        color: #f5f2f0;
    }
    .section-service .service_item p {
        display: block;
        opacity: 1;
        color: #f5f2f0;
    }
}
.section-service .button {
    border-color: rgba(162, 132, 119, 0.8);
    color: #695048;
}
@media (max-width: 992px) {
    .section-service {
        padding: 20% 0;
    }
    .section-service .button {
        margin: auto;
    }
}

.section-creating {
    width: 100%;
    position: relative;
    padding: 160px 0;
}
.section-creating .creating-text {
    width: 100%;
    max-width: 550px;
}
.section-creating .creating-text h2 {
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(30px + 10 * (100vw - 320px) / 980);
    line-height: 110%;
    color: #695048;
    margin-bottom: 35px;
}
@media screen and (max-width: 320px) {
    .section-creating .creating-text h2 {
        font-size: 30px;
    }
}
@media screen and (min-width: 1300px) {
    .section-creating .creating-text h2 {
        font-size: 40px;
    }
}
.section-creating .creating-text p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
}
.section-creating .creating-text .button {
    border-color: rgba(162, 132, 119, 0.8);
    color: #695048;
}
@media (max-width: 992px) {
    .section-creating .creating-text {
        max-width: 100%;
    }
}

.section-destination {
    width: 100%;
    position: relative;
    padding: 160px 0;
}
.section-destination .header-section h2 {
    margin-bottom: 32px;
}
.section-destination .header-section h3 {
    margin-bottom: 32px;
}
.section-destination .header-section p {
    margin-bottom: 50px;
}
.section-destination .button {
    border-color: rgba(162, 132, 119, 0.8);
    color: #695048;
}
@media (max-width: 768px) {
    .section-destination .button {
        max-width: 100%;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
}

.section-luxury {
    width: 100%;
    padding: 160px 0;
    position: relative;
    background-color: rgba(221, 209, 205, 0.2);
}
.section-luxury .content h2 {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #886a5d;
    margin-bottom: 40px;
}
.section-luxury .content h3 {
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    color: #695048;
    margin-bottom: 32px;
}
.section-luxury .content p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
}
.section-luxury .content .button {
    border-color: rgba(162, 132, 119, 0.8);
    color: #695048;
}
.section-luxury .luxury-img {
    position: absolute;
    overflow: hidden;
    width: 100%;
    max-width: 290px;
    height: 390px;
    top: 0;
    bottom: 0;
    left: -150px;
    margin: auto;
    border: 1px solid #fff;
}
.section-luxury .luxury-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
@media (max-width: 768px) {
    .section-luxury .luxury-img {
        width: 200px;
        bottom: initial;
        right: 80px;
        height: 230px;
        top: -50px;
        left: inherit;
    }
    .section-luxury .luxury-img img {
        width: 200px;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
    .section-luxury {
        padding: 70px 0;
    }
    .section-luxury .img-luxury {
        height: 450px !important;
    }
}

.section-testimonials {
    width: 100%;
    display: block;
    padding: 160px 0;
    position: relative;
    overflow: hidden;
}

.page-about {
    position: relative;
    display: flex;
    align-items: center;
    height: calc(100vh - 115px);
}
.page-about .content h2 {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #886a5d;
    margin-bottom: clamp(20px, 5vw, 40px);
}
.page-about .content h3 {
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    color: #695048;
    margin-bottom: 32px;
}
.page-about .content p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
    margin-bottom: 56px;
}
.page-about .content .button {
    border-color: rgba(162, 132, 119, 0.8);
    color: #695048;
}
@media (max-width: 768px) {
    .page-about {
        padding: 60px 0 70px;
        height: max-content;
    }
    .page-about figure {
        height: 300px !important;
    }
}

.content-about {
    position: relative;
    padding: clamp(50px, 10vw, 160px) 0px;
}
.content-about .header-section h3 {
    width: 100%;
    max-width: 860px;
}
@media (max-width: 768px) {
    .content-about .header-section h3 {
        margin-bottom: 30px;
    }
}
.content-about .service_item {
    width: 100%;
    height: 100%;
    height: clamp(auto, auto, 452px);
    position: relative;
    text-align: center;
    padding: 48px 45px;
    background-color: #695048;
}
.content-about .service_item::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 106px;
    height: 2px;
    background: #a28477;
    left: 0;
    right: 0;
    bottom: 48px;
    margin: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.content-about .service_item h2 {
    margin-bottom: 24px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #f5f2f0;
}
.content-about .service_item p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #f5f2f0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 68px;
}
@media (max-width: 768px) {
    .content-about .service_item {
        height: auto;
    }
}
.content-about .button {
    border-color: rgba(162, 132, 119, 0.8);
    color: #695048;
}

.content-profile {
    position: relative;
    padding: clamp(30px, 9vw, 140px) 0px clamp(30px, 20vw, 260px);
    background-color: rgba(221, 209, 205, 0.2);
}
.content-profile .header-section h3 {
    width: 100%;
    max-width: 434px;
}
.content-profile figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content-profile figure img {
    width: 100%;
}
.content-profile .ctn-profile {
    padding: clamp(20px, 6vw, 72px);
    background: #f5f2f0;
    border: 1px solid rgba(162, 132, 119, 0.3);
}
.content-profile .ctn-profile p {
    text-align: justify;
}
@media (max-width: 768px) {
    .content-profile .ctn-profile figure {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .content-profile .ctn-profile figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
}

.page-services {
    padding: clamp(30px, 5vw, 80px) 0px clamp(60px, 10vw, 160px);
    position: relative;
}
.page-services .header-section h3 {
    width: 100%;
    max-width: 772px;
}
.page-services figure.figure-square {
    height: clamp(200px, 100%, 670px);
}
.page-services figure.figure-rectang {
    height: clamp(200px, 100%, 440px);
}
.page-services figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .page-services figure {
        height: clamp(200px, 5vh, 100%);
    }
    .page-services figure img {
        aspect-ratio: 1/1;
    }
}
.page-services .text-gallery {
    max-width: 612px;
}
.page-services .text-gallery p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(16px + 3 * (100vw - 320px) / 980);
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #695048;
    margin-bottom: 56px;
}
@media screen and (max-width: 320px) {
    .page-services .text-gallery p {
        font-size: 16px;
    }
}
@media screen and (min-width: 1300px) {
    .page-services .text-gallery p {
        font-size: 19px;
    }
}
.page-services .text-gallery .button {
    border-color: rgba(162, 132, 119, 0.8);
    color: #695048;
}

.services-content {
    width: 100%;
    padding: clamp(60px, 10vw, 160px) 0;
    position: relative;
    background-color: rgba(221, 209, 205, 0.2);
}
.services-content figure {
    margin: 0;
    height: max(200px, min(80vh, 770px));
}
.services-content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-content .content-servi {
    border: solid 1px #f5f2f0;
    padding: clamp(20px, 8vw, 88px) clamp(20px, 5vw, 100px);
}
.services-content .content-servi h2 {
    font-family: "Cochin", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: calc(24px + 10 * (100vw - 320px) / 980);
    line-height: 100%;
    color: #695048;
    margin-bottom: 30px;
}
@media screen and (max-width: 320px) {
    .services-content .content-servi h2 {
        font-size: 24px;
    }
}
@media screen and (min-width: 1300px) {
    .services-content .content-servi h2 {
        font-size: 34px;
    }
}
.services-content .content-servi p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 3 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
}
@media screen and (max-width: 320px) {
    .services-content .content-servi p {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .services-content .content-servi p {
        font-size: 17px;
    }
}
.services-content .content-servi .button {
    margin-top: 15px;
    border-color: rgba(162, 132, 119, 0.8);
    color: #695048;
}
@media (max-width: 768px) {
    .services-content figure {
        width: 100%;
        height: 400px;
    }
}

.section-quest {
    position: relative;
    padding: clamp(60px, 9vw, 144px) 0px;
}
.section-quest .header-section h2 {
    text-align: start;
}
.section-quest .header-section h3 {
    text-align: start;
}
.section-quest .accordion {
    padding-top: 15px;
    counter-reset: item;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.section-quest .accordion .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(162, 132, 119, 0.6);
}
.section-quest .accordion .accordion-item .accordion-header button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: clamp(15px, 2rem, 38px) clamp(30px, 7vw, 66px);
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(15px + 4 * (100vw - 320px) / 980);
    line-height: 140%;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.01em;
    color: #886a5d;
}
@media screen and (max-width: 320px) {
    .section-quest .accordion .accordion-item .accordion-header button {
        font-size: 15px;
    }
}
@media screen and (min-width: 1300px) {
    .section-quest .accordion .accordion-item .accordion-header button {
        font-size: 19px;
    }
}
.section-quest .accordion .accordion-item .accordion-header button::before {
    counter-increment: item;
    content: counter(item, decimal-leading-zero) ".";
    display: block;
    width: max-content;
    height: max-content;
    position: absolute;
    top: clamp(15px, 2.3rem, 39px);
    left: clamp(10px, 2vw, 20px);
    margin: auto;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 4 * (100vw - 320px) / 980);
    line-height: 110%;
    color: #886a5d;
    opacity: 0.78;
}
@media screen and (max-width: 320px) {
    .section-quest .accordion .accordion-item .accordion-header button::before {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .section-quest .accordion .accordion-item .accordion-header button::before {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .section-quest .accordion .accordion-item .accordion-header button::before {
        left: clamp(8px, 1vw, 20px);
    }
}
.section-quest .accordion .accordion-item .accordion-header button:not(.collapsed) {
    background-color: rgba(199, 181, 174, 0.1);
    box-shadow: none !important;
}
.section-quest .accordion .accordion-item .accordion-header button::after {
    display: none;
}
@media (max-width: 768px) {
    .section-quest .accordion {
        padding-top: 0;
    }
}

.section-events {
    padding: 144px 0;
    position: relative;
    background-color: rgba(221, 209, 205, 0.2);
}
.section-events .header-section h3 {
    max-width: 773px;
}
.section-events .card {
    height: 100%;
    background-color: #60473f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(40px, 5vh, 62px) clamp(20px, 3vw, 30px) clamp(30px, 5vh, 40px) clamp(20px, 3vw, 30px);
    position: relative;
}
.section-events .card span {
    position: absolute;
    font-size: 32px;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    left: 0;
    right: 0;
    top: -15px;
    margin: auto;
    background-color: #ddd1cd;
    color: #60473f;
}
.section-events .card p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #f5f2f0;
    margin-bottom: 0;
}
.section-events .button {
    border-color: rgba(162, 132, 119, 0.8);
    color: #695048;
}

.page-gallery {
    padding: clamp(30px, 5vw, 88px) 0 clamp(60px, 12vw, 160px);
    background: rgba(243, 237, 239, 0.2) 80%;
    background: linear-gradient(to bottom, rgba(243, 237, 239, 0.2) 80%, rgba(221, 209, 205, 0.3) 100%);
}
.page-gallery .header-section h3 {
    max-width: 500px;
}
.page-gallery .header-section h3 em {
    display: block;
}
.page-gallery #filter-menu {
    width: 100%;
}
.page-gallery #filter-menu .filter-btn {
    background-color: transparent;
    border: none;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 110%;
    letter-spacing: 0.02em;
    padding: clamp(8px, 2vw, 11px) clamp(15px, 3vw, 24px);
    color: #886a5d;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
@media screen and (max-width: 320px) {
    .page-gallery #filter-menu .filter-btn {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .page-gallery #filter-menu .filter-btn {
        font-size: 16px;
    }
}
.page-gallery #filter-menu .filter-btn.btn-active {
    background-color: rgba(221, 209, 205, 0.4);
    color: #695048;
}
@media (max-width: 768px) {
    .page-gallery #filter-menu {
        overflow: scroll;
    }
}
.page-gallery .card {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.page-gallery .card a {
    text-decoration: none !important;
}
.page-gallery .card figure {
    width: 100%;
    height: 100%;
    max-height: 300px;
    overflow: hidden;
}
.page-gallery .card figure img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-gallery .card .card-body {
    padding: 24px 16px;
}
.page-gallery .card .card-body small {
    display: block;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(12px + 2 * (100vw - 320px) / 980);
    line-height: 110%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #695048;
    margin-bottom: 10px;
}
@media screen and (max-width: 320px) {
    .page-gallery .card .card-body small {
        font-size: 12px;
    }
}
@media screen and (min-width: 1300px) {
    .page-gallery .card .card-body small {
        font-size: 14px;
    }
}
.page-gallery .card .card-body h2 {
    font-family: "Cochin", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    color: #695048;
    margin-bottom: 0;
}
.page-gallery .button {
    border-color: rgba(162, 132, 119, 0.8);
    color: #4c3a34;
    background-color: transparent;
}

.filter-item {
    display: none;
}
.filter-item.show {
    display: block;
}

.section-feature {
    padding: 88px 0px 130px;
}

.section-search {
    width: 100%;
    display: block;
    padding: clamp(30px, 5vw, 50px) 0px clamp(50px, 10vw, 110px);
}
.section-search .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-search .search p {
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(24px + 8 * (100vw - 320px) / 980);
    line-height: 110%;
    color: #695048;
}
@media screen and (max-width: 320px) {
    .section-search .search p {
        font-size: 24px;
    }
}
@media screen and (min-width: 1300px) {
    .section-search .search p {
        font-size: 32px;
    }
}
.section-search .search form {
    width: 100%;
    position: relative;
}
.section-search .search form input[type="text"] {
    width: 100%;
    padding: 11px 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff;
    border-bottom: 1px solid rgba(105, 80, 72, 0.6);
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
.section-search .search form input[type="text"]::-webkit-input-placeholder {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
.section-search .search form input[type="text"]:-moz-placeholder {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
.section-search .search form input[type="text"]::-moz-placeholder {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
.section-search .search form input[type="text"]:-ms-input-placeholder {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
.section-search .search form input[type="submit"] {
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: rgba(112, 97, 93, 0.9);
    font-size: 24px;
}

.section-posts {
    width: 100%;
    display: block;
    padding: 0 0 80px;
    position: relative;
    background: rgba(243, 237, 239, 0.1) 80%;
    background: linear-gradient(to bottom, rgba(243, 237, 239, 0.1) 80%, rgba(221, 209, 205, 0.3) 100%);
}
.section-posts .card {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.section-posts .card a {
    text-decoration: none !important;
}
.section-posts .card .category {
    position: absolute;
    left: 16px;
    top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 6px;
    background: rgba(245, 242, 240, 0.8);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #695048;
}
.section-posts .card figure {
    width: 100%;
    height: 100%;
    max-height: 200px;
    overflow: hidden;
}
.section-posts .card figure img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-posts .card .card-body {
    padding: 24px 0px 0px;
}
.section-posts .card .card-body span {
    display: block;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(12px + 2 * (100vw - 320px) / 980);
    line-height: 110%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #695048;
    margin-bottom: 16px;
}
@media screen and (max-width: 320px) {
    .section-posts .card .card-body span {
        font-size: 12px;
    }
}
@media screen and (min-width: 1300px) {
    .section-posts .card .card-body span {
        font-size: 14px;
    }
}
.section-posts .card .card-body h2 {
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    color: #695048;
    margin-bottom: 16px;
}
.section-posts .card .card-body p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
}
@media screen and (max-width: 320px) {
    .section-posts .card .card-body p {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .section-posts .card .card-body p {
        font-size: 16px;
    }
}
.section-posts .button {
    border-color: rgba(162, 132, 119, 0.8);
    color: #695048;
    background-color: transparent;
}

.page-contact {
    padding: clamp(40px, 5vw, 88px) 0 clamp(60px, 5vw, 106px);
    background-color: rgba(221, 209, 205, 0.2);
}
.page-contact .contact h3 {
    width: 100%;
    max-width: 330px;
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(28px + 12 * (100vw - 320px) / 980);
    line-height: 110%;
    color: #695048;
    margin-bottom: 32px;
}
@media screen and (max-width: 320px) {
    .page-contact .contact h3 {
        font-size: 28px;
    }
}
@media screen and (min-width: 1300px) {
    .page-contact .contact h3 {
        font-size: 40px;
    }
}
.page-contact .contact p {
    width: 100%;
    max-width: 320px;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(15px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
    margin-bottom: 40px;
}
@media screen and (max-width: 320px) {
    .page-contact .contact p {
        font-size: 15px;
    }
}
@media screen and (min-width: 1300px) {
    .page-contact .contact p {
        font-size: 17px;
    }
}
.page-contact .contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}
.page-contact .contact ul li a {
    width: max-content;
    display: flex;
    align-items: center;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
    text-decoration: none;
}
@media screen and (max-width: 320px) {
    .page-contact .contact ul li a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .page-contact .contact ul li a {
        font-size: 16px;
    }
}
.page-contact .contact ul li a span {
    font-size: 20px;
    color: #695048;
}
@media (max-width: 768px) {
    .page-contact .contact {
        text-align: center;
    }
    .page-contact .contact h3 {
        margin: 0 auto 30px;
    }
    .page-contact .contact p {
        margin: 0 auto 30px;
    }
    .page-contact .contact ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}
.page-contact .disclaimer {
    width: 100%;
    max-width: 285px;
    position: absolute;
    bottom: 320px;
    font-family: "Tenor Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: rgba(105, 80, 72, 0.8);
}
.page-contact .disclaimer::after {
    content: "";
    display: block;
    position: absolute;
    right: -100px;
    top: 5px;
    width: 100%;
    max-width: 72px;
    height: 1px;
    background-color: #a28477;
}
.page-contact .form {
    margin-top: 60px;
    padding: clamp(20px, 4vw, 64px) clamp(20px, 5vw, 78px);
    background-color: #fff;
    border: solid 1px rgba(162, 132, 119, 0.3);
}
.page-contact .form label {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 3 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
    margin-bottom: 8px;
}
@media screen and (max-width: 320px) {
    .page-contact .form label {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .page-contact .form label {
        font-size: 17px;
    }
}
.page-contact .form select,
.page-contact .form textarea {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0.375rem 0rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-bottom: solid 1px rgba(105, 80, 72, 0.6);
    box-shadow: none !important;
    resize: none;
}
.page-contact .form select option,
.page-contact .form textarea option {
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
@media screen and (max-width: 320px) {
    .page-contact .form select option,
    .page-contact .form textarea option {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .page-contact .form select option,
    .page-contact .form textarea option {
        font-size: 16px;
    }
}
.page-contact .form select::-webkit-input-placeholder,
.page-contact .form textarea::-webkit-input-placeholder {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
@media screen and (max-width: 320px) {
    .page-contact .form select::-webkit-input-placeholder,
    .page-contact .form textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .page-contact .form select::-webkit-input-placeholder,
    .page-contact .form textarea::-webkit-input-placeholder {
        font-size: 16px;
    }
}
.page-contact .form select:-moz-placeholder,
.page-contact .form textarea:-moz-placeholder {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
@media screen and (max-width: 320px) {
    .page-contact .form select:-moz-placeholder,
    .page-contact .form textarea:-moz-placeholder {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .page-contact .form select:-moz-placeholder,
    .page-contact .form textarea:-moz-placeholder {
        font-size: 16px;
    }
}
.page-contact .form select::-moz-placeholder,
.page-contact .form textarea::-moz-placeholder {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
@media screen and (max-width: 320px) {
    .page-contact .form select::-moz-placeholder,
    .page-contact .form textarea::-moz-placeholder {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .page-contact .form select::-moz-placeholder,
    .page-contact .form textarea::-moz-placeholder {
        font-size: 16px;
    }
}
.page-contact .form select:-ms-input-placeholder,
.page-contact .form textarea:-ms-input-placeholder {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
@media screen and (max-width: 320px) {
    .page-contact .form select:-ms-input-placeholder,
    .page-contact .form textarea:-ms-input-placeholder {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .page-contact .form select:-ms-input-placeholder,
    .page-contact .form textarea:-ms-input-placeholder {
        font-size: 16px;
    }
}
.page-contact .form input[type="text"],
.page-contact .form input[type="password"],
.page-contact .form input[type="search"],
.page-contact .form input[type="email"],
.page-contact .form input[type="url"],
.page-contact .form input[type="tel"],
.page-contact .form input[type="number"],
.page-contact .form input[type="date"] {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0.375rem 0rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-bottom: solid 1px rgba(105, 80, 72, 0.6);
    box-shadow: none !important;
}
.page-contact .form input[type="text"]::-webkit-input-placeholder,
.page-contact .form input[type="password"]::-webkit-input-placeholder,
.page-contact .form input[type="search"]::-webkit-input-placeholder,
.page-contact .form input[type="email"]::-webkit-input-placeholder,
.page-contact .form input[type="url"]::-webkit-input-placeholder,
.page-contact .form input[type="tel"]::-webkit-input-placeholder,
.page-contact .form input[type="number"]::-webkit-input-placeholder,
.page-contact .form input[type="date"]::-webkit-input-placeholder {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
@media screen and (max-width: 320px) {
    .page-contact .form input[type="text"]::-webkit-input-placeholder,
    .page-contact .form input[type="password"]::-webkit-input-placeholder,
    .page-contact .form input[type="search"]::-webkit-input-placeholder,
    .page-contact .form input[type="email"]::-webkit-input-placeholder,
    .page-contact .form input[type="url"]::-webkit-input-placeholder,
    .page-contact .form input[type="tel"]::-webkit-input-placeholder,
    .page-contact .form input[type="number"]::-webkit-input-placeholder,
    .page-contact .form input[type="date"]::-webkit-input-placeholder {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .page-contact .form input[type="text"]::-webkit-input-placeholder,
    .page-contact .form input[type="password"]::-webkit-input-placeholder,
    .page-contact .form input[type="search"]::-webkit-input-placeholder,
    .page-contact .form input[type="email"]::-webkit-input-placeholder,
    .page-contact .form input[type="url"]::-webkit-input-placeholder,
    .page-contact .form input[type="tel"]::-webkit-input-placeholder,
    .page-contact .form input[type="number"]::-webkit-input-placeholder,
    .page-contact .form input[type="date"]::-webkit-input-placeholder {
        font-size: 16px;
    }
}
.page-contact .form input[type="text"]:-moz-placeholder,
.page-contact .form input[type="password"]:-moz-placeholder,
.page-contact .form input[type="search"]:-moz-placeholder,
.page-contact .form input[type="email"]:-moz-placeholder,
.page-contact .form input[type="url"]:-moz-placeholder,
.page-contact .form input[type="tel"]:-moz-placeholder,
.page-contact .form input[type="number"]:-moz-placeholder,
.page-contact .form input[type="date"]:-moz-placeholder {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
@media screen and (max-width: 320px) {
    .page-contact .form input[type="text"]:-moz-placeholder,
    .page-contact .form input[type="password"]:-moz-placeholder,
    .page-contact .form input[type="search"]:-moz-placeholder,
    .page-contact .form input[type="email"]:-moz-placeholder,
    .page-contact .form input[type="url"]:-moz-placeholder,
    .page-contact .form input[type="tel"]:-moz-placeholder,
    .page-contact .form input[type="number"]:-moz-placeholder,
    .page-contact .form input[type="date"]:-moz-placeholder {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .page-contact .form input[type="text"]:-moz-placeholder,
    .page-contact .form input[type="password"]:-moz-placeholder,
    .page-contact .form input[type="search"]:-moz-placeholder,
    .page-contact .form input[type="email"]:-moz-placeholder,
    .page-contact .form input[type="url"]:-moz-placeholder,
    .page-contact .form input[type="tel"]:-moz-placeholder,
    .page-contact .form input[type="number"]:-moz-placeholder,
    .page-contact .form input[type="date"]:-moz-placeholder {
        font-size: 16px;
    }
}
.page-contact .form input[type="text"]::-moz-placeholder,
.page-contact .form input[type="password"]::-moz-placeholder,
.page-contact .form input[type="search"]::-moz-placeholder,
.page-contact .form input[type="email"]::-moz-placeholder,
.page-contact .form input[type="url"]::-moz-placeholder,
.page-contact .form input[type="tel"]::-moz-placeholder,
.page-contact .form input[type="number"]::-moz-placeholder,
.page-contact .form input[type="date"]::-moz-placeholder {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
@media screen and (max-width: 320px) {
    .page-contact .form input[type="text"]::-moz-placeholder,
    .page-contact .form input[type="password"]::-moz-placeholder,
    .page-contact .form input[type="search"]::-moz-placeholder,
    .page-contact .form input[type="email"]::-moz-placeholder,
    .page-contact .form input[type="url"]::-moz-placeholder,
    .page-contact .form input[type="tel"]::-moz-placeholder,
    .page-contact .form input[type="number"]::-moz-placeholder,
    .page-contact .form input[type="date"]::-moz-placeholder {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .page-contact .form input[type="text"]::-moz-placeholder,
    .page-contact .form input[type="password"]::-moz-placeholder,
    .page-contact .form input[type="search"]::-moz-placeholder,
    .page-contact .form input[type="email"]::-moz-placeholder,
    .page-contact .form input[type="url"]::-moz-placeholder,
    .page-contact .form input[type="tel"]::-moz-placeholder,
    .page-contact .form input[type="number"]::-moz-placeholder,
    .page-contact .form input[type="date"]::-moz-placeholder {
        font-size: 16px;
    }
}
.page-contact .form input[type="text"]:-ms-input-placeholder,
.page-contact .form input[type="password"]:-ms-input-placeholder,
.page-contact .form input[type="search"]:-ms-input-placeholder,
.page-contact .form input[type="email"]:-ms-input-placeholder,
.page-contact .form input[type="url"]:-ms-input-placeholder,
.page-contact .form input[type="tel"]:-ms-input-placeholder,
.page-contact .form input[type="number"]:-ms-input-placeholder,
.page-contact .form input[type="date"]:-ms-input-placeholder {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #a59691;
}
@media screen and (max-width: 320px) {
    .page-contact .form input[type="text"]:-ms-input-placeholder,
    .page-contact .form input[type="password"]:-ms-input-placeholder,
    .page-contact .form input[type="search"]:-ms-input-placeholder,
    .page-contact .form input[type="email"]:-ms-input-placeholder,
    .page-contact .form input[type="url"]:-ms-input-placeholder,
    .page-contact .form input[type="tel"]:-ms-input-placeholder,
    .page-contact .form input[type="number"]:-ms-input-placeholder,
    .page-contact .form input[type="date"]:-ms-input-placeholder {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .page-contact .form input[type="text"]:-ms-input-placeholder,
    .page-contact .form input[type="password"]:-ms-input-placeholder,
    .page-contact .form input[type="search"]:-ms-input-placeholder,
    .page-contact .form input[type="email"]:-ms-input-placeholder,
    .page-contact .form input[type="url"]:-ms-input-placeholder,
    .page-contact .form input[type="tel"]:-ms-input-placeholder,
    .page-contact .form input[type="number"]:-ms-input-placeholder,
    .page-contact .form input[type="date"]:-ms-input-placeholder {
        font-size: 16px;
    }
}
.page-contact .form .radio-container {
    width: 100%;
    height: 112px;
    padding: 15px 0px;
    margin: 0;
    background-color: rgba(221, 209, 205, 0.4);
    display: grid;
    align-items: center;
    justify-content: center;
}
.page-contact .form .radio-container.selected {
    background-color: #695048;
}
.page-contact .form .radio-container.selected .radio-label {
    color: #f5f2f0;
}
.page-contact .form .radio-container .radio-label {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #695048;
    margin: 0;
}
.page-contact .form .radio-container .radio-label input {
    display: block;
    margin: 0 auto 15px;
    width: 15px;
    height: 15px;
    float: none !important;
    border: 1px solid #695048;
    background-color: transparent;
}
.page-contact .form .radio-container .radio-label input:checked {
    border-color: #ddd1cd;
    accent-color: #ddd1cd;
}
.page-contact .form .button {
    background-color: transparent;
    border-color: rgba(162, 132, 119, 0.8);
    color: #695048;
}
.page-contact .form .button:hover {
    background-color: #f5f2f0;
}
@media (max-width: 768px) {
    .page-contact .form {
        margin-top: 0;
    }
}

.section-action {
    position: relative;
    padding: 160px 0;
    background: #695048;
}
.section-action h2 {
    width: 100%;
    max-width: 484px;
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    color: #f5f2f0;
    margin-bottom: 30px;
}
.section-action p {
    width: 100%;
    max-width: 468px;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #f5f2f0;
    margin-bottom: 40px;
}
.section-action .button {
    background-color: #ddd1cd;
    color: #4c3a34;
}
.section-action .button:hover {
    background-color: rgba(221, 209, 205, 0.9);
    color: #4c3a34;
}
.section-action figure img {
    opacity: 0.2;
}

.single-page {
    width: 100%;
    /* min-height: 3600px; */
    padding: clamp(30px, 6vw, 88px) 0 clamp(60px, 10vw, 160px);
}
@media (max-width: 768px) {
    .single-page {
        min-height: auto;
    }
}
.single-page .header-section h2 {
    text-align: start;
}
.single-page .header-section h3 {
    width: 100%;
    max-width: 300px;
    text-align: start;
}
@media (max-width: 768px) {
    .single-page .header-section {
        margin: initial;
    }
    .single-page .header-section h3 {
        margin-bottom: 20px;
    }
}
.single-page .single-text {
    padding-top: 60px;
}
.single-page .single-text p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 3 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
}
@media screen and (max-width: 320px) {
    .single-page .single-text p {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .single-page .single-text p {
        font-size: 17px;
    }
}
.single-page .single-text p:last-child {
    margin-bottom: 32px;
}
.single-page .single-text .style-list {
    width: 100%;
    max-width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 8px;
    height: 36px;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(13px + 1 * (100vw - 320px) / 980);
    line-height: 110%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #695048;
    background: rgba(221, 209, 205, 0.3);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
@media screen and (max-width: 320px) {
    .single-page .single-text .style-list {
        font-size: 13px;
    }
}
@media screen and (min-width: 1300px) {
    .single-page .single-text .style-list {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .single-page .single-text {
        padding: 0;
    }
}
.single-page .grid .grid-item:last-child {
    margin-bottom: 0 !important;
}
.single-page .grid .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main_post {
    background: rgba(243, 237, 239, 0.2) 80%;
    background: linear-gradient(to bottom, rgba(243, 237, 239, 0.2) 80%, rgba(221, 209, 205, 0.3) 100%);
}

.single_post {
    padding: clamp(30px, 5vw, 88px) 0px;
}
.single_post .content h2,
.single_post .content h3,
.single_post .content h4,
.single_post .content h5,
.single_post .content h6 {
    font-family: "Cochin", sans-serif;
    font-weight: 500;
    line-height: 110%;
    color: #695048;
    margin-bottom: 24px;
    margin-top: 50px;
}
.single_post .content .wp-block-image {
    width: 100%;
    margin-bottom: 40px;
}
.single_post .content .wp-block-image figcaption {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(12px + 2 * (100vw - 320px) / 980);
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #695048;
}
@media screen and (max-width: 320px) {
    .single_post .content .wp-block-image figcaption {
        font-size: 12px;
    }
}
@media screen and (min-width: 1300px) {
    .single_post .content .wp-block-image figcaption {
        font-size: 14px;
    }
}
.single_post .content p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #695048;
}
@media screen and (max-width: 320px) {
    .single_post .content p {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .single_post .content p {
        font-size: 16px;
    }
}
.single_post .content p.has-background {
    padding: clamp(20px, 3vw, 30px) clamp(20px, 5vw, 40px);
    margin-bottom: 32px;
}

.posts-related {
    border-top: 1px solid rgba(162, 132, 119, 0.1);
    padding: clamp(40px, 10vw, 120px) 0px clamp(40px, 10vw, 160px);
}
.posts-related .card {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.posts-related .card a {
    text-decoration: none !important;
}
.posts-related .card .category {
    position: absolute;
    left: 16px;
    top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 6px;
    background: rgba(245, 242, 240, 0.8);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #695048;
}
.posts-related .card figure {
    width: 100%;
    height: 100%;
    max-height: 200px;
    overflow: hidden;
}
.posts-related .card figure img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.posts-related .card .card-body {
    padding: 24px 0px 0px;
}
.posts-related .card .card-body span {
    display: block;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(12px + 2 * (100vw - 320px) / 980);
    line-height: 110%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #695048;
    margin-bottom: 16px;
}
@media screen and (max-width: 320px) {
    .posts-related .card .card-body span {
        font-size: 12px;
    }
}
@media screen and (min-width: 1300px) {
    .posts-related .card .card-body span {
        font-size: 14px;
    }
}
.posts-related .card .card-body h2 {
    font-family: "Cochin", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    color: #695048;
    margin-bottom: 16px;
}
.posts-related .card .card-body p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #695048;
}
@media screen and (max-width: 320px) {
    .posts-related .card .card-body p {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .posts-related .card .card-body p {
        font-size: 16px;
    }
}

.index-text {
    padding: 40px 40px;
    background-color: rgba(221, 209, 205, 0.2);
    border: 1px solid #ddd1cd;
}
.index-text h2 {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(15px + 2 * (100vw - 320px) / 980);
    line-height: 110%;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
    color: #695048;
}
@media screen and (max-width: 320px) {
    .index-text h2 {
        font-size: 15px;
    }
}
@media screen and (min-width: 1300px) {
    .index-text h2 {
        font-size: 17px;
    }
}
.index-text ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 8px 0;
    list-style: none;
}
.index-text ul li a {
    position: relative;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #886a5d;
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media screen and (max-width: 320px) {
    .index-text ul li a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .index-text ul li a {
        font-size: 16px;
    }
}
.index-text ul li a.active {
    color: #695048;
}
.index-text ul li a.active::before {
    height: 19px;
}
.index-text ul li a:hover {
    color: #695048;
}
.index-text ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
    width: 3px;
    height: 0;
    background-color: #a28477;
}

footer {
    width: 100%;
    padding: 150px 0 110px;
    display: block;
    background-color: #f5f2f0;
    border-bottom: 10px solid #695048;
}
footer h2 {
    font-family: "Cochin", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #a28477;
    margin-bottom: 28px;
}
footer p {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #695048;
    margin-bottom: 20px;
}
footer p:last-child {
    margin: 0;
}
footer p a {
    text-decoration: none;
    color: #695048;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 20px 0;
}
footer ul li {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #695048;
}
footer ul li a {
    text-decoration: none;
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #695048;
}
footer ul li a:hover {
    text-decoration: underline;
}
footer .logo-footer {
    width: 100%;
    height: 223px;
    margin-bottom: 100px;
}
footer .logo-footer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
footer .social-footer ul {
    list-style: none;
    gap: 8px;
}
footer .social-footer ul li a {
    width: 30px;
    height: 30px;
    border: solid 1px #695048;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    color: #695048;
}
footer .social-footer ul li a:hover {
    background-color: #695048;
    color: #f5f2f0;
}
footer .social-footer p {
    font-size: 12px;
}
@media (max-width: 768px) {
    footer {
        padding: 50px 0px 60px;
    }
}

.masonry-grid {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.masonry-item {
    width: calc(50% - 16px); /* 2 columnas */
    margin-bottom: 16px;
    box-sizing: border-box;
}

.masonry-item.wide {
    width: calc(100% - 16px); /* Los anchos ocupan el doble */
}

.masonry-item a {
    display: block;
}

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
}

.section-instagram {
    width: 100%;
    display: block;
    padding: 80px 0 40px;
    position: relative;
    background: rgba(243, 237, 239, 0.1) 80%;
    background: linear-gradient(to bottom, rgba(243, 237, 239, 0.1) 80%, rgba(221, 209, 205, 0.3) 100%);
}
.section-instagram .header-section h4 a {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px) / 980);
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #886a5d;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.section-instagram .header-section small {
    width: 100%;
    max-width: 250px;
    display: block;
    font-size: 12px;
    margin: auto;
    line-height: normal;
    color: #585858;
    /* color: #886a5d; */
    font-weight: 400;
}
