*{
    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;
}
#nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    position: absolute;
    height: 80px;
    width: 100%;
}
#page>#nav>button{
    padding: 10px 22px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
#page>#nav>button:hover{
    cursor: pointer;
    background-color: #F1F1F1;
    border: 1.2px solid #000;
    color: #000;
    font-weight: 600;
    scale: 1.1;
}
#page>#nav>h3{
    font-size: 28px;
    font-family: gilroy;
    font-weight: 400;
}
#loop{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 43%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    height: 20%;
    width: 100%;
    /* background-color: red; */
    white-space: nowrap;
    font-family: gilroy;
    gap: 14px;
    
}
#loop>h1{
    position: relative;
    font-size: 180px;
    font-weight: 400;
    animation: textLoop 4s linear infinite;
}
#loop>h2{
    position: relative;
    font-size: 180px;
    animation: textLoop 4s linear infinite;
}
#loop>h2>b{
    font-weight: 500;
}
#loop>h2>i{
    font-weight: 900;
}
#loop>h2>span{
    -webkit-text-stroke: 1.5px #000;
    color: transparent;
}

#canvo-io>h4{
    position: absolute;
    top: 60%;
    left: 10%;
    transform: translate(0%,-50%);
    font-family: gilroy;
    font-weight: 400;
    line-height: 1.4;
    color: #535353;
}
#scroll-to>h5{
    position: absolute;
    top: 67%;
    transform: translate(0%,-50%);
    font-family: gilroy;
    font-weight: 600;
    left: 32%;
}
#first-canvo-io{
    position: absolute;
    top: 130%;
    left:10%;
    font-family: gilroy;
}
#first-canvo-io>h5{
    font-weight: 400;
    color: #5a5a5a;
    margin-bottom: 10px;
}
#first-canvo-io>h1{
    font-weight: 700;
    font-size: 50px;
}
#first-canvo-io-1{
    position: absolute;
    right: 8%;
    top: 150%;
    text-align: end;
    font-family: gilroy;
}
#first-canvo-io-1>h5{
    font-weight: 400;
    color: #5a5a5a;
    margin-top: 10px;
}
#first-canvo-io-1>h1{
    font-size: 45px;
}
#second-canvo-io{
    position: absolute;
    /* top: 30%; */
    top: 130%;
    left: 10%;
    font-family: gilroy;
}
#second-canvo-io>h5{
    margin-bottom: 10px;
    font-weight: 400;
    color: #5a5a5a;
}
#second-canvo-io>h1{
    font-weight: 700;
    font-size: 70px;
}
#second-canvo-io-1>h5{
    position: absolute;
    /* top: 50%; */
    top: 150%;
    right: 5%;
    font-family: gilroy;
    text-align: end;
    color: #797979;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
}
#third-canvo-io>h5{
    position: absolute;
    /* top: 30%; */
    top: 130%;
    left: 10%;
    font-weight: 500;
    color: #797979;
    font-size: 17px;
    font-family: gilroy;
}
#third-canvo-io-1{
    position: absolute;
    /* top: 50%; */
    top: 150%;
    right: 5%;
    text-align: right;
    font-family: gilroy;
}
#third-canvo-io-1>h5{
    font-weight: 400;
    color: #797979;
    margin-bottom: 10px;
}
#third-canvo-io-1>h1{
    font-weight: 700;
    font-size:70px;
}






canvas{
    position: relative;
    max-height: 100vh;
    max-width: 100vw;
    z-index: 999999;
}
::-webkit-scrollbar{
    display: none;
}


#page1{
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
#page1>h1{
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: gilroy;
    font-size: 100px;
    white-space: nowrap;
}
#page1>h5{
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: gilroy;
    font-weight: 400;
    font-size: 18px;
}
#page1>img{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    z-index: 999;
}
#infi{
    display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        font-family: gilroy;
    position: absolute;
    top: 30%;
    height: 20%;
    width: 100%;
    color: #fff;
}
#infi>h1{
    position: relative;
    font-size: 180px;
    font-weight: 400;
    animation: textLoop 4s linear infinite;
}
#infi>h2{
    position: relative;
    font-size: 180px;
    animation: textLoop 4s linear infinite;
}
#infi>h2>b{
    font-weight: 500;
    animation: textLoop 4s linear infinite;

}
#infi>h2>i{
    font-weight: 900;
    animation: textLoop 4s linear infinite;

}
#infi>h2>span{
    -webkit-text-stroke: 1.5px #fff;
    color: transparent;
    animation: textLoop 4s linear infinite;

}
#infi1{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-family: gilroy;
    position: absolute;
    top: 50%;
    height: 20%;
    width: 100%;
}
#infi1>h1{
    position: relative;
    font-size: 180px;
    font-weight: 400;
    animation: textLoop 4s linear infinite;
}
#infi1>h2{
    position: relative;
    font-size: 180px;
    animation: textLoop 4s linear infinite;
}
#infi1>h2>b{
    font-weight: 500;
    animation: textLoop 4s linear infinite;

}
#infi1>h2>i{
    font-weight: 900;
    animation: textLoop 4s linear infinite;

}
#infi1>h2>span{
    -webkit-text-stroke: 1.5px #fff;
    color: transparent;
}
#infi2{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-family: gilroy;
    position: absolute;
    top: 70%;
    height: 20%;
    width: 100%;
}
#infi2>h1{
    position: relative;
    font-size: 180px;
    font-weight: 400;
    animation: textLoop 4s linear infinite;
}
#infi2>h2{
    position: relative;
    font-size: 180px;
    animation: textLoop 4s linear infinite;
}
#infi2>h2>b{
    font-weight: 500;
}
#infi2>h2>i{
    font-weight: 900;
}
#infi2>h2>span{
    -webkit-text-stroke: 1.5px #fff;
    color: transparent;
}
@media (max-width:500px){
    canvas{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0%;
    }
    #page>#nav>button{
        padding: 7px 15px;
        background-color: #000;
        color: #fff;
        border: none;
        border-radius: 50px;
        font-size: 14px;
        transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    }
    #page>#nav>button:hover{
        cursor: pointer;
        background-color: #F1F1F1;
        border: 1.2px solid #000;
        color: #000;
        font-weight: 600;
        scale: 1.1;
    }
    #page>#nav>h3{
        font-size: 18px;
        font-family: gilroy;
        font-weight: 400;
    }
    #loop{
        display: flex;
        align-items: center;
        justify-content: center;
        top: 35%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        height: 10%;
        width: 100%;
        z-index: 99999999;
        /* background-color: red; */
        white-space: nowrap;
        font-family: gilroy;
        gap: 14px;
        
    }
    #loop>h1{
        position: relative;
        font-size: 80px;
        font-weight: 400;
        animation: textLoop 4s linear infinite;
    }
    #loop>h2{
        position: relative;
        font-size: 80px;
        animation: textLoop 4s linear infinite;
    }
    #canvo-io>h4{
        position: absolute;
        top: 60%;
        left: 10%;
        transform: translate(0%,-50%);
        font-family: gilroy;
        font-weight: 500;
        line-height: 1.4;
        z-index: 99999999999;
        color: #000;
        width: 50%;
    }
    #scroll-to>h5{
        position: absolute;
        top: 67%;
        transform: translate(0%,-50%);
        font-family: gilroy;
        font-weight: 600;
        left: 32%;
        z-index: 999999999999;
    }
    #first-canvo-io{
        position: absolute;
        top: 150%;
        left:10%;
        font-family: gilroy;
        z-index: 9999999;
    }
    #first-canvo-io>h5{
        font-weight: 400;
        color: #5a5a5a;
        margin-bottom: 10px;
    }
    #first-canvo-io>h1{
        font-weight: 700;
        font-size: 50px;
    }
    #first-canvo-io-1{
        position: absolute;
        right: 8%;
        top: 150%;
        text-align: end;
        font-family: gilroy;
        display: none;
    }
    #first-canvo-io-1>h5{
        font-weight: 400;
        color: #5a5a5a;
        margin-top: 10px;
    }
    #first-canvo-io-1>h1{
        font-size: 45px;
    }
    #second-canvo-io{
        position: absolute;
        /* top: 30%; */
        top: 130%;
        left: 10%;
        font-family: gilroy;
        z-index: 99999999999;
    }
    #second-canvo-io>h5{
        margin-bottom: 10px;
        font-weight: 400;
        color: #5a5a5a;
    }
    #second-canvo-io>h1{
        font-weight: 700;
        font-size: 70px;
    }
    #second-canvo-io-1>h5{
        position: absolute;
        /* top: 50%; */
        top: 0%;
        right: 5%;
        font-family: gilroy;
        text-align: end;
        color: #797979;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.5;
        display: none;
    }
    #third-canvo-io>h5{
        position: absolute;
        /* top: 30%; */
        top: 130%;
        left: 10%;
        font-weight: 500;
        color: #797979;
        font-size: 17px;
        font-family: gilroy;
        display: none;
    }
    #third-canvo-io-1{
        position: absolute;
        /* top: 50%; */
        top: 150%;
        right: 5%;
        text-align: right;
        font-family: gilroy;
    }
    #third-canvo-io-1>h5{
        font-weight: 400;
        color: #797979;
        margin-bottom: 10px;
    }
    #third-canvo-io-1>h1{
        font-weight: 700;
        font-size:70px;
    }
    #page1>h1{
        position: absolute;
        top: 4%;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-family: gilroy;
        font-size: 40px;
        white-space: nowrap;
    }
    #page1>h5{
        position: absolute;
        top: 11%;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-family: gilroy;
        font-weight: 400;
        font-size:12px;
        white-space: nowrap;

    }
    #page1>img{
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translateX(-50%);
        width: 160%;
        z-index: 999;
    }
    #infi{
        display: flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            font-family: gilroy;
        position: absolute;
        top: 15%;
        height: 20%;
        width: 100%;
        color: #fff;
    }
    #infi>h1{
        position: relative;
        font-size: 180px;
        font-weight: 400;
        animation: textLoop 4s linear infinite;
    }
    #infi>h2{
        position: relative;
        font-size: 180px;
        animation: textLoop 4s linear infinite;
    }
    #infi>h2>b{
        font-weight: 500;
        animation: textLoop 4s linear infinite;
    
    }
    #infi>h2>i{
        font-weight: 900;
        animation: textLoop 4s linear infinite;
    
    }
    #infi>h2>span{
        -webkit-text-stroke: 1.5px #fff;
        color: transparent;
        animation: textLoop 4s linear infinite;
    
    }
    #infi1{
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        font-family: gilroy;
        position: absolute;
        top: 35%;
        height: 20%;
        width: 100%;
    }
    #infi1>h1{
        position: relative;
        font-size: 180px;
        font-weight: 400;
        animation: textLoop 4s linear infinite;
    }
    #infi1>h2{
        position: relative;
        font-size: 180px;
        animation: textLoop 4s linear infinite;
    }
    #infi1>h2>b{
        font-weight: 500;
        animation: textLoop 4s linear infinite;
    
    }
    #infi1>h2>i{
        font-weight: 900;
        animation: textLoop 4s linear infinite;
    
    }
    #infi1>h2>span{
        -webkit-text-stroke: 1.5px #fff;
        color: transparent;
    }
    #infi2{
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        font-family: gilroy;
        position: absolute;
        top: 55%;
        height: 20%;
        width: 100%;
    }
    #infi2>h1{
        position: relative;
        font-size: 180px;
        font-weight: 400;
        animation: textLoop 4s linear infinite;
    }
    #infi2>h2{
        position: relative;
        font-size: 180px;
        animation: textLoop 4s linear infinite;
    }
    #infi2>h2>b{
        font-weight: 500;
    }
    #infi2>h2>i{
        font-weight: 900;
    }
    #infi2>h2>span{
        -webkit-text-stroke: 1.5px #fff;
        color: transparent;
    }
}