@font-face {
    font-family: 'AlbertusBold';
    src: url(../fonts/AlbertusBold.woff2) format('woff2'),
         url(../fonts/AlbertusBold.woff) format('woff');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Manrope';
    src: url(../fonts/Manrope-Medium.woff2) format('woff2'),
         url(../fonts/Manrope-Medium.woff) format('woff');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'BladeSoul';
    src: url(../fonts/BladeSoul.woff2) format('woff2'),
         url(../fonts/BladeSoul.woff) format('woff');
    font-style: normal;
    font-weight: 400;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.65;
    color: #ebe7e3;
    background-color: #221615;
    margin: 0;
    padding: 0;
    text-rendering: optimizeSpeed;
}
.body-wrapper {
    overflow: hidden;
    margin: 0;
}
a {
    text-decoration: none;
    transition: all .2s ease-in-out;
    color: #797979;
}
img, picture {
    max-width: 100%;
    display: block;
}
header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0f0c0a;
    height: 84px;
    position: fixed;
    z-index: 1000;
}
.header__container {
    width: 100%;
    padding: 0;
    padding-left: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    color: #797979;
}
.header__first {
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 10px 0;
}
.header__logo {
    transition: all .2s ease-in-out;
}
.header__logo:hover {
    filter: drop-shadow(0 0 2px #f2ca7d) drop-shadow(0 0 10px #c90300);
}
.nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 60px;
    align-items: center;
}
.nav__list-el {
    margin: 0;
    padding: 0;
    position: relative;
}
.nav__list-item:hover {
    filter: brightness(130%);
}
.header__second {
    display: flex; 
    gap: 25px;
    height: 84px;
}
.download-header {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-family: "BladeSoul", sans-serif;
    font-size: 44px;
    color: #fff;
    min-width: 297px;
    height: 100%;
    background: url(../img/header-btn.png) right no-repeat;
    background-size: contain;
    padding: 10px 0 0 100px;
}
.download-header:hover {
    filter: brightness(130%);
    transform: scale(1.1, 1);
}
.swap-lang-wrap {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-weight: bold;
}
.swap-lang {
    position: relative;
}
.swap-lang-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}
.lang-item-flag {
    width: 34px;
    height: 24px;
    border-radius: 4px;
}
.lang-item-flag img {
    object-fit: cover;
    object-position: center;
    width: 34px;
    height: 24px;
}
.lang-item-name {
    transition: all .2s ease-in-out
}
.lang-list .swap-lang-item:hover .lang-item-name {
    color: #fff;
}
.lang-list .lang-item-flag {
    transition: all .2s ease-in-out;

}
.lang-list .swap-lang-item:hover .lang-item-flag {
    transform: scale(1.08);
}
.lang-list {
    position: absolute;
    top: 100%;
    margin-top: 7px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    gap: 7px;
    transition: all .3s ease-in-out;
    z-index: 3;
    background: #0f0c0a;
    border-radius: 12px;
    padding-left: 10px;
    margin-left: -10px;
    padding-right: 10px;
    margin-right: -10px;
    padding-bottom: 12px;
    margin-bottom: -5px;
}
.swap-lang-wrap:hover .lang-list {
    opacity: 1;
    visibility: visible;
}
.swap-lang-arrow {
    background: #797979;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 9px;
    height: 6px;
    transition: all .3s ease-in-out;
}
.swap-lang-wrap:hover .swap-lang-arrow {
    transform: scale(1, -1);
}

section {
    display: flex;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* WELCOME */
section.welcome {
    background-image: url(../img/welcome-bg.jpg);
    background-image: url(../img/welcome-bg.webp);
    position: relative;
    overflow: hidden;
    padding-top: 84px;
}
section.welcome::after {
    display: none;
}
section.welcome .container {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: calc(100dvh - 84px - 110px);
    min-height: 600px;
    gap: 45px;
}
.welcome__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
    line-height: 1;
}
.section__subtitle {
    font-family: "BladeSoul", sans-serif;
    font-size: 36px;
    color: #f7ca73;
}
.section__title {
    font-family: "AlbertusBold", sans-serif;
    font-size: 52px;
    color: #ebe7e3;
    text-transform: uppercase;
    text-shadow: 3px 0 4px rgba(0, 0, 0, 0.5);
    filter: drop-shadow(0 0 24px rgba(135, 135, 135, 0.5));
}
.welcome__desc {
    font-size: 22px;
    color: #ebe7e3;
    max-width: 750px;
}
.welcome__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 44px;
}
.register, .download {
    font-family: "BladeSoul", sans-serif;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    width: 330px;
    height: 90px;
    background: url(../img/btn.png) center no-repeat;
    background-size: contain;
    filter: drop-shadow(0 0 10px #000);
    color: #fff;
}
.register span, .download span {
    padding-top: 10px;
}
.register:hover, .download:hover {
    filter: drop-shadow(0 0 20px #503525) brightness(130%);
    transform: scale(1.1);
}


/* FOOTER */
footer {
    background: #130f0c;
    height: 110px;
}
.footer__container {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 0 90px;
}
.footer__copyright {
    font-size: 18px;
    color: #797979;
}
.footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 60px;
}
.footer__link {
    color: #797979;
    line-height: 1;
}
.footer__link:hover {
    filter: brightness(130%);
}


/* ADAPTIVE */
@media(max-width: 1220px) {
    .header__container {
        padding-left: 20px;
    }
}


.burger {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    display: none;
    z-index: 1002;
    background-color: transparent;
    cursor: pointer;
}
.burger span {
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #fff;
    left: 8px;
    transition: transform .5s;
    will-change: transform;
}
.burger span:nth-child(1) {
    transform: translateY(-10px);
} 
.burger span:nth-child(3) {
    transform: translateY(10px);
} 
.burger.active span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
} 
.burger.active span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}
.burger.active span:nth-child(2) {
    display: none;
} 
.menu {
    display: none;
    visibility: hidden;
    z-index: 1001;
    min-height: 100vh;
}
.menu__list {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media(max-width: 1120px) {
    .footer__container {
        padding: 0 10px;
        justify-content: center;
        gap: 60px;
        font-size: 14px;
    }
    .footer__copyright, .footer__link {
        font-size: 14px;
    }
}
@media(max-width: 950px) {
    body {
        font-size: 12px;
    }
    header {
        height: unset;
    }
    .header__container {
        padding: 10px 15px;
    }
    .header__logo {
        width: 100px;
    }
    .header__first {
        padding: 0;
    }
    .header__second {
        height: unset;
    }
    .header__nav, .download-header {
        display: none;
    }
    .burger {
        display: block;
        position: relative;
    }
    .menu__list {
        display: flex;
        flex-direction: column;
        gap: 0px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .menu__list li {
        text-align: center;
        font-size: 14px;
        width: 100%;
        border: 1px solid #cdcdcd27
    }
    .menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        padding: 60px 0;
        transform: translateX(100%);
        transition: all .5s;
        display: block;
    }
    .menu.active {
        transform: translateX(0);
        visibility: visible;
    }
    .menu__item a {
        color: #cdcdcd;
        font-size: 18px;
        text-transform: uppercase;
        width: 100%;
        height: 100%;
        display: flex;
        padding: 20px 25px;
    }
    .no-scroll {
        overflow: hidden;
    }
    .menu__item-special {
        padding: 25px 0;
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .menu__item a.menu__item-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 180px;
        height: 44px;
        background: linear-gradient(to right, #f3c200, #ff9600);;
        border-radius: 28px;
        padding: 5px 10px;
    }
    .menu__item a.menu__item-btn {
        font-size: 20px;
        text-transform: uppercase;
        font-family: "AlbertusBold";
        font-weight: normal;
        color: #18140a;
        padding: 5px 10px;;
    }

    section.welcome {
        padding-top: 60px;
    }
    section.welcome .container {
        height: calc(100dvh - 60px - 148px);
        padding: 0 5px;
        gap: 22px;
    }
    .welcome__header {
        gap: 6px;
    }
    .section__subtitle {
        font-size: 18px;
    }
    .section__title {
        font-size: 20px;
    }
    .welcome__desc {
        max-width: 350px;
        font-size: 14px;
    }
    .welcome__actions {
        gap: 5px;
    }
    .download, .register {
        width: 180px;
        height: 48px;
        font-size: 20px;
    }
    .register span, .download span {
        padding-top: 7px;
    }

    
    .footer__container, footer {
        height: unset;
    }
    .footer__container {
        padding: 20px 30px;
    }
    .footer__container, .footer__links {
        flex-direction: column;
        gap: 0px;
    }
    .footer__link {
        font-size: 12px;
        padding: 10px 20px;
    }
    .footer__copyright {
        padding: 10px 0;
    }
}


section.text {
    padding-top: 84px;
}
section.text .container {
    display: block;
    padding: 50px 0;
    padding-left: 150px;
    padding-right: 60px;
}
section.text ul {
    padding-left: 1em;
}
ul.disclosure {
    list-style-type: disclosure-open;
}
.title {
    text-align: center;
    font-size: 44px;
    line-height: 1;
}
@media(max-width: 1600px) {
    section.text .container {
        padding: 40px 0;
        padding-left: 70px;
        padding-right: 30px;
    }
    .title {
        font-size: 36px;
    }
}
@media(max-width: 950px) {
    section.text .container {
        padding: 30px 0;
        padding-left: 20px;
        padding-right: 10px;
    }
}