* {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    overflow: hidden;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}  

button {
    position: relative;
    user-select: none;
}

.banner__redir {
    position: relative;
    user-select: none;
    width: 30px;
}

.bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.particle-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    user-select: none;
}

.button-container-papa {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    user-select: none;
    flex-wrap: wrap;
}

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #cfcfcf;
    background: #37373747;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    box-shadow: 10px 12px 20px 0px rgba(0, 0, 0, 0.5);
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(80deg, #78bbfa, #3892f3, #147af3, #0265dc, #147af3, #3892f3, #78bbfa);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s ease-in-out infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff00;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.button-container-bottom {
    position: absolute;
    top: 94%;
    left: 95%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    gap: 10px;
    user-select: none;
}

.glow-on-hover-bottom {
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover-bottom:before {
    content: '';
    background: linear-gradient(45deg, #e0f2ff, #cae8ff, #b5deff, #96cefd, #78bbfa, #3892f3, #147af3, #0265dc, #147af3, #3892f3, #78bbfa, #96cefd, #b5deff, #cae8ff, #e0f2ff);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover-bottom:active {
    color: #000
}

.glow-on-hover-bottom:active:after {
    background: transparent;
}

.glow-on-hover-bottom:hover:before {
    opacity: 1;
}

.glow-on-hover-bottom:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}


@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.banner {
    background: rgba(5, 52, 3, 0.23);
    position: inherit;
}

.banner__content {
    padding: 16px;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.banner__text {
    line-height: 1.4;
}

.banner__redir {
    background: none;
    border: none;
    cursor: pointer;
    padding-left: 15px;
}

.ligma {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    position: relative;
}

.movie_container{
    user-select: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
    padding: 50px;
}

input[type=url] {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #cfcfcf;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

input[type=url]:before {
    content: '';
    background: linear-gradient(45deg, #e0f2ff, #cae8ff, #b5deff, #96cefd, #78bbfa, #3892f3, #147af3, #0265dc, #147af3, #3892f3, #78bbfa, #96cefd, #b5deff, #cae8ff, #e0f2ff);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.input[type=url]:focus {
    color: #000
}

input[type=url]:focus:after {
    background: transparent;
}

input[type=url]:focus:before {
    opacity: 1;
}

input[type=url]:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.instruction_text, .instruction_text_small, .final_text, .final_text_small {
    font-family: "Segoe UI Variable";
    font-size: 28pt;
    font-weight:400;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    }
    .instruction_text_small {
    font-size: 20pt;
    position: absolute;
    z-index: 100;
    }
    .final_text_small {
    font-size: 20pt;
    position: absolute;
    }
    #drape {
    z-index: 10000;
    }
    #playback_canvas, #playback_canvas_rtl, #trythislater_overlay_canvas, .sequence {
    visibility: hidden;
    position: absolute;
    }
    #end_sequence_canvas, #pre_end_sequence, #end_sequence, #drape, .fullscreen_color {
    position: absolute;
    top: 0px;
    left: 0px;
    }
    .scene {
    position: absolute;
    }
    .scene-part {
    position: absolute;
    left: 0px;
    top: 0px;
    }
    .final_text {
    position: absolute;
    top: 0px;
    left: 0px;
    }
    body {
    color: #fff;
    background-color: #000;
    }
    .asset {
    position: absolute;
    top: 60px;
    }
    @keyframes circle1Path {
    0%{
    transform: translate(0vw, 0vh);
    width:30vw;
    height:30vw;
    }
    100%{
    transform: translate(0vw, -35vh);
    width:80vw;
    height:80vw;
    }
    }
    @keyframes circle2Path {
    0%{
    transform: translate(0vw, 0vh);
    width:20vw;
    height:20vw;
    }
    100%{
    transform: translate(-45vw, -40vh);
    width:80vw;
    height:80vw;
    }
    }
    @keyframes circle3Path {
    0%{
    transform: translate(0vw, 0vh);
    width:20vw;
    height:20vw;
    }
    100%{
    transform: translate(-55vw, -80vh);
    width:120vw;
    height:120vw;
    }
    }
    @keyframes fadeIn {
    0%{
    opacity: 0;
    }
    }
    @keyframes fadeCircleIn{
    0%{
    opacity:0;
    }
    100%{
    opacity: 1;
    }
    }
    .circle1{
    left:30vw;
    top:25vh;
    position: absolute;
    animation: circle1Path 12s infinite, fadeCircleIn 1332ms ease-out;
    animation-direction: alternate;
    border-radius: 100vw; 
    background: radial-gradient(50% 50% at 50% 50%, rgba(12, 119, 255, 0.3) 15.62%, rgba(12, 119, 255, 0) 100%);
    }
    .circle2{
    left:45vw;
    top:30vh;
    position: absolute;
    animation: circle2Path 11.5s infinite, fadeCircleIn 1332ms ease-out;
    animation-direction: alternate;
    border-radius: 100vw; 
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 56, 255, 0.3) 15.62%, rgba(12, 119, 255, 0) 100%);
    }
    .circle3{
    left:35vw;
    top:30vh;
    position: absolute;
    animation: circle3Path 15s infinite, fadeCircleIn 1332ms ease-out;
    animation-direction: alternate;
    border-radius: 100vw; 
    background: radial-gradient(50% 50% at 50% 50%, rgba(65, 56, 210, 0.5) 15.62%, rgba(65, 56, 210, 0) 100%);
    }