@font-face {
    font-family: urbanist;
    src: url(./urbanist.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: urbanist;
}
html, body{
    width: 100%;
    height: 100%;
}
#nav{
    width: 100%;
    position: fixed;
    z-index: 9999;
    padding: 1.6vw 2vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#nav .logo{
    display: flex;
    align-items: flex-start;
    font-size: 1.5vw;
}
#nav span{
    font-size: 1.5vw;
    font-weight: 600;
}
#nav .t-thin{
    font-weight: 100;
}
#nav .icon{
    display: flex;
    align-items: center;
    gap: 2vw;
}
#nav .icon .link{
    font-size: 1.5vw;
    color: #eee;
}
#nav .icon svg{
    height: 1.7vw;
}
#nav .bottom-right{
    position: fixed;
    bottom: 5%;
    right: 4%;
    display: flex;
    align-items: center;
}
#nav .bottom-right img{
    height: 13vh;
    position: absolute;
    right: 90%;
    top: -52.5%;
}
#nav .bottom-right .txt{
    padding: 1.2vw 2.3vw;
    background-color: #070707;
    border-radius: .5vw;
    color: #fff;
    font-family: gilroy;
    font-size: 1.2vw;
    font-weight: 600;
}
.page{
    position: relative;
    background-color: #292929;
    width: 100vw;
    height: 100vh;
}
.page1 .pg1-hrz-anim{
    position: absolute; 
    top: 24%;
    font-size: 12vw;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}
.page1 .pg1-hrz-anim .hrz-anim{
    display: flex;
    overflow: hidden;
    animation: pg1-hrz-animation 23s linear infinite;
}
.page1 .pg1-hrz-anim .hrz-anim span{
    padding: 0 2vw;
    letter-spacing: -.3vw;
}
.page1 .pg1-hrz-anim .t-bold{
    font-family: gilroy;
    font-weight: 600;
}
.page1 .pg1-hrz-anim .t-thin{
    font-weight: 100;
}
.page1 .pg1-hrz-anim .t-italic{
    font-style: italic;
}
.page1 .pg1-hrz-anim .t-stroke{
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
}
@keyframes pg1-hrz-animation {
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-100%);
    }
}
.page1 .pg1-text{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    top: 57%;
    padding: 0 5vw;
    color: #fff;
}
.page1 .pg1-text .pgt{
    font-size: .95vw;
    font-weight: 600;
    width: 38%;
}
.page1 .pg1-text .text-left{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: left;
}
.page1 .pg1-text .text-left .tl{
    text-align: end;
}
.page1 .pg1-text .text-left .bottom{
    padding-top: 2vh;
    font-weight: 600;
    font-family: gilroy;
}

.page2 .pg2-text{
    display: flex;
    height: 80vh;
    padding: 25vh 5vw;
    justify-content: space-between;
}
.page2 .pg2-text .pg2t{
    color: #fff;
}
.page2 .pg2-text .pg2t h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    line-height: 7vh;
    letter-spacing: -.08vw;
    font-size: 3vw;
}
.page2 .pg2-text .pg2t h3{
    font-size: 1vw;
}
.page2 .pg2-text .left h3{
    margin-bottom: 1.7vh;
}
.page2 .pg2-text .right{
    text-align: right;
}
.page2 .pg2-text .right h2{
    margin: 20vh 0 2vh 0;
}
.page3 .pg3-text{
    display: flex;
    justify-content: space-between;
    padding: 27vh 5vw;
}
.page3 .pg3-text .pg3t{
    color: #fff;
}
.page3 .pg3-text .left{
    width: 50%;
}
.page3 .pg3-text .left h2{
    font-size: 4vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    line-height: 10vh;
    margin-top: 1.3vh;
}
.page3 .pg3-text h3{
    font-size: .95vw;
}
.page3 .pg3-text .right{
    width: 38%;
    text-align: right;
    margin-top: 25vh;
    line-height: 3vh;
}
.page4 .pg4-text{
    background-color: #292929;
    display: flex;
    color: #fff;
    justify-content: space-between;
    padding: 17.5vh 5vw;
}
.page4 .pg4-text .left{
    width: 39%;
    line-height: 2.8vh;
}
.page4 .pg4-text .left .marg{
    margin-bottom: 2vh;
}
.page4 .pg4-text h3{
    font-size: .95vw;
    font-weight: 600;
}
.page4 .pg4-text .right{
    width: 50%;
    text-align: right;
    padding-top: 24vh;
}
.page4 .pg4-text .right h2{
    font-size: 4vw;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 11vh;
    margin-top: 2.5vh;
}
.page5{
    position: relative;
    height: 150vh;
    
}
canvas{
    position: relative;
    z-index: 9;
    max-width: 100vw;
    max-height: 100vh;
}