*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
}
#main{
    position: relative;
    overflow: hidden;
}  
#page{
    height: 100vh;
    width: 100vw;
    position: relative;
    background-color: #f2f2f2;
}

canvas{
    max-width: 100vw;
    max-height: 100vh;
    position: relative;

}

#page1{
    height: 100vh;
    width: 100vw;
    position: relative;
    background-color: #f2f2f2;
}
#page2{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}
#page3{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}

canvas{
    position: relative;
    z-index: 9;
    max-width: 100vw;
    max-height: 100vh;
}
#loop{
    display: flex;
    position: absolute;
    top: 30%;
    height: 25%;
    width: 100%;
    background-color: #f2f2f2;
    font-size: 100px;
    white-space: nowrap;
    font-family: "gilroy-medium";
}
#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 black;
    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-medium;
    font-weight: 100;
    font-size: 20px;
}

#nav>button{
    padding: 10px 30px;
    border-radius: 50px;
    background-color: black;
    color: white;
    border: none;
}

#page>#lefttext>h3{
    position: absolute;
    top: 60%;
    font-family: gilroy-regular;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(183, 180, 180);
    left: 5%;
}
#page>#lefttext>h4{
    position: absolute;
    top: 72%;
    left: 22%;
    font-family: gilroy-regular;
    font-weight: 400;
}

#page>#righttext>h3{
    position: absolute;
    top: 60%;
    font-family: gilroy-regular;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(183, 180, 180);
    right: 5%;
}
#page>#righttext>h4{
    position: absolute;
    top: 72%;
    right: 18%;
    font-family: gilroy-regular;
    font-weight: 400;
}
#page1>#right-text{
    position: absolute;
    top: 30%;
    font-family: gilroy-regular;
    left: 10%;
}
#page1>#right-text>h3{
    font-weight: 400;
    color: rgb(152, 145, 145);
}
#page1>#right-text>h1{
    font-family: gilroy-medium;
    line-height: 1.2;
    font-size: 50px;
}
#page1>#left-text{
    font-family: gilroy-regular;
    position: absolute;
    top: 50%;
    right: 8%;
    text-align: end;
}
#page1>#left-text>h1{
    font-family: gilroy-medium;
    line-height: 1.2;
    font-size: 50px;
}
#page1>#left-text>h3{
    font-weight: 400;
    color: rgb(152, 145, 145);
}

#page2>#text1{
    position: absolute;
    top: 30%;
    left: 10%;
    font-family: gilroy-regular;
}

#page2>#text1>h3{
    font-weight: 400;
    color: rgb(152, 145, 145);
}

#page2>#text1>h1{
    font-family: gilroy-medium;
    line-height: 1.2;
    font-size: 60px;
}

#page2>#text2{
    position: absolute;
    top: 55%;
    right: 4%;
    text-align: end;
    font-family: gilory-regular;
}
#page2>#text2>p{
    font-family: gilroy-regular;
    color: #7c7c7c;
    font-weight: 400;
}

#page3>#text3{
    position: absolute;
    top: 50%;
    right: 4%;
    text-align: end;
    font-family: gilroy-regular;
}

#page3>#text3>h3{
    font-weight: 400;
    color: rgb(152, 145, 145);
}

#page3>#text3>h1{
    font-family: gilroy-medium;
    line-height: 1.2;
    font-size: 50px;
}