*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: gilroy;
}
html,body{
    height: 100%;
    width: 100%;
    background-color: #f1f1f1;
}
#main{
    position: relative;
    overflow: hidden;
}
#page{
    position: relative;
    height: 100vh;
    width: 100vw;
    
}
#page1{
    position: relative;
    height: 100vh;
    width: 100vw;
    
}
#page2{
    position: relative;
    height: 100vh;
    width: 100vw;
   
}
#page3{
    position: relative;
    height: 100vh;
    width: 100vw;
   
}
canvas{
    position: relative;
    z-index: 1;
    max-width: 100vw;
    max-height: 100vh;
}

#loop{
    display: flex;
    position: absolute;
    top: 30%;
    height: 25%;
    width: 100%;
    font-size: 100px;
    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 {
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    top: 0; /* Stick the navigation bar to the top of the screen */
    left: 0; /* Stick the navigation bar to the left edge of the screen */
    right: 0; /* Stick the navigation bar to the right edge of the screen */
     /* Add a background color to the navigation bar */
}

#nav-left {
    height: 100%;
    width: 25%;
    position: relative;
    z-index: 10;
}

#nav h3 {
    font-size: xx-large;
    padding-top: 20px;
}

#nav-right {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
}



#mailto{
    max-height: 5%;
}
/* #nav>h3{
    
    font-family: gilroy;
    font-weight: 400;
    font-size: 44px;
    
}
#nav>button{

    
    padding: 20px 20px 20px 20px;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    border: none;
} */
#page>h3{
    position: absolute;
    top: 55%;
    font-family: gilroy;
    font-weight: 400;
    color: #7c7c7c;
    left: 5%;
    
    
}

#page>h4{
    position: absolute;
    top: 62%;
    left: 16%;
    font-family: gilroy;
    font-weight: 800;
    z-index: 10;
    max-width: 40%;
}
#page1>#right-text{
    position: absolute;
    top: 30%;
    left: 10%;
}
#page1>#right-text>h3{
    font-weight: 400;
    color: #7c7c7c;
}
#page1>#right-text>h1{
    line-height: 1.5;
    font-size: 50px;
    
}
#page1>#left-text{
    position: absolute;
    top: 50%;
    right: 10%;
    text-align: end;
}
#page1>#left-text>h1{
    font-size: 50px;
    line-height: 1.5;
}
#page1>#left-text>h3{
    color: #7c7c7c;
    font-weight: 400;
}
#page2>#text1{
    position: absolute;
    right:10%;
    top:25%;
}
#page2>#text1>h3{
    color: #7c7c7c;
    font-weight: 400;
}
#page2>#text1>h1{
    font-size: 60px;
    line-height: 1.5;
}
#page2>#text2{
    position: absolute;
    top: 55%;
    left: 10%;
    text-align: start;
    
}
#page2>#text2>p{
    color: #7c7c7c;
    font-weight: 400;
}
#page3>#text3{
    position: absolute;
    top: 40%;
    right: 10%;
    text-align: end;
}

#page3>#text3>h3{
    color: #6082B6;
    font-weight: 400;
    font-size: 50px;

}
#page3>#text3>h1{
    font-size: 20px;

}

.footer {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    /* background: #171010; */
    color: #fff;
    padding: 0 0 2rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: gilroy;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 1vw; /* Set the base font size using viewport units */
}



@media (max-width: 800px) {
    html, body {
        font-size: 1vw; 
    }
    #nav {
        position: fixed;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        top: 0; /* Stick the navigation bar to the top of the screen */
        left: 0; /* Stick the navigation bar to the left edge of the screen */
        right: 0; /* Stick the navigation bar to the right edge of the screen */
        
}
    
    #nav-left {
        height: 100%;
        width: 25%;
        position: relative;
        z-index: 10;
    }
    
    #nav h3 {
        font-size: xx-large;
        padding-top: 20px;
    }
    
    #nav-right {
        display: flex;
        justify-content: flex-end;
        gap: 50px;
    }
    
    #page1{
        position: relative;
        z-index: 10;
                
        
    }

    #page1>#right-text{
        position: absolute;
        top: 15%;
        left: 10%;
        max-height: 50px;
        z-index: 10;
        
    }

    #page1>#right-text>h1{
        
        font-size: 30px;
        position: absolute;
        z-index: 11;
        top: 5%;
        font-weight: 800;
      
    }
#page2{
    position: relative;
    z-index: 10;
    
}
    #page2>#text1{
        position: absolute;
        top: 10%;
        left: 40%;
        text-align: end;
    }
    #page2>#text1>h3{
        color: #7c7c7c;
        font-weight: 400;
        font-size: 25px;
    }
    #page2>#text1>h1{
        font-size: 30px;
        line-height: 1.5;
    }

        #page1>#left-text{
           opacity: 0;
        }
        #page2>#text2{
            font-size: 10px;
            color: #7c7c7c;
        }
   
    #page>h3{
        position: absolute;
        top: 15%;
        font-family: gilroy;
        font-weight: 400;
        color: black;
        left: 20%;
        scale: 2.8;
        z-index: 10;
        padding-left: 20px;
        
        
    }
    
    #page>h4{
        position: absolute;
        top: 21%;
        left: 62%;
        font-family: gilroy;
        font-weight: 800;
        z-index: 10;
        max-width: 40%;
        scale: 2;
        
    }
    #page3{
        position: relative;
        z-index: 20;
    }
    #page3>h3{
        font-size: 50px;
       
    }
    
#loop{
    display: flex;
    position: absolute;
    top: 30%;
    height: 50%;
    width: 100%;
    font-size: 114px;
    white-space: nowrap;
    font-family: gilroy;
}
#loop>h1{
    font-weight: 300;
    animation-name: anim;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#loop>h1>span{
    -webkit-text-stroke: 1.2px #000;
    color: transparent;
    font-weight: 500;
}
#page3>#text3{
    position: absolute;
    top: 10%;
    right: 10%;
    
}
#page3>#text3>h3{
    color: #6082B6;
    font-weight: 400;
    font-size: 50px;

}
#page3>#text3>h1{
    font-size: 20px;

}
   
}


#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Make sure it's on top of everything */
  }
  
  
    .lds-dual-ring {
        display: inline-block;
        width: 80px;
        height: 80px;
      }
      .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
      }
      @keyframes lds-dual-ring {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
