@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&display=swap");

#overlay-toggle:checked ~ [class~="overlay"],
#overlay-toggle:checked ~ [class~="overlay"] label {
    animation-fill-mode: forwards;
}
#brand,
html {
    font-family: "Roboto Mono", monospace;
}
[class~="overlay"] label {
    display: grid;
}
*::before,
*,
*::after,
* {
    box-sizing: inherit;
}
html {
    overflow-y: hidden;
}
#brand {
    margin-left: 7.8pt;
}
html {
    overflow-x: hidden;
}
*::after,
*::before,
*,
* {
    margin-left: 0;
}
*::after,
*,
*,
*::before {
    margin-bottom: 0;
}
*,
*::after,
*,
*::before {
    margin-right: 0;
}
[class~="example"]::-webkit-scrollbar {
    display: none;
}
#brand {
    text-decoration: none;
}
html {
    -ms-overflow-style: none;
}
*,
*::after,
*::before,
* {
    margin-top: 0;
}
html {
    scrollbar-width: none;
}
*,
*::before,
*::after,
* {
    padding-left: 0;
}
[class~="back"] {
    width: 100%;
}
#brand {
    text-shadow: 0 0 0.4em #e4e3e3;
}
.overlay {
    z-index: 1;
}
*,
*,
*::before,
*::after {
    padding-bottom: 0;
}
.overlay {
    background-color: rgba(228, 10, 45, 1);;
}
*::before,
*,
*,
*::after {
    padding-right: 0;
}
#overlay-toggle:checked ~ [class~="overlay"] label {
    animation-name: fade;
}
[class~="overlay"] label {
    place-items: center;
}
*::after,
*,
*::before,
* {
    padding-top: 0;
}
#brand {
    font-weight: bold;
}
[class~="overlay"] label {
    width: 100vw;
}
[class~="no-hover"] {
    display: block;
}
#overlay-toggle {
    position: absolute;
}
[class~="overlay"] label {
    height: 100vw;
}
#overlay-toggle,
[class~="hover"] {
    display: none;
}
#center,
[class~="fullscreen"],
#socials {
    position: fixed;
}
[class~="fullscreen"],
#center {
    top: 50%;
}
#center,
[class~="fullscreen"] {
    left: 50%;
}
[class~="fullscreen"],
#center {
    transform: translate(-50%, -50%);
}
[class~="overlay"] label {
    color: #fff;
}
[class~="fullscreen"] {
    min-height: 100vh;
}
[class~="fullscreen"] {
    min-width: 100vw;
}
#overlay-toggle:checked ~ [class~="overlay"] {
    animation-name: fade, hide;
}
#overlay-toggle:checked ~ [class~="overlay"] label {
    animation-delay: 0s;
}
[class~="bg-video"] {
    z-index: -1;
}
html,

body {
    font-family: "Roboto Mono", monospace;
}

*::before,
*::after {
    box-sizing: inherit;
}
*::after,
*::before {
    margin-left: 0;
}
#overlay-toggle:checked ~ [class~="overlay"] {
    animation-delay: 0s, 600ms;
}
*::after,
*::before {
    margin-bottom: 0;
}
*::before,
*::after {
    margin-right: 0;
}
*::before,
*::after {
    margin-top: 0;
}
*::before,
*::after {
    padding-left: 0;
}
*::before,
*::after {
    padding-bottom: 0;
}
[class~="overlay"] label {
    font-size: 2.5rem;
}
*::after,
*::before {
    padding-right: 0;
}
#center,
#socials {
    text-align: center;
}
#socials,
#center {
    font-family: "Consolas", monospace;
}
#overlay-toggle:checked ~ [class~="overlay"] {
    animation-duration: 600ms, 1ms;
}
*::after,
*::before {
    padding-top: 0;
}
#socials {
    top: 58.5%;
}
#socials {
    left: 40%;
}
a:hover {
    transition: 0.4s !important;
}

body,
a:hover {
    color: #fff !important;
}
body {
    background: #111;
}
#overlay-toggle:checked ~ [class~="overlay"] label {
    animation-duration: 500ms;
}
#socials {
    right: 40%;
}



footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: rgba(var(--gray));
	font-size: 13px;
	padding-bottom: 15px
  }

a {
    text-decoration: none;
}
a {
    color: gray !important;
}

@media (hover: hover) {
    [class~="hover"] {
        display: block;
    }
    [class~="no-hover"] {
        display: none;
    }
}
@keyframes fade {
    to {
        opacity: 0;
    }
}
@keyframes hide {
    to {
        visibility: hidden;
    }
}
[class~="typed-cursor"] {
    font-size: 1.875pc;
}
[class~="typed-cursor"] {
    opacity: 1;
}

[class~="typed-cursor"] {
    -webkit-animation: blink 0.7s infinite;
}

[class~="typed-cursor"] {
    -moz-animation: blink 0.7s infinite;
}

[class~="typed-cursor"] {
    animation: blink 0.7s infinite;
}

#notification {
    position: fixed;
    top: 20px;
    right: 40px;
    width: 300px;
    opacity: 1;
    border-radius: 10px;
    z-index: 9999;
    display: none;
}
#notification .content {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: relative;
}
#notification .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
#notification.show {
    display: block;
    animation: 0.5s ease-in-out forwards slide-in, 0.5s ease-in-out 2.5s forwards slide-out;
}
@media (max-width: 600px) {
    #notification {
        width: 60%;
    }
    #notification .content {
        font-size: 24px;
    }
}
@keyframes slide-in {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slide-out {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
.volume-control {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.2);
    backdrop-filter: blur(5px);
}
.volume-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, rgba(128, 128, 128, 0.8) 0%, rgba(128, 128, 128, 0.2) 100%);
    outline: none;
    opacity: 0.8;
    transition: all 0.3s ease;
    border-radius: 2px;
}
.volume-slider:hover {
    opacity: 1;
    transform: scale(1.02);
}
.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}
.volume-slider::-webkit-slider-thumb:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}
.volume-slider:active::-webkit-slider-thumb {
    transform: scale(0.95);
}