/* ss6 */
.team {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}

.team-headding {
  display: flex;
  align-items: end;
  gap: 12px;
}

.team-headding-title {
  color: var(--color-text, #3a2a1a);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.team-headding img {
  width: 228.546px;
  height: 118.061px;
}

.team-headding-desc {
  margin-top: 12px;
  color: var(--color-text, #3a2a1a);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.team-swiper-wrapper {
  position: relative;
  width: 100%;
}

.team-swiper .swiper-slide {
  background-image: var(--bg-img-team);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 12px 16px;
}

.team-slide-top {
  display: flex;
  gap: 16px;
  align-items: end;
}

.team-slide-top-label {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Baloo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.team-slide-top-name {
  position: relative;
  background-image: var(--img-bg-team-slide-top-name);
  background-size: cover;
  background-repeat: no-repeat;
  width: 250px;
  min-height: 38px;
  padding: 11px 12px;
}

.team-slide-top-name p {
  color: #3a2a1a;
  font-family: "Baloo 2";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.team-slide-top-name img {
  width: 47.247px;
  height: 61px;
  position: absolute;
  right: -11px;
  bottom: 0;
}

.team-slide-top-logo {
  background-image: var(--img-bg-team-slide-top-logo);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 113.439px;
  height: 49.738px;
}

.team-slide-top-logo img {
  width: 88.372px;
  height: 34.566px;
  aspect-ratio: 88.37/34.57;
}

.team-slide-down {
  background-image: var(--img-bg-team-slide-down);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 9px;
  border-radius: 16px;
  padding: 11.77px 8px 13px 0;
  display: flex;
  gap: 7px;
}

.team-slide-content {
  flex: 1 0 0;
}

.team-slide-img {
  position: relative;
  width: 136px;
}

.team-slide-avt {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 3px solid #fff;
  object-fit: cover;
}

.team-slide-check {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 178px;
  min-height: 28.48px;
  border-radius: 23.14px;
  border: 0.89px solid var(--Green, #64c24e);
  background: #f3fff2;
  box-shadow: 0 1.78px 14.24px 0 rgba(0, 179, 0, 0.2);
  padding: 3px 7px 0px 7px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.team-slide-check img {
  width: 22.48px;
  height: 22.48px;
  aspect-ratio: 1/1;
}

.team-slide-check p {
  color: var(--Green, #64c24e);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 14.24px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.8px;
}

.team-slide-content-label {
  margin-left: -10px;
  border-radius: 6px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  width: calc(100% + 10px);
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
}

.team-slide-content-label svg {
  width: 14.931px;
  height: 15.992px;
}

.team-slide-content-label p {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.team-slide-content-desc {
  margin-top: 5px;
  color: #fff;
  font-family: "Baloo 2";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.team-slide-content-desc ul {
  padding-left: 22px;
  margin-bottom: 10px;
}

.team-slide-content-desc li {
  color: #fff;
  font-family: "Baloo 2";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.team-slide-content-desc li strong {
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 12%;
  text-underline-position: from-font;
}

.team-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -62px;
  width: 48px;
  height: 48px;
  background: #fffae5;
  border: 1px solid #fbae17;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.team-swiper-button-next svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  transform: translateX(3px);
}

.team-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -62px;
  width: 48px;
  height: 48px;
  background: #fffae5;
  border: 1px solid #fbae17;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.team-swiper-button-prev svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  transform: rotate(180deg);
}

.team-swiper-button-next.swiper-button-disabled,
.team-swiper-button-prev.swiper-button-disabled {
  background: rgba(147, 149, 152, 0.6);
  border: none;
}

.team-swiper-button-next.swiper-button-disabled svg path,
.team-swiper-button-prev.swiper-button-disabled svg path {
  fill: #fff;
}
@media (max-width: 768px) {
  .team-headding {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }

  .team-headding-title {
    font-size: 30px;
  }

  .team-headding img {
    transform: translate(26px, -53px);
  }

  .team-headding-desc {
    margin-top: 0;
    padding: 0 16px;
    margin-bottom: 16px;
  }

  .team-swiper {
    padding: 0 8px;
  }
  .team-swiper-button-prev,
  .team-swiper-button-next {
    display: none;
  }
}
