@font-face {
    font-family: 'Akira Expanded';
    src: url('/assets/fonts/Akira\ Expanded.woff2') format('woff2'),
        url('/assets/fonts/Akira\ Expanded.woff') format('woff'),
        url('/assets/fonts/Akira\ Expanded.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, ::after, ::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img, svg {
    vertical-align: middle;
    object-fit: contain;
}

.icon {
    width: 28px;
    height: 28px;
}

header {
    padding-block: 25px;
}

.logo {
    display: flex;
    max-width: 250px;
    align-items: center;
    margin: auto;
}

[page="home"] .logo {
    aspect-ratio: 3/2;
}

body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: url(/assets/images/background.gif) no-repeat fixed center/cover;
    font-family: 'Akira Expanded', sans-serif;;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    min-height: 100dvh;
    color: #fff;
}

body:not([page="home"]) main {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

section {
    width: 100%;
}

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

h2,.h2 {
    font-size: calc(1.325rem + 0.9vw)
}

h3,.h3 {
    font-size: calc(1.3rem + 0.6vw)
}

h4,.h4 {
    font-size: calc(1.275rem + 0.3vw)
}

h5,.h5 {
    font-size: 1.25rem
}

h6,.h6 {
    font-size: 1rem
}

footer {
    padding-block: 15px;
    text-align: center;
    font-size: 0.8rem;
    width: 100%;
}

[page="home"] footer {
    position: absolute;
    bottom: 0;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

nav a {
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.margin-auto {
    margin-inline: auto;
}

.black-bg {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
}

.blue-link {
    color: #00A3FF;
    text-decoration: none;
    font-size: calc(0.875rem + 0.5vw);
}

.container {
    --gutter-x: 1.5rem;
    --gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--gutter-x)* .5);
    padding-left: calc(var(--gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

.gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.gallery-item {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.gallery-item.wide {
	grid-column: span 2;
}
.gallery-item.tall {
	grid-row: span 2;
}
.gallery-item.big {
	grid-column: span 2;
	grid-row: span 2;
}

.gallery-item img {
    object-fit: cover;
    border-radius: 5px;
}

.ticket {
    padding: 15px;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 15px;
    transition: transform 0.5s ease;
}

.ticket:last-of-type {
    margin-bottom: 0;
}

.event-countdown {
    color: #3ccb7f;
}

.event-img {
    border-radius: 10px;
    overflow: hidden;
}

.event-name {
    margin-bottom: 15px;
}

.event-link {
    margin-top: 10px;
    margin-left: auto;
}

.event-button {
    background-color: #00A3FF;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000 !important;
    width: fit-content;
    white-space: nowrap;
    transition: transform 0.5s ease, background-color 0.5s ease;
}

@media (hover: hover) {
    .gallery-item:hover {
        transform: scale(1.025);
    }

    .ticket:hover {
        transform: scale(1.05);
    }

    .event-button:hover {
        transform: scale(1.025);
        background-color: #72ccff;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .ticket {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .event-link {
        margin-top: 0;
    }

    .event-img {
        flex: 0 0 150px;
    }
}

@media (max-width: 767px) {
    nav {
        gap: 10px;
        flex-direction: column;
        text-align: center;
    }

    nav a {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .small-container {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .small-container {
        max-width: 800px;
    }

    h1,.h1 {
        font-size:2.5rem
    }

    h2,.h2 {
        font-size:2rem
    }

    h3,.h3 {
        font-size:1.75rem
    }

    h4,.h4 {
        font-size:1.5rem
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .small-container {
        max-width: 800px;
    }
}