.slider-section-title {
    text-align: center;
    margin-bottom: 2rem;
}
.slider-section {
    font-family: "Inter", sans-serif;
    background-color: #1B1A17;
    padding-top:60px;
    padding-bottom:60px;
}
.slider-section.v2 {
    background-color: #FFFFFF;
}
.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
}

.swiper-slide img {
    max-width: 50%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.swiper-slide .data-name {
    font-size: 24px;
    line-height: 24px;
    font-weight:700;
    margin: 10px 0;
    color: #D3BA7A;
    margin-right:10px;
}
@media (max-width: 767px) {
    .swiper-slide .data-name {
        font-size: 20px;
        line-height: 20px;
    }
}
.swiper-slide .data-balance {
    color: #fff;
    margin-bottom:0px;
    font-size: 14px;
    line-height:19px;
    font-weight: 700;
}
@media (max-width: 767px) {
.swiper-slide .data-balance {
    font-size: 12px;
    line-height:17px;
}
}
.v2 .swiper-slide .data-balance {
    color: #161512;
}
.swiper-slide .data-balance .weight {
    padding:4px 8px;
    border: 1px solid #D3BA7A;
    border-radius:20px;
    margin-right:4px;
    margin-left:4px;
}
.swiper-slide button {
    padding: 15px 20px;
    background: #D3BA7A;
    color: #333;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight:600;
    width:370px;
}
@media (max-width: 767px) {
 .swiper-slide button {
    width:320px;
 } 
}
.swiper-slide button:hover {
    background: #D3BA7A;
}
.swiper-slide img.btn-play {
    margin-bottom:0px;
}
.swiper-pagination-bullet {
    background: #D3BA7A;
}
.swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 45%);
}
@media (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 95%);
    }
}

.data-p {
    display:flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    padding-top:6px;
    width: 370px;
    background-color: #161512;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom:-4px;

}
@media (max-width: 767px) {
    .data-p {
        width: 320px;
    }
}
.v2 .data-p {
    background-color: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);

}
.swiper-button-next.custom-next, .swiper-button-prev.custom-prev {
    background-color: #D3BA7A;
    color:#000;
    padding:20px 22px;
    border-radius:50%;
}
/* Strzałki na mobile */
@media (max-width: 768px) {
    .swiper-button-next.custom-next {
        background-image: url('https://metamorfoza.programhollywood.pl/wp-content/uploads/2024/12/arrow-right-solid-1-1.svg');
        background-repeat:no-repeat;
        right: 0px;
        width: 30px;
        height: 30px;
        background-color:transparent;
        color:transparent;
        border-radius:0%;
    }

    .swiper-button-prev.custom-prev {
        background-image: url('https://metamorfoza.programhollywood.pl/wp-content/uploads/2024/12/arrow-right-solid-1.svg');
        background-repeat:no-repeat;
        left: 25px;
        width: 30px;
        height: 30px;
        background-color:transparent;
        color:transparent;
        border-radius:0%;
    }
}
.swiper-button-next.custom-next:after, .swiper-button-prev.custom-prev:after {
    font-size: 16px;
    font-weight: 600;
}
.swiper-slide {
    padding-bottom:80px;
}
.img-slider-container {
    display:flex;
    width: 370px;
    height: auto;
    position:relative;
}
@media (max-width: 767px) {
 .img-slider-container {
    width: 320px;
}   
}
.icon-video {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor:pointer;
}
.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
}

.video-popup-close {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #000;
}

#videoFrame {
    width: 100%;
    height: 400px;
    border: none;
}
