/* CSS dla bloku karuzela-z-cyframi */
.karuzela-z-cyframi {
	/* Style tutaj */
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';    display: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';

    display: none !important;
}


/* Strzałki nawigacji */
.karuzela-z-cyframi [class*="swiper-button-"] {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #333;
    border: 2px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.karuzela-z-cyframi [class*="swiper-button-"]:hover {
    background: #fff;
    border-color: #333;
    color: #000;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.karuzela-z-cyframi [class*="swiper-button-"]:active {
    transform: translateY(-50%) scale(0.95);
}

.karuzela-z-cyframi [class*="swiper-button-prev"] {
    left: -25px;
}

.karuzela-z-cyframi [class*="swiper-button-next"] {
    right: -25px;
}

/* SVG ikony w strzałkach */
.karuzela-z-cyframi [class*="swiper-button-"] svg {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.karuzela-z-cyframi [class*="swiper-button-"]:hover svg {
    transform: scale(1.2);
}

/* Ukrywanie strzałek na mobilkach */
@media screen and (max-width: 992px) {
    .karuzela-z-cyframi [class*="swiper-button-"] {
        display: none;
    }
}

/* Dodatkowe style zachęcające do interakcji */
.karuzela-z-cyframi .slider-cyfry {
    cursor: grab;
}

.karuzela-z-cyframi .slider-cyfry:active {
    cursor: grabbing;
}

.karuzela-z-cyframi .swiper-slide {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.karuzela-z-cyframi .swiper-slide:hover {
    transform: translateY(-5px);
}

.fs-big{
    font-size: 8rem !important;
	
}
.ramka-liczba{
	  color: white;
  text-shadow:
    -3px -3px 0 #C8C5C5,
     3px -3px 0 #C8C5C5,
    -3px  3px 0 #C8C5C5,
     3px  3px 0 #C8C5C5;
}
.text-sz{
    color: #c0c4bc !important;
}
.karuzela-z-cyframi .slide-liczba .kreska-cyfra{
    background-color: var(--szary);
    width: 100%;
    height: 1px;
    display: block;
}
.karuzela-z-cyframi .slide-liczba{
    filter: opacity(0.3);
    transition: 0.3s !important;
}
.karuzela-z-cyframi .swiper-cyfry .swiper-slide-active .slide-liczba{
    filter: opacity(1);
    transition: 0.3s !important;

}

.karuzela-z-cyframi .slide-liczba:hover{
    filter: opacity(1);
    transition: 0.3s !important;
}

.karuzela-z-cyframi .slide-liczba{
    transform: scale(0.8);
    transition: transform 2s ease;
}

.karuzela-z-cyframi .swiper-slide-active .slide-liczba{
    transform: scale(1);
    transition: transform 2s ease;
}
.kreska-cyfry{
	width: 17%;
	height: 1px;
	background-color: black;
}

@media screen and (max-width: 992px){
    .fs-big {
    font-size: 7rem !important;
}
}