body{
    background: var(--color-bg);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;

}

* {
    font-smooth: auto;
    font-family: "Inter", sans-serif;
}

#page-div{

    display: flex;
    height: 100vh;
    max-width: 1580px;
    width: 100%;



    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

#content-div{
    /*padding-bottom: 20vh;*/
    margin: 300px 40px 100px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;

}

@media screen and (max-width: 900px) {
    #content-div{
        margin: 150px 0 50px;
        margin-left: 50px;
        margin-right: 50px;
    }

}

@media screen and (min-width: 1400px) {
    #content-div{
        margin: 300px 40px 400px;
    }
}

#heading-div{
    margin-bottom: 40px;
}
#heading-div h1{
    color: white;
    font-size: 48px;
    display: inline-block; /* shrink to fit content */
    margin: 0;
    user-select: none;
}
#heading-div h2 {
    user-select: none;
    margin: 0;
    margin-top: 8px;
    font-size: 24px;
    font-weight: 400;
    display: inline-block; /* shrink to fit content */
    /*background: -webkit-linear-gradient(left, #ffffff, #111215); !* Safari/Chrome *!*/
    /*background: linear-gradient(to right, #ffffff, #111215);    !* Standard syntax *!*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

#main-button{
    display: flex;
    flex-direction: column;
    align-items: center; /* centers children */
    width: 350px;        /* single source of truth */
}

#button-beat-link {
    width: 100%;
    text-decoration: none;

}


#button-beta {
    background-color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 18px 13px 18px;
    display: flex;
    border-radius: 200px;
    border: none;
    width: 100%;
    transition: 50ms;
    transition-property: background-color;
}
#button-beta p{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
#button-beta svg {
    height: 20px;
    margin-left: auto;
}

button:hover{
    opacity: 0.85;
}

#button-bottom-label{
    width: 100%; /* matches button width automatically */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255,255,255,0.3);
}

#button-learn {
    background-color: rgba(69, 66, 66, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    font-weight: 400;
    font-size: 15px;
    padding: 15px 25px;
    display: flex;
    border-radius: 200px;
    border: none;
    transition: 50ms;
    color: rgba(255,255,255,.5);
    transition-property: background-color;
}

#button-learn2 {
    background-color: rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    font-weight: 400;
    font-size: 15px;
    padding: 15px 20px;
    display: none;
    border-radius: 40px;
    width: 100%;
    text-align: start;
    justify-content: start;
    border: none;
    transition: 50ms;
    color: rgba(255,255,255,.3);
    transition-property: background-color;
    margin: auto;

}

.mobile-br{
    display: None;
}



#button-bottom-label{
    padding-top: 10px;
}


@media screen and (max-width: 650px) {
    .mobile-br{
        display: block;
    }
    #button-learn {
        display: None;
    }
    #button-learn2 {
        display: flex;
    }
    #main-button{
        width: 100vw;
        padding: 0 50px;
        position: absolute;
        left:0;
    }
    #button-bottom-label{
        padding-top: 70px;
    }

}

#button-learn-link{
    text-decoration: none;
    padding-left: 18px;
}

#button-learn-link2{
    width: 100vw;
    padding: 0 50px;
    display: block;
    left: 0;
    /*transform: translate(-50%);*/
    margin-top: 60px;
    position: absolute;

    text-decoration: none;
}

#button-learn p{
    margin: 0;
    padding: 0;
}
#button-learn2 p{
    margin: 0;
    padding: 0;
}


#buttons{
    display: flex;
}

footer{
    height: 400px;
}







#buttons b{
    display: none;
}







.wrap {
    min-height: 50vh;
    max-width: 1580px;
    margin: 80px auto;
    padding: 0 40px;
}

@media (max-width: 1580px) {
    .wrap {
        margin: 50px auto;
        padding: 0 40px;
    }
    #buttons b{
        display: none;
    }
}

.wrap h1 {
    font-size: 40px;
    padding-bottom: 12px;
}

.wrap h4 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    /*padding-left: 2px;*/
}

.wrap h5{
    font-weight: 500;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.wrap .wrap-line{
    width: 100%;
    border-bottom: 1px solid var(--color-border);
    margin: 30px 0;
}

.wrap .wrap-line h6{
    font-weight: 400;
    color: var(--color-muted);
    font-size: 13px;
    text-align: end;
    margin-bottom: 15px;
    margin-top: -25px;
}

.wrap .main-text{
    color: rgba(255, 255, 255, 0.5);
    font-weight: 250;
    font-size: 15px;
    letter-spacing: 0.1px;
    line-height: 1.2;
    text-align: justify;
}



body, html, #app {
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    touch-action: none;
}

#app {
    position: absolute;
    height: 100%;
    top: 0px;
    font-family: "Montserrat", serif;
}

#app a {
    text-decoration: none;
    color: #fff;
}

.hero {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


#canvas {
    -webkit-filter: grayscale(98%) blur(100px); /* Safari 6.0 - 9.0 */
    filter: grayscale(98%) blur(100px);
    /*filter: blur(30px);*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}


