@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html,
body {
    margin: 0;
    background-color: #050505;
    color: #fbfbfb;
    margin: 0;
    font-family: 'Poppins', 'Helvetica Neue', sans-serif;
}

.lightmode {
    color: #050505;
    background-color: #fbfbfb;
}

main {
    display: block;

    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    max-width: 640px;
    margin: auto;
}

.container main {
    margin: 1rem;
}

.logo {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
}

.coming-soon {
    text-align: center;
    margin-bottom: 30px;
    margin: 1rem;
}

.logo canvas .form {
    margin: auto;
    max-width: 640px;
}

iframe {
    max-width: 100%;
}


.wordmark {
    text-align: center;
    
     font-family: 'Cinzel', Courier, monospace;

    font-weight: 600;
    letter-spacing: 2px;
}

.wordmark .first-letter {
    font-family: 'Cinzel Decorative', Courier, monospace;
    font-size: 36px;
}

.cinzel-decorative {
    font-family: 'Cinzel Decorative', Courier, monospace;
}

.wordmark span.title-t {
  letter-spacing: 1px;;
}


.wordmark span.title-vector {
    color: rgba(0, 146, 189);
}


.title {
    font-size: 26px;
    text-transform: uppercase;
    color: #fbfbfb;
}


.lightmode .title {
    color: #050505;
}

.subtitle {
    font-size: 26px;
    text-transform: uppercase;
    color: rgba(0, 146, 189);
    margin-top: -10px;
}

.title {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.subtitle {
    text-shadow: 0 0 5px rgba(0, 200, 255, 0.3);
}

.legal {
    color: #ccc;
    text-align: center;
    margin: 1rem;
}

.legal a {
    color: #ccc;
}


    .wordmark {
        text-align: center;
                background: linear-gradient(110deg, transparent 0%, transparent 49%, rgba(255, 255, 255, 0.45) 50%, transparent 51%, transparent 100%), linear-gradient(to bottom, #00000000 0%, #00000025 100%), linear-gradient(to right, #07a8feff 0%, #07a8feff 10%, #9638ddff 35%, #fb5b00ff 50%, #ff0000 95%, #fee475ff 100%);
        background-size: 300% 100%, 100% 100%, 100% 100%;
        background-position: 200% 0, 0 0, 0 0;
        animation: wordmark-shimmer 5s ease-in-out infinite;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;

  
    }



    .title-aether {
        /* background: linear-gradient(to bottom, #00000000 0%, #00000025 100%), linear-gradient(to right, #07a8feff 0%, #07a8feff 20%, #9638ddff 75%, #fb5b00ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text; */
        padding: 15px;
    }
    .title-riders {
        /* background: linear-gradient(to top, rgb(242, 1, 1) 0%, #fee475ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text; */
        padding: 15px;
        margin-left: -20px;
/* -webkit-text-stroke: 1px #fff; */
    }

    .wordmark .first-letter {
        font-family: 'Cinzel Decorative', Courier, monospace;
    }


    .title {
        display: flex;
        font-weight: 600;
        text-transform: uppercase;
        color: #fbfbfb;
    }

    .subtitle {
        font-weight: 600;
        text-transform: uppercase;
        color: rgba(0, 146, 189);
        margin-top: -10px;
    }


    @media screen and (min-width: 768px) {

    .wordmark .first-letter {
        font-size: 70px;
    }

    .title {
        font-size: 44px;
    }

    .subtitle {
        font-size: 44px;
    }
    }

    @keyframes wordmark-shimmer {
        0%, 30% {
            background-position: 230% 0, 0 0, 0 0;
        }
        60%, 70% {
            background-position: 170% 0, 0 0, 0 0;
        }
        100% {
            background-position: 230% 0, 0 0, 0 0;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .wordmark {
            animation: none;
        }
    }