
.swiper-container {
  position: relative;
  width: 80%;
  margin-left: 20%;
  padding-top: 30px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.navigation-wrapper {
  position: absolute;
  top: 0;
  right: 80px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.swiper {
  width: 100%;
  
  margin: 0 auto;
}

.swiper-slide {
  text-align: left; /* Změna zarovnání textu na levou stranu */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* Zarovnání obsahu k levé straně */
  padding-left: 52%;
  position: relative;
  margin-top: 70px;
  padding-right: 10px;
}

/* Nové styly pro obrázek */
.swiper-slide img {
  
  object-fit: contain; /* Obrázek se přizpůsobí bez oříznutí */
  
  border-radius: 50px;
}

/* Zbytek CSS zůstává stejný */
.swiper-button-next,
.swiper-button-prev {
  position: static;
  margin: 0;
  width: 60px;
  height: 60px;
  color: #8767d7;
  background: #cfbefc;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #333;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination {
    display: none !important;
}

.swiper-container h3 {
    color:#8363d5;
    font-size: 25px;
    padding-left: 10px;
}

.swiper-container h2 {
    padding-left: 10px;
    font-size: 35px;
    margin-bottom: 40px;
}

@media (min-width: 1930px) {
  .swiper-slide {margin-top: 120px;} 
}


@media (max-width: 700px) {
  .swiper-slide {margin-top: 30px;} 
}
