@font-face { font-family: pixel; src: url("SpaceGrotesk-Bold.ttf"); }
@font-face { font-family: lexend; src: url("Lexend-Bold.ttf"); }
@font-face { font-family: lexendlight; src: url("Lexend-Light.ttf"); }

body{
    background-color: #0b1215;
}

#homenav{
    background-color: #101720;
    width: 100%;
    height: 100px;
   
    position: absolute;
    left: 0px;
    top: -20px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#navtitle{
    font-family: pixel;
    color: white;
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 8px;
}

#login{
    background-color: #101720;
    border: 2px solid #101720;
    width: 150px;
    height: 50px;
    color: #ffffff;
    border-radius: 15px;
    position: absolute;
    font-size: 15px;
    font-family: pixel;
    left: 180px;
    top:35px;
    transition-duration: 0.4s;
    
}

#login:hover{
    background-color: #0b1215;
    border: 2px solid #0b1215;
}

#git{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 40px;
    top: 15px;
}

#about{
    background-color: #101720;
    border: 2px solid #101720;
    width: 150px;
    height: 50px;
    color: #ffffff;
    border-radius: 15px;
    position: absolute;
    font-size: 15px;
    font-family: pixel;
    left: 340px;
    top:35px;
    transition-duration: 0.4s;
    
}

#about:hover{
    background-color: #0b1215;
    border: 2px solid #0b1215;
}

#abouts{
    width: 99%;
    height: 900px;
    position: absolute;
    top: 100px;
    
}

#welcome1{
    font-family: lexend;
    font-size: 100px;
    color: white;
    position: absolute;
    top: 70px;
    left: 12%;
    margin-left: 400px;
    margin-right: 400px;
    
    text-align: center;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease;
    transition-delay: 0s;

    transition: transform 0.3s;

    animation: shift 500ms ease-in-out;
}
#welcome2{
    font-family: lexend;
    font-size: 100px;
    color: white;
    position: absolute;
    top: 70px;
    right: 12%;
    margin-left: 400px;
    margin-right: 400px;
    
    text-align: center;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease;
    transition-delay: 0s;

    transition: transform 0.3s;

    animation: shift 800ms ease-in-out;
}
#welcome3{
    font-family: lexend;
    font-size: 100px;
    color: white;
    position: absolute;
    top: 170px;
    left: 13%;
    margin-left: 400px;
    margin-right: 400px;
    
    text-align: center;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease;
    transition-delay: 0s;

    transition: transform 0.3s;

    animation: shift 1200ms ease-in-out;
}

#welcome4{
    font-family: lexend;
    font-size: 100px;
    color: white;
    position: absolute;
    top: 170px;
    right: 13%;
    margin-left: 400px;
    margin-right: 400px;
    
    text-align: center;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease;
    transition-delay: 0s;

    transition: transform 0.3s;

    animation: shift 1400ms ease-in-out;
}

@keyframes shift {
    0%{
        filter: blur(40px);
        opacity: 0;
    
    }
    100%{
        filter: blur(0px);
        opacity: 1;
        
    }
    
}

#info1{
    font-family: lexendlight;
    font-size: 25px;
    color: white;
    position: absolute;
    top: 400px;
    left: 35%;
    overflow: hidden; 
  border-right: .10em solid #ffffff; 
  white-space: nowrap;
  margin: 0 auto; 
  letter-spacing: .05em; 
  animation: 
    typing 2s steps(40, end),
    blink-caret .75s step-end infinite;
}
    
@keyframes typing {
    from { width: 0 }
    to { width: 590px }
  }
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #ffffff; }
  }

#info2{
    font-family: lexend;
    font-size: 50px;
    color: white;
    position: absolute;
    top: 150px;
    left: 5%;
    
}

#infoinfo2{
    font-family: lexendlight;
    font-size: 30px;
    color: white;
    position: absolute;
    top: 230px;
    left: 5%;
    margin-right: 900px;
}

#info3{
    font-family: lexend;
    font-size: 50px;
    color: white;
    position: absolute;
    top: 200px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    
}

#join{
    background-color: #5AA6D1;
    border: 2px solid #5AA6D1;
    width: 600px;
    height: 60px;
    color: #ffffff;
    border-radius: 15px;
    position: absolute;
    font-size: 20px;
    font-family: pixel;
    left: 50%;
    top:1600px;
    transition-duration: 0.4s;
    transform: translate(-50%, -50%);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

#join:hover{
    background-color: #3B89BA;
    border: 2px solid #3B89BA;
}

#try{
    background-image: linear-gradient(150deg, #0b1215,#12122e, #13133f, #0c0c3d, #06064d , #0c0c3d , #13133f ,#12122e , #0b1215);
    background-size: 400%;
    font-family: lexend;
    font-size: 20px;
    color: white;
    width: 300px;
    height: 75px;
    border: transparent;
    border-radius: 10px;
    position: absolute;
    left: 795px;
    top: 500px;
   

    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   
}



@keyframes introeff {
    0%{
        opacity: 0;
        filter: blur(40px);
    }

    100%{
        opacity: 1;
        filter: blur(0px);
    }
}

#try:hover{
    animation: bg-animation 1s ease-in-out infinite alternate;
}

@keyframes bg-animation {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
}

#infostuff{
    width: 99%;
    height: 1000px;
    position: absolute;
    top: 900px;
    background-image: linear-gradient(150deg, #0b1215,#12122e, #13133f, #0c0c3d, #06064d , #0c0c3d , #13133f ,#12122e , #0b1215);
   filter: blur(40px);
   z-index: -1;
}

#infoinfo{
    width: 99%;
    height: 1000px;
    position: absolute;
    top: 900px;
    z-index: 1;

}

#infoinfo1{
    width: 99%;
    height: 1000px;
    position: absolute;
    top: 1900px;
    z-index: 1;
}

#infoinforeal2{
    width: 99%;
    height: 1000px;
    position: absolute;
    top: 2900px;
    z-index: 1;

}

#panel1{
    background-image: linear-gradient(150deg, #0b1215,#12122e, #13133f, #0c0c3d, #06064d , #0c0c3d , #13133f ,#12122e , #0b1215);
    width: 99%;
    height: 300px;
    filter: blur(40px);
    position: absolute;
    top: 550px;

}

#mainpanel1{
    background-color: #101720;
    width: 325px;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    position: absolute;
    left: 200px;
    top: 500px;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease;
    transition-delay: 0s;

    transition: transform 0.3s;
}
#mainpanel1:hover{
    transform: translateY(-10px);
}

#mainpanel2{
    background-color: #101720;
    width: 325px;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    position: absolute;
    right: 200px;
    top: 500px;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease;
    transition-delay: 0s;

    transition: transform 0.3s;
}
#mainpanel2:hover{
    transform: translateY(-10px);
}


#mainpanel3{
    background-color: #101720;
    width: 325px;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    position: absolute;
    left: 775px;
    top: 500px;
     
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease;
    transition-delay: 0s;

    transition: transform 0.3s;
}
#mainpanel3:hover{
    transform: translateY(-10px);
}

#explain1{
    font-family: lexend;
    font-size: 30px;
    color: white;
    text-align: center;
    

}
#explain2{
    font-family: lexend;
    font-size: 30px;
    color: white;
    text-align: center;
     margin-left: 40px;
    margin-right: 40px;


}
#explain3{
    font-family: lexend;
    font-size: 30px;
    color: white;
    text-align: center;
   
    

}
