/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");


#contaier {
  max-width: 1120px;
  width: 100%;
  height: 30rem;
  padding: 40px 0;
  position: relative;
  z-index: 0;
  top: 9rem;
}
.slide-container {
  margin: 0 30px;
  position: relative;
  overflow: hidden;
}
.cards {
  background: #F9F6F7;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
  top: -0.1rem;
  height: 22rem;
  position: relative;
  border-radius: 10px;
  z-index: 0;
}
.cards .image-box {
  height: 200px;
}
.cards .image-box img {
  width: 100%;
  height: 100%;
  border-radius: 11px 11px 0 0;
}
.cards .profile-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 15px;
}
.cards .profile-details img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.profile-details .name {
  font-size: 15px;
  font-weight: 500;
}
.profile-details .job {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
}

.swiper-navBtn {
  color: #000;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: #000;
}

@media screen and (min-width: 1300px) {
.cards {
  height: 23rem;
}

.cards .image-box {
  height: 230px;
}
.swiper-pagination-bullet{
 top: -0rem;
 position: absolute;
 z-index: 2;

}

}