* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    display: none;
}
html {
    scrollbar-width: none;
    overflow-x: hidden;
}
body {
    font-family: "Open Sans", sans-serif;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 15vh;
    background: rgba(20, 20, 20, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}
.menu.hidden {
    transform: translateY(-100%);
}
.menu .logo {
    height: 80%;
}
.menu nav {
    display: flex;
    gap: 20px;
}
.menu nav a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    transition: color 0.3s;
}
.menu nav a:hover {
    color: #f74444;
}
.current-menu {
    color: #7a44f7!important;
}
.section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    scroll-snap-align: start;
}
.section:nth-child(odd) { background: #000000; }
.section:nth-child(even) { background: #ffffff; }
.first-bg-282817 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.first-bg {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.first-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 29%);
    z-index: 1;
    pointer-events: none;
}
.first-bg > * {
    position: relative;
    z-index: 2;
}
.second-bg {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../images/char/sieg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.third-bg {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../images/bg_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.aaa-bg {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../images/bg_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.third-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    pointer-events: none;
}
.third-bg > * {
    position: relative;
    z-index: 2;
}
.third-bg-second {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../images/char/ryan.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.9;
}
.aaa-bg-second {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../images/char/veigas.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.9;
}
.fourth-bg {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../images/char/mari.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.center .inside {
    width: 1024px;
    height: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.logo {
    width:200;
    max-height:150px;
}
.logo img {
    max-width:1000px;
    max-height:275px
}
.center-menu {
    width:824px;
    height:10px;
    font-size: 12pt;
    font-weight: 300;
    color: white;
}
.center-menu > * {
    margin: 10px;
}
.center-menu a {
    color: white;
}
.center-menu a:hover {
    color:#f74444;
}
.center .content {
    display: flex;
    justify-content: space-between;
}
.right {
    width: 50vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.left {
    width: 50vw;
    display: flex;
    flex-direction:inherit;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}
.button {
    height: 80px;
    width: 20vw;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    color: white;
    font-size: 18px;
    font-weight: 800;
    border: none;
    cursor: pointer;
}
.graphite {
    color:#202020!important;
}
.gray {
    color:#b8b8b8!important;
}
.pt30 {
    font-size: 30pt;
}
.pt18 {
    font-size: 18pt;
}
.pt14 {
    font-size: 14pt;
}
.pt12 {
    font-size: 12pt;
}
.w300 {
    font-weight: 300;
}
.w400 {
    font-weight: 400;
}
.w600 {
    font-weight: 600;
}
.w800 {
    font-weight: 800;
}
.color-red {
    background-color: #c41111;
}
.color-red:hover {
    background-color: #e73131;
}
.color-purple {
    background-color: #7f0897;
}
.color-purple:hover {
    background-color: #a011bd;
}
@media screen and (max-width: 1024px) {
    .menu nav {
        display: none;
        position: absolute;
        top: 15vh;
        left: 0;
        width: 100%;
        background: rgba(20, 20, 20, 0.9);
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 20px 0;
    }
    .menu nav.active {
        display: flex;
    }
    .menu-toggle {
        display: block;
        cursor: pointer;
        font-size: 24px;
        color: white;
    }
    .center {
        width: 100%;
        height: 100%;
    }
    .center .inside {
        width: 100%;
        height: 100%
    }
    .left, .right {
        width: 50vw;
        height: 100vh;
    }
    .button {
        width: 100%;
        height: 60px;
        font-size: 14px;
        line-height: 16px;
        padding-top: 22px;
    }
    .center-menu {
        width:100%;
    }
    .center-menu > * {
        margin: 5px;
    }
    .second-bg, .third-bg-second, .fourth-bg {
        width: 100vw;
        max-height: 100vh;
        background-size: cover;
        background-position: center center;
        display: block;
    }
    .pt30 {
        font-size: 16pt;
    }
    .pt18 {
        font-size: 12pt;
    }
    .pt14 {
        font-size: 10pt;
    }
    .pt12 {
        font-size: 8pt;
    }
}
@media screen and (max-width: 900px) {
    .second-bg {
        width: 100vw;
        max-height: 100vh;
        background-size: cover;
        background-position: center center;
        display: block;
        background-image: url("../images/char/sieg_min.png");
    }
    .third-bg-second {
        width: 100vw;
        max-height: 100vh;
        background-size: cover;
        background-position: center center;
        display: block;
        background-image: url("../images/char/ryan_min.png");
    }
    .fourth-bg {
        width: 100vw;
        max-height: 100vh;
        background-size: cover;
        background-position: center center;
        display: block;
        background-image: url("../images/char/mari_min.png");
    }
}



.input_label{width:100%;font-size:12pt;color:#202020;margin-left:5px}
input[type="text"]{font-size:14pt;width:100%;height:40px;background-color:#202020;color:#e4e4e4;border-style:none;border-radius:5px;margin-top:1%}
input[type="password"]{font-size:14pt;width:100%;height:40px;background-color:#202020;color:#e4e4e4;border-style:none;border-radius:5px;margin-top:1%}