:root {
    font-family: Neue Machina;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: #000;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    user-select: none
}

html {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute
}

body {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    top: 0;
    left: 0;
    margin: 0;
    position: absolute;
    overflow: hidden;
    user-select: none
}

#app {
    overflow: hidden;
    user-select: none
}

.disc-container {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%) scale(.0001);
    transition: transform .8s cubic-bezier(.8, -.3, .2, 1.3), opacity 1s ease-in
}

.disc {
    background: #33d133;
    transition: background .2s ease;
    border-radius: 50%;
    height: 40vh;
    width: 40vh
}

.clickable {
    cursor: pointer
}

.disc-title {
    text-align: center;
    position: absolute;
    transition: opacity .1s ease;
    pointer-events: none;
    user-select: none;
    width: 90%;
    margin: 5%;
    font-size: 2.5rem;
    line-height: 3.2rem;
    font-weight: 550
}

.disc-subtitle {
    margin: 0;
    width: 100%;
    right: 0px;
    text-align: center;
    position: absolute;
    transition: opacity .1s ease;
    pointer-events: none;
    user-select: none;
    font-size: 2.5rem;
    font-weight: 600
}

.hidden {
    opacity: 0
}

.centered {
    transform: translate(-50%, -50%)
}

.disc-buttons {
    left: 50%;
    position: absolute;
    z-index: -1;
    transition: transform 1.6s ease
}

.disc-button {
    background: #33d133;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: transform .6s ease, opacity .6s ease, background .2s ease;
    display: flex;
    align-items: center;
    place-content: center
}

.disc-button-image {
    width: 60%;
    height: 60%
}

.disc-button-text {
    width: 60%;
    height: 60%;
    display: none;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    width: 100%;
    font-size: 16px
}

canvas {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

#image {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0;
    transition: opacity 1s ease
}

.logo {
    width: 100px;
    transition: opacity 1s ease;
    position: absolute;
    top: 20px;
    left: 20px
}

.steps-container {
    position: absolute;
    top: 0;
    right: 20px;
    width: fit-content;
    text-align: right;
    opacity: 0;
    transition: opacity 1s ease;
    display: none
}

.step {
    line-height: 5px;
    font-weight: 400
}

.wishes {
    position: absolute;
    left: 50vw;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    margin: auto;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease;
    display: none;
    color: #fff;
    font-weight: 400
}

.wishes-text {
    margin: 0 0 10px;
    font-weight: 500;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .8))
}

.wishes-img {
    width: 150px;
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .8));
    transform: translate(8px)
}

.socials {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: fit-content;
    top: 20px;
    text-align: left;
    line-height: 35px;
    opacity: 0;
    transition: opacity 1s ease;
    display: none;
    color: #fff;
    font-weight: 400;
    display: flex
}

.social {
    width: 25px;
    height: 25px;
    margin: 0 8px
}

#intro-video-container {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

#intro-video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

#intro-video-loader {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.step-info {
    position: absolute;
    left: 0;
    top: 200px;
    margin: 0;
    text-align: center;
    width: 100vw;
    font-size: 1.3rem
}

.button-custom {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-radius: 20px;
    border: solid transparent 0px;
    padding: 4px 16px;
    font-weight: 700;
    font-size: 1.2rem;
    background: white;
    color: #000
}

.button-custom:hover {
    cursor: pointer
}

.replay,
.confirm {
    opacity: 0;
    display: none;
    bottom: 50px
}

.controls {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 84vw;
    margin: 0 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    place-content: space-between
}

.video-control {
    width: 50px;
    cursor: pointer
}

.hidden-button {
    display: none
}

.landscape-warning {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    background: black;
    z-index: 100000;
    pointer-events: none;
    user-select: none;
    display: none
}

.landscape-warning-inner {
    margin: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.landscape-warning-image {
    margin: 0;
    width: 30%
}

.landscape-warning-text {
    margin: 0;
    text-align: center
}

@media only screen and (max-width : 450px) {
    .step-info {
        top: 80px;
        font-size: 1rem
    }

    .controls {
        bottom: 70px
    }
}