@charset "UTF-8";
.experience-section {
  border-radius: 20px;
  background: linear-gradient(103deg, #000A14 0%, #012 100%);
  max-width: 1400px;
  padding: 96px 0px;
  margin: 0 auto;
}
.experience-section .title {
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: "Happy Season";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 66px */
  text-transform: uppercase;
  padding-bottom: 60px;
}

.reviews-slider {
  width: 100%;
  padding: 20px 0 50px; /* prostor pro tlačítka */
}

.reviews-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  border-radius: 12px;
  background: #001831;
  border-radius: 8px;
}

/* Navigation buttons */
.reviews-slider .swiper-button-prev,
.reviews-slider .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 50%;
  color: white;
}

.reviews-slider .swiper-button-prev {
  left: calc(50% - 50px);
}

.reviews-slider .swiper-button-next {
  right: calc(50% - 50px);
}

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

.bg-dark-blue {
  background: #002C5B !important;
}

.reviews-box {
  width: 100%;
  display: grid;
  grid-template-columns: 194px 1fr;
  padding: 8px;
  gap: 8px;
}
@media screen and (max-width: 968px) {
  .reviews-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reviews-box .reviews-box-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-right: auto;
  min-height: 300px;
}
@media screen and (max-width: 968px) {
  .reviews-box .reviews-box-left {
    min-height: 200px;
  }
}
.reviews-box .reviews-box-left .image {
  border-radius: 9.6px;
  background: #002C5B;
  width: 100%;
  width: 144px;
  max-width: 144px;
  max-height: 48px;
  justify-content: center;
  align-self: center;
  overflow: hidden;
  min-height: 48px;
  position: relative;
}
.reviews-box .reviews-box-left .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.reviews-box .reviews-box-left .user {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-top: auto;
}
.reviews-box .reviews-box-left .user .user-icon {
  border-radius: 60px;
  background: #1E90FF;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.reviews-box .reviews-box-left .user .user-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reviews-box .reviews-box-left .user .user-name {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.reviews-box .reviews-box-right {
  padding: 32px;
  border-radius: 8px;
  background: #002C5B;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.reviews-box .reviews-box-right p {
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.reviews-box .reviews-box-right strong {
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}

.swiper-slide-next, .swiper-slide-prev {
  transform: scale(0.8);
  opacity: 0.5;
}

/*# sourceMappingURL=style.css.map */
