.rozwiazania{
    background: rgb(224,204,180);
    background: linear-gradient(138deg, rgba(224,204,180,1) 0%, rgba(199,160,118,1) 70%, rgba(199,160,118,1) 100%);
    text-align: center;
}

.zloty-slider .swiper {
    width: 90%;
    margin: auto;
    padding: 20px;
}

 /* delikatna animacja */
 .zloty-slider .mySwiper .swiper-slide{
	transform: scale(.6);
	transition: transform .35s ease, opacity .35s ease;
	will-change: transform;
  }
  .zloty-slider .mySwiper .swiper-slide-active{
	transform: scale(1.05);
	z-index: 2;
  }


.zloty-slider .swiper-slide {
    border-radius: 10px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px !important;
}
.zloty-slider .swiper-slide img {
    max-width: 60%;
    height: auto;
    border-radius: 5px;
   height: 200px;
}
.zloty-slider .swiper-slide h3 {
    margin: 15px 0 5px;
}
.zloty-slider .swiper-slide .number {
    font-size: 12rem;
    font-weight: bold;
    color: white;
    z-index: -1;
    margin-bottom: 5rem;
}
.zloty-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    flex-direction: row;
    width: auto;
    width: 150px;
    justify-content: space-between;
}



.zloty-slider .mySwiper .swiper-button-next,
.zloty-slider .mySwiper .swiper-button-prev {
  width: 25px;        /* szerokość przycisku */
  height: 25px;       /* wysokość przycisku */
}

.zloty-slider .mySwiper .swiper-button-next::after,
.zloty-slider .mySwiper .swiper-button-prev::after {
  font-size: 18px;  
  color: white;
  /* rozmiar samej ikonki */
}


.btn{
	transition: all 0.3s ease;
}
/* tor scrollbara */
.zloty-slider .mySwiper .swiper-scrollbar{
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: 12px;              /* ustaw gdzie ma leżeć */
	height: 3px;               /* grubość linii */
	background: rgba(255,255,255,.25);  /* szary/biały tor */
	border-radius: 2px;
  }
  
  /* „fill” – biała kreska postępu */
  .zloty-slider .mySwiper .swiper-scrollbar-drag{
	background: #fff;          /* biała */
	border-radius: 2px;
	transform-origin: left center;
	will-change: transform, width;
  }