*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
}
#main{
    position: relative;
    overflow: hidden;
}
#page{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f1f1f1;
}
#page1{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f1f1f1;
}
#page2{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f1f1f1;
}
#page3{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f1f1f1;
}
canvas{
    position: relative;
    z-index: 9;
    max-width: 100vw;
    max-height: 100vh;
}
#loop{
    display: flex;
    position: absolute;
    top: 30%;
    height: 25%;
    width: 100%;
    font-size: 80px;
    white-space: nowrap;
    font-family: gilroy;

}
#loop>h1{
    font-weight: 400;
    animation-name: anim;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#loop>h1>span{
    -webkit-text-stroke: 1.2px #000;
    color: transparent;
    font-weight: 500;
}
@keyframes anim{
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-100%);
    }
}
#nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 7%;
    width: 100%;
    position: fixed;
    z-index: 99;
    padding: 0px 30px;
}
#nav>h3{
    font-family: gilroy;
    font-weight: 400;
    font-size: 22px;
}
#nav>h3>span{
    -webkit-text-stroke: 0.5px #000;
    color: transparent;
    font-weight: 400;
}
#nav>button{
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #000;
    color: white;
    border: none;
}
#page>#right-page>h3{
    position: absolute;
    top: 60%;
    font-family: gilroy;
    font-weight: 400;
    color:#707070;
    left: 5%;
}
#page>#right-page>h4{
    position: absolute;
    top: 71%;
    left: 20%;
    font-family: gilroy;
    font-weight: 500;

}
#page>#left-page{
    position: absolute;
    top: 60%;
    right: 5%;
    text-align: end;
}
#page>#left-page>h3{
    font-size: 16px;
    line-height: 1.3;
}
#page>#left-page>h4{
    color: #707070;
    font-weight: 200;
}

#page1>#right-text{
    position: absolute;
    top: 30%;
    left: 5%;
}
#page1>#right-text>h2{
    font-weight: 400;
    color: #707070;
}
#page1>#right-text>h1{
    line-height: 1;
    font-size: 40px;
}
#page1>#left-text{
    position: absolute;
    top: 60%;
    right: 5%;
    text-align: end;
}
#page1>#left-text>h1{
    font-size: 30px;
    line-height: 1;
}
#page1>#left-text>h3{
    color: #707070;
    font-weight: 400;
}
#page2>#text1{
    position: absolute;
    top: 30%;
    left: 5%;
}
#page2>#text1>h1{
    color: #707070;
    font-weight: 400;
}
#page2>#text1>h2{
    font-size: 30px;
    line-height: 1.2;
}
#page2>#text2{
    position: absolute;
    top: 60%;
    right: 5%;
    text-align: end;
}
#page2>#text2>h1{
    color:#000;
    font-weight: 400;
}
#page2>#text2>h3{
    font-size: 30px;
    line-height: 1.2;
    color: #707070;
}
#page3>#text3{
    position: absolute;
    top: 30%;
    left: 5%;
}
#page3>#text3>h2{
    color:#707070;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
}
#page3>#text4{
    position: absolute;
    top: 60%;
    right: 5%;
    text-align: end;
}
#page3>#text4>h2{
    color:#707070;
    font-weight: 400;
}
#page3>#text4>h3{
    font-size: 30px;
    line-height: 1.2;
    color: #000;
}

#page3>#text4>h3>span{
    -webkit-text-stroke: 0.5px #000;
    color: transparent;
    font-weight: 500;
}