@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@font-face {
    font-family: "Canopee";
    src: url("../fonts/CANOPEE/DESKTOP/Canopee.otf");
}
:root {
    --main-font-family: "Canopee";
    --main-background-color: #489191;  
    --main-font-family-two: "Open Sans", sans-serif;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html {
    font-size: 62.5%;
    overscroll-behavior: none;
}
html, body {
    height: 100%;
    min-height: 100%;
    /* overflow: hidden; */
}
body {
    font-size: 1.6rem;
    font-family: var(--main-font-family);
    overscroll-behavior: none;
    font-weight: 400;
    line-height: 1.4;
    background-color: white;
    color: var(--main-background-color);
    overflow: hidden;
}
img {
    display: block;
    max-width: 100%;
}
a {
    color: white;
    text-decoration: none;
}
.container {
    max-width: 1440px;
    padding: 0 1rem;
    margin: 0 auto;
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2;
    overflow: hidden;
}
.preloader > .container {
    height: 100%;
}
.preloader > .container > .content {
    position: relative;
    height: 100%;
    display: flex;
}
.preloader > .container > .content > .content-header {
    overflow: hidden;
    line-height: .8;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    justify-content: end;
    padding-bottom: 5rem;
    align-items: center;
    transition: clip-path 650ms ease;
    will-change: clip-path;
}
.preloader > .container > .content > .content-header > .content-header-header >  h1 {
    font-size: clamp(5.3rem, 15vw, 9rem);
    overflow: hidden;
}
.preloader-header > h1 > span {
    position: relative;
    top: 10rem;
    transition: top 350ms cubic-bezier(0,0,0,0);
}
.preloader > .container > .content > .content-loader {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 0;
    transition: clip-path 650ms ease-out;
    will-change: clip-path;
}

.preloader > .container > .content > .content-loader > .loader {
    width: 100%;
    max-width: 120px;
    height: 100%;
    max-height: calc(100% / 5);
    background-color: var(--main-background-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

main {
    position: relative;
    z-index: 1;
    height: 100%;
}
.overflow {
    position: relative;
    height: 100%;   
    transition: transform 1s ease-in-out;
}
header {
    height: 0;
    min-height: 15vh;
    opacity: 1;
    transition: all 850ms ease;
    color: white;
}
nav {
    height: 100%;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-logo > a {
    color: white;
}
.nav-logo > a > h1 {
    font-size: 3.5rem;
    overflow: hidden;
}
.nav-logo > a > h1 > span {
    position: relative;
    top: 10rem;
    transition: top 650ms ease;
}
.nav-toggle {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.nav-toggle > ion-icon {
    position: relative;
    top: 10rem;
    font-size: 3rem;
    transition: top 650ms ease-in-out;
}

.nav-menu {
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}
.nav-menu > .nav-menu-content {
    position: relative;
    height: 100%;
}
.nav-menu > .nav-menu-content > .nav-menu-list {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: circle(0%);
    width: 100%;
    height: 100%;
    background-color: var(--main-background-color);
    transition: clip-path 1s ease-out;
    color: white;
}
.nav-menu > .nav-menu-content > .nav-menu-list > ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.nav-menu > .nav-menu-content > .nav-menu-list > ul > li {
    overflow: hidden;
}
.nav-menu > .nav-menu-content > .nav-menu-list > ul > li > a {
    font-size: 3.5rem;
    position: relative;
    top: 5rem;
    transition: top 650ms ease-out;
}
.close-menu {
    height: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    align-content: center;
    overflow: hidden;
}
.close-menu > ion-icon {
    font-size: 3.5rem;
    position: relative;
    top: 5rem;
    transition: top 650ms ease-out;
    cursor: pointer;
}


.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: black;
}

.video > video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 1;
}
.intro {
    position: absolute;
    bottom: 0;
    color: white;
    height: 20rem;
}

.intro > .intro-overflow  {
    display: inline-block;
    position: relative;
}

.intro > .intro-overflow > .intro-header {
    position: relative;
    display: flex;
    gap: .5rem;
    overflow: hidden;
    transition: width 650ms ease;
}

.intro > .intro-overflow > .intro-header > span {
    position: relative;
    top: 10rem;
    transition: top 850ms ease;
}

/* .intro > .intro-overflow:last-child > .intro-header.active::before {
    content: "hallback";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: white;
    color: black;
    z-index: 2;
    width: var(--setWidth, 0);
    border-radius: 5px;
    padding-left: .5rem;
    transition: var(--setTransition, width 650ms ease);
} */

.active {
    text-decoration: line-through;
}

.intro-shadow {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 0%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    transition: all 650ms ease-in;
    overflow: hidden;
    z-index: 5;
}
.intro-shadow.active_ {
    width: 100%;
}
.intro-shadow > .shadow-text {
    color: black;
    opacity: 1;
    transition: top 1050ms 250ms ease;
    font-size: 3.2rem;
    font-weight: 400;
    padding-left: .5rem;
    position: relative;
    top: 10rem;

    /* padding-right: 1rem; */
}
.intro-shadow > .shadow-text.active_ {
    top: 0;
    text-decoration: none;
}
.intro-shadow > .shadow-text > .active_ {
    text-decoration: none;
}
._ {
    height:100%;
    background-color: white;
    color: var(--main-background-color);
    position: relative;
}
.video_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.video_ > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about {
    position: relative;
    height: 200%;
    /* overflow: hidden;   */
}
.about > .container {
    height: 100%;
}
.text-content {
    /* margin-top: 15rem; */
    display: grid;
    /* gap: 1rem; */
    background-color: white;
    color: var(--main-background-color);
    height: 40rem;
    opacity: 0;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 3rem;
    padding: 10rem 2rem;
    align-items: start;

}
.text-content > p {
    font-family: var(--main-font-family-two);
    text-transform: uppercase;
    font-weight: bolder;
    align-content: center;
    letter-spacing: -1px;
    max-height: 60px;
    border-bottom: 2px solid;
    position: relative;
    z-index: 3;
}
.text-content > h1 {
    line-height: 1.4;
    text-align: start;
    letter-spacing: -1px;
    font-style: italic;
    position: relative;
    z-index: 3;
    font-size: 4rem;
    overflow: hidden;
}
.text-content > h1 >span {
    display: inline-block;
    margin: .3rem;
    position: relative;
    top: 100rem;
    transition: top 650ms ease-in;
}
.sticky {
    position: sticky;
    top: 0;
    height: 50%;
}
.slider-container {
    height: 100%;
    overflow: hidden;
}
.slider {
    display: flex;
    width: min-content;
    overflow: hidden;
    height: 100%;
    will-change: transform;
}
.slider > .slide {
    height: 100%;
    width: 50vw;
    padding: 80px 20px 60px;
    display: flex;
    flex-direction: column;
}
.slider > .slide:nth-child(2n) {
    justify-content: end;
}
.slider > .slide:nth-child(2n+1) {
    justify-content: start;
}
.slider > .slide > .list {
    background: white;
    height: 50%;
    position: relative;
    z-index: 3;
    align-content: center;
    text-align: center;
    line-height: 1;
    display: grid;
    gap: 2rem;
    font-style: italic;
}
.slider > .slide > .list > h1 {
    font-size: 1.5rem;
    font-weight: 100;

}

/* .dot {
    line-height: 1;
    max-width: 100%;
    transition: transform 650ms ease;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 50vw;
    padding: 80px 20px 60px;
} */

.stripes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: -1;
    gap: 25%;
}
.stripes > span {
    display: inline-block;
    height: 100%;
    /* margin: 0 5rem; */
    border: 1px solid;

}


.__ {
    height: 200%;
    position: relative;
}
.content_ {
    position: sticky;
    top: 0;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    margin: 5rem 0;
}
.content_ > h1 {
    text-align: center;
    overflow: hidden;
}
.content_ > h1 > span {
    font-size: 11rem;
    transition: top 150ms ease-in;
}
.content_:nth-child(1) > h1 {
    font-size: 14rem;
}
.content_:nth-child(2),
.content_:last-child {
    z-index: 2;
}
.content_-img {
    width: 100%;
    height: 100%;
}
.content_-img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
._t {
    position: relative;
    height: 200%;
}
.key_header > h1 {
    margin: 0 auto;
    max-width: 80%;
    line-height: 2;
}
.key_header > h1 > span{
    display: inline-block;
    width: 100%;
    font-size: 5rem;
    font-weight: 600;
    opacity: 0;
    transition: opacity 650ms ease-in;
    text-align: center;
    will-change: opacity;
}
/* .key_header > h1 > span:nth-child(2n) {
    text-align: end;
} */
.key_point {
    position: relative;
    height: calc(100% / 2);
}
/* .key_word {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
 .key_container {
    height: 150%;
    position: relative;
 }
 .key_sticky {
    position: sticky;
    top: 0;
    height: 50%;
 }
 .key__ {
    position: relative;
    height: 100%;
 }
 .key_word {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    overflow: hidden;
 }
.key_word > h1 {
    font-size: 11rem;
    transform: translateY(0%);
    transition: transform 350ms ease;
    will-change: transform;
}

 .key_fact {
        position: absolute;
        top: 20%;
        left: 50%;
        width: 100%;
        max-width: 90%;
        clip-path: circle(0%);
        transform: translate(-50%, -20%);
 }
.key_fact > h1 {
    text-align: center;
    line-height: .85;
    font-size: 2.4rem;
    border: 4px solid;
    padding: 2rem;
}

.__t {
    height: 200%;
    background-color: #489191;
    columns: white;
    position: relative;
    z-index: 3;
    border-radius: 10px;
}
.__t > .container {
    height: 100%;
    padding-top: 5rem;
}
.brief-sticky {
    position: sticky;
    top: 5rem;
    height: 50%;
}
.brief {
    display: flex;
    color: white;
    overflow: hidden;
}
.brief-statement {
    position: relative;
    display: flex;
    align-items: end;
}
.b-state {
    position: absolute;
    line-height: 1;
    overflow: hidden;
}
.b-state > span {
    position: relative;
    transition: top 650ms ease;
    overflow: hidden;
}
.b-state > span > h2 {
    position: relative;
    transition: top 650ms ease;
}
.b-state:last-child > span > h2{
    top: 10rem;
    position: relative;
}
.b-state > span > h2 > a {
    border-bottom: 1px solid white;
    text-decoration: underline;
}
.brief-statement, 
.brief-img {
    flex: 1;
}

.brief-img-statement {
    overflow: hidden;
    max-height: calc(100% / 2);
}
.brief-img-slider {
    transition: transform 650ms ease;
}
.brief-img-slider > img:first-child {
    /* clip-path: inset(50% 0%); */
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: clip-path 850ms ease;
}

footer {
    height: 50%;
    margin-top: 20rem;
    background: #489191;
    color: white;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}
footer > h1 {
    font-size: 3rem;
    letter-spacing: -1px;
    text-align: center;
    height: 10rem;
    align-content: center;
    font-weight: 100;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    font-weight: 100;
    padding: 2rem;
}
.contact-value > h2 {
    text-align: end;
    font-weight: 100;
}
.contact-key > h2 {
    font-weight: 100;
}
.contact-value > h2:nth-child(2) {
    font-size: 1.5rem;
}
footer > h2 {
    text-align: center;
    font-weight: 100;
    align-content: end;
    height: calc(100% - 250px);
    
}

@media (min-width: 767px) {
    .brief-img-slider {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .brief-img-slider > img {
        width: 50%;
    }
    .b-state > span {
        font-size: 4rem;
    }
    .text-content > h1 > span {
        font-size: 6rem;
    }
    .slider > .slide > .list > h1 {
        font-size: 4rem;
    }
    .key_fact {
        height: 30%;
    }
    .key_fact > h1 {
        font-size: 3.5rem;
        height: 100%;
        align-content: center;
    }
}
@media (min-width: 1200px) {
    .b-state {
        top: 0;
    }
}

@media (min-width: 1500px) {
    .text-content > h1 > span {
        font-size: 10rem;
    }
}


@media (max-height: 670px) {
    ._ {
        height: 150%;
    }
    .slider > .slide:nth-child(2n) {
        justify-content: center;
    }
}

@media (max-height: 550px) {
     .preloader > .container > .content > .content-loader > .loader {
        max-width: 100%;
        max-height: calc(100% / 2);
    }
    .key_container {
        height: 100%;
    }
}

@media (max-height: 520px) {
    .key_container {
        height: 100%;
    }
    .key_sticky {
        top: 20%;
    }
    .key__ {
        height: 50%;
    }
}

@media (max-height: 455px) {
    ._ {
        height: 200%;
    }
    .about {
        height: 100%;
    }
    .key_fact > h1 {
        font-size: 2rem;
    }

}

@media (max-height: 451px) {
    .slider > .slide:nth-child(2n) {
        justify-content: end;
    }
}

