@import url("https://use.typekit.net/oew2gsb.css");
@font-face {
            font-family: Bahnschrift;
            src: url(../font/BAHNSCHRIFT.TTF);
        }

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

a {
    color: inherit;
    text-decoration: none;
}

br {
    border: none;
    display: block;
    line-height: 0;
}

button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
    color: inherit;
}

html {
    scroll-behavior: smooth;
    font-size: 10px;
    background: black;
}

body {
    background: black;
    color: white;
    font-family: Bahnschrift;
    font-size: 1.8rem;
}

img {
    max-width: 100%;
    display: block;
}

section {
    padding: 12rem 0;
    position: relative;
    z-index: 2;
    background: transparent;
}

.zawartosc {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}


.orange-duze-tyl {
    background-color: rgb(255, 120, 0);
    height: 500px;
    aspect-ratio: 3/2;
    border-radius: 50%;
    filter: blur(90px);
    position: fixed;
    top: 20vh;
    left: 30vw;
    z-index: 1;
    pointer-events: none;
    animation: blob1 3.2s ease-in-out infinite;
}

.black-male-przod {
    background-color: black;
    height: 280px;
    aspect-ratio: 2/1;
    border-radius: 50%;
    filter: blur(70px);
    position: fixed;
    top: 28vh;
    left: 35vw;
    z-index: 1;
    pointer-events: none;
    animation: blob2 2.8s ease-in-out infinite;
}

.blob3 {
    background-color: rgb(255, 100, 0);
    height: 420px;
    aspect-ratio: 3/2;
    border-radius: 50%;
    filter: blur(110px);
    position: fixed;
    top: 15vh;
    left: 60vw;
    z-index: 1;
    pointer-events: none;
    animation: blob3 3.8s ease-in-out infinite;
}

.blob4 {
    background-color: rgb(220, 80, 0);
    height: 300px;
    aspect-ratio: 2/1;
    border-radius: 50%;
    filter: blur(120px);
    position: fixed;
    top: 55vh;
    left: 45vw;
    z-index: 1;
    pointer-events: none;
    animation: blob4 4.4s ease-in-out infinite;
}

.blob5 {
    background-color: rgb(255, 180, 0);
    height: 200px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    filter: blur(80px);
    position: fixed;
    top: 5vh;
    left: 50vw;
    z-index: 1;
    pointer-events: none;
    animation: blob5 2.4s ease-in-out infinite;
}

@keyframes blob1 {
    0%   { transform: translate(-50%, 0)  scale(1);    opacity: .9;  filter: blur(90px);  }
    20%  { transform: translate(-20%, 0)  scale(1.12); opacity: 1;   filter: blur(70px);  }
    40%  { transform: translate(-70%, 0)  scale(0.95); opacity: .8;  filter: blur(100px); }
    60%  { transform: translate(-15%, 0)  scale(1.18); opacity: 1;   filter: blur(65px);  }
    80%  { transform: translate(-65%, 0)  scale(1.05); opacity: .9;  filter: blur(85px);  }
    100% { transform: translate(-50%, 0)  scale(1);    opacity: .9;  filter: blur(90px);  }
}

@keyframes blob2 {
    0%   { transform: translate(-50%, 0)  scale(1);    opacity: .15; }
    25%  { transform: translate(-15%, 0)  scale(1.4);  opacity: .9;  }
    50%  { transform: translate(-80%, 0)  scale(0.9);  opacity: .2;  }
    75%  { transform: translate(-20%, 0)  scale(1.5);  opacity: 1;   }
    100% { transform: translate(-50%, 0)  scale(1);    opacity: .15; }
}

@keyframes blob3 {
    0%   { transform: translate(-50%, 0)  scale(1);    opacity: .7;  filter: blur(110px); }
    30%  { transform: translate(-80%, 0)  scale(1.15); opacity: .95; filter: blur(80px);  }
    60%  { transform: translate(-20%, 0)  scale(0.92); opacity: .6;  filter: blur(120px); }
    80%  { transform: translate(-75%, 0)  scale(1.1);  opacity: .85; filter: blur(90px);  }
    100% { transform: translate(-50%, 0)  scale(1);    opacity: .7;  filter: blur(110px); }
}

@keyframes blob4 {
    0%   { transform: translate(-50%, 0)  scale(1);    opacity: .5;  filter: blur(120px); }
    35%  { transform: translate(-10%, 0)  scale(1.2);  opacity: .75; filter: blur(90px);  }
    70%  { transform: translate(-85%, 0)  scale(0.88); opacity: .4;  filter: blur(130px); }
    100% { transform: translate(-50%, 0)  scale(1);    opacity: .5;  filter: blur(120px); }
}

@keyframes blob5 {
    0%   { transform: translate(-50%, 0)  scale(1);    opacity: .6;  filter: blur(80px);  }
    20%  { transform: translate(-25%, 0)  scale(1.25); opacity: 1;   filter: blur(55px);  }
    45%  { transform: translate(-75%, 0)  scale(0.85); opacity: .4;  filter: blur(90px);  }
    65%  { transform: translate(-20%, 0)  scale(1.2);  opacity: .9;  filter: blur(60px);  }
    85%  { transform: translate(-70%, 0)  scale(0.95); opacity: .5;  filter: blur(85px);  }
    100% { transform: translate(-50%, 0)  scale(1);    opacity: .6;  filter: blur(80px);  }
}


nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 100;
    transition: background .4s ease, backdrop-filter .4s ease;
}

nav.scrolled {
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

nav .zawartosc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(2rem, 6vw, 12rem);
    height: 10rem;
}

.logo {
    width: 6rem;
}

.logo img {
    width: 100%;
    display: block;
    color: transparent;
}

nav ol {
    display: flex;
    gap: clamp(1rem, 3vw, 7rem);
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ol li {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ol a {
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 1rem 2.5rem;
    border: 1px solid transparent;
    border-radius: 999px;
    transition: border-color .3s ease, transform .3s ease;
}

nav ol a:hover {
    border-color: white;
    transform: translateY(-2px);
}

nav ol a.active {
    border-color: rgba(255, 255, 255, .5);
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: .6rem;
    cursor: pointer;
    padding: 1rem;
    z-index: 99;
}

.hamburger span {
    display: block;
    width: 2.4rem;
    height: 2px;
    background: white;
    transition: transform .35s ease, opacity .3s ease;
}

.hamburger.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}


.mobileMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .95);
    z-index: 98;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1),
                opacity .4s ease;
}

.mobileMenu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.mobileMenu a {
    color: white;
    text-decoration: none;
    font-size: 2.4rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
}

.mobileMenu.open a {
    opacity: 1;
    transform: translateY(0);
}

.mobileMenu.open a:nth-child(1) { transition-delay: .1s; }
.mobileMenu.open a:nth-child(2) { transition-delay: .15s; }
.mobileMenu.open a:nth-child(3) { transition-delay: .2s; }
.mobileMenu.open a:nth-child(4) { transition-delay: .25s; }
.mobileMenu.open a:nth-child(5) { transition-delay: .3s; }

.mobileMenu a:hover {
    color: rgba(255, 255, 255, .6);
}


#hero {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    padding-top: 10rem;
    position: relative;
    z-index: 10;
}

#hero .zawartosc {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    padding-bottom: 4rem;
}

#hero h1 {
    font-weight: 900;
    text-transform: uppercase;
    line-height: .95;
    margin-bottom: 4rem;
    max-width: 900px;
    font-family: bitcount-grid-single-line-sq;
    text-align: center;
    text-decoration: none;
    border: none;
}

.h1Maly {
    font-size: 10rem;
    display: block;
    letter-spacing: .1em;
    font-family: bitcount-grid-single-line-sq;
    font-weight: 500;
    font-style: normal;
}

.h1Duzy {
    font-size: 20rem;
    display: block;
    letter-spacing: -.02em;
    line-height: .85;
    font-family: bitcount-grid-single-line-sq;
    font-weight: 500;
    font-style: normal;
}

.h1Sredni {
    font-size: 10rem;
    display: block;
    letter-spacing: .1em;
    font-family: bitcount-grid-single-line-sq;
    font-weight: 500;
    font-style: normal;
}


.przycisk {
    display: inline-block;
    padding: 1.5rem 4rem;
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-family: Bahnschrift;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 10;
    transition: color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.przycisk::before {
    content: "";
    position: absolute;
    inset: 0;
    background: white;
    border-radius: 50px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.przycisk span {
    position: relative;
    z-index: 1;
    font-family: Bahnschrift;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
}

.przycisk:hover {
    color: black;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 255, 255, .15);
}

.przycisk:hover::before {
    transform: scaleX(1);
}

.duzyPrzycisk {
    display: inline-block;
    border: 1px solid white;
    border-radius: 50px;
    padding: 2rem 8rem;
    color: white;
    text-decoration: none;
    font-size: 3rem;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.duzyPrzycisk::before {
    content: "";
    position: absolute;
    inset: 0;
    background: white;
    border-radius: 50px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}

.duzyPrzycisk span {
    position: relative;
    z-index: 1;
}

.duzyPrzycisk:hover {
    color: black;
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(255, 255, 255, .2);
}

.duzyPrzycisk:hover::before {
    transform: scaleX(1);
}


.tytulSekcji {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 6rem;
}

.tytulSekcji::before {
    content: "";
    width: 1px;
    height: 5rem;
    background: white;
    flex-shrink: 0;
}

h2 {
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 900;
}


.lineup {
    display: flex;
    gap: 3rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2rem;
    padding-top: 1.5rem;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 1rem;
}

.lineup::-webkit-scrollbar {
    height: 4px;
}

.lineup::-webkit-scrollbar-track {
    background: transparent;
}

.lineup::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .4);
    border-radius: 2px;
}

.lineup article {
    flex: 0 0 auto;
    width: 220px;
    text-align: center;
}

.lineup img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border: 1px solid white;
    border-radius: 2rem;
    display: block;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.lineup article:hover img {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .7);
}

.lineup p {
    margin-top: 2rem;
    text-transform: uppercase;
}


#schedule {
    text-align: center;
}

.harmonogram {
    max-width: 900px;
    margin: 5rem auto 0;
}

.event {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    padding: 2rem 3rem;
    margin-bottom: 2rem;
    transition: border-color .3s ease, background .3s ease, transform .3s ease;
    cursor: default;
}

.event:hover {
    border-color: white;
    background: rgba(255, 255, 255, .05);
    transform: scale(1.01);
}


#tickets {
    text-align: center;
}

#tickets h2 {
    font-size: 8rem;
    margin-bottom: 2rem;
}

.strzalka {
    font-size: 5rem;
    display: inline-block;
    transition: transform .3s ease;
    cursor: pointer;
}

.strzalka:hover {
    transform: translateX(14px);
}


.lokalizacja {
    max-width: 1200px;
    margin: auto;
}

.lokalizacja img {
    width: 100%;
    height: 28rem;
    object-fit: cover;
    object-position: center 60%;
    border-radius: 1.2rem;
    display: block;
}

.adres {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.adresLewo {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.adresNazwa {
    font-size: 2.6rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.adresUlica,
.adresMiasto {
    font-size: 1.4rem;
    opacity: .45;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.adresLink {
    font-size: 1.3rem;
    font-family: Bahnschrift;
    color: rgb(255, 140, 0) !important;
    text-decoration: none !important;
    letter-spacing: .3em;
    text-transform: uppercase;
    transition: letter-spacing .3s ease, opacity .3s ease;
}

.adresLink:hover {
    letter-spacing: .45em;
    opacity: .75;
}


.listaFAQ {
    max-width: 800px;
    margin: auto;
}

.faqItem {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    overflow: hidden;
}

.pytanie {
    padding: 2.5rem 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    font-size: 1.8rem;
    transition: color .3s ease;
    user-select: none;
}

.pytanie:hover {
    color: rgba(255, 255, 255, .75);
}

.faqIkona {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1;
    opacity: .6;
    flex-shrink: 0;
    transition: transform .35s ease, opacity .3s ease;
}

.faqItem.open .faqIkona {
    transform: rotate(45deg);
    opacity: 1;
}

.odpowiedz {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s ease;
}

.odpowiedz p {
    font-size: 1.6rem;
    line-height: 1.7;
    opacity: 0;
    padding-bottom: 2.5rem;
    transform: translateY(20px);
    transition: transform .4s ease, opacity .4s ease;
}

.faqItem.open .odpowiedz {
    max-height: 15rem;
}

.faqItem.open .odpowiedz p {
    opacity: .7;
    transform: translateY(0);
}


.sponsorzy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
    max-width: 700px;
    margin: auto;
}

.sponsor {
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    margin: auto;
    transition: border-color .3s ease, transform .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sponsor article {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
}

.sponsor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.sponsor:hover {
    border-color: white;
    transform: scale(1.08);
}


#ostatnieTICKETS {
    padding: 10rem 0;
    display: flex;
    justify-content: center;
}


#stopka {
    padding: 12rem 0 6rem 0;
    background: black;
    position: relative;
    z-index: 2;
}

#stopka .zawartosc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5rem;
}

.footerLewo {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footerLewo a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    opacity: .6;
    transition: opacity .3s ease, transform .3s ease;
}

.footerLewo a:hover {
    opacity: 1;
    transform: translateX(4px);
}

.footerSrodek {
    text-align: center;
    align-self: flex-end;
}

.footerSrodek p {
    font-size: 1rem;
    opacity: .5;
}

.footerPrawo {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: right;
}

.footerPrawo p {
    font-size: 1.2rem;
    opacity: .5;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footerPrawo a {
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    opacity: .7;
    transition: opacity .3s ease, letter-spacing .3s ease;
    cursor: pointer;
}

.footerPrawo a:hover {
    opacity: 1;
    letter-spacing: .06em;
}

@media (min-width: 769px) {

    #lineup,
    #schedule,
    #tickets,
    #location,
    #faq,
    #sponsors {
        scroll-margin-top: 10rem;
    }

}

/************ TABLET ************/

@media (max-width: 1100px) and (min-width: 769px) {

    .lineup article {
        flex: 0 0 auto;
        width: 160px;
    }

    .lineup img {
        width: 160px;
        height: 160px;
    }

}

/************ MOBILE ************/

@media (max-width: 768px) {

    html, body {
        overflow-x: hidden;
        width: 100%;
    }

    section {
        padding: 8rem 0;
    }


    nav {
        background: transparent;
        border-bottom: none;
    }

    nav.scrolled {
        background: rgba(0, 0, 0, .5);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(255, 255, 255, .06);
    }

    nav .zawartosc {
        justify-content: space-between;
        gap: 0;
        height: 8rem;
        padding: 0 2rem;
    }

    nav ol {
        display: none;
    }

    .hamburger {
        display: flex;
    }


    .zawartosc {
        width: 92%;
        max-width: 100%;
    }

    #hero {
        min-height: 100vh;
        padding-top: 8rem;
    }

    #hero h1 {
        line-height: .9;
        margin-bottom: 3rem;
    }

    .h1Maly {
        font-size: clamp(2.8rem, 7vw, 5rem);
    }

    .h1Duzy {
        font-size: clamp(6rem, 18vw, 10rem);
    }

    .h1Sredni {
        font-size: clamp(2.8rem, 7vw, 5rem);
    }

    .przycisk {
        padding: 1.4rem 3.5rem;
        font-size: 1.3rem;
    }

    .przycisk span {
        font-size: 1.3rem;
    }


    h2 {
        font-size: 3.2rem;
    }

    .tytulSekcji {
        margin-bottom: 4rem;
    }


    .lineup {
        gap: 2rem;
        padding-top: 1rem;
    }

    .lineup article {
        width: 150px;
    }

    .lineup img {
        width: 150px;
        height: 150px;
    }

    .lineup p {
        font-size: 1.4rem;
        margin-top: 1.2rem;
    }


    #schedule {
        text-align: left;
    }

    #schedule h2 {
        text-align: center;
    }

    .harmonogram {
        margin-top: 3rem;
    }

    .event {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 1.8rem 0;
        font-size: 1.4rem;
        gap: 0;
        flex-wrap: wrap;
        align-items: center;
        transition: opacity .3s ease;
    }

    .event:hover {
        transform: none;
        background: transparent;
        opacity: .75;
    }

    .event span:nth-child(1) {
        flex: 1 1 auto;
        text-align: left;
        font-weight: 700;
    }

    .event span:nth-child(3) {
        flex: 0 0 auto;
        text-align: right;
        font-size: 1.3rem;
        opacity: .7;
    }

    .event span:nth-child(2) {
        flex: 0 0 100%;
        order: 3;
        text-align: left;
        font-size: 1.2rem;
        opacity: .5;
        margin-top: .4rem;
    }


    #tickets h2 {
        font-size: 5.5rem;
    }


    .lokalizacja img {
        height: 20rem;
        border-radius: .8rem;
    }

    .adres {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        padding: 2.5rem 0;
    }

    .adresNazwa {
        font-size: 2rem;
    }

    .adresUlica,
    .adresMiasto {
        font-size: 1.2rem;
    }

    .adresLink {
        font-size: 1.2rem;
        letter-spacing: .2em;
    }


    .pytanie {
        font-size: 1.5rem;
        padding: 2rem 0;
    }


    .sponsorzy {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
        max-width: 100%;
    }

    .sponsor {
        width: 60px;
        height: 60px;
    }

    .sponsor article {
        padding: .8rem;
    }


    #ostatnieTICKETS {
        padding: 6rem 0;
    }

    .duzyPrzycisk {
        padding: 1.8rem 6rem;
        font-size: 2.2rem;
    }


    #stopka {
        padding: 6rem 0 4rem 0;
        background: transparent;
    }

    #stopka .zawartosc {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        text-align: center;
    }

    .footerLewo {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem 3rem;
    }

    .footerLewo a {
        font-size: 1.1rem;
        opacity: 1;
    }

    .footerSrodek {
        align-self: center;
        order: 3;
    }

    .footerPrawo {
        text-align: center;
        align-items: center;
        order: 2;
    }

    .footerPrawo p,
    .footerPrawo a,
    .footerSrodek p {
        opacity: 1;
        color: white;
    }

}

@media (max-width: 480px) {

    body {
        background:
            radial-gradient(circle 260px at 50% 360px,
                rgba(255, 140, 0, .95) 0%,
                rgba(220, 80, 0, .6) 35%,
                transparent 70%
            ),
            radial-gradient(circle 200px at 50% 1050px,
                rgba(240, 120, 0, .85) 0%,
                rgba(200, 60, 0, .5) 35%,
                transparent 70%
            ),
            radial-gradient(circle 180px at 50% 1800px,
                rgba(230, 110, 0, .75) 0%,
                rgba(180, 50, 0, .4) 35%,
                transparent 70%
            ),
            black;
        background-attachment: fixed;
    }

    #hero,
    #stopka {
        background: transparent;
    }

}