/* Reset i font */
/* Ładowanie lokalnych czcionek */
@font-face {
    font-family: 'Magilio';
    src:
        url('fonts/Magiliopolskieznaki-Regular.woff2') format('woff2'),
        url('fonts/Magiliopolskieznaki-Regular.otf') format('opentype'),
        url('fonts/Magiliopolskieznaki-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mshtakan';
    src: url('fonts/Mshtakan.ttc') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Lato Regular */
@font-face {
    font-family: 'Lato';
    src:
        url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Lato Thin */
@font-face {
    font-family: 'Lato';
    src:
        url('fonts/Lato-Thin.woff2') format('woff2'),
        url('fonts/Lato-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

/* Lato Light */
@font-face {
    font-family: 'Lato';
    src:
        url('fonts/Lato-Light.woff2') format('woff2'),
        url('fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* Lato Bold */
@font-face {
    font-family: 'Lato';
    src:
        url('fonts/Lato-Bold.woff2') format('woff2'),
        url('fonts/Lato-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 20px;
    scroll-behavior: smooth;
}

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

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

/* Nawigacja */
.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    padding: 0 40px;
    align-items: center;
    font-size: 14px;
    background-color: #000;
    height: 90px;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}

.nav-links {
    display: flex;
    align-items: center;
}

.logo img {
    width: 60px;
    display: block;
}

.nav-links_social {
    width: 32px;
    color: #fff;
}

/* Nawigacja na telefon */

.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    cursor: pointer;
}

.burger div {
    background-color: white;
    height: 3px;
    border-radius: 2px;
}

.burger_nav-links {
    display: none;
    width: 100%;
    transition: all 0.2s;
}

.burger_nav_link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2rem;
    padding: 10px 20px;
    width: 100%;
    height: 90px;
    text-align: center;
    border-bottom: 1px solid #252525;
}

.burger_nav_link--active {
    background-color: #f4a261;
}

.burger_social {
    margin-top: 50px;
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.burger_social a img {
    width: 50px;
}

.nav_mobile_title {
    display: block;
}

.nav_mobile_title {
    display: none;
}

/* Mobilna wersja */
@media (max-width: 1100px) {
    .nav_mobile_title {
        position: absolute;
        top: 25%;
        right: 32%;
        display: flex;
        width: 30%;
        height: 50%;
        justify-content: center;
        align-items: center;
        color: #fff;
        /* background-color: #f4a261; */
        border-radius: 30px;
        font-weight: bold;
    }
    .nav-links {
        display: none;
    }

    .burger_nav-links.active {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        height: 100vh;
        width: 50vh;
        flex-direction: column;
        background-color: #000;
        color: #fff;
    }

    .burger {
        display: flex;
    }
}

/* Przyciski w nawigacji */
.nav-links a {
    margin-left: 15px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    padding: 12px 18px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 0.8rem;
}

/* Zwykły tekst: Informacje, Galeria */
.btn-text {
    color: #fff;
    background: none;
}

.btn-text:hover {
    color: #f4a261;
}

.btn-text--active {
    background-color: #f4a261;
    color: #fff;
    transition: all 0.3s;
}

.btn-text--active:hover {
    transform: scale(1.1);
    color: #fff;
}

/* Przycisk z borderem: Regulamin */
.btn-border {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
}

.btn-border:hover {
    color: #f4a261;
    border-color: #f4a261;
}

/* Przycisk z tłem i borderem: Zapisz się */
.btn-fill {
    color: #fff;
    background: #f4a261;
    border: 2px solid #f4a261;
}

.btn-fill:hover {
    background: transparent;
    color: #f4a261;
    transform: scale(1.05);
}

/* Hero */
.hero {
    background: url('images/hero_baner.jpg') top center no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero--festiwal,
.hero--galeria,
.hero--konkurs,
.hero--warsztaty {
    height: 50vh;
    background-color: #1b5a6a !important;
}

.hero--wyniki {
    background-size: cover;
    height: 50vh;
    background-color: #1b5a6a !important;
    position: relative;
    color: #f1ebbd;
    font-size: 4rem;
    font-family: Magilio;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero--festiwal {
    background: url('images/wetransfer_natura-i-kultura-zakladki-02-png_2025-10-17_1634/natura\ i\ kultura\ zakładki-04.png')
        center no-repeat;
    background-size: contain;
}

.hero--galeria {
    background: url('images/wetransfer_natura-i-kultura-zakladki-02-png_2025-10-17_1634/natura\ i\ kultura\ zakładki-05.png')
        center no-repeat;
    background-size: contain;
}

.hero--konkurs {
    background: url('images/wetransfer_natura-i-kultura-zakladki-02-png_2025-10-17_1634/natura\ i\ kultura\ zakładki-02.png')
        center no-repeat;
    background-size: contain;
}

.hero--warsztaty {
    background: url('images/wetransfer_natura-i-kultura-zakladki-02-png_2025-10-17_1634/natura\ i\ kultura\ zakładki-03.png')
        center no-repeat;
    background-size: contain;
}

@media (max-width: 700px) {
    .hero {
        background: url('images/hero_baner-2.png') top center no-repeat;
        background-size: cover;
        height: 100vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .hero--festiwal {
        background: url('images/wetransfer_natura-i-kultura-zakladki-02-png_2025-10-17_1634/MOB_festiwal.png')
            center center;
        background-size: cover;
        height: 50vh;
    }
    .hero--galeria {
        background: url('images/wetransfer_natura-i-kultura-zakladki-02-png_2025-10-17_1634/MOB_galeria.png')
            center center;
        background-size: cover;
        height: 50vh;
    }
    .hero--konkurs {
        background: url('images/wetransfer_natura-i-kultura-zakladki-02-png_2025-10-17_1634/MOB_konkurs.png')
            center center;
        background-size: cover;
        height: 50vh;
    }
    .hero--warsztaty {
        background: url('images/wetransfer_natura-i-kultura-zakladki-02-png_2025-10-17_1634/MOB_warsztaty.png')
            center center;
        background-size: cover;
        height: 50vh;
    }
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.1); czarny overlay */
    z-index: 1;
}

.hero-text {
    position: relative;
    z-index: 2; /* nad overlay */
    color: #000;
}

.hero-text h1 {
    font-family: 'Magilio', cursive;
    font-size: 8rem;
    letter-spacing: 3px;
    margin-bottom: 0rem;
    line-height: 9rem;
    margin-top: 10rem;
}

.hero-text p {
    font-family: 'Magilio', sans-serif;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.btn-primary {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #f4a261;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2rem;
    transition: transform 0.3s;
}

.btn-primary:hover {
    transform: scale(1.05);
}

/* Responsywność */
@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 2.2rem;
    }
    .hero-text p {
        font-size: 1rem;
    }
    .nav-links a {
        padding: 6px 12px;
        margin-left: 10px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 1.8rem;
    }
    .hero-text p {
        font-size: 0.9rem;
    }
    .nav-links a {
        padding: 5px 10px;
        margin-left: 8px;
        font-size: 0.8rem;
    }
}

/* **************** */
/* 2. ABOUT SECTION */
/* **************** */

.about {
    width: 100%;
    padding: 5rem 0rem;
    background-color: #f4f4f4;
}

.harmonogram_list {
    padding-top: 5%;
    display: flex;
    align-items: flex-start;
    width: 65%;
    justify-content: space-between;
    margin: auto;
}

.harmonogram_item {
    text-align: center;
    border-top: 2px solid #272727;
    width: 23%;
    padding-top: 1rem;
    font-size: 1.4rem;
    font-family: 'Lato';
    font-weight: 300;
}

.harmonogram_item-accent {
    display: block;
    color: #f4a261;
    font-size: 2rem;
}

/* 2.1 ABOUT container */

.about_container {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: auto;
}

.about_container-text {
    width: 100%;
    text-align: center;
}

.about_heading {
    font-family: 'Magilio';
    font-size: 3.5rem;
    line-height: 3rem;
}

.about_sub-header {
    font-family: 'Lato';
    font-size: 1.6rem;
    display: block;
    margin-bottom: 1rem;
}

.about_button {
    font-family: 'Lato';
    display: block;
    padding: 15px 25px;
    font-size: 1rem;
    background-color: #f4a261;
    color: #fff;
    border-radius: 0px;
    border: none;
    font: caption;
    font-weight: 100;
    margin-top: 1rem;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.about_button:hover {
    background-color: transparent;
    border: 2px solid #f4a261;
    color: #f4a261;
    cursor: pointer;
}

.about_container-baner {
    width: 20%;
}

.about_container-baner img {
    width: 100%;
}

.sponsors_bar {
    width: 50%;
    margin-top: 90px !important;
    margin: auto;
    display: flex;
    justify-content: space-around;
    background-color: #fff !important;
}

.sponsors_bar-image {
    margin: auto;
    width: 80%;
}

@media (max-width: 1400px) {
    .about_container-text {
        width: 70%;
    }
}

@media (max-width: 1000px) {
    .about_container-baner {
        width: 40%;
        margin-bottom: 50px;
    }

    .about_container {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

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

    .about_button {
        margin: auto;
        margin-top: 20px;
    }
}

@media (max-width: 670px) {
    .about_container {
        width: 90%;
    }
    .about_container-text {
        width: 100%;
    }
}

/* *************** */
/* 4. SECTION FORM */
/* *************** */
.form-section {
    width: 100%;
    margin: auto;
    margin-top: 50px;
    padding-top: 4rem;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
}
.form-section h2 {
    font-family: 'Magilio';
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 32px;
}

.workshop_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5rem 10%;
}

.workshop_section--right {
    background-color: #cfecf3;
}

.workshop-image_box {
    width: 350px;
    height: 350px;
}

.workshop-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workshop_container {
    text-align: left;
    width: 60%;
    /* padding: 5rem 10%; */
}

.workshop_heading {
    font-family: 'Magilio';
    font-size: 3.5rem;
}

.workshop_paragraph {
    text-align: justify;
}

.workshop_button {
    font-family: 'Lato';
    display: block;
    padding: 15px 25px;
    font-size: 1rem;
    background-color: #f4a261;
    color: #fff;
    border-radius: 0px;
    border: none;
    font: caption;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 1rem;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.workshop_button:hover {
    background-color: transparent;
    border: 2px solid #f4a261;
    color: #f4a261;
    cursor: pointer;
}

/* ********* */
/* 5. FOOTER */
/* ********* */

.footer {
    background-color: #1b5a6a;
    padding: 4% 10% 0% 10%;
    color: #000;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_logo {
    width: 200px;
    margin-bottom: 2rem;
}

.social {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.social .nav-links_social {
    width: 50px;
}

.footer_right {
    display: flex;
    align-items: flex-start;
    width: 50%;
    justify-content: space-around;
}

.footer_contact {
    color: #f1f5f9;
    font-size: 1rem;
}

.footer_links {
    display: flex;
    flex-direction: column;
    color: #f1f5f9;
}

.footer_link_a {
    margin-bottom: 20px;
    font-size: 1rem;
    transition: all 0.2s;
}

.footer_link_a:hover {
    color: #f4a261;
}

.copyright {
    margin: auto;
    width: 100%;
    text-align: center;
    color: #f1f5f9;
    font-size: 1rem;
    border-top: 1px solid #17505e;
    padding-top: 20px;
    width: 50%;
}

/* Mobile: układ pionowy */
@media (max-width: 768px) {
    .footer-inner {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }
    .footer-left {
        align-items: center;
    }
    .footer-right {
        margin-bottom: 20px;
    }
    .footer-about {
        margin-left: auto;
        margin-right: auto;
    }
    .copyright {
        width: 80%;
    }
}

/* REGULAMIN INDEX */
.regulamin {
    width: 100%;
    margin: auto;
    padding: 4% 10%;
}

.heading {
    font-family: 'Magilio';
    text-transform: uppercase;
    text-align: center;
    font-size: 3.5rem;
}

.subheading {
    font-family: 'Magilio';
    font-size: 2rem;
    margin-top: 2rem;
}

.regulamin_list {
    padding-left: 3rem;
}

.regulamin_button {
    margin-right: 2rem;
    font-family: 'Lato';
    display: inline-block;
    padding: 15px 25px;
    font-size: 1rem;
    background-color: #f4a261;
    color: #fff;
    border-radius: 0px;
    border: none;
    font: caption;
    font-weight: 100;
    margin-top: 1rem;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.regulamin_button:hover {
    background-color: transparent;
    border: 2px solid #f4a261;
    color: #f4a261;
    cursor: pointer;
}

.festiwal_title {
    font-family: 'Magilio';
    text-transform: uppercase;
    text-align: center;
    font-size: 3.5rem;
    margin-top: 2rem;
}

.festiwal_title_2 {
    font-family: 'Magilio';
    text-transform: uppercase;
    text-align: left;
    font-size: 2.5rem;
    margin-top: 2rem;
}

.festiwal_paragraph {
    text-align: center;
    font-size: 1.3rem;
}

.festiwal_paragraph_2 {
    text-align: left;
    font-size: 1.3rem;
}

.festiwal_container {
    padding: 5% 10%;
}

.festiwal_container_methods,
.festiwal_container_info {
    background-color: #cfecf3;
}

.festiwal_container_awards {
    background-color: #fff;
}

.methods_heading {
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Magilio';
    text-transform: uppercase;
}

.methods_container {
    margin-top: 4rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.method {
    text-align: center;
    width: 20%;
}

.method_icon {
    width: 20%;
    margin: auto;
    color: #000;
}

.awards_container {
    background-color: #fff;
}

.festiwal_container_header,
.festiwal_container_info,
.festiwal_container_info_end {
    padding: 5% 20%;
}

#submit_work {
    display: block;
    width: 30%;
    border: 2px solid #f4a261;
    color: #fff;
    background-color: #f4a261;
    margin: 2rem auto;
    text-align: center;
    border-radius: 5rem;
    padding: 10px 20px;
    transition: all 0.3s;
}

#submit_work:hover {
    color: #f4a261;
    background-color: #fff;
}

/* festiwal media */

@media (max-width: 2000px) {
    .festiwal_container_header,
    .festiwal_container_header,
    .festiwal_container_info,
    .festiwal_container_info_end {
        padding: 5% 10%;
    }
}

@media (max-width: 1500px) {
    .festiwal_container_header,
    .festiwal_container_header,
    .festiwal_container_info,
    .festiwal_container_info_end {
        padding: 5% 5%;
    }

    .harmonogram_list {
        width: 90%;
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .harmonogram_item-accent,
    .harmonogram_item {
        font-size: 20;
    }
    .harmonogram_list {
        width: 95%;
    }
    #submit_work {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .festiwal_title,
    .methods_heading {
        font-size: 2rem;
    }
    .festiwal_paragraph {
        font-size: 1rem;
    }

    .methods_container,
    .awards_container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .method {
        width: 50%;
        margin-bottom: 50px;
    }
}

@media (max-width: 800px) {
    .harmonogram_list {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .harmonogram_item {
        width: 40%;
        margin-top: 40px;
        flex: 1 1 40%;
        box-sizing: border-box;
    }
    .method_title {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .harmonogram_item {
        width: 80%;
    }
    .method {
        width: 90%;
    }
    #submit_work {
        width: 80%;
    }
}

@media (max-width: 400px) {
    .harmonogram_item {
        width: 90%;
    }
    #submit_work {
        width: 90%;
    }
}

/* Regulamin media */

@media (max-width: 1250px) {
    .regulamin {
        padding: 4% 5%;
    }
    .heading {
        font-size: 2.5rem;
    }

    .subheading {
        font-size: 1.5rem;
    }

    .paragraph,
    .regulamin_list {
        font-size: 16px;
    }
}

@media (max-width: 650px) {
    .attachments {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .regulamin {
        font-size: 16px;
    }
    .heading {
        font-size: 2rem;
    }

    .subheading {
        text-align: center;
        font-size: 1rem;
    }

    .paragraph {
        text-align: center;
    }
    .regulamin_list {
        font-size: 16px;
    }
}

/* Festiwal media */

@media (max-width: 1250px) {
    .workshop_section {
        padding: 2rem 5%;
    }
}

@media (max-width: 700px) {
    .workshop_section {
        padding: 2rem 5%;
    }

    .subheading {
        font-size: 1.5rem;
    }

    .paragraph {
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .workshop_link,
    .workshop_button {
        display: block;
        margin: auto;
    }
    .workshop_section {
        flex-direction: column;
    }

    .workshop_heading {
        line-height: 1;
    }

    .workshop_container {
        width: 100%;
    }

    .workshop_heading,
    .workshop_paragraph {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
}

@media (max-width: 600px) {
    .form-section h2 {
        font-size: 3rem;
        margin: 0;
    }
    .workshop_heading {
        font-size: 2rem;
    }

    .workshop_paragraph {
        font-size: 1rem;
    }
}

/* footer media */

@media (max-width: 860px) {
    .footer {
        padding: 0;
    }
    .site-footer {
        padding-top: 8%;
        width: 100%;
        flex-direction: column;
    }
    .footer_right {
        border-top: 1px solid #17505e;
        padding-top: 40px;
        margin-top: 40px;
        width: 100%;
        justify-content: space-around;
    }

    .sponsors_bar {
        width: 100%;
    }
    .sponsors_bar-image {
        width: 100%;
    }
    .footer_logo {
        width: 150px;
    }
}

@media (max-width: 500px) {
    .footer_right {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer_logo {
        width: 100px;
    }

    .social .nav-links_social {
        width: 35px;
    }
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    padding: 20px;
}

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.gallery img:hover {
    transform: scale(1.03);
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-direction: column;
}

.lightbox img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.lightbox .controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 30px;
}

.lightbox button {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s;
}

.lightbox button:hover {
    background: rgba(255, 255, 255, 0.4);
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
}

.section_gallery {
    padding: 5% 10%;
}

.gallery-item {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    background: #eee;
}

.gallery-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

/* new code */

.blank_space {
    height: 1vh;
    width: 100%;
    background-color: #17505e;
}

.carousel {
    position: relative;
    width: 100vw;
    overflow: hidden;
    background-color: #1b5a6a;
}

.carousel-window {
    width: 100%;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease;
}

.slide {
    flex: 0 0 100%;
}

.slide img,
.slide video {
    width: 100%;
    height: auto;
    display: block;
}

/* BUTTONY */
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    cursor: pointer;
}

.prev {
    left: 10px;
}
.next {
    right: 10px;
}

.carousel-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    margin-bottom: 24px;
}

.carousel-pagination button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.carousel-pagination button.active {
    background: white;
}

.carousel-window {
    transition: height 0.3s ease;
}

/* RESPONSYWNOŚĆ */

/* Tablety (max-width: 1024px) */
@media (max-width: 1024px) {
    .carousel-window {
        height: 300px;
    }
    .hero--wyniki {
        font-size: 2rem;
    }
    .prev,
    .next {
        width: 45px;
        height: 45px;
        font-size: 1.8rem;
    }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
    .carousel-window {
        height: 200px;
    }

    .prev,
    .next {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
}

/* DESKTOP */
@media (min-width: 1025px) {
    .test {
        background-color: #1b5a6a;
    }
    .carousel {
        width: 80%;
        margin: 0 auto;
    }
}

.youtube {
    background-color: #f4f4f4;
    padding-bottom: 2rem;
}

.youtube .video-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px;
}

.youtube .video-wrapper {
    flex: 1 1 45%;
    max-width: 560px;
    aspect-ratio: unset;
    height: 400px;
}

.youtube .video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1150px) {
    .youtube .video-container {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .youtube .video-wrapper {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .youtube .video-wrapper iframe {
        width: 100%;
        height: 100%;
    }
}
