@font-face {
    font-family: 'fivo';
    src: url('../fonts/FivoSansModern-Regular.otf')  format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'fivo';
    src: url('../fonts/FivoSansModern-Regular-Oblique.otf')  format("opentype");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'fivo';
    src: url('../fonts/FivoSansModern-Medium.otf')  format("opentype");
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: 'fivo';
    src: url('../fonts/FivoSansModern-Medium-Oblique.otf')  format("opentype");
    font-style: italic;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'fivo';
    src: url('../fonts/FivoSansModern-Bold.otf')  format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'fivo';
    src: url('../fonts/FivoSansModern-Bold-Oblique.otf')  format("opentype");
    font-style: italic;
    font-weight: 700;
    font-display: swap;
}

/* @font-face {
    font-family: 'fivo';
    src: url('../fonts/FivoSansModern-ExtBlack.otf')  format("opentype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'fivo';
    src: url('../fonts/FivoSansModern-ExtBlack-Oblique.otf')  format("opentype");
    font-style: italic;
    font-weight: 800;
    font-display: swap;
} */

@font-face {
    font-family: 'fivo';
    src: url('../fonts/FivoSansModern-Heavy.otf')  format("opentype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'fivo';
    src: url('../fonts/FivoSansModern-Heavy-Oblique.otf')  format("opentype");
    font-style: italic;
    font-weight: 900;
    font-display: swap;
}

body {
    font-family: fivo, sans-serif;
    font-size: 1.3rem;
    margin: 0;
    color: var(--font-color);
    background-color: var(--primary-color);
}

:root {
    --primary-color: #080916;
    --secondary-color: #131034;
    --terciary-color: #0000FF;
    --font-color: white;
    --border-color: #B7313D;
    --title-color: #FE1B46;
    --text-highlight-color: #00ADFF;
    --title-size: 1.5rem;
}

p {
    margin-bottom: 1.5rem;
}

h2 {
    font-size: var(--title-size);
    margin-bottom: 70px;
    text-align: center;
}

h3 {
    font-size: 1.4rem;
}

a, a:active, a:visited {
    color: var(--text-highlight-color);
    font-weight: bold;
    text-decoration: none;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-70 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.head {
    padding: 60px 0;
    background-color: #00002D;
}

.head h1 {
    max-width: 742px; 
    font-weight: bold;
    font-size: var(--title-size);
    text-align: center;
}

.event-slidedown {
    background-color: var(--primary-color);
}

.slidedown-content {
    padding: 60px 10px;
}

.slidedown-content .slidedown-content__title {
    font-size: 1.6rem;
    margin-bottom: -24px;
    text-align: center;
}

.subtitle {
    margin-bottom: 30px;
    font-size: var(--title-size);
    max-width: 742px; 
}

.title-color {
    color: var(--title-color);
    font-weight: 500;
}

.highlight {
    color: var(--text-highlight-color);
}

.btn-buy {
    max-width: 1400px;
}

.btn-site {
    font-weight: 900;
    color: var(--text-default-color);
    background-color: var(--terciary-color);
    font-size: 1.2rem;
    padding: 1.1rem 1.4rem;
    line-height: 1.2rem;
    color: white;
}

.btn-site:active, .btn-site:visited {
    color: white;
}

.btn:hover {
    color: var(--text-default-color);
}

.stage { 
    width: 100%;
    height: auto;
}

.event-description {
    padding: 60px 0;
    position: relative;
    background-color: var(--secondary-color);
}

.grid-two-columns {
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding: 50px;
    display: flex;
    gap: 75px;
    align-items: center;
}

.grid-two-columns__image {
    max-width: 500px;
    height: auto;
}

.event-info {
    padding: 60px 0;
}

.event-buy {
    padding-top: 20px;
    padding-bottom: 100px;
}

.site-card {
    border: 1px solid var(--border-color);
    padding: 28px 33px;
    text-align: center;
}

.site-card h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.6rem;
}

.event-place {
    text-align: center;
    background-color: var(--secondary-color);
    padding: 60px 0;
}

.event-place .place-info {
    font-size: 1.5rem;
}

.notice {
    margin-top: 15px;
    font-style: italic;
}

.about-content {
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding: 50px;
    display: flex;
    gap: 75px;
    align-items: center;
}

.event-questions {
    padding-top: 90px;
    background-color: var(--secondary-color);
}

.question {
    width: 100%;
    margin-bottom: 50px;
}

.question h3 {
    border-radius: 5px;
    font-size: 1.4rem;
    padding: 20px;
    background-color: #080916;
    margin-bottom: -4px;
}

.question h3 span {
    margin-right: 20px;
}

.question .answer {
    border-radius: 5px;
    padding: 20px;
    background-color: #211C58;
}

.question .highlight-heavy {
    font-weight: bold;
    margin-right: 20px;
}

.player-area {
    margin: 50px 0;
}

.player {
    border-radius: 13px;
    background-color: black;
}

.event-promo {
    margin-top: 50px;
    text-align: center;
}

.event-background {
    background-image: url(../images/event-background.webp);
}

.event-promo .overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(5, 5, 94, .6);
}

.event-promo .container {
    max-width: 830px;
}

.event-promo h2 {
    height: 100px;
    font-weight: bolder;
    font-size: var(--title-size);
    background-color: #2828FF99;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.promo-body {
    margin: auto 0;
    font-size: 1.5rem;
    font-weight: 400;
}

.event-supporters {
    padding-top: 60px;
}

.event-supporters .row {
    width: 100%;
    max-width: 900px;
}

.einerd-logo  {
    margin-top: 30px;
}

footer {
    font-size: 0.85rem;
    padding: 24px 0;
    background-color: var(--primary-color);
}

footer .footer-content {
    align-items: flex-start;
}

footer .logo {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 90%
    }
    .head h1 {
        top: 20px;
        font-size: 1.1rem;
        padding: 10px;
    }
    .subtitle {
        font-size: 1.1rem;
    }
    .slidedown-content .slidedown-content__title { 
        font-size: 1.4rem;
        margin-bottom: -14px;
    }
    .slidedown-content img {
        max-width: 320px;
    }
    .grid-two-columns {
        font-size: 1.3rem;
        line-height: 1.5rem;
        flex-direction: column;
        gap: 40px;
        padding: 40px 10px;
    }
    .grid-two-columns__image {
        max-width: 100%;
    }
    .btn-site {
        font-size: 1rem;
    }
    .question {
        margin-bottom: 20px;
    }
    .player-area {
        margin: 8px 0 20px;
    }
}

@media only screen and (max-width: 575px) {
    .einerd-logo  {
        margin-top: 0;
    }
} 