@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: 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');
}

[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 {
    width: 64%;
    margin: 0.56rem auto 0;
    padding: 0 0.82rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: normal;
    color: #EBEBEB;
}

.interval {
    margin: 1.06rem auto 1.88rem;
    min-height: 15.63rem;
}

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

    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;
}

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;
}
