@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Belgiano';
    src: url('../fonts/Belgiano_Serif.ttf') format('truetype');
}

:root {
    font-size: calc(10px + 0.3vw);
    background-color: #f7f6f1;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    background-color: #f7f6f1;
}

a, a:active, a:visited, a:focus {
    color: inherit;
    text-decoration: none;
}

html .lenis {
    height: auto;
}

.lenis .lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis .lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis .lenis-stopped {
    overflow: hidden;
}

.lenis .lenis-scrolling iframe {
    pointer-events: none;
}

img, video {
    filter: sepia(15%) saturate(110%) contrast(94%) brightness(100%);
}

body {
	max-width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	position: relative;
    font-family: 'Taviraj', serif;
	font-weight: 300;
	font-size: 1.1rem;
	/* background-color: #F8F8F8; */
    background-color: #f7f6f1;
    /* background-color: #f9f8f5; */
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    background: #f7f6f1;
    transition: all 0.5s ease;
    z-index: 999;
    opacity: 1;
	font-family: "Belgiano", serif;
  }

  .preloader--inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 6rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 4rem;
    font-weight: 300;
    color: #000;
	font-family: "Belgiano", serif;
    font-weight: 400;
  }

nav {
    height: 4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 99;
    overflow: hidden;
}

nav .menu {
    width: 99%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .logo {
    height: 1.8rem;
    width: auto;
    margin: 0.8rem 2rem 0.8rem 1rem;
}

nav .logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
    object-position: center;
}

nav .links {
    margin: 0.2rem 0.8rem 0;
    display: flex;
    gap: 1rem;
}

nav .link {
    font-size: 1.1rem;
    cursor: pointer;
}

nav .link:hover {
    text-decoration: underline;
}

nav .lang {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

nav .lang-opt {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0%;
    left: 0%;
}

nav .lang-opt img {
    width: 2rem;
    height: 3.4rem;
    margin-top: -0.7rem;
    object-fit: cover;
    /* object-position: center; */
}

main {
    width: 100%;
    margin: 0 auto;
	overflow-x: hidden;
}


/* HEADER */
.hdr {
    height: 100svh;
    width: 96%;
    margin: 0 auto;
    padding: 8rem 0 0;
    display: flex;
    flex-direction: column;
}

.hdr .txt {
    position: sticky;
    top: 8rem;
    z-index: 2;
}

.hdr h1 {
    width: 100%;
    margin: 0 auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-family: "Belgiano", serif;
    font-size: 6rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.hdr h3 {
    width: 100%;
    margin: 0;
    display: block;
    font-size: 4rem;
    font-weight: 300;
    font-family: 'Belgiano', serif;
    text-align: center;
    color: #555;
}

.hdr span {
    width: 80rem;
    display: block;
    font-size: 1.3rem;
    line-height: 2.2rem;
}

.hdr-img {
    /* height: calc(100svh - 10rem); */
    width: 40%;
    margin: 1rem auto 0;
    /* aspect-ratio: 7/3; */
    overflow: hidden;
    position: relative;
    will-change: transform;
    flex: 1;
}

.hdr-img img {
    width: 90vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    will-change: transform;
}


/* SECTION #1 */
.glr {
    width: 96%;
    margin: 8rem auto auto;
}

.glr span {
    /* width: 50%; */
    margin: 0 4vw 8rem 50%;
    display: block;
    font-size: 1.8rem;
    line-height: 3.2rem;
	font-family: "Belgiano", serif;
}

.glr-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.glr-item {
    width: 50%;
    text-align: center;
}

.glr-item:last-of-type {
    width: 100%;
}

.glr-item img {
    width: 84%;
    object-fit: cover;
    object-position: center;
}

.glr-item:nth-of-type(2) img {
    width: 70%;
    margin-top: 14vw;
}

.glr-item:last-of-type img {
    width: 50%;
    margin: 6vw 18vw auto auto;
}


/* SECTION #2 */
.vid {
    width: 96%;
    margin: auto;
}

.vid span {
    width: 70%;
    margin: 8rem auto 8rem 0;
    display: block;
    font-size: 3rem;
    line-height: 4.6rem;
	font-family: "Belgiano", serif;
}

.vid video {
    width: 100%;
    aspect-ratio: 16/7;
    object-fit: cover;
}


/* SECTION #3 */
.pct {
    width: 96%;
    margin: 8rem auto 0;
    position: relative;
}

.pct-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.pct-title {
    font-family: "Belgiano", serif;
    font-weight: 300;
    font-size: 2rem;
    text-align: right;
    /* font-style: italic; */
    color: #555;
}

.pct-item {
    width: 100%;
    margin: 1rem 0 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    border-top: solid 1px #ccc;
    padding-top: 8rem;
}

.pct-img {
    width: 48%;
}

.pct-img:first-of-type {
    width: 48%;
}

.pct-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.pct-info {
    width: 96%;
    height: auto;
    margin: 0 auto 6rem;
    top: calc(60% - 14rem);
    opacity: 1;
    z-index: 2;
    display: block;
    text-align: left;
}

.pct-info h1 {
    margin: 0;
	font-family: "Belgiano", serif;
    font-weight: 400;
    font-size: 4rem;
}

.pct-info span {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    display: block;
}

.btn-txt {
    display: inline;
    font-size: 1.4rem;
    border-bottom: solid #63ACE5 0.1rem;
    cursor: pointer;
    font-weight: 500;
}

.arrow {
    margin-left: 0.2rem;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    display:inline;
    white-space: nowrap;
}

.cursor {
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    /* border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 3rem solid #fff;
    background-color: transparent; */
    margin: 0;
    position: fixed;
    pointer-events: none;
    background-color: white;
    mix-blend-mode: difference;
    z-index: 999;
    transition: transform 0.2s;
    transform: rotate(-45deg);
}

.prs {
    margin-top: 8rem;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.prs-info {
    width: 94%;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.prs-info h1 {
    margin: 0;
	font-family: "Belgiano", serif;
    font-weight: 400;
    font-size: 5.5rem;
}

.prs-info span {
    width: 40rem;
    margin-bottom: 1rem;
    display: block;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: right;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.prs-img {
    width: 94%;
    height: 67svh;
    margin: 0 auto 4rem;
}

.prs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fpl {
    width: calc(100% - 2rem - 2%);
    padding: calc(6rem + 2vw) calc(1rem + 1%);
    margin: 2rem auto 10rem;
    background-color: #2d2d2d;
    display: flex;
    flex-wrap: wrap;
    filter: sepia(30%) hue-rotate(190deg) saturate(100%) contrast(130%) brightness(90%) invert(1);
    color: #fff;
}

.fpl-img {
    width: 46%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}

.fpl-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: none;
    object-fit: contain;
    object-position: center;
}

.fpl-selector {
    width: 50%;
    height: 100%;
    margin: auto 0 auto auto;
    position: relative;
}

.fpl-selector-text {
    position: absolute;
    top: 0%;
    left: 10rem;
    transform: translateY(-50%);
	font-family: "Belgiano", serif;
    font-weight: 400;
    font-size: 5.5rem;
    opacity: 0;
}

.fpl-arrows {
    width: 9rem;
    margin: 4rem 0 6rem;
    display: flex;
    justify-content: space-between;
    font-size: 2rem;
    cursor: pointer;
}

.fpl-arrows >* {
    cursor: pointer;
    padding: 1rem;
    margin-left: -1rem;
}

.fpl-data {
    width: 100%;
    margin: 0;
    position: relative;
}

.fpl-data-areas {
    height: 18rem;
    width: 14rem;
    margin-right: 2rem;
    position: absolute;
    opacity: 0;
}

.fpl-data-area {
    display: flex;
    align-items: center;
}

.fpl-data-area .sqm {
    margin: -0.2rem 0 0 1rem;
}

.fpl .sum {
    margin-top: 1rem;
    padding-top: 1rem;
    font-weight: 500;
    border-top: solid 0.1rem #fff;
}

.fpl-data-description {
    width: calc(100% - 22rem);
    margin: 0 0 0 auto;
	font-family: "Belgiano", serif;
    font-weight: 400;
    font-size: 1.8rem;
}

.fpl .active {
    opacity: 1;
}

.fpl-selector .active {
    left: 0;
}

.pglr {
    margin-bottom: 22vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.pglr-lft, .pglr-rgt {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.pglr-img {
    width: 100%;
    overflow: hidden;
    margin: 1vw 0 1vw;
}

/* .pglr-img:first-of-type {
    margin-top: 4vw;
}

.pglr-img:nth-of-type(2) {
    margin-top: 0vw;
}

.pglr-img:nth-of-type(3) {
    margin-top: -4vw;
}

.pglr-img:nth-of-type(4) {
    margin-top: 4vw;
}

.pglr-img:nth-of-type(5) {
    margin-top: -3vw;
}

.pglr-img:last-of-type {
    margin-top: 10vw;
} */

.pglr-img:first-of-type img {
    width: 94%;
}

.pglr-img:nth-of-type(2) img {
    width: 78%;
}

.pglr-img:nth-of-type(3) img {
    width: 90%;
}

.pglr-img:nth-of-type(4) img {
    width: 88%;
}

.pglr-img:nth-of-type(5) img {
    width: 78%;
}

.pglr-img:nth-of-type(6) img {
    width: 90%;
}

.pglr-img:nth-of-type(7) img {
    width: 80%;
}

.pglr-img:nth-of-type(8) img {
    width: 88%;
}

.pglr-img:nth-of-type(9) img {
    width: 94%;
}

.pglr-img:nth-of-type(10) img {
    width: 78%;
}

.pglr-img:nth-of-type(11) img {
    width: 90%;
}

.pglr-img:nth-of-type(12) img {
    width: 84%;
}

.pglr-img:nth-of-type(13) img {
    width: 78%;
}

.pglr-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}


footer {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 3rem;
}

footer .logo {
    width: 6rem;
    margin: 0 4vw;
}

footer .logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

footer .contact {
	font-family: "Belgiano", serif;
    font-weight: 400;
    font-size: 1.1rem;
}

footer .contact h4,footer .contact .moto {
    margin: 0 0 2rem;
    font-weight: 400;
    font-size: 1.4rem;
}

footer .contact .moto {
    margin-bottom: 0;
}

footer .company {
    margin: 0 4rem 0 auto;
}

footer .company h4 {
    margin: 0 4rem 0 auto;
	font-family: "Belgiano", serif;
    font-weight: 400;
    font-size: 1.4rem;

}

@media (max-width:760px) {

    .hdr h1 {
        font-size: 5.5rem;
        line-height: 5rem;
        margin-bottom: 2rem;
    }

    .glr-container {
        width: 100%;
        justify-content: space-between;
    }

    .glr span {
        margin: 0 4vw 10vw;
    }

    .glr-item {
        width: 48%;
    }

    .glr-item img {
        width: 100%;
    }

    .glr-item:nth-of-type(2) img {
        width: 92%;
    }

    .glr-item:last-of-type img {
        width: calc(100% - 26vw);
        margin: 4vw 8vw auto auto;
    }

    .vid span {
        width: 100%;
        margin: 10vw auto 12vw auto;
        font-size: 2.4rem;
        line-height: 4rem;
    }

    .pct-container {
        width: 100%;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .pct-img:first-of-type {
        width: 50%;
    }

    .pct-img {
        width: 50%;
    }

    .pct-info h1 {
        font-size: 2.4rem;
    }

    .prs-info h1 {
        font-size: 3.8rem;
    }

    .prs-info span {
        width: 30rem;
        font-size: 1.4rem;
    }

    .fpl {
        margin-bottom: 0;
        padding: calc(4rem + 2vw) calc(1rem + 1%);
        flex-direction: column;
    }

    .fpl-img {
        width: 100%;
        margin: 4vw auto 8rem;
    }

    .fpl-selector {
        width: 96%;
    }

    .fpl-selector-text {
        width: 100%;
        font-size: 3.6rem;
        text-align: center;
    }

    .fpl-arrows {
        margin: 2.6rem auto 3.6rem;
    }

    .fpl-data-areas {
        width: 100%;
        font-size: 1.3rem;
    }

    .fpl-data-area {
        justify-content: center;
    }

    .fpl-data-description {
        width: 100%;
        padding-top: 34rem;
        padding-bottom: 4rem;
    }

    .pglr {
        width: 100vw;
        margin: 0 calc(-1rem - 1%) 20vw;
        flex-direction: column-reverse;
        /* background-color: red; */
        /* margin-bottom: 30vw; */
    }

    .pglr-lft, .pglr-rgt {
        width: 100%;
        margin: 0;
    }

    .pglr-img {
        width: 100%;
        margin: 0 !important;
        transform: none !important;
    }

    .pglr-img img {
        display: block;
        width: 100% !important;
        margin: 0 !important;
        transform: none !important;
    }
/*
    .pglr-img:first-of-type {
        margin-top: 4vw;
    }

    .pglr-img:nth-of-type(2) {
        margin-top: 8vw;
    }

    .pglr-img:nth-of-type(3) {
        margin-top: 6vw;
    }

    .pglr-img:last-of-type {
        margin-top: 12vw;
    } */

    /* .pglr-img:first-of-type img {
        width: 94%;
        margin: 0 auto 0 0;
    }

    .pglr-img:nth-of-type(2) img {
        width: 78%;
        margin: 0 0 0 auto;
    }

    .pglr-img:nth-of-type(3) img {
        width: 90%;
        margin: 0 auto 0 -2vw;
    }

    .pglr-img:nth-of-type(4) img {
        width: 88%;
        margin: 0 auto 0 auto;
    }

    .pglr-img:nth-of-type(5) img {
        width: 88%;
        margin: 30vw auto 0 -2vw;
    }

    .pglr-img:last-of-type img {
        width: 90%;
        margin: -0vw 0 0 auto;
    } */

    footer .logo {
        margin: 0rem 4vw -3.8rem;
    }

    footer .contact {
        width: calc(100% - 6rem - 8vw);
    }

    footer .company {
        width: calc(100% - 6rem - 8vw);
        margin: 2rem 0 0 auto;
    }

    footer .company h4 {
        font-size: 1.1rem;
    }

}

@media (pointer: coarse) {
    .cursor {
        display: none;
        opacity: 0;
        height: 0;
        width: 0;
    }
}
