@font-face {
    font-family: 'Line';
    src: url('/fonts/LINESeedSansHe.eot'),
         url('/fonts/LINESeedSansHe.otf'),
         url('/fonts/LINESeedSansHe.svg'),
         url('/fonts/LINESeedSansHe.woff'),
         url('/fonts/LINESeedSansHe.woff2');
}
/* Allgemeines Reset und Font-Definition */
* {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; /* , system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif */
}

.container {
    display: block;
    font-size: 12px;
    font-weight: 450;
}

.navbar {
    margin: auto;
    position: fixed;
    background: #fff;
    border-radius: 0rem 0rem 0.0rem 0.0rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 0;
    z-index: 1000;
}

.nav-links {
    display: flex;
    gap: 0.5rem;
    user-select: none;
}

.nav-link, .drop-down li {
    list-style: none;
    height: 100%;
    padding: 8px 16px;
    font-weight: 450;
    cursor: pointer;
    padding-bottom: 20px;
}

a {
    text-decoration: none;
    color: currentColor;
}

.drop-down {
    position: absolute;
    margin: 0.5rem -0.5rem;
    background: #f7f7f7;
    color: hsla(0, 0%, 0%, 0.750);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    font-size: 12px;
    display: none;
}

.nav-link:hover {
    backdrop-filter: blur(100px);
    color: hsla(0, 0%, 0%, 0.750);
    border-radius: 0rem 0rem 0.5rem 0.5rem;
}

.services:hover .drop-down {
    display: block;
}

.services a {
    display: flex;
    align-items: center;
    text-align: center;
    user-select: none;
}

.services .dropdown-icon {
    font-size: 12px;
    position: relative;
    right: -5px;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out all;
}

.services:hover .dropdown-icon {
    transform: rotate(180deg);
}

.drop-down a:hover {
    backdrop-filter: blur(200px);
    color: hsla(0, 0%, 0%, 0.750);
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    align-items: center;
    text-align: center;
    user-select: none;
}

.drop-down a {
    padding-left: 10px;
    padding-right: 10px;
    padding-block-end: 10px;
    padding-block-start: 10px;
    border-radius: 0rem 0rem 0.5rem 0.5rem;
}

#footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer {
    background-color: #ffffff;
    text-align: left;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

#footer-text {
    color: black;
    user-select: none;
    font-size: 12px;
}

#logo-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
    user-select: none;
    max-width: calc(100% - 40px);
    font-family: 'Line';
}

#logo {
    font-size: calc(12em - 20%);
    text-transform: none;
    letter-spacing: 0.02em;
    background-size: cover;
    -webkit-background-clip: text;
    color: transparent;
    user-select: none;
    font-weight: 500;
    max-width: 100%;
    max-height: 80%;
    font-family: 'Line';
}

#logotext {
    font-family: 'Line';
}

p {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 0px;
    user-select: none;
}

#email-button-footer {
    padding-left: 20px;
    user-select: none;
    display: inline;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-underline-position: below;
}

#email-button-footer:hover {
    text-decoration: underline;
    text-underline-position: bottom;
}

@media (max-width: 1000px) {
    li {
        display: none;
    }
}

#down {
    padding: 0%;
    padding-left: 5px;
    padding-right: 5px;
}

#menu {
    display: block;
}

#bottonhead {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 23px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-weight: 450;
    font-size: 12px;
    user-select: none;
}

#text {
    user-select: none;
    padding-right: 10PX;
    padding-left: 10px;
    color: black;
    font-size: 12px;
}

.footer-text {
    display: inline;
    user-select: none;
    color: black;
    padding-left: 5px;
}

#imagetext {
    padding-left: 10px;
    padding-top: 6px;
    font-weight: 450;
    font-size: 12px;
    user-select: none;
}

#reload {
    font-size: large;
    font-weight: bolder;
    list-style: none;
    height: 100%;
    padding-left: 16px;
    padding-right: 8px;
    padding-top: 12px;
    padding-bottom: 16px;
    cursor: pointer;
    font-family: 'Line';
}

.GameName {
    font-size: 12px;
    padding-left: 10px;
}

.custom-line-vertical {
    rotate: 90;
    border: none;
    height: 2px;
    background: #f2f2f2;
}

.begin{
    padding-left: 10px;
    user-select: none;
    padding-right: 5px;
}

.icon {
    padding-right: 5px;
}

#proceed {
    user-select: none;
}

@media only screen and (max-width: 100px) {
    #menu {
        display: block !important;
    }
    #menu.large-screen {
        display: none;
    }
    #vid{
        display: none;
    }
    #vid.large-screen{
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    #menu {
        display: none;
    }
    #menu.large-screen {
        display: none;
    }
    #vid{
        display: block !important;
    }
    #vid.large-screen{
        display: block;
    }
}

.mainb {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    border: 1px solid #000000ce; /* Farbe der Umrandung */
    border-radius: 28px; /* Abrundung des Links */
    color: #000000; /* Textfarbe des Links */
    text-decoration: none; /* Entfernt die Standard-Link-Unterstreichung */
    transition: background-color 0.3s ease; /* Übergangseffekt für den Hintergrund beim Hover */
    font-size: 12px;
    user-select: none;
    background-color: rgba(39, 39, 39, 0.2);
    backdrop-filter: blur(100px);
}
.mainb:hover {
    background-color: rgba(221, 221, 221, 0.521);
    backdrop-filter: blur(200px);
}

#mainButtonContainer {
    display: flex;
    justify-content: center; /* Zentriert die Buttons horizontal */
    align-items: center; /* Zentriert die Buttons vertikal */
}

#mainButtonDiv {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap; /* Ermöglicht das Umfließen der Buttons auf die nächste Zeile */
    justify-content: center; /* Zentriert die Buttons horizontal */
    gap: 10px; /* Abstand zwischen den Buttons */
    max-width: 600px;
}

#itch {
    backdrop-filter: blur(100px);
}

#version-text {
    padding-left: 20px;
    padding-top: 15PX;
    user-select: none;
    display: inline;
    font-size: 12px;
}
hr {
    border: none;
    height: 2px;
    background: #f2f2f2;
}

@media (max-width: 600px) {
    .mainb {
        display: inline-block;
    }
}

@media (max-width: 400px) {
    .mainb {
        display: inline-block;
    }
}

input[type="text"] {
    padding: 10px;
    font-size: 18px;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
}

input[type="email"] {
    padding: 10px;
    font-size: 18px;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
}

.key_container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px #0000001a;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .key_container {
        width: calc(100% - 40px);
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

#key_getButton {
    background-color: #00000000;
    box-shadow: #0000001a;
    border-radius: 4px;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #ccc;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.background-images {
    display: flex;
    flex-direction: column;
}

.background-images img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#imagebutton {
    position: absolute;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 12px;
    text-decoration: none;
    color: #000;
    z-index: 10;
}

#text-effect-gradient {
    font-family: 'Line';
    background: linear-gradient( 135deg, #000, #2b2312, #66522d, #000, #2b2312, #66522d
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 8s ease-in-out infinite;
    background-size: 300% 300%;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

#text-effect-glass {
    font-family: 'Line';
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    -webkit-backdrop-filter: blur(10px);
    -webkit-background-clip: text;
    backdrop-filter: blur(10px);
    -webkit-text-fill-color: transparent;
    background-size: 300% 300%;
}

/*---GET KEY FUNCTION STYLE START---*/

#getKeyButton {
    background-color: #00000000;
    box-shadow: #0000001a;
    border-radius: 4px;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #ccc;
    cursor: pointer;
}

input[type="email"],
select {
    padding: 10px;
    font-size: 18px;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
}

button {
    padding: 10px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.main-container {
    padding: 20px;
    text-align: center;
}

/*---GET KEY FUNCTION STYLE - END---*/