/* Billboard */
.panel-billboard {
    padding-top: 70px;
    height: 85vh;
}
.panel-billboard h4 {
    text-align: center;
    align-self: center;
    margin: 12px;
}
#container-context h5,
#container-context h5 a {
    color: white;
    align-self: center;
    text-align: center;
}
#countdown-prefix {
    display: none;
}
#countdown-units h5 {
    width: 70px;
    text-align: center;
}
#container-countdown {
    display: none;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(21,21,23,0.7);
    width: auto;
    border-radius: 15px;
    margin: 0;
}
#countdown-units {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
#container-context {
    display: none;
    justify-content: center;
    flex-direction: column;
    width: auto;
    background-color: rgba(21,21,23,0.5);
    border-radius: 15px;
    padding: 0.25rem;
    margin: 2rem 1rem 0 1rem;
}
#container-backup {
    flex-direction: column;
    background-color: rgba(21,21,23,0.5);
    width: auto;
    align-items: center;
}
#container-backup .crate-title {
    display: flex;
    align-content: center;
}
#container-backup img {
    width: 5rem;
    margin-right: 1rem;
}
#container-backup h2 {
    font-family: Grinched, FiraSans, Arial, sans-serif;
    align-self: center;
}
#countdown {
    font-size: 5.625rem;
    font-weight: bold;
    align-self: center;
    text-align: center;
    font-family: Digital7, FiraSans, Arial, sans-serif;;
}
.panel-billboard .splash-positioner {
    position: absolute;
    bottom:  20px;
    right: 20px;
    transform: rotate(-20deg);
    z-index: 100;
}
.panel-billboard .splash-restrainer {
    position: absolute;
    white-space: nowrap;
}
#splash-text,
.splash-text {
    position: relative;
    bottom: 0;
    right: 0;
    color: gold;
    font-size: 1rem;
    transform: translateX(-50%) translateY(-50%);
    animation: infinite splashPulse 2s;
    z-index: 100;
}
.panel-billboard .pulser {
    background: black;
    border-radius: 50%;
    margin: 30px 10px;
    height: 3.125rem;
    width: 3.125rem;

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 0 0 0 rgba(11, 11, 11, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}
.panel-billboard .pulser img {
    height: 1.875rem;
}
@keyframes splashPulse {
    0% {
        font-size: 1rem;
    }
    50% {
        font-size: 1.25rem;
    }
    100% {
        font-size: 1rem;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(11, 11, 11, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px #111111;
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(11, 11, 11, 0);
    }
}
@media (max-width: 767px) {
    .panel-billboard {
        height: 90vh;
    }
    #countdown {
        font-size: 3rem;
    }
    .panel-billboard h3 {
        font-size: 1.5rem;
    }
    #countdown-units h4 {
        font-size: 0.9375rem;
        width: 60px;
    }
    @media (max-width: 480px) {
        #container-countdown {
            font-size: 2.5rem;
        }
        #splash-text,
        .splash-text {
            display: none;
        }
        @keyframes splashPulse {
            0% {
                font-size: 0.5rem;
            }
            50% {
                font-size: 0.75rem;
            }
            100% {
                font-size: 0.5rem;
            }
        }
    }
}

.pageHome-section-billboard-poster-left {
    height: 100vh;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pageHome-section-billboard-poster-right {
    height: 100vh;
    position: absolute;
    bottom: 0;
    right: 0;
}
.pageHome-section-billboard-poster {
    height: 100%;
    display: flex;
    justify-content: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;

    transform: translateZ(-2.25px) scale(1.25);
    width: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

/* About */
.panel-about h2 {
    font-family: MurderousDesire, FiraSans, Arial, sans-serif;;
}
.panel-about .crate-text {
    width: 55%;
}
.panel-about .crate-images {
    width: 40%;
    display: flex;
    flex-direction: column;
}
.panel-about .crate-images img {
    border-radius: 15px;
    border: #171717 3px solid;
}
.panel-about .crate-images .about-image1 {
    width: 70%;
}
.panel-about .crate-images .about-image2 {
    width: 80%;
    align-self: end;
}
@media (max-width: 1024px) {
    .panel-about .crate-images .about-image1 {
        height: 100%;
        width: 100%;
    }
    .panel-about .crate-images .about-image2 {
        display: none;
    }
    @media (max-width: 767px) {
        .panel-about .crate-text {
            width: 100%;
        }
        .panel-about .crate-images {
            justify-content: space-between;
            width: 90%;
            height: auto;
        }
        @media (max-width: 480px) {
            .panel-about .crate-images {
                display: none;
            }
        }
    }
}

/* History */
.panel-history h2 {
    font-family: Aurella, FiraSans, Arial, sans-serif;
}
.panel-history .crate-images {
    width: 40%;
}
.panel-history .crate-images img {
    width: 100%;
    border-radius: 15px;
    border: #171717 3px solid;
    filter: brightness(120%);
}
.panel-history .crate-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 55%;
}
@media (max-width: 767px) {
    .panel-history .crate-images {
        width: 90%;
        margin-bottom: 1rem;
    }
    .panel-history .crate-text {
        width: 100%;
    }
}

/* Merch */
.panel-merch .crate-text h2 {
    font-family: Grinched, FiraSans, Arial, sans-serif;;
}
.panel-merch .container {
    align-items: center;
}
.panel-merch .crate-text {
    width: 50%;
    height: 90%;
    display: flex;
    flex-direction: column;
}
.panel-merch .crate-text .button {
    margin-top: 1rem;
}
.panel-merch .crate-images {
    width: 45%;
    height: 90%;
}
.panel-merch .crate-images img {
    max-width: 100%;
    border-radius: 15px;
    border: #171717 3px solid;
}
@media (max-width: 767px) {
    .panel-merch .crate-text {
        width: 100%;
        order: 2;
    }
    .panel-merch .crate-text .button {
        align-self: center;
    }
    .panel-merch .crate-images {
        width: 85%;
        height: auto;
        margin-bottom: 1rem;
        order: 1;
    }
}

/* Tickets */
.panel-tickets .crate-text h2 {
    font-family: MurderousDesire, FiraSans, Arial, sans-serif;
    margin-top: 1rem;
}
.panel-tickets {
    justify-content: space-around;
}
.panel-tickets .crate-text {
    width: 45%;
    height: 90%;
    display: flex;
    flex-direction: column;
}
.panel-tickets .crate-text .button {
    margin-top: 1rem;
}
.panel-tickets .crate-images {
    width: 40%;
    height: 90%;
}
.panel-tickets .crate-images img {
    max-width: 100%;
    border-radius: 15px;
    border: #171717 3px solid;
}
@media (max-width: 767px) {
    .panel-tickets .crate-text {
        width: 100%;
    }
    .panel-tickets .crate-text .button {
        align-self: center;
    }
    .panel-tickets .crate-images {
        justify-content: space-between;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 85%;
        height: auto;
        margin-bottom: 1rem;
    }
    .panel-tickets .crate-images figcaption {
        font-size: 0.875rem;
    }
}


/* FAQ */
.panel-faq h2 {
    font-family: Secrets, FiraSans, Arial, sans-serif;
}
.panel-faq .crate-images {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 40%;
    margin-right: 1rem;
}
.panel-faq .crate-images img {
    width: 100%;
}
.panel-faq .crate-text {
    width: 55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.panel-faq .crate-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.panel-faq .crate-list .question {
    width: 80%;
}
.panel-faq .crate-list .question-title {
    width: 100%;
    display: inline-block;
    padding: 1.25rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: darkgray;
    text-decoration: underline;
    cursor: pointer;
}
.panel-faq .crate-list .question-arrow {
    display: inline-block;
    transform: scale(1, 0.8) rotate(-90deg);;
    transition: all 0.15s ease-out;
}
.panel-faq .crate-list .question-toggle:checked ~ .question-title .question-arrow {
    transform: rotate(0deg);
}
.panel-faq .crate-list .question p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
    margin: 0 0 5px 75px;
    color: white;
    font-size: 1.25rem;
}
.panel-faq .crate-list .question p a {
    color: white;
}
.panel-faq .crate-list .question-toggle {
    display: none;
}
.panel-faq .crate-list .question-toggle:checked ~ p {
    max-height: 1000px;
}
.panel-faq .crate-text h5,
.panel-faq .crate-text h5 a {
    color: darkgray;
    font-weight: normal;
    padding-top: 20px;
}
@media (max-width: 1024px) {
    .panel-faq .crate-list .question-title {
        font-size: 1rem;
    }
    .panel-faq .crate-list .question p {
        font-size: 0.9rem;
    }
    .panel-faq .crate-text {
        width: 60%;
    }
    .panel-faq .crate-images {
        padding-top: 10px;
        align-self: center;
    }
    .panel-faq .crate-list .question {
        width: 100%;
    }
    .panel-faq .crate-list .question-title {
        padding: 0.75rem 0;
    }
    .panel-faq .crate-list .question p {
        margin: 0 0 5px 0
    }
    @media (max-width: 767px) {
        .panel-faq .crate-images {
            min-height: 120px;
            width: 100%;
            display: flex;
            order: 2;
            margin: 0;
        }
        .panel-faq .crate-text {
            width: 100%
        }
        @media (max-width: 480px) {
            .panel-faq .crate-images {
                display: none;
            }
        }
    }
}

/* Join */
.panel-join .crate-text  h2 {
    font-family: Lovable, FiraSans, Arial, sans-serif;;
}
#samImage {
    height: 6rem;
    width: 4rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.panel-join .crate-text {
    width: 50%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.panel-join .crate-text  p a {
    color: darkgray;
}
.panel-join .crate-images {
    width: 45%;
    height: 90%;
    align-self: center;
}
.panel-join .crate-images img {
    width: 100%;
    border-radius: 15px;
    border: #171717 3px solid;
}
.panel-join .crate-buttons {
    display: flex;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
}
.panel-join .crate-buttons p {
    color: white;
    text-align: center;
    font-weight: 900;
}
.panel-join .crate-text .join-context {
    text-align: center;
    margin: 1rem 2rem;
}
@media (max-width: 1200px) {
    .panel-join .crate-buttons .button {
        font-size: 1rem;
    }
    @media (max-width: 1024px) {
        .panel-join .crate-text  h2 {
            font-size: 1.75rem;
        }
        .panel-join .crate-text  p {
            font-size: 1rem;
        }
        .panel-join .crate-buttons {
            padding: 0 25px;
            flex-direction: column;
            align-items: center;
        }
        .panel-join .crate-buttons .button{
            width: 300px;
        }
        @media (max-width: 767px) {
            .panel-join .crate-text  {
                width: 100%;
            }
            .panel-join .crate-images {
                display: none;
            }
            .panel-join .crate-buttons {
                flex-direction: column;
            }
            .panel-join .crate-buttons .button {
                width: 80%;
            }
        }
    }
}

/* Members */
.panel-members .container {
    align-items: center;
}
.panel-members h2 {
    font-family: WhoopAss, FiraSans, Arial, sans-serif;
    font-weight: 500;
}
.panel-members .crate-images {
    width: 45%;
    height: 90%;
}
.panel-members .crate-images img {
    max-width: 100%;
    border-radius: 15px;
    border: #171717 3px solid;
}
.panel-members .crate-text {
    width: 50%;
    height: 90%;
    display: flex;
    flex-direction: column;
}
.panel-members .crate-text .button {
    width: 13.75rem;
}
@media (max-width: 767px) {
    .panel-members .crate-text {
        width: 100%;
        order: 2;
    }
    .panel-members .crate-text .button {
        align-self: center;
    }
    .panel-members .crate-images {
        width: 80%;
        height: auto;
        margin-bottom: 1rem;
        order: 1;
    }
}

/* Links */
.panel-links {
    justify-content: center;
    flex-direction: column;
}
.panel-links h2 {
    font-family: TopSecret, FiraSans, Arial, sans-serif;
}
.panel-links .carousel {
    margin-top: 1.5rem;
    align-items: start;
}
.panel-links .carousel h3 {
    rotate: -90deg;
    align-self: center;
    text-align: center;
    box-sizing: border-box;
    width: 10rem;
}
.panel-links .carousel a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 10rem;
    margin: 1rem 1rem;
}
.panel-links .carousel a h6 {
    margin: 1rem 0 0 0;
    text-align: center;
    font-weight: 500;
}
.panel-links .carousel a img {
    height: 7rem;
}
.panel-links .container  {
    flex-direction: column;
}
.panel-links .crate-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    width: 80%;
    margin-bottom: 2.5rem;
}
.panel-links .crate-list h6 {
    font-weight: 700;
    color: white;
    text-align: center;
    margin: 0.5rem 0;
}
@media (max-width: 1024px) {
    .panel-links .crate-list {
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
        width: 100%;
    }
    .panel-links .crate-list h6 {
        margin: 0.3rem 0;
    }
    @media (max-width: 767px) {
        .panel-links .crate-list {
            grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
        }
        .panel-links .crate-list h6 {
            margin: 0.5rem 0;
        }
        .panel-links .carousel a {
            width: 7rem;
            margin: 0.7rem 0.7rem;
        }
        .panel-links .carousel a img {
            height: 5rem;
            margin: 0.7rem 0 0 0;
        }
        @media (max-width: 480px) {
            .panel-links .crate-list {
                display: flex;
                justify-content: space-around;
                flex-direction: row;
                flex-wrap: wrap;
            }
            .panel-links .crate-list  h6 {
                margin: 0.5rem;
                display: inline-block;
            }
        }
    }
}

/* Sponsors */
.panel-sponsors {
    justify-content: center;
    flex-direction: column;
}
.panel-sponsors h2 {
    font-family: RockBoulder, FiraSans, Arial, sans-serif;
}
.panel-sponsors .carousel {
    margin-top: 2rem;
}
.panel-sponsors .carousel a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
}
.panel-sponsors .carousel a img {
    width: 90%;
}
@media (max-width: 767px) {
    .panel-sponsors .carousel {
        margin-top: 1.5rem;
    }
    .panel-sponsors .carousel a {
        width: 12rem;
    }
}

/* Crew */
.panel-crew h2 {
    font-family: Eraser, FiraSans, Arial, sans-serif;
}
.panel-crew .container {
    flex-direction: column;
    width: 85%;
    align-items: center;
}
.panel-crew .crew-context {
    align-self: center;
    margin-top: 1rem
}
.panel-crew .crate-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
.panel-crew .crate-list  figure {
    margin: 0.5rem;
}
.panel-crew .crate-list h3 {
    text-align: center;
    color: white;
}
.panel-crew .crate-list h6 {
    text-align: center;
    margin: 5px 0;
}

/* Contacts */
.panel-contact {
    min-height: auto;
}
.panel-contact .crate-text {
    width: 65%;
    display: flex;
    justify-content: space-around;
}
.panel-contact .crate-emails {
    width: 50%;
}
.panel-contact .crate-emails h2 {
    margin: 0 0 30px 0;
    text-align: start;
    font-family: Mistery, FiraSans, Arial, sans-serif;
}
.panel-contact .crate-emails h3,
.panel-contact .crate-socials h3 {
    margin: 30px 0 15px 0;
}
.panel-contact .crate-socials h3 {
    text-align: center;
}
.panel-contact .crate-emails a:hover,
.panel-contact .crate-socials a:hover {
    color: #c2c2c2;
}
.panel-contact .crate-emails a,
.panel-contact .crate-socials a {
    color: white;
    font-size: 1.125rem;
    margin: 0;
}
.panel-contact .crate-socials {
    width: 45%;
    padding-top: 84px;
}
.panel-contact .crate-socials h3 {
    margin-top: 0;
}
.panel-contact .crate-socials figure {
    display: flex;
    width: 100%;
    justify-content: center;
}
.panel-contact .crate-socials figure img {
    height: 3.125rem;
    padding: 0 15px;
}
.panel-contact .crate-socials figure img:hover {
    filter: brightness(70%);
}
.panel-contact .crate-images {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.panel-contact .crate-images .contact-image1 {
    width: 80%;
    border-radius: 15px;
    border: #171717 3px solid;
    align-self: start;
}
.panel-contact .crate-images .contact-image2{
    width: 80%;
    border-radius: 15px;
    border: #171717 3px solid;
    align-self: end;
}
@media (max-width: 1200px) {
    .panel-contact .crate-images {
        width: 30%;
    }
    .panel-contact .crate-text {
        width: 70%;
    }
    @media (max-width: 1024px) {
        .panel-contact .crate-text {
            width: 100%;
            text-align: center;
        }
        .panel-contact .crate-emails,
        .panel-contact .crate-socials{
            width: 100%;
        }
        .panel-contact .crate-socials {
            padding-top: 66px;
        }
        .panel-contact .crate-images {
            display: none;
        }
        @media (max-width: 767px) {
            .panel-contact .crate-emails h2 {
                text-align: center;
            }
            .panel-contact .crate-text {
                flex-direction: column;
                align-items: start;
            }
            .panel-contact .crate-socials {
                padding-top: 2rem;
            }
        }
    }
}
