@font-face {
    font-family: 'Abril Fatface';
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/AbrilFatface-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/PlusJakartaSans.ttf') format('truetype');
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/PlusJakartaSans.ttf') format('truetype');
}

@font-face {
    font-family: 'Akatab';
    font-weight: 900;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/Akatab-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Stoke';
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url('../../../../api/fonts/stoke/Stoke-Regular.woff2') format('woff2');
}

[v-cloak] {
    display: none !important;
}

[flex-center] {
    display: flex;
    align-items: center;
    justify-content: center;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #0a0a0a url("../resources/img/index_bg.webp") no-repeat center/cover;
}

#app {
    padding-top: 5.03rem;
    min-height: calc(100vh - 2rem);
}

.title {
    font-family: 'Abril Fatface', sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 112%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.00125em;
    background: linear-gradient(270deg, #676767 0%, #E8E8E8 11%, #FFFFFF 48%, #FFFFFF 48%, #E8E8E8 88%, #676767 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subtitle {
    margin: 0.56rem auto 0;
    padding: 0 .63rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    letter-spacing: normal;
    color: #EBEBEB;
}

.btn {
    width: 19.38rem;
    height: 3.5rem;
    border-radius: 0.63rem;
    background: #FEE648;
    margin: 2.81rem auto 3.44rem;

    font-family: 'Akatab', sans-serif;
    font-size: 1.19rem;
    font-weight: 900;
    line-height: 143%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #000000;
}

.list1 {
    text-align: center;

    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 140%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #888888;

    .title {
        font-family: Abril Fatface, sans-serif;
        font-size: 1rem;
        font-weight: normal;
        line-height: 100%;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.00125em;
        color: #FFFFFF;
    }

    & + .list1 {
        margin-top: 1.69rem;
    }
}

.title2 {
    margin-top: 3.44rem;

    font-family: Abril Fatface, sans-serif;
    font-size: 1.13rem;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.00125em;
    color: #FFFFFF;
}

.list2 {
    margin: 1.88rem auto 0;
    width: 20.5rem;
    height: 13.81rem;
    padding: 0 2.16rem;

    font-family: Stoke, sans-serif;
    font-size: 0.88rem;
    font-weight: normal;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;

    position: relative;

    &:nth-child(1 of .list2) {
        background: url("../resources/img/card_bg1.webp") no-repeat center/cover;
    }

    &:nth-child(2 of .list2) {
        background: url("../resources/img/card_bg2.webp") no-repeat center/cover;
    }

    &:nth-child(3 of .list2) {
        background: url("../resources/img/card_bg3.webp") no-repeat center/cover;
    }

    &:nth-child(4 of .list2) {
        margin-bottom: 3.06rem;
        background: url("../resources/img/card_bg4.webp") no-repeat center/cover;
    }

    &:before {
        content: "";
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
        background: url("../resources/img/video.webp") no-repeat center/cover;

        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
}

footer {
    height: 2rem;
    color: #c1c1c1;
    padding: 0 2.6rem;
    font-size: 0.74rem;
    text-align: center;
    border-top: 1px solid #c1c1c1;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 4px 1fr;
}

footer a {
    color: #c1c1c1;
    text-align: center;
}
