.team-current-theme2 .inner-block {
  position: relative;
}
.team-current-theme2 .inner-block:hover .image-box img {
  transform: scale(1.1);
}
.team-current-theme2 .inner-block:hover .content-box .inner-box {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-current-theme2 .image-box {
  border-radius: 15px;
  overflow: hidden;
}
.team-current-theme2 .image-box img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 500ms ease;
}
.team-current-theme2 .content-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 20px;
  overflow: hidden;
}
.team-current-theme2 .content-box .inner-box {
  background-color: #fff;
  padding: 19px 15px 17px;
  border-radius: 4px;
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.team-current-theme2 .content-box .inner-box .team-title {
  color: #000002;
  margin-bottom: 3px;
  margin-top: 0;
}
.team-current-theme2 .content-box .inner-box .team-title span {
  font-weight: 300;
}
.team-current-theme2 .content-box .inner-box .team-subtitle {
  margin: 0;
  color: #505050;
}
.team-current-theme2 .content-box .inner-box .social-links {
  margin-top: 11px;
  gap: 11px;
  display: flex;
  justify-content: center;
}
.team-current-theme2 .content-box .inner-box .social-links li {
  list-style-type: none;
}
.team-current-theme2 .content-box .inner-box .social-links li a {
  border: 1px solid rgba(0, 0, 0, 0.16);
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  transition: all 300ms ease;
}
.team-current-theme2 .content-box .inner-box .social-links li a:hover {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
}
.team-current-theme2 .content-box .inner-box .social-links li a:hover i {
  color: var(--theme-color1-text-color);
}
.team-current-theme2 .content-box .inner-box .social-links li a i {
  color: #000;
  transition: all 300ms ease;
}

.swiper-slide-active .team-current-theme2 .inner-block .content-box .inner-box,
.swiper-slide-duplicate-prev .team-current-theme2 .inner-block .content-box .inner-box {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}