.team-current-theme2 {
  position: relative;
  margin-bottom: 30px;
}
.team-current-theme2 .inner-box {
  position: relative;
  overflow: hidden;
}
.team-current-theme2 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.team-current-theme2 .inner-box:hover .image-box .social-links {
  transform: scale(1);
  visibility: visible;
}
.team-current-theme2 .inner-box .image-box {
  position: relative;
  padding-right: 15px;
  padding-bottom: 15px;
}
.team-current-theme2 .inner-box .image-box:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 244px;
  height: 6px;
  background: linear-gradient(to right, transparent, #5e10f6);
  content: "";
}
.team-current-theme2 .inner-box .image-box:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 244px;
  background: linear-gradient(to top, #5e10f6, transparent);
  content: "";
}
.team-current-theme2 .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-current-theme2 .inner-box .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
.team-current-theme2 .inner-box .image-box .icon-box {
  position: absolute;
  left: 30px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.team-current-theme2 .inner-box .image-box .icon-box .icon {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color2);
  background-color: #fff;
}
.team-current-theme2 .inner-box .image-box .icon-box .mail-icon {
  background: var(--gradient-2);
  color: #fff;
}
.team-current-theme2 .inner-box .image-box .social-links {
  position: absolute;
  left: 80px;
  bottom: 65px;
  display: flex;
  align-items: center;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  visibility: hidden;
  transition: all 300ms ease;
}
.team-current-theme2 .inner-box .image-box .social-links li {
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: var(--body-font-size);
  background-color: var(--theme-color1);
  transition: all 300ms ease;
  list-style-type: none;
  margin-bottom: 0;
}
.team-current-theme2 .inner-box .image-box .social-links li i {
  color: #fff;
}
.team-current-theme2 .inner-box .image-box .social-links li:hover {
  color: #fff;
  background-color: var(--theme-color2);
}
.team-current-theme2 .inner-box .info-box {
  position: relative;
  padding-top: 10px;
}
.team-current-theme2 .inner-box .info-box .team-title {
  position: relative;
  font-size: 22px;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 0;
}
.team-current-theme2 .inner-box .info-box .team-title a:hover {
  color: var(--theme-color1);
}
.team-current-theme2 .inner-box .info-box .team-subtitle {
  position: relative;
  display: block;
  color: #6d6c74;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 300ms ease;
}