@import url("../../css2");

body {
    background: #000;
    font-weight: 350;
    color: #e8ffd4;
    font-family: system-ui;
    font-size: 18px;
}

body.scroll_block {
    overflow: hidden;
}

.preload {
    background: #0a0a0a;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

.preload .preload-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.preload .preload-container .preload-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    height: 350px;
    width: 100%;
}

#mobile {
    background: #090808;
    border-bottom: 1px solid #535255;
    box-shadow: 0px 0px 130px 9px rgb(2, 1, 1);
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 20px 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

#mobile img {
    height: 100px;
}

#mobile #hamburger {
    background: #211e23;
    border-radius: 4px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    padding: 15px 8px;
    margin: 0 0 0 8px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#mobile #hamburger span {
    background: #565657;
    border-radius: 2px;
    display: block;
    height: 3px;
    width: 30px;
    opacity: 1;
    right: 0;
    margin-bottom: 4px;
    transition: all 0.4s ease 0s;
}

#mobile #hamburger span:nth-child(3) {
    margin-bottom: 0;
}

#mobile #hamburger span:nth-child(2) {
    width: 24px;
    transition: all 0.4s ease 0s;
}

#mobile #hamburger span:nth-child(3) {
    width: 24px;
    transition: all 0.4s ease 0s;
}

#mobile #hamburger:hover span:nth-child(2),
#mobile #hamburger.hamburger-open span:nth-child(2) {
    width: 16px;
    transition: all 0.4s ease 0s;
}

::-webkit-scrollbar {
    background: url(../../img/scroll_bg.png);
}

::-webkit-scrollbar-thumb {
    background-image: url(../../img/scroll_btn.png);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}

.main {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.main:before,
.main:after {
    content: "";
    display: block;
    width: 100%;
    position: fixed;
    z-index: 4;
    pointer-events: none;
}

.main:before {
    background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
    left: 0;
    top: 0;
    height: 100px;
    z-index: 999;
}

.main:after {
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    left: 0;
    bottom: 0;
    height: 100px;
    z-index: 999;
}

.main__menu {
    background: url(../../img/left-image.png) right top no-repeat;
    box-shadow: 0px 0px 130px 9px rgb(2, 1, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 40px 100px;
    position: sticky;
    left: 0;
    top: 0;
}

.main__menu_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 204px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.main__menu_box--logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 -7px -5px 0;
    padding: 0;
    z-index: 999999;
}

.main__menu_box--nav {
    background: url('../../img/menu-bg.png') no-repeat;
    display: block;
    width: 344px;
    height: 542px;
    position: relative;
    padding: 8px;
    z-index: 1;
    left: 4px;
}

.main__menu_box--nav > ul {
    display: block;
    width: 82%;
    padding: 0 32px 9px 19px;
    margin: 65px 0 0 10px;
    max-height: 434px;
    position: relative;
    z-index: 3;
    overflow: auto;
}

.main__menu_box--nav > ul > li.nav--item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.main__menu_box--nav > ul > li.nav--item .nav--title {
    background: url(../img/title.html) repeat;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    margin: 0;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 700;
    color: #eacf6b;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px #000, 0 1px 4px #000;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.main__menu_box--nav > ul > li.nav--item .nav--title:after {
    content: "";
    background: url(../img/title-chevron.html) no-repeat;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 5px;
    top: 3px;
}

.main__menu_box--nav > ul > li.nav--item .nav--title:before {
    content: "";
    background: url(../img/title-l.html) left top no-repeat, url(../img/title-r.html) right top no-repeat;
    display: block;
    width: calc(100% + 24px);
    height: calc(100% + 7px);
    position: absolute;
    left: -12px;
    top: -5px;
    z-index: -1;
}

.main__menu_box--nav > ul > li.nav--item .nav--title span {
    text-shadow: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to bottom, #ffffdb 20%, #edb177 90%);
}

.main__menu_box--nav > ul > li.nav--item .nav--list {
    display: none;
    padding: 0 13px;
}

.main__menu_box--nav > ul > li.nav--item .nav--list > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.main__menu_box--nav > ul > li.nav--item .nav--list > li a {
    background: url(../../img/btn-menu.png) repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 34px;
    line-height: 23px;
    margin: 5px;
    font-size: 15px;
    text-shadow: 0 0 3px #000;
    font-family: "Calibri", sans-serif;
    font-weight: 200;
    color: #ffe6ad;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}

.main__menu_box--nav > ul > li.nav--item .nav--list > li a.active {
    filter: brightness(1.3) saturate(1.2);
    transition: all 0.9s ease 0s;
}

.main__menu_box--nav > ul > li.nav--item .nav--list > li:not(:last-child) {
    margin: 0 0 3px 0;
}

.main__menu_box--nav > ul > li.nav--item.active .nav--title:after {
    transform: rotate(180deg);
    transition: transform 0.4s ease 0s;
}

.main__menu_box--nav > ul > li.nav--item.active .nav--list {
    display: block;
}

.main__menu_box--nav > ul > li.nav--item:not(:last-child) {
    margin: 0 0 10px 0;
}

.header-image {
    position: relative;
    top: -60px; /* Adjust the value as needed */
}

.footer-image {
    position: relative;
    bottom: -130px; /* Adjust the value as needed */
}

.main__content {
    min-width: 1195px;
    max-width: 1195px;
    position: relative;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 125px;
    z-index: 2;
    background: url(../../img/main_bg.png);
}

.main__content .section {
    display: block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.main__content .section img {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: auto;
}

.main__photo {
    background: right top no-repeat;
    box-shadow: 0px 0px 130px 9px rgb(2, 1, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.main__photo--background {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
    pointer-events: none;
}

.main__photo--background.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    pointer-events: auto;
}

.main__photo--button {
    background: url(../img/goforum_btn.html) no-repeat;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    width: 153px;
    height: 46px;
    position: absolute;
    right: 16px;
    bottom: 20px;
    z-index: 3;
    transition: all 0.4s ease 0s;
}

.main__photo--button:focus {
    outline: none;
}

.main__photo--button:hover {
    filter: brightness(1.3) saturate(1.2);
    transition: all 0.4s ease 0s;
}

* {
    box-sizing: border-box;
}

@media screen and (max-width: 1700px) {
    .main__menu {
        padding: 0 40px 0 0;
    }
}

@media screen and (max-width: 1340px) {
    .main__menu {
        padding: 0 35px 0 0;
    }
}

@media screen and (max-width: 1200px) {
    .main__menu {
        align-items: center;
        min-width: 40%;
        max-width: 40%;
    }

    .main__content {
        min-width: 60%;
        max-width: 60%;
    }

    .main__photo {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    #mobile {
        display: flex;
    }

    .main:before,
    .main:after {
        display: none;
    }

    .main__menu {
        justify-content: flex-start;
        display: none;
        position: fixed;
        left: 0;
        top: 140px;
        z-index: 9;
        min-width: 100%;
        max-width: 100%;
        height: 100vh;
        padding: 40px 0 0 0;
    }

    .main__menu_box {
        width: calc(100% - 74px);
    }

    .main__menu_box--logo {
        display: none;
    }

    .main__menu.active {
        display: flex;
        background-size: cover;
    }

    .socials {
        left: 50% !important;
        transform: translateX(-50%);
    }

    .main__content {
        min-width: 100%;
        max-width: 100%;
        max-height: auto;
        height: auto;
        padding-top: 141px;
    }

    .main__content .section {
        padding: 5px;
        height: auto;
    }
}

p {
    position: relative;
    margin: 5px;
}

p b {
    padding: 0 5px;
}

p img {
    padding: 0 5px;
    vertical-align: middle;
}

.socials {
    margin: auto;
    text-align: center;
    align-items: center;
    margin-top: -10px;
}

.socials .btn-discord {
    display: inline-block;
    width: 89px;
    height: 69px;
    background: url('../../img/btn-discord.html') no-repeat;
    cursor: pointer;
    transition: .2s;
}

.socials .btn-discord:hover {
    filter: brightness(120%);
}

.socials .btn-fb {
    display: inline-block;
    width: 89px;
    height: 69px;
    background: url('../../img/btn-fb.html') no-repeat;
    cursor: pointer;
    transition: .2s;
}

.socials .btn-fb:hover {
    filter: brightness(120%);
}

table {
    margin: auto;
    text-align: center;
    max-width: 100%;
}
