/* import font awesome */
@import url('https://use.fontawesome.com/releases/v5.15.4/css/all.css');
/* import ROBOTO google font*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: gilroy;
}
html,body{
    height: 100%;
    width: 100%;
    background: linear-gradient(70deg, #000, #343434);
}
#main{
    position: relative;
    overflow: hidden;
}
#page{
    position: relative;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(70deg, #000, #343434);
}
#page1{
    position: relative;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(110deg, #000, #343434);
}
#page2{
    position: relative;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(70deg, #000, #343434);
}
#page3{
    position: relative;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(110deg, #000, #343434);
}
canvas{
    position: relative;
    z-index: 9;
    max-width: 100vw;
    max-height: 100vh;
}
#loop{
    display: flex;
    position: absolute;
    top: 30vh;
    height: 25%;
    width: 100%;
    font-size: 80px;
    white-space: nowrap;
    font-family: gilroy;
    color: #d1d1d1;
}

#loop2{
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 48vh;
    height: 25%;
    width: 100%;
    font-size: 50px;
    white-space: nowrap;
    font-family: gilroy;
    color: #d1d1d1;
}
#loop>h1{
    font-weight: 400;
    animation-name: anim;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#loop>h1>span{
    -webkit-text-stroke: 1.2px #FFFFFF;
    color: transparent;
    font-weight: 500;
}

#loop2>h1>span{
    -webkit-text-stroke: 1.2px #ffffff;
    color: transparent;
    font-weight: 500;
}
@keyframes anim{
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-100%);
    }
}
@keyframes anim2{
    0%{
        transform: translateX(-70%);
    }
    100%{
        transform: translateX(0%);
    }
}
#nav{
    display: flex;
    align-items: center;
    height: 55px;
    width: 100%;
    position: fixed;
    z-index: 99;
    padding: 0px 30px;
    top: 0;
    left: 0;
    color: #d1d1d1;
}

.header-right{
    margin-left: auto;
    display: flex;
}

.header-right>a>i {
   display: block;
   width: 30px;
   height: 30px;
   margin-left: 20px;
   color: #000;
   cursor: pointer;
}
#nav>h3{
    font-family: gilroy;
    font-weight: 400;
    font-size: 22px;
    backdrop-filter: blur(2px);
}
#nav>button{
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    border: none;
}

.texto-inicio-izq{
    position: absolute;
    width: 30vw;
    top: 80%;
    left: 2vw;
    font-size: 1.5em;
}

.texto-inicio-der{
    position: absolute;
    width: 30vw;
    top: 80%;
    right: 2vw;
    color: #ffffff;
}

#page>.texto-inicio-izq>h3{
    position: absolute;
    top: 70%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7c7c7c;
    left: 5%;
    }

#page>.texto-inicio-izq>h3>span{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-text-stroke: 0.4px #d1d1d1;
    color: transparent;

}

#page>.texto-inicio-der>h4{
    position: absolute;
    top: 62%;
    left: 25%;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#page1>#right-text{
    position: absolute;
    top: 30%;
    left: 10%;
}
#page1>#right-text>h3{
    font-weight: 400;
    color: #7c7c7c;
    font-family: 'Roboto', sans-serif;
}
#page1>#right-text>h1{
    line-height: 1.5;
    font-size: 50px;
    color: white;
}
#page1>#left-text{
    position: absolute;
    top: 50%;
    right: 10%;
    text-align: end;
}
#page1>#left-text>h1{
    font-size: 50px;
    line-height: 1.5;
    color: #d1d1d1;
}
#page1>#left-text>h3{
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
#page2>#text1{
    position: absolute;
    top: 30%;
    left: 10%;
}
#page2>#text1>h3{
    color: #d1d1d1;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
#page2>#text1>h1{
    font-size: 50px;
    line-height: 1.5;
    color: white;
}
#page2>#text2{
    position: absolute;
    top: 55%;
    right: 10%;
    text-align: end;
    width: 30vw;
    text-transform: uppercase;
}
#page2>#text2>p{
    color: #d1d1d1;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif;
}
#page3>#text3{
    position: absolute;
    top: 40%;
    right: 10%;
    text-align: end;
}
#page3>#text3>h3{
    color: #7c7c7c;
    font-weight: 400;
}
#page3>#text3>h1{
    font-size: 50px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#page3>#text3>h1>span{
    -webkit-text-stroke: 1px #d1d1d1;
    color: transparent;
    
    font-family: 'Roboto', sans-serif;

}

/* animista */
.shake-vertical {
	-webkit-animation: shake-vertical 3s cubic-bezier(0.600, 0.040, 0.980, 0.335) infinite both;
	        animation: shake-vertical 3s cubic-bezier(0.600, 0.040, 0.980, 0.335) infinite both;
}

.fade-in-bottom {
	-webkit-animation: fade-in-bottom 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-8-22 3:49:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
 @-webkit-keyframes shake-vertical {
    0%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateY(3px);
              transform: translateY(3px)
    }
    80% {
      -webkit-transform: translateY(3.2px);
              transform: translateY(3.2px);
    }
    90% {
      -webkit-transform: translateY(-3.2px);
              transform: translateY(-3.2px);
    }
  }
  @keyframes shake-vertical {
    0%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
    }
    80% {
      -webkit-transform: translateY(3.2px);
              transform: translateY(3.2px);
    }
    90% {
      -webkit-transform: translateY(-3.2px);
              transform: translateY(-3.2px);
    }
  }
  
  /* ----------------------------------------------
 * Generated by Animista on 2024-8-22 3:53:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  