// Fonts
@import url("https://fonts.bunny.net/css?family=Nunito");

// Variables
@import "variables";

// Bootstrap
@import "bootstrap/scss/bootstrap";

@font-face {
    font-family: "maaxmedium";
    src:
        url("../fonts/") format("woff2"),
        url("../fonts/maaxmedium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "maaxbold";
    src:
        url("../fonts/") format("woff2"),
        url("../fonts/maaxbold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-red: #ff5050;
    --color-black: #000000;
}

body {
    background-color: #ff5050;
    color: #fff9ef;
    font-family: "maaxmedium";
    font-size: 1.25rem;
    line-height: 1.1;
    letter-spacing: 0;
}

.btn.btn-primary {
    background-color: #000000;
    border: 0;
}

.details-container {
    display: inline-flex;
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.circle {
    background-color: #000000;
    color: #ffffff;
    font-size: 1.3rem;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date {
    background-color: #ffffff;
    color: #000000;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px 0 20px;
}

.separator {
    margin: 40px 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

h1 {
    line-height: 1;
    font-size: 2.4375rem;
    font-weight: 600;
    margin-bottom: 1.125rem;
}

.footer {
    padding-top: 5rem;
    padding-bottom: 24px;
}

.footer a {
    color: #ffffff;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer__panel {
    background-color: #000;
    color: #fff;
    border-radius: 0.75rem;
    padding: 24px;
}

.footer__inner .footer-section--menu {
    font-size: 1.25rem;
    line-height: 1.1;
    font-weight: 600;
}

.footer .menu-list a {
    text-decoration: none;
}

.footer__inner .footer-section--contact h3 {
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.footer .richtext > *:first-child {
    margin-top: 0;
}

.footer .richtext p {
    margin-bottom: 1.2em;
}

.footer__inner .footer__logo {
    display: block;
    aspect-ratio: 500 / 621.7;
    width: 50%;
}

.footer__inner .footer__logo svg path {
    fill: #ffffff;
}

@media (min-width: 768px) {
    h1 {
        grid-row: 1;
        margin-bottom: 1.125rem;
        line-height: 0.9436;
        font-size: 4.75rem;
    }

    .footer__panel {
        padding-top: 1.25rem;
        padding-bottom: 1.875rem;
    }

    .footer__inner {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column-gap: 12px;
        column-gap: 12px;
        grid-column-gap: 12px;
        column-gap: var(--grid-gap);
        grid-gap: 3rem;
        gap: 3rem;
    }

    .footer__inner .footer-section--menu {
        font-size: 1.9375rem;
        line-height: 1.064;
    }

    .footer__inner .footer-section--contact h3 {
        font-size: 1.9375rem;
        line-height: 1.064;
    }

    .footer__inner .footer__logo {
        width: 10.3125rem;
        margin-left: auto;
    }
}
