.team-current-theme1 {
  position: relative;
  margin-bottom: 30px;
}
.team-current-theme1 .inner-box {
  position: relative;
  padding-bottom: 30px;
}
.team-current-theme1 .inner-box:hover .image img {
  transform: scale(1.1);
}
.team-current-theme1 .inner-box:hover .social-links {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme1 .inner-box:hover .info-box::after {
  height: 385px;
}
.team-current-theme1 .inner-box:hover .info-box .team-title {
  color: #fff;
}
.team-current-theme1 .info-box {
  position: relative;
  padding: 35px 20px 30px;
  text-align: center;
}
.team-current-theme1 .info-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 385px;
  background-color: #f2f3f6;
  width: 100%;
  border-radius: 20px;
  content: "";
  transition: all 300ms ease;
}
.team-current-theme1 .info-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: 0;
  content: "";
  border-radius: 20px;
  transition: all 300ms ease;
  background-color: var(--theme-color2);
}
.team-current-theme1 .info-box .team-title {
  position: relative;
  margin-bottom: 7px;
  z-index: 2;
}
.team-current-theme1 .info-box .team-subtitle {
  position: relative;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  z-index: 2;
  line-height: 1em;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme1 .info-box .team-subtitle {
    transition: none;
  }
}
.team-current-theme1 .image-box {
  position: relative;
  padding: 0 20px;
}
.team-current-theme1 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 40px;
  z-index: 1;
}
.team-current-theme1 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme1 .image-box .image img {
    transition: none;
  }
}
.team-current-theme1 .share-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: var(--theme-color2);
  background-color: var(--theme-color1);
  transition: all 300ms ease;
  z-index: 3;
  border-radius: 50%;
}
.team-current-theme1 .social-links {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  padding: 15px 0;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 54px;
  background: var(--theme-color2);
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  border-radius: 10px;
  list-style: none;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme1 .social-links {
    transition: none;
  }
}
.team-current-theme1 .social-links a {
  position: relative;
  height: 35px;
  width: 50px;
  display: block;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  transition: all 300ms ease;
}
.team-current-theme1 .social-links a:hover {
  color: var(--theme-color1);
}