/* Custom Fonts */
@font-face {
    font-family: "Affair Mono";
    src:
        url("../fonts/Affairs-Mono.woff2") format("woff2")
}

@font-face {
    font-family: "Affair Regular";
    src:
            url("../fonts/Affairs-Regular.woff2") format("woff2")
}


/* Variables */
:root {
    --ff-main: "Affair Mono", serif;

    --light-gray: #575757;
    --beige: #F6EDE2;
    --brown: #b89b79;
    --black: #1E1E1E;

    --custom-gutter-width: 1.5rem;
}


/* HTML */
html {
    /*scroll-behavior: smooth;*/
}


/*Typography */
h1, h2, h3, h4, h5, h6 {
    color: var(--black);
}

p {
    margin-bottom: 0;
}


/* Images */
img {
    max-width: 100%;
    height: auto;
}


/* Buttons & Links */
a {
    text-decoration: none;
    color: var(--black);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: var(--brown);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 9999px;
    border: 1px solid var(--black);
    transition: all 0.3s ease-in-out;
}
.button-full {
    font-size: 13px;
    letter-spacing: 1.3px;
    color: var(--beige);
    background-color: var(--black);
    padding: 7px 28px;
}
.button-full:hover {
    background-color: transparent;
    color: var(--black);
}
.button-outlined {
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--black);
    background-color: transparent;
    padding: 9px 23px;
}
.button-outlined span {
    font-family: "Affair Regular";
    min-width: 94px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.button-outlined:hover {
    background-color: var(--black);
    color: var(--beige);
}


/* Global Classes */
.text-10 {
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.title-13 {
    font-family: "Affair Regular";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.975px;
    text-transform: uppercase;

}
.text-13-u {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.text-13-paragraph {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.26px;
}
.text-15 {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.text-18 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}
.text-20 {
    font-family: "Affair Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 2.6px;
    /*letter-spacing: 0;*/
}

.text-transform-none {
    text-transform: none;
}

.min-w-288 {
    min-width: 288px;
    @media (max-width: 767.98px) {
        max-width: 100%;
    }
}

.max-w-401 {
    max-width: 401px;
    @media (max-width: 991.98px) {
        max-width: 100%;
    }
    @media (min-width: 1200px) {
        max-width: 401px;
    }
}
.max-w-454 {
    max-width: 454px;
}
.max-w-480 {
    max-width: 480px;
}
.max-w-607 {
    max-width: 607px;
}
.max-w-665 {
    max-width: 665px;
}
.max-w-912 {
    max-width: 912px;
}
.max-w-990 {
    max-width: 990px;
}
.max-w-1400 {
    max-width: 1400px;
}

.mb-16 {
    margin-bottom: 16px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-23 {
    margin-bottom: 23px;
}
.mb-52 {
    margin-bottom: 52px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-145 {
    margin-bottom: 145px;
}
.mb-198 {
    margin-bottom: 198px;
}

.mt-10 {
    margin-top: 10px;
}
.mt-17 {
    margin-top: 17px;
}
.mt-27 {
    margin-top: 27px;
}
.mt-36 {
    margin-top: 36px;
}
.mt-41 {
    margin-top: 41px;
}
.mt-42 {
    margin-top: 42px;
}
.mt-48 {
    margin-top: 48px;
}
.mt-51 {
    margin-top: 51px;
    @media (max-width: 767.98px) {
        margin-top: 20px;
    }
}
.mt-52 {
    margin-top: 52px;
}
.mt-100 {
    margin-top: 100px;
    @media (max-width: 767.98px) {
        margin-top: 48px;
    }
}
.mt-111 {
    margin-top: 111px;
    @media (max-width: 767.98px) {
        margin-top: 60px;
    }
}
.mt-208 {
    margin-top: 208px;
}
.mt-235 {
    margin-top: 235px;
    @media (max-width: 991.98px) {
        margin-top: 100px;
    }
}
.-mt-70 {
    margin-top: -70px;
    @media (max-width: 1199.98px) {
        margin-top: 60px;
    }
}
.-mt-106-mobile {
    @media (max-width: 767.98px) {
        margin-top: -106px;
    }
}
.-mt-135 {
    margin-top: -135px;
    @media (max-width: 1199.98px) {
        margin-top: 0;
    }
}

.pl-37 {
    padding-left: 37px;
    @media (max-width: 1199.98px) {
        padding-left: 0;
    }
}
.pl-125 {
    @media (min-width: 1199.98px) {
        padding-left: 125px!important;
    }
}
.pl-133 {
    @media (min-width: 1199.98px) {
        padding-left: 133px!important;
    }
}
.pl-380 {
    padding-left: 380px;
    @media (max-width: 991.98px) {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

.pr-125 {
    padding-right: 125px;
    @media (max-width: 1199.98px) {
        padding-right: 0;
    }
}

.pt-46 {
    padding-top: 46px;
}
.pt-48 {
    padding-top: 48px;
}
.pt-66 {
    padding-top: 66px;
}
.pt-127 {
    padding-top: 20px;
    @media (min-width: 1200px) {
        padding-top: 127px;
    }
}

.pb-93 {
    padding-bottom: 93px;
}

.gap-10 {
    gap: 10px
}
.gap-15 {
    gap: 15px
}
.gap-27 {
    gap: 27px;
}
.gap-28 {
    gap: 28px;
}
.gap-50 {
    gap: 50px;
}
.gap-128 {
    gap: 128px;
}
.gap-188 {
    gap: 188px;
}

.flex-1 {
    flex: 1;
}
.flex-1-mobile {
    @media (max-width: 767.98px) {
        flex: 1;
    }
}

.border-y-25 {
    border-top: 0.25px solid var(--black);
    border-bottom: 0.25px solid var(--black);
}

.image-fluid--wrapper {
    width: 100%;
    /*max-width: 1400px;*/
    margin: 0 auto;
    /*overflow: hidden;*/
    @media (max-width: 575.98px) {
        height: 350px;
    }
    @media (max-width: 450px) {
        height: 250px;
    }
}
.image-fluid--wrapper img {
    object-fit: cover;
    height: 100%;
    object-position: center;
    @media (max-width: 767.98px) {
        object-fit: contain;
    }
}

.image-100-mobile {
    width: 100%;
    @media (min-width: 576px) {
        width: auto;
    }
}

.hidden-on-mobile {
    @media (max-width: 767.98px) {
        display: none!important;
    }
}

.hidden-on-desktop {
    @media (min-width: 768px) {
        display: none!important;
    }
}


/* Bootstrap Container */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1150px;
    }
}
@media (min-width: 992px) {
    .container {
        padding: 0;
    }
}
.container-fluid {
    padding: 0;
}
.container--large {
    @media (min-width: 767.98px) {
        max-width: 1400px!important;
        padding-right: 0!important;
    }
    @media (min-width: 1399.98px) {
        padding-left: 125px;
    }
}


/* Body */
body {
    font-family: var(--ff-main), serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.26px;
    color: var(--black);
    background-color: var(--beige);
    overflow-x: hidden;
}


/* Main */
main {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    @media (min-width: 768px) {
        padding-top: 84px;
    }
}


/* Navigation Bar */
nav {
    padding-top: 39px;
    padding-bottom: 14px;
    width: 100%;
    position: absolute;
    z-index: 999;
    @media (max-width: 767.98px) {
        padding-top: 14px;
    }
}
nav .nav-content--wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 34px;
    @media (max-width: 767.98px) {
        gap: 20px;
        padding-top:15px;
    }
}
nav .nav-content--wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    @media (max-width: 767.98px) {
        flex-direction: column;
        gap: 40px;
    }
}
nav .nav-content--wrapper ul li {
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
nav .nav-content--wrapper ul li a {
    color: var(--black);
}
nav .nav-content--wrapper ul li a:hover {
    color: var(--brown);
}
nav .nav-content--wrapper .button.button-full {
    @media (max-width: 767.98px) {
        border-color: var(--beige);
        background-color: var(--beige);
        color: var(--black);
    }
}
nav .nav-content--wrapper .nav-content {
    @media (max-width: 767.98px) {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        flex-direction: column;
        background-color: var(--beige);
        z-index: 3;
        transition: all 0.3s ease-in-out;
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}
nav .nav-content--wrapper .bar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-direction: column;
}
nav .nav-content--wrapper .bar-icon span {
    display: block;
    width: 28px;
    height: 2px;
    position: relative;
    background: var(--beige);
    border-radius: 3px;
}
nav .nav-content--wrapper .nav-content.show {
    @media (max-width: 767.98px) {
        opacity: 1;
        visibility: visible;
    }
}
nav .nav-content--wrapper .nav-content.active {
    @media (max-width: 767.98px) {
        display: flex;
    }
}
nav .nav-content--wrapper .nav-content .container {
    position: relative;
    @media (max-width: 767.98px) {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    @media (min-width: 768px) {
        padding: 0;
    }
}
nav .nav-content--wrapper :is(.bar-icon, .close-icon) {
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
    @media (max-width: 767.98px) {
        display: flex;
    }
}

nav .nav-content--wrapper .close-icon {
    @media (max-width: 767.98px) {
        position: absolute;
        top: 18px;
        right: calc(var(--bs-gutter-x) * .5);
        padding-top:15px;
    }
}
nav .nav-content--wrapper .bar-icon svg path {
    fill: var(--beige);
}
nav .nav-content--wrapper .close-icon svg path {
    fill: var(--black);
}

@media (max-width: 767.98px) {
    nav .nav-content ul li a{
        font-size:16px;
    }
}


/* Page Header */
.page-header {
    order: 1;
    @media (min-width: 768px) {
        background-image: none!important;
    }
    @media (max-width: 767.98px) {
        color: var(--beige)!important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100svh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
}
.page-header .title-mobile {
    @media (max-width: 767.98px) {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        bottom: 40px;
        text-align: center;
        color: var(--beige);
    }
}
.page-header .title-mobile h1 {
    margin-bottom: 0;
    @media (max-width: 767.98px) {
        color: var(--beige);
        font-size: 16px;
    }
}
.page-header .header-logo svg {
    @media (max-width: 767.98px) {
        max-width: 280px;
    }
}
.page-header .header-logo svg path {
    @media (max-width: 767.98px) {
        fill: var(--beige);
    }
}


/* First Section */
.first-section {
    order: 2;
    padding-top: 20px;
    padding-bottom: 116px;
    @media (max-width: 767.98px) {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}
.first-section-grid {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 28px;
    @media (max-width: 1199.98px) {
        grid-template-columns: auto auto;
    }
    @media (max-width: 767.98px) {
        grid-template-columns: auto;
    }
}
.first-section-grid > div:nth-child(2) {
    @media (max-width: 1199.98px) {
        grid-row: 1;
        grid-column: 2;
    }
    @media (max-width: 767.98px) {
        grid-column: 1;
    }
}
.first-section-grid > div:last-child {
    @media (max-width: 1199.98px) {
        grid-row: 2;
        grid-column: 2;
        margin-top: -110px;
    }
    @media (max-width: 991.98px) {
        grid-row: 2;
        grid-column: -1 / 1;
        margin-top: 0;
    }
}


/* Second Section */
.second-section {
    order: 3;
    padding-bottom: 65px;
    @media (max-width: 767.98px) {
        padding-bottom: 80px;
    }
}
.second-section-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, auto);
    @media (max-width: 991.98px) {
        grid-template-columns: 0.5fr 1fr;
    }
    @media (max-width: 767.98px) {
        grid-template-columns: 1fr;
    }
}


/* Third Section */
.third-section {
    order: 4;
    padding-top: 65px;
    padding-bottom: 93px;
    @media (max-width: 767.98px) {
        order: unset;
    }
}


/* Fourth Section */
.fourth-section {
    order: 5;
}

/* Fourth Section - Gallery Swiper */
.gallery-swiper {
    position: relative;
    @media (max-width: 767.98px) {
        scroll-snap-type:none;
    }
}

.gallery-swiper .swiper-wrapper {
    transition-timing-function: ease-in-out;
    @media (max-width:767.98px){
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
}
.gallery-swiper .swiper-button-next::after {
    display: none;
}
.gallery-swiper .swiper-button-prev::after {
    display: none;
}
.gallery-swiper .swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 575.95px){
    .gallery-swiper .swiper-pagination{
        margin-top:20px;
    }


}




/* Fifth Section */
.fifth-section {
    order: 6;
    padding-top: 185px;
    padding-bottom: 144px;
    @media (max-width: 767.98px) {
        padding-top: 80px;
        order: unset;
    }
}
.fifth-section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    @media (max-width: 1199.98px) {
        gap: 28px
    }
}
.fifth-section-bottom-content img {
    @media (max-width: 1199.98px) {
        max-width: 600px;
    }
    @media (max-width: 991.98px) {
        width: auto;
    }
}


/* Sixth Section */
.sixth-section {
    order: 7;
    @media (max-width: 767.98px) {
        margin-bottom: 80px;
        order: 7;
    }
}


/* Seventh Section */
.seventh-section {
    order: 8;
    padding-top: 100px;
    padding-bottom: 140px;
    @media (max-width: 767.98px) {
        padding-top: 80px;
        padding-bottom: 80px;
        order: 6;
    }
}


/* Eighth Section */
.eighth-section {
    order: 9;
    padding-bottom: 106px;
    @media (max-width: 767.98px) {
        padding-bottom: 0;
        padding-top: 110px;
        order: 5;
    }
}
.eighth-section .container {
    @media (max-width: 767.98px) {
        max-width: 100%;
        padding: 0;
    }
}
.eight-section-grid-top {
    display: grid;
    grid-template-columns: auto auto;
    gap: 158px;
    @media (max-width: 767.98px) {
        grid-template-columns: 0.75fr 1fr;
        gap: 60px;
    }
}
.eight-section-grid-top div:nth-child(2) {
    @media (max-width: 767.98px) {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
}
.eight-section-grid-middle {
    display: grid;
    grid-template-columns: auto auto;
    gap: 188px;
    @media (max-width: 1199.98px) {
        grid-template-columns: auto auto;
        gap: 28px;
    }
    @media (max-width: 767.98px) {
        grid-template-columns: 0.65fr 1fr;
        gap: 35px;
    }
}
.eight-section-grid-bottom {
    display: grid;
    grid-template-columns: auto auto;
    gap: 188px;
    padding: 0;
    @media (max-width: 1199.98px) {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }
    @media (max-width: 991.98px) {
        gap: 28px;
    }
    @media (max-width: 767.98px) {
        grid-template-columns: 0.65fr 1fr;
        gap: 35px;
    }
}


/* Ninth Section */
.ninth-section {
    order: 10;
    padding-bottom: 211px;
    @media (max-width: 767.98px) {
        padding-bottom: 100px;
    }
}
.instagram-swiper {
    padding: 0;
    /*max-width: 1920px;*/
    overflow-x: hidden;
    margin: 0 auto;
    position: relative;
    @media (max-width: 767.98px) {
        overflow-x: visible;
    }
}
.instagram-swiper .swiper-wrapper {
    transition-timing-function: ease-in-out;

}

.instagram-swiper .swiper-slide {
    @media (min-width: 768px) {
        width: fit-content!important;
    }
}
.instagram-swiper .swiper-slide img {
    width: 100%;
}
.instagram-swiper .swiper-button-next::after {
    display: none;
}
.instagram-swiper .swiper-button-prev::after {
    display: none;
}
.instagram-swiper .swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}


/* Footer */
.footer {
    padding-bottom: 62px;
    @media (max-width: 575.98px) {
        padding-left:15px;
        padding-right:15px;
    }
}
.footer .footer-content--wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: baseline;
    @media (max-width: 767.98px) {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    @media (max-width: 575.98px) {
        padding-top:0;
    }
}
.footer .footer-content--wrapper > div {
    @media (min-width: 992px) {
        min-width: 298px;
    }
}

@media (max-width: 575.98px) {
    footer .text-18{
        font-size:14px;
    }

    footer .title-13{
        font-size:14px;
    }

    footer .text-13-u{
        font-size:14px;
    }
}


/* Custom Fluid Container */
.container-fluid-right, .container-fluid-right-2 {
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  max-width: 100%;
    display: flex;
    height: 100%;
    @media (max-width: 575.98px) {
        display: block;
    }
}

.container-fluid-right .row, .container-fluid-right-2 .row {
    margin-right: 0;
}

.container-fluid-right .col-12, .container-fluid-right-2 .col-12 {
    padding: 0;
}

@media (max-width: 575.99px) {
    .container-fluid-right {
        margin-left: 24px;
        margin-right: 12px;
    }
    .container-fluid-right-2 {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 576px) {
    .container-fluid-right {
        max-width: calc(100% - (100% - 516px) / 2 - var(--custom-gutter-width) * 0.5);
    }
    .container-fluid-right-2 {
        max-width: calc(100% - (100% - 540px) / 2 - var(--custom-gutter-width) * 0.5);
    }
}

@media (min-width: 768px) {
    .container-fluid-right {
        max-width: calc(100% - (100% - 640px) / 2 - var(--custom-gutter-width) * 0.5);
    }
    .container-fluid-right-2 {
        max-width: calc(100% - (100% - 696px) / 2 - var(--custom-gutter-width) * 0.5);
    }
}

@media (min-width: 992px) {
    .container-fluid-right {
        max-width: calc(100% - (100% - 830px) / 2 - var(--custom-gutter-width) * 0.5);
    }
    .container-fluid-right-2 {
        max-width: calc(100% - (100% - 960px) / 2 - var(--custom-gutter-width) * 0.5);
    }
}

@media (min-width: 1200px) {
    .container-fluid-right {
        max-width: calc(100% - (100% - 746px) / 2 - var(--custom-gutter-width) * 0.5);
    }
    .container-fluid-right-2 {
        max-width: calc(100% - (100% - 1140px) / 2 - var(--custom-gutter-width) * 0.5);
    }
}

@media (min-width: 1400px) {
    .container-fluid-right {
        max-width: calc(100% - (100% - 614px) / 2 - var(--custom-gutter-width) * 0.5);
    }
    .container-fluid-right-2 {
        max-width: calc(100% - (100% - 1150px) / 2 - var(--custom-gutter-width) * 0.5);
    }
}


/* Swiper Arrows */
.swiper-buttons--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    @media (max-width: 767.98px) {
        display: none;
    }
}
.swiper-button-prev, .swiper-button-next {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 50%;
    height: 100%;
}
.swiper-button-prev:focus, .swiper-button-next:focus {
    outline: none;
}
.swiper-button-prev {
    cursor: url("../images/icons/arrow-left.svg"), auto;
}
.swiper-button-next {
    left: 50%;
    cursor: url("../images/icons/arrow-right.svg"), auto;
}


/* Swiper Pagination */
.swiper-pagination {
    position: unset;
    display: inline-flex;
    z-index: 2;
    text-align: start;
    margin-top: 40px;
    gap: 26px;
    padding: 0 8px;
    justify-content: center;
}
.instagram-swiper .swiper-pagination {
    margin-top: 20px;
    justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
    margin: 0!important;
    width: 4px!important;
    height: 4px!important;
    opacity: 1;
    position: relative;
    background-color: gray;
    border: 3px solid gray;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: black;
    border-color: black;
}
.swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--beige);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border: 2px solid transparent;
    transform-origin: center;
    transform-box: border-box;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border-color: black;
}