html {
    overflow-x: hidden;
    
}

body {
    font-family: 'Times new roman', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #161624, #4f4f4f);
    /* color: black; */
    scroll-behavior: smooth;
    font-size: 1.1rem;
    overflow-x: hidden;
    width: 100%;
}

.font-white {
    color: white;
}

header {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;

}

header h1 {
    font-size: 2.5rem;
    color: #ffd700;
    margin: 0;
}

header p {
    font-size: 1.2rem;
    color: #e0e0e0;
}

nav {
    position: fixed; /* Przyklejenie menu */
    top: 0;
    left: 0;
    width: 100%;
   
    background-color: #131010;
    color: white;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    z-index: 1000; /* Zapewnia, że menu jest na wierzchu */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

nav a {
    color: #ffd700;
    text-decoration: none;
    margin: 0 0.5rem;
    font-size: 1rem;
    transition: color 0.3s;
}

nav a:hover {
    color: #fff;
}

.hero_left {
    text-align: left;
}

.hero_right {
    text-align: right;
}

.hero {
    display: flex;
    justify-content: space-between;
    height: 0px;
    /* padding: 4rem 1rem; */
    /*background: url('https://via.placeholder.com/1500x500') center/cover no-repeat;*/
}

.hero h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: 0px;
}

.hero button {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    background-color: #ffd700;
    color: #1e1e2f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.hero button:hover {
    background-color: #e6c200;
}

section {
    padding: 1rem 1rem;
    /* text-align: center; */
}

.about, .music, .contact {
    max-width: 1302px;
    margin: 0 auto;
}

.video_section {
    max-width: 1596px;
    margin: 0 auto;
}

form {
    background: rgba(0, 0, 0, 0.8);
    padding: 14px;
    border-radius: 15px;
    box-shadow: 0 0 20px #F7F3BE;
    width: 90%;
    
}

form input, form textarea, form button {
    width: 80%;
    margin-bottom: 1.2rem;
    padding: 1rem;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    box-shadow: inset 0 0 10px rgba(0, 225, 255, 0.3);
    transition: all 0.3s;
}

form input:focus, form textarea:focus {
    box-shadow: inset 0 0 15px rgba(255, 0, 128, 0.5), 0 0 10px rgba(255, 0, 128, 0.5);
}

form button {
    background: linear-gradient(135deg, #00e1ff, #ff0080);
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

form button:hover {
    background: linear-gradient(135deg, #ff0080, #00e1ff);
    box-shadow: 0 0 15px rgba(255, 0, 128, 0.8), 0 0 20px rgba(0, 225, 255, 0.8);
}

form::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 15px;
    
    filter: blur(10px);
    z-index: -1;
}

form h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    color: #00e1ff;
}

.highlight {
   
    padding: 2px 2px;
    border-radius: 5px;
    background: linear-gradient(45deg, #c0c066, #d2dad5);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.highlight_bottom {
   
   padding: 2px 2px;
   border-radius: 5px;
   background: linear-gradient(180deg, #c0c066, #6e1767);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.container {
    /* linear-gradient(to bottom, #884d80, #40E0D0); */
    border-radius: 15px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    max-width: 1600px;
    margin-top: 8px;
    padding: 30px;
    text-align: justify;
}

.container_v {
    border-radius: 15px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    max-width: 1600px;
    margin-top: 8px;
    
    text-align: justify;
}
.image-container {
/* max-width: 950px; Maksymalna szerokość kontenera */
/* margin: 0 auto; */
/* padding: 10px;  */
}

.baner {
    max-width: 70%;
    justify-content: center;
height: auto;
margin-top: 50px;
}

@media (max-width: 968px) {
.baner {
max-width: 100%; /* Zmniejsz szerokość obrazka na mniejszych ekranach */
}
}

@media (max-width: 580px) {
.baner {
max-width: 100%;
justify-content: center;
padding: 5px; /* Daj trochę więcej przestrzeni na małych ekranach */
}
}

.nav-hidden {
    transform: translateY(-100%);
}

.nav-links ul {
list-style: none;
display: inline;
gap: 15px;
padding: 0;
margin: 0;
}

.nav-links li {
display: inline-block;
}

.nav-links a {
color: #f1f0e9;
font-size: 1.0em;
text-decoration: none;
transition: transform 0.3s ease, color 0.3s ease;
}

.nav-links a .icons {
    font-size: 1.6em;
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease;
    }

.nav-links a:hover {
transform: scale(1.2);
color: #F7F3BE;
}

.mobile-menu ul {
    list-style: none;
    display: inline;
    gap: 10px;
    padding: 0;
    margin: 0;
    }
    
    .mobile-menu li {
    display: inline-block;
    }
    
    .mobile-menu a {
    color: #f1f0e9;
    font-size: 1.5em;
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease;
    }
    
    .mobile-menu a .icons {
        font-size: 1.0em;
        text-decoration: none;
        transition: transform 0.3s ease, color 0.3s ease;
        }

.styled-text {
font-family: 'Georgia', serif;
/* line-height: 1.8; */
font-size: 1.1rem;
color: black;
text-align: justify;
}

.styled-text .dropcap {
float: left;
font-size: 81px;
line-height: 1;
font-weight: bold;
margin-right: 10px;
margin-top: 5px;
color: #f1e9e9;
font-family: 'Times New Roman', serif;
}

.phone {
color: #F7F3BE;
text-decoration: none;
}

.container_video {
    width: 100%;
    margin: auto;
    padding: 20px;
}

.title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
}

.song-list {
    max-width: 1500px;
            margin: auto;
      
}

.song-item {
    width: 300px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.song-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.song-thumbnail {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.song-content {
    padding: 15px;
    text-align: center;
}

.song-title {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 10px;
}

.play-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    color: #fff;
    background-color: #e63946;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.play-button:hover {
    background-color: #d62828;
}

.container_photos {
    display: flex;
    max-width: 900px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.image-repeater {
    position: relative;
    width: 40%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.image-repeater img {
    position: absolute;
    text-align: left;
    /*
    width: 100%;
    height: 100%; */
    object-fit: cover;
    opacity: 0;
    /* transition: opacity 1.5s ease-in-out; */
    animation: fadeImages 32s infinite;
}

/* Animacja zdjęć */
@keyframes fadeImages {
    0%, 100% { opacity: 0.8; }
    30%, 70% { opacity: 0.2; }
}

/* Każde zdjęcie pojawia się w odpowiednim momencie */
.image-repeater img:nth-child(1) { animation-delay: 0s; }
.image-repeater img:nth-child(2) { animation-delay: 4s; }
.image-repeater img:nth-child(3) { animation-delay: 8s; }
.image-repeater img:nth-child(4) { animation-delay: 12s; }
.image-repeater img:nth-child(5) { animation-delay: 16s; }
.image-repeater img:nth-child(6) { animation-delay: 20s; }
.image-repeater img:nth-child(7) { animation-delay: 24s; }
.image-repeater img:nth-child(8) { animation-delay: 28s; }
.image-repeater img:nth-child(9) { animation-delay: 32s; }
/* .image-repeater img:nth-child(10) { animation-delay: 18s; } */

.text-content {
    width: 60%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

.container_concerts {
    max-width: 1611px;
    margin: auto;
}

h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
}

.video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}


.video-item {
    width: 22%;
    max-width: 500px;

    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #444;
}


/* Przycisk hamburger (ukryty na dużych ekranach) */
.menu-toggle {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
}

/* Menu mobilne */
.mobile-menu {
    display: none;
    flex-direction: column;
    background: #222;
    position: absolute;
    top: 60px;
    right: 20px;
    width: 200px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.mobile-menu a {
    color: white;
    text-decoration: none;
    padding: 12px;
    border-bottom: 1px solid #333;
    text-align: center;
}

.mobile-menu a:last-child {
    border-bottom: none;
}

.mobile-menu a:hover {
    background: #444;
}

/* Media query dla ekranów mobilnych */
@media (max-width: 868px) {
    .nav-links {
        display: none; /* Ukrywamy standardowe menu */
    }

    .menu-toggle {
        display: block; /* Pokazujemy przycisk hamburgera */
    }
}

.footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}

.footer-container {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer a {
    font-family: 'Arial';
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer a:hover {
    color: #66b3ff;
}

.footer .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.footer .social-icons a {
    font-size: 1.5rem;
    color: white;
    transition: color 0.3s;
}

.footer .social-icons a:hover {
    color: #1e90ff;
}

.footer p {
    font-size: 0.9rem;
    margin-top: 10px;
    color: white;
}

/* Media queries dla urządzeń mobilnych */
@media (max-width: 600px) {
    .footer a {
        font-size: 1rem;
    }

    .footer .social-icons a {
        font-size: 1.3rem;
    }
}
/* 
.album-card {

    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 350px;
    text-align: center;
}

.album-cover {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.album-title {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 5px;
}

.album-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #e63946;
    margin-bottom: 15px;
}

.album-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.btn {
    padding: 10px 15px;
    font-size: 1rem;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-order {
    background: #e63946;
}

.btn-order:hover {
    background: #d62828;
}

.btn-details {
    background: #1e90ff;
}

.btn-details:hover {
    background: #0077cc;
} */

.inline-paragraph
{
    display: inline;
}

.column-text {
    column-count: 2; /* Liczba kolumn */
    column-gap: 30px; /* Odstęp między kolumnami */
    text-align: justify;
}

.flex-columns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.flex-columns p {
    flex: 1 1 calc(50% - 20px); /* Dwie kolumny */
    padding: 10px;
    
    border-radius: 5px;
}

/* Dostosowanie do małych ekranów */
@media (max-width: 600px) {
    .flex-columns p {
        flex: 1 1 100%; /* Jedna kolumna na telefonach */
    }
}

.column-left {
    width: 15%;
    color: white;
    padding: 20px;
    padding-left: 0px;
}

/* Kolumna 80% */
.column-right {
    width: 83%;
  padding: 20px 0px;
}

.column-right-concerts {
    width: 100%;
  padding: 20px 0px;
  margin-left: 25px;
}

/* Responsywność – na małych ekranach zmienia układ */
@media (max-width: 868px) {
    .container {
        flex-direction: column;
    }

    .column-left, .column-right {
        width: 100%; /* Na telefonach pełna szerokość */
    }

    .column-right-concerts {
        width: 100%;
      padding: 20px 0px;
      margin-left: 2px;
    }
}

.container_bio {
    display: flex;
    max-width: 1302px;
    width: 100%;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}

.video-grid {
    display: grid;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
}

.video-item {
    width: 100%;
    max-width: 500px;

    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-title {
    text-transform: capitalize;
    font-size: 1rem;
    margin-bottom: 10px;
    color: white;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 868px) {
    .video-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
         /* grid-template-columns: 1fr;Jedna kolumna na małych ekranach */
        gap: 15px;
        padding: 10px;
    }
    .container_v {
        margin-left: -45px;
    }
    .video-wrapper iframe {
        height: 200px;
    }

    .video-item {
        display: grid;
        
        align-items: center;
        background: rgba(255, 255, 255, 0.1);
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
        text-align: center;
    }

    .video-wrapper iframe {
        width: 100%;
        height: 180px;
        border-radius: 5px;
    }

    .video-title {
        font-size: 16px;
        font-weight: bold;
        color: white;
        margin-top: 8px;
    }
}

.beata {
    font-size: 1.6rem;
}

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

.text-decoration-none {
    text-decoration: none;
}

.mg-25 {
    margin-top: 35px;
}

.p-inter {
    margin-top: -10px;
    text-align: justify;
}

.p-mg-0 
{
    margin-top: -17px;
}

@media (max-width: 868px) {
    .container_bio {
        flex-direction: column;

        padding: 15px;
    }

    .p-mg-0 
    {
        margin-top: -12px;
    }

    .column-left {
        width: 100%;
        font-size: 1.6rem;
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .column-right {
        width: 100%;
        font-size: 1rem;
        text-align: justify;
        margin-left: -15px;
        margin-top: -109px;
    }

    .video-title {
        text-transform: capitalize;
        font-size: 0.7rem;
        margin-bottom: 10px;
        color: white;
    }
    
    /* .video-item {
        width: 23%;
        max-width: 500px;
    
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    } */
}

@media (max-width: 868px) {
    .container_story {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .columns {
        width: 100%;
    }

    .bio-image {
        margin-bottom: 15px;
        max-width: 500px;
        width: 200px;
    }
}


.columns {
    width: 50%;
    color: white;
   
    text-align: justify;
    padding-top: 20px;
  padding-right: 20px;
}

.column-left-na-strone {
    width: 70%;
    color: white;
   
    text-align: justify;
    padding-top: 20px;
  padding-right: 20px;
}

.column-right-kwiecien {
    width: 47%;
    color: white;
   
    text-align: justify;
    padding-top: 54px;
  padding-right: 20px;
}

.column-left-bat {
    width: 30%;
}

.column-right-bat {
    width: 70%;
    text-align: justify;
}
.container_story {
    display: flex;
    max-width: 1302px;
    width: 100%;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}

.wokalistka {
    margin-top: 20px;
}

.container_story_biografia {
    display: flex;
    max-width: 1302px;
    width: 100%;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    margin-top: 28px;
}

.album-card {
    display: flex;
    align-items: center;
    gap: 20px;
    /* padding: 20px; */
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    max-width: 900px;
    width: 50%; /* Dwie karty obok siebie */
    margin: 0px;
}

/* Galeria obrazków - lewa strona */
.gallery {
    display: flex;
    gap: 15px;
    width: 54%;
}

.gallery-nosell {
    display: flex;
    gap: 15px;
    width: 56%;
    margin-top: 14px;

}

.left-image {
 
    border-radius: 10px;
    
    /* overflow: hidden; */
}

.left-image img {
    width: 100%;
  height: 96%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
  margin-top: 7px;
  margin-left: -33px;
  box-shadow: 0 0 10px #F7F3BE;
}

.right-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 40%;
}

.right-images img {
    width: 100%;
    height: calc(50% - 7.5px); /* 50% wysokości z odstępem */
    object-fit: cover;
    border-radius: 10px;
}

/* Prawa część - tekst i przyciski */
.album-info {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.album-title {
    font-size: 1.4rem;
    color: white;
    margin-bottom: 5px;
}

.album-price {
    font-size: 1.2rem;
    color: #F7F3BE;
    margin-top: -15px;
}

.album-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.btn {
    padding: 10px 15px;
    font-size: 1rem;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-order {
    background: #e63946;
}

.btn-order:hover {
    background: #d62828;
}

.btn-details {
    background: #1e90ff;
}

.btn-details:hover {
    background: #0077cc;
}

/* Responsywność */
@media (max-width: 868px) {
    .album-card {
        flex-direction: column;
        align-items: center;
    }

    .gallery, .album-info {
        width: 100%;
        text-align: center;
    }

    .album-info {
        align-items: center;
    }

    .gallery-nosell {
        display: block;
        gap: 15px;
        width: 100%;
        margin-top: 14px;
    }
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.popup {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 1554px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.popup h2 {
    font-size: 1.5rem;
  margin-bottom: 0px;
  color: #333;
  margin-top: -14px;
}

.popup-images {
    display: flex;
    justify-content: center;
    gap: 10px;
    overflow-x: auto; /* Jeśli obrazki nie mieszczą się na małych ekranach */
    padding: 10px 0;
}

.popup-images img {
    width: 32%; /* Trzy obrazki obok siebie */
    max-width: 499px;/* Zapobiega zbyt dużym obrazkom */
    border-radius: 5px;
    transition: transform 0.3s;
    height: 440px;
}

.popup-images-4 {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 10px 0;
}

.popup-images-4 img {
    width: 25%; /* Trzy obrazki obok siebie */
    max-width: 499px;/* Zapobiega zbyt dużym obrazkom */
    border-radius: 5px;
    transition: transform 0.3s;
    height: 360px;
}

@media (max-width: 868px) {
    .popup-images {
        display: flex;
        justify-content: center;
        gap: 10px;
        overflow-x: auto; /* Jeśli obrazki nie mieszczą się na małych ekranach */
        padding: 10px 0;
    }
    
    .popup-images img {
        width: 30%; /* Trzy obrazki obok siebie */
        max-width: 299px;/* Zapobiega zbyt dużym obrazkom */
        border-radius: 5px;
        transition: transform 0.3s;
        height: 212px;
    }

    .popup-images-4 {
        max-height: 90vh; /* Maksymalna wysokość do 90% widoku */
        overflow-y: auto;
    }
    .popup-images-4 img {
        width: 58%;/* Trzy obrazki obok siebie */
        max-width: 499px;/* Zapobiega zbyt dużym obrazkom */
        border-radius: 5px;
        transition: transform 0.3s;
        height: 180px;
    }
}



/* Responsywność - na telefonach obrazki pod sobą */
@media (max-width: 600px) {
    .popup-images {
        flex-direction: column;
        align-items: center;
    }

    .popup-images-4 {
        flex-direction: column;
        align-items: center;
        max-height: 90%; /* Maksymalna wysokość do 90% widoku */
        overflow-y: auto;
        width: 95%;
    }

    .popup-images img {
        width: 69%;
        max-width: none;
    }
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    color: #888;
    transition: color 0.3s;
}

.close-popup:hover {
    color: #e63946;
}

/* Animacja pojawiania */
.popup-overlay.show {
    display: flex;
    opacity: 1;
}



/* Responsywność */
@media (max-width: 600px) {
    .popup {
        width: 90%;
    }

    .popup-images {
        flex-direction: column;
    }
}

.album-container {
    display: flex;
    gap: 20px; /* Odstęp między albumami */
    justify-content: center;
    flex-wrap: wrap; /* Dzięki temu albumy nie wychodzą poza ekran */
}

.sending-cost {
    font-size: 1rem;
}

.video-container {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container-oferta-koncertowa {
    width: 90%;
    display: flex;
    position: relative;
    border-radius: 10px;
    /* overflow: hidden; */
    
}
@media (max-width: 868px) {
    .video-container-oferta-koncertowa {
        height: 475px;
        width: 100%;
    }
}

@media (max-width: 668px) {
    .video-container-oferta-koncertowa {
        height: 275px;
        width: 100%;
    }
}

.video-container-oferta-koncertowa iframe {
   position: absolute;
    top: 40px;
  left: 0;
  width: 100%;
  height: 80%;
    border: none;
    box-shadow: 0 0 10px #F7F3BE;
    border-radius: 10px;
}

@media (max-width: 868px) {
    .video-container-oferta-koncertowa iframe {
   position: relative;
        top: 40px;
      left: 0;
      width: 100%;
      height: 80%;
        border: none;
        box-shadow: 0 0 10px #F7F3BE;
        border-radius: 10px;
    }
}

.spanconcerts {
    margin-right: 2px;
}

.video-wrapper {
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-right: -62px;
}

@media (max-width: 868px)
{
    .video-wrapper
    {
        padding-top: 96.25%;
    }
}

.video-wrapper-plyty {
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-right: -62px;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

/* Responsywność */
@media (max-width: 868px) {
    .album-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
            padding: 15px;
            background: #2c2c2c;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
        }
        .left-image img {
            width: 216px;
            margin-left: 2px;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
        }
        .album-info {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: left;
        }
        .album-title {
            font-size: 18px;
            font-weight: bold;
            color: white;
        }
        .album-price {
            font-size: 16px;
            margin-bottom: 0px;
        }
        .sending-cost {
            font-size: 14px;
            color: #ddd;
        }
        .album-buttons {
            display: flex;
            gap: 10px;
            margin-top: 10px;
        }
        .btn {
            border: none;
            padding: 8px 12px;
            font-size: 14px;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s ease-in-out;
        }
        .btn-details {
            background-color: #007bff;
            color: white;
        }
        .btn-order {
            background-color: #e74c3c;
            color: white;
        }

        .video-wrapper {
            
            margin-right: 0px;
        }

    .album-card, .video-container {
        width: 100%;
    }
}

.background-discs {
    /* background-color: white; */
    border-radius: 10px;
    margin-top: 18px;
}

.background-discs-nosell {
    border-radius: 10px;
    margin-top: 4px;
    margin-left: 39px;
}

@media (max-width: 868px) {
    .background-discs-nosell {
        margin-left: 0px; 
        margin-top: 12px;
    }
}

.color-black {
    color: black;
}

.bio-image {
    border-radius: 10px;
    width: 517px;
    margin-left: 49px;
}

.whitestripe {
    background-color: white;
    margin-top: 25px;
  height: 1px;
}

.bio-image-bat {
    border-radius: 10px;
    width: 346px;
    margin-top: 19px;
}

.column-mezzo {
    width: 60%;
    text-align: justify;
}

.column-prod {
    width:40%;
}

.mg-0 {
    margin-top: -16px;
}
.p-near {
    width: 618px;
}

.p-container {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}

.p-container img {
    width: 23%;
    max-width: 300px;
    border-radius: 10px;
    display: block;
    margin-left: 24px;
}

/* Responsywność - na telefonach obrazek nad tekstem */
@media (max-width: 868px) {
    .p-container {
        flex-direction: column;
        text-align: center;
    }

    .p-inter {
        width: 99%;
    }

    .p-container img {
        width: 80%;
        max-width: none;
    }
}

.img-na-strone {
    width: 607px;
  border-radius: 10px;
  /* margin-left: 32px;
  margin-top: 37px; */
  /* padding-top: 22px;
  padding-left: 26px; */
}

.img-kwiecien {
    width: 700px;
  border-radius: 10px;
  /* padding-top: 22px; */
  margin-top: 20px;
}

.img-rozrywka {
    width: 700px;
  border-radius: 10px;
  /* padding-top: 22px; */
  margin-top: -11px;
  margin-left: -21px;
}

.image-container-dol {
    width: 89%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; /* Odstęp między zdjęciami */
    margin-left: 71px;
}

/* Stylizacja zdjęć */
.image-container-dol img {
    width: 94%;
  max-width: 520px;
    height: auto; /* Zachowanie proporcji */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Lekki cień */
    transition: transform 0.3s ease-in-out;
}

@media (max-width: 868px) {
    .image-container-dol {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .image-container-dol img {
        width: 80%; /* Na telefonach zajmują więcej miejsca */
        max-width: none;
        margin-left: -132px;
    }
}

/* Kontener główny */
.contact-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

/* Stylizacja obrazka */
.contact-image .logo {
    width: 95%; /* Połowa szerokości */
    max-width: 800px; /* Maksymalny rozmiar */
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

/* Formularz kontaktowy */
.contact-form {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {
    width: 95%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

.contact-form button {
    background: linear-gradient(135deg, #222, #F7F3BE);
    color: white;
    font-size: 1rem;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    display: block;
    margin: 10px auto;
    text-shadow: 
        -1px -1px 0 black,  
        1px -1px 0 black,  
        -1px 1px 0 black,  
        1px 1px 0 black;
}

.contact-form button:hover {
    background: linear-gradient(135deg, #F7F3BE, #222);
}

/* Responsywność - na telefonach obrazek nad formularzem */
@media (max-width: 868px) {
    .contact-container {
        flex-direction: column;
        text-align: center;
        margin-top: -30px;
    }

    .contact-image img {
        width: 42% !important;
        max-width: none;
        display: inline;
    }

    .contact-form {
        width: 90%;
    }
}

.contact-footer-container {
    color: #F7F3BE;
    display: block;
    margin: 10px auto;
    text-align: center;
}

.column-story-photo {
    width: 50%;
    color: white;
   
    text-align: justify;
}

.column-story-photo {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 800px;
    margin: auto;
}

/* Główne zdjęcie po lewej */
.img-na-strone {
    width: 71%;
    max-width: 464px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-left: 94px;
}

/* Kontener dla 3 małych zdjęć */
.column-story-photo div {
    display: flex;
    gap: 10px; /* Odstęp między zdjęciami */
}

/* Małe zdjęcia po prawej */
.column-story-photo .nagroda {
    width: 302px;/* Ustalony rozmiar miniatur */
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
    display: flex;
}

@media (max-width: 668px) {
    .img-na-strone {
        width: 90%;
      
        margin-left: -9px !important;
    margin-top: 20px !important;
    }

    .column-story-photo img, .column-story-photo .nagroda {
        width: 197px !important;
    }

    .mg-fix-an {
        margin-top: 0px !important;
    }

    .mg-fix-mob {
        margin-top: 0px !important;
    }
}

/* Responsywność: Na telefonach wszystko układa się pionowo */
@media (max-width: 868px) {
    .column-story-photo {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mg-fix-an {
        margin-top: -42px;
    }

    .mg-fix-mob {
        margin-top: -42px;
    }

    .img-na-strone {
        width: 90%;
      
        margin-left: 62px;
    margin-top: -34px;
    }

    .column-story-photo div {
        flex-direction: row;
        justify-content: center;
    }

    .column-story-photo img, .column-story-photo .nagroda {
        width: 297px;
    }

    .mg-left-2photos {
        margin-left: -24px;
        margin-top: -34px;
    }

    .mobile-fix-1 {
        /* margin-top: 48px; */
    }
}


.column-left-na-strone {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px; /* Możesz dostosować szerokość */
    margin: auto;
}

.img-kwiecien:first-child {
    width: 100%; /* Pierwszy obrazek zajmuje pełną szerokość */
 /* Maksymalna szerokość */
    margin-bottom: 10px;

    max-width: 452px;
}

.img-kwiecien:nth-child(2),
.img-kwiecien:nth-child(3) {
    width: 48%; /* Dwa obrazki na dole obok siebie */
    max-width: 240px; /* Dostosowanie szerokości */
}

.column-left-na-strone img {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    margin-right: -36px;
}

/* Efekt powiększenia po najechaniu */


/* Responsywność: Na telefonach wszystkie obrazki w jednej kolumnie */
@media (max-width: 868px) {
    .img-kwiecien {
        width: 100%;
        max-width: none;
    }

    .img-kwiecien:nth-child(2),
    .img-kwiecien:nth-child(3) {
        width: 100%; /* Na mobilnych w jednej kolumnie */
    }
}

/* Kontener dla dwóch obrazków w poziomie */
.img-container {
    display: flex;
    justify-content: center; /* Wyśrodkowanie zdjęć */
    align-items: center;
    gap: 10px; /* Odstęp między zdjęciami */
}

/* Stylizacja obrazków */
.img-kwiecien {
    width: 48%; /* Każdy obrazek zajmuje mniej niż połowę kontenera */
    max-width: 300px; /* Ograniczenie szerokości */
    border-radius: 8px; /* Zaokrąglenie rogów */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Cień */
    transition: transform 0.3s ease-in-out;
}


/* Responsywność: Na telefonach obrazki pod sobą */
@media (max-width: 868px) {
    .img-container {
        flex-direction: column;
        gap: 15px;
    }

    .img-kwiecien {
        width: 100%;
        max-width: none;
        margin-top: -33px;
    margin-left: -32px;
    }

    .image-container-dol {
        margin-left: 32px;
        margin-top: 27px;
    }

    .mg-aang {
        margin-top: 35px;
    }
}

.contact-beata {
    font-size: 2rem;
}

.icons-contact {
    color: white;
    display: block;
}

.radio-container {
    color: #F7F3BE;
    padding: 20px;
    border-radius: 10px;
    max-width: 250px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Stylowanie każdej opcji */
.radio-label {
    display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 0;
}

/* Ukrycie domyślnego inputa */
.radio-input {
    display: none;
}

/* Stylowanie niestandardowego kółeczka */
.radio-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #555;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

/* Efekt po zaznaczeniu */
.radio-input:checked + .radio-custom {
    background-color: #0078ff; /* Kolor zaznaczenia */
    border-color: #0078ff;
}

.radio-input:checked + .radio-custom::after {
    content: "";
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Efekt hover */
.radio-label:hover .radio-custom {
    border-color: #0078ff;
}

.kontakt-kartka {
    width: 150%;
  max-width: 1200px;
  border-radius: 10px;
}

.section-header {
    background-color: white;
    padding: 0px 0;
    width: 50%;
}

/* Biały tekst na pasku */
.section-title {
    font-size: 24px;
    font-weight: bold;
    color: black; /* Biały tekst */
    margin-left: 14px;
}

/* Opcjonalnie: Dostosowanie dla mobilnych */
@media (max-width: 868px) {
    .section-title {
        font-size: 20px; /* Mniejszy tekst na telefonach */
    }

    .section-header {
        padding: 15px 0; /* Mniejsza wysokość paska */
    }
}

video {
    width: 107%;
  max-width: 1912px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
    margin-top: 20px;
}

.popupCdOrder {
    display: none;
    width: 400px;
    background: #000000;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-family: 'Arial', sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    max-height: 90vh; /* Maksymalna wysokość do 90% widoku */
    overflow-y: auto;
    overflow-x: hidden;
}

.popupCdOrder h2, .popupCdOrder h3 {
    color: #1e90ff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 8px;
}

.popupCdOrder label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.popupCdOrder input[type="text"], 
.popupCdOrder textarea {
    width: 95%;
    padding: 6px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: 0.3s;
}

input[type="number"] {
    width: 60px;
    text-align: center;
    margin-left: 10px;
    background: #222;
    color: white;
    border: 1px solid #444;
    border-radius: 5px;
    height: 3px;
}

.popupCdOrder input:focus, .popupCdOrder textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.popupCdOrder .row {
    display: flex;
    gap: 10px;
}

.popupCdOrder .row input {
    flex: 1;
}

.popupCdOrder .captcha {
    display: flex;
    align-items: center;
    margin-top: -10px;
}

.popupCdOrder .captcha input {
    margin-right: 10px;
    width: 5%;
}

.popupCdOrder .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.popupCdOrder .btn {
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.popupCdOrder .btn-primary {
    background: #007bff;
    color: white;
}

.popupCdOrder .btn-primary:hover {
    background: #0056b3;
}

.popupCdOrder .btn-secondary {
    background: #ccc;
    color: #333;
}

.popupCdOrder .btn-secondary:hover {
    background: #bbb;
}

.popupCdOrder.show {
    display: block;
    opacity: 1;
}

.gold-text {
    color: #F7F3BE !important;
    font-size: 14px !important;
}

.g-text {
    color: #F7F3BE !important;
}

@media (max-width: 868px) {
    
    label {
        font-size: 12px;
    }
    .popupCdOrder {
        display: none;
        max-width: 100%;
    width: 90%;
        background: #000000;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        font-family: 'Arial', sans-serif;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
        max-height: 90vh; /* Maksymalna wysokość do 90% widoku */
        overflow-y: auto;
    }

    .popupCdOrder h2, .popupCdOrder h3 {
        color: white;
        margin-bottom: 10px;
        font-size: 12px;
    }

    form input, form textarea, form button {
        margin-bottom: 0.5rem;
        padding: 0.5rem;
    }

    .popupCdOrder label {
        font-weight: bold;
        display: block;
        margin-top: 10px;
    }

    .popupCdOrder input[type="text"], 
    .popupCdOrder textarea {
        width: 95%;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 16px;
        transition: 0.3s;
    }

    input[type="number"] {
        width: 60px;
        text-align: center;
        margin-left: 10px;
        background: #222;
        color: white;
        border: 1px solid #444;
        border-radius: 5px;
    }

    .il_pl_number {
        width: 30px !important;
    }

    .popupCdOrder input:focus, .popupCdOrder textarea:focus {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

    .popupCdOrder .row {
        display: flex;
        gap: 10px;
    }

    .popupCdOrder .row input {
        flex: 1;
    }

    .popupCdOrder .captcha {
        display: flex;
        align-items: center;
        margin-top: 15px;
    }

    .popupCdOrder .captcha input {
        margin-right: 10px;
    }

    .popupCdOrder .buttons {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .popupCdOrder .btn {
        padding: 10px 15px;
        border: none;
        border-radius: 6px;
        font-size: 12px;
        cursor: pointer;
        transition: 0.3s;
    }

    .popupCdOrder .btn-primary {
        background: #007bff;
        color: white;
    }

    .popupCdOrder .btn-primary:hover {
        background: #0056b3;
    }

    .popupCdOrder .btn-secondary {
        background: #ccc;
        color: #333;
    }

    .popupCdOrder .btn-secondary:hover {
        background: #bbb;
    }

    .popupCdOrder.show {
        display: block;
        opacity: 1;
    }
}

.spanheader {
    font-size: 1.4rem;
}

.spanleft {
    margin-left: -311px;
}

.spanleftbiografia {
    margin-left: -313px;
    padding-left: 185px !important;
    padding-bottom: 5px !important;
}

.spanleftplyty {
    margin-left: -305px;
  padding-left: 232px !important;
}

.spanleftvideo {
    margin-left: -305px;
  padding-left: 301px !important;
 
}

.spanlefnagrody {
    margin-left: -505px;
  padding-left: 301px !important;
}
.spanlefkontakt {
    margin-left: -475px;
  padding-left: 301px !important;
}

@media (max-width: 868px) {
    .spanlefnagrody {
        margin-left: -313px;
      padding-left: 301px !important;
    }

    .spanlefkontakt {
        margin-left: -208px;
      padding-left: 201px !important;
    }

    .spanleftplyty {
        margin-left: -238px;
      padding-left: 232px !important;
    }

    .spanleftbiografia {
        margin-left: -200px;
        padding-left: 185px !important;
    }

    .spanleftvideo {
        margin-left: -205px;
      padding-left: 301px !important;
     
    }

    .spanleft {
        margin-left: -81px;
    }

    /* .container-oferta-koncertowa {
        display: flex;
        flex-direction: column;
    }

    .video-container-oferta-koncertowa {
 
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .video-container-oferta-koncertowa iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; 
    }

    .container_bio {

        padding: 20px;
        text-align: justify;
    }

    .column-right-concerts {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .phone.beata.spanconcerts {
        font-size: 20px;
        text-align: center;
        display: block;
    } */

    .video-container-oferta-koncertowa {
        display: flex;
        position: relative;
        border-radius: 10px;

        
    }
    
    .container-oferta-koncertowa {
        display: flex;
        flex-direction: column;
    }
    
    .video-container-oferta-koncertowa iframe {

        top: 40px;
      left: 0;
      width: 100%;
      height: 80%;
        border: none;
        box-shadow: 0 0 10px #F7F3BE;
        border-radius: 10px;
    }

    .container_bio {
        margin-top: -25px;
        /* max-width: 650px; */
    width: 100%;
        border-radius: 10px;  
    }
}


.margin-top-2pictures {
    margin-top: 20px;
}




@media (max-width: 868px) {
    .bio-image {
        max-width: 80%; /* Dostosowanie szerokości dla telefonów */
        border-radius: 8px;
    }
}

/* Dodatkowa responsywność dla bardzo małych ekranów (do 480px) */
@media (max-width: 480px) {
    .bio-image {
        max-width: 90%; /* Jeszcze większa elastyczność */
    }
}





@media (max-width: 868px) {
    .album-container {
        flex-direction: column; /* Ustawienie elementów w pionie */
        align-items: center;
    }

    .album-card {
        width: 90%; /* Dopasowanie szerokości do ekranu */
        max-width: 100%;
        text-align: center;
    }

    .gallery {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .left-image img {
        max-width: 100%; /* Obrazek albumu w pełnej szerokości */
        height: auto;
    }

    .album-buttons {
        flex-direction: column; /* Przycisk "Szczegóły" i "Zamów" jeden pod drugim */
        gap: 10px;
        width: 100%;
    }

    .btn {
        width: 100%; /* Przycisk na całą szerokość */
        font-size: 14px;
        padding: 10px;
    }

    .video-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .video-wrapper iframe {
        width: 100%; /* Wideo na całą szerokość */
        height: 250px;
    }

    .video-wrapper-plyty iframe {
        width: 100%; /* Wideo na całą szerokość */
        height: 250px;
    }
}

@media (max-width: 480px) {
    .album-card {
        width: 100%;
    }

    .video-wrapper iframe {
        height: 200px;
    }

    .btn {
        font-size: 14px;
        padding: 8px;
    }
}

@media (max-width: 868px) {
    .hero {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px; /* Większy odstęp między telefonem a e-mailem */
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .hero_right {
        text-align: right;
        margin-top: -16px;
    }

    .hero h2,
    .hero a {
        font-size: 16px; /* Zmniejszenie rozmiaru tekstu */
        display: flex;
        align-items: center;
        /* gap: 8px; */
    }

    

    .whitestripe {
        display: none;
        height: 2px; /* Dostosowanie białego paska */
        width: 100%;
        background: white;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .hero h2,
    .hero a {
        font-size: 14px; /* Jeszcze mniejsza czcionka dla bardzo małych ekranów */
    }
}















@media (max-width: 868px) {

    .container_story_biografia {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
        padding: 20px;
        width: 100%;
    }

    .column-mezzo {
        width: 100%;
        order: -1; /* Ustawia tekst na górze */
    }

    .column-mezzo .phone.beata {
        display: block;
        margin-bottom: 10px;
    }

    /* .column-mezzo p {
        font-size: 16px;
        line-height: 1.6;
        width: 100%;
    } */

    /* .column-prod {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    } */

    /* .bio-image {
        width: 100%;
        max-width: 350px;
        border-radius: 10px;
    } */

    .container_story {
        display: flex;
        flex-direction: column; /* Układ w pionie na małych ekranach */
        align-items: center;
        text-align: justify; /* Tekst na całą szerokość */
        width: 100%;
    }

    .column-mezzo {
        display: flex;
        flex-direction: column;
        margin-top: -44px;
        text-align: justify;
        padding: 20px;
        width: 100%;
    }

    .column-mezzo p {
        font-size: 16px; /* Odpowiedni rozmiar czcionki dla telefonu */
        margin-bottom: 15px;
        margin-left: -14px;
        margin-top: -3px;
        margin-right: 18px;
    }

    .column-prod {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
        flex-direction: column;
    }

    .bio-image {
        flex-direction: column;
        display: flex;

        width: 100%;
        
        border-radius: 10px;
        /* margin-top: 20px; */
    }
}

@media (max-width: 480px) {
   

    .bio-image {
        max-width: 100%; /* Obrazek zajmuje całą szerokość kontenera */
        margin-left: -18px;
        margin-top: -30px;
    }
}




@media (max-width: 868px) {
    .column-left-bat {
        display: flex;
        justify-content: center; /* Wyśrodkowanie obrazka */
        align-items: center;
        width: 100%;
        padding: 20px 0;
    }

    .bio-image-bat {
        max-width: 70%; /* Zdjęcie mniejsze na telefonach */
        height: auto;
        border-radius: 10px; /* Opcjonalne zaokrąglenie */
        margin-top: -34px;
    }
}

@media (max-width: 480px) {
    .bio-image-bat {
        max-width: 45%;
    margin-right: 20px;
    margin-top: -36px; /* Jeszcze mniejsze dla bardzo małych ekranów */
    }
}




@media (max-width: 868px) {
    .column-right-bat {
        width: 95%; /* Pełna szerokość ekranu */
        padding: 20px;
        text-align: justify; /* Wyjustowanie tekstu */
        margin-left: 25px;
    }

    .column-right-bat p {
        font-size: 16px;
        margin-bottom: 15px;
        margin-left: -29px;
        margin-top: -12px;
        margin-right: 30px;
    }

    .p-container {
        display: flex;
        flex-direction: column; /* Układ w pionie */
        align-items: center;
        gap: 15px;
    }

    .p-container img {
        max-width: 90%; /* Zdjęcie nie wychodzi poza ekran */
        height: auto;
        border-radius: 10px; /* Opcjonalne zaokrąglenie */
    }
}

@media (max-width: 480px) {
   

    .p-container img {
        max-width: 64%;
    margin-right: 72px; /* Obrazek dostosowany do węższych ekranów */
    }
}

@media (max-width: 868px) {
    section {
        width: 90%;
        max-width: 90%;
    }
}


@media (max-width: 868px) {
    .columns {
        width: 100%;
        /* max-width: 90%;  */
        margin: 0 auto; /* Centrowanie treści */
        padding: 20px;
        text-align: justify; /* Tekst wyjustowany dla lepszego wyglądu */
        margin-left: 10px;
    }

    .columns p {
        /* font-size: 16px; */
        margin-bottom: 15px;
        margin-left: -38px;
        margin-right: 42px;
    }
}

@media (max-width: 480px) {
    .columns {
        max-width: 99%; /* Jeszcze bardziej ograniczona szerokość na małych ekranach */
        padding: 15px;
        margin-left: 10px;
        margin-top: -46px;
    }

    .mg-b-40 {
        margin-bottom: -40px;
    }

 
}



@media (max-width: 868px) {
    .column-right-kwiecien {
        width: 100%; /* Pełna szerokość ekranu */
        max-width: 95%; /* Nieco zwężony, aby nie był zbyt szeroki */
        margin: 0 auto; /* Wycentrowanie */
        padding: 20px;
        margin-top: -54px;
        text-align: justify; /* Tekst wyjustowany dla lepszej czytelności */
    }

    .column-right-kwiecien p {
    
        margin-bottom: 15px;
        margin-left: -27px;
        margin-right: 31px;
    margin-top: 23px;
    }

    .mbfix {
        margin-top: -13px !important;
    }
}

@media (max-width: 480px) {
    .column-right-kwiecien {
        max-width: 98%; /* Dodatkowe rozszerzenie na bardzo małych ekranach */
        padding: 15px;
    }
}

@media (max-width: 868px) {
    .beata {
        text-align: left;
        margin-left: -17px;
    }
}

@media (max-width: 868px) {
    .mobile-fix  {
        
        /* margin-right: 10px !important; */
    }
}

.container-oferta-koncertowa {
    display: flex;
    gap: 20px;
}

.styled-paragraph {
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: black;
    background: white;
    padding: 3px 4px;
    padding-left: 72px;
    padding-right: 7px;
    border-radius: 5px;
}
@media (max-width: 600px) {
    .container {
        flex-direction: column;
        align-items: center;
    }
    iframe {
        width: 100%;
        height: auto;
    }
}

.phone-hover:hover {
    color:white;
}

.photo-kolaz {
    width: 100%;
}

.over-text {
    z-index: 10;
    position: fixed;
}

.under-bck {
    z-index: -1;
    /* background-image: url('../img/photos/FOTY DO OFERTY - tło kolor.jpg'); */
    width: 101%;
  border-radius: 10px;
  margin-top: -415px;
  position: relative;
  margin-left: -11px;
}

@media (max-width: 868px) {
    .under-bck {
        margin-top: -120px;
    }
}


.order-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.order-item label {
    flex-grow: 1;
}

.styled-checkbox {
    display: inline;
    width: 5%;
}

.author-link {
    display: inline !important;
    font-family: 'Times New Roman', Times, serif !important;
    font-size: 0.9rem !important;
}

.contacts-h:hover {
    color: white;
}

.nav-hover:hover {
    color: #F7F3BE;
}

@media (max-width: 868px) {
    .font-1rem {
        font-size: 1rem;
    }

    .font-13rem {
        font-size: 1.3rem;
    }

    .concerts-mg {
        margin-left: 0px;

    }

    .top-p-mg {
        margin-top: 3px;
    }

    .mob-cont {
        padding: 0px;
    }

    .envelope {
        padding: 3px;
    }
}

.logo-phone {
    display: none;
}

.norm-hide {
    display: none;
}

.norm-hide ul {
    list-style: none;
    display: inline;
    gap: 10px;
    padding: 0;
    margin: 0;
    text-align: center;
    align-items: center;
    }
    
    .norm-hide li {
    display: inline-block;
    padding: 10px;
    }
    
    .norm-hide a {
    color: #f1f0e9;
    font-size: 1.5em;
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease;
    }
    
    .norm-hide a .icons {
        font-size: 1.0em;
        text-decoration: none;
        transition: transform 0.3s ease, color 0.3s ease;
        }

@media (max-width: 868px) {
    .logo-hide {
        display: none !important;
    }

    .logo-phone {
        display: block;
    }

    .norm-hide {
        display: flex;
        text-align: center;
    align-items: center;
    justify-content: center;
    }
}

.media-container-prizes {
    display: inline;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px; /* Odstęp między zdjęciem a filmem */
 
    padding: 10px;
}

.media-container-prizes img {
    width: 45%; /* Zdjęcie zajmuje 45% szerokości */
    max-width: 300px; /* Maksymalna szerokość */
    height: auto;
    border-radius: 10px;
}

.media-container-prizes video {
    width: 75%;
  max-width: 860px;
    border-radius: 10px;
}

/* Styl responsywny dla telefonów */
@media (max-width: 868px) {
    .media-container-prizes {
        flex-direction: column; /* Układ w pionie na małych ekranach */
        align-items: center;
    }

    .media-container-prizes img,
    .media-container-prizes video {
        width: 57%; /* Zdjęcie i wideo zajmują całą szerokość */
        max-width: 100%;
    }
}

@media (max-width: 668px) {
    .media-container-prizes img,
    .media-container-prizes video {
        width: 100%; /* Zdjęcie i wideo zajmują całą szerokość */
        max-width: 100%;
    }
}

 .color-red {
    color: red;
 }

 .word-gold {
    color: #F7F3BE;
 }

 .mg-account {
    margin: 0px;
 }

 .font-blue {
    color: #1e90ff;
 }

 .baner-mobile {
    max-width: 100%;
    justify-content: center;
height: auto;
margin-top: 61px;
 }

 .hide {
    display: none;
 }

 @media (max-width: 868px) {
    .baner-hide {
        display: none;
    }

    .hide {
        display: block;
    }
 }

 @media (max-width: 868px)
 {
 .popupCdOrder {
    max-width: 100%;
    width: 90%;
 }

}

.bij {
    width: 42% !important;
  max-width: 300px !important;
  border-radius: 10px !important;
  display: block !important;
  margin-left: 0px !important;
}

.bnbt {
    width: 30% !important;
  max-width: 300px !important;
  height: auto !important;
  border-radius: 10px !important;
}

@media (max-width: 668px) {
    .img-kwiecien {
        width: 80%;
    }

    .chicago-vert {
        width: 100% !important;
    }

    .rozrywka-vert {
        width: 90%;
    }
    .img-rozrywka {
        width: 80%;
    }

    .mg-top-rozrywka {
        margin-top: 0px !important;
    }
    .mg-top-art {
        margin-top: -20px !important;
    }

    .img-rozrywka {
        width: 71%;
    }
}

@media (max-width: 868px) {
   
    .mg-top-rozr-cd {
        margin-top: -57px;
    }
    .mg-top-art {
        margin-top: -71px;
    }
    .img-rozrywka {
        width: 60%;
    }

    .mg-top-rozrywka {
        margin-top: -48px;
    }
    .video-wrapper-padding {
        padding-top: 34.25% !important;
    }

    .contact-image .logo {
        margin-top: 85px;
        vertical-align: top;

        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    }

    .mg-pr-top {
        margin-top: -20px;
    }
}

@media (max-width: 668px) {
    .video-wrapper-padding {
        padding-top: 53.25% !important;
    }

    .contact-image .logo {
        margin-top: 40px;
        vertical-align: top;
        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    }
}