.team-current-theme1 .inner-box {
  position: relative;
}
.team-current-theme1 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
  transition: all 300ms ease;
}
.team-current-theme1 .inner-box:hover .social-links {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme1 .inner-box:hover .share-icon {
  background-color: var(--theme-color1);
}
.team-current-theme1 .image-box {
  position: relative;
  overflow: hidden;
}
.team-current-theme1 .image-box .image img {
  position: relative;
  width: 100%;
  transition: all 300ms ease;
}
.team-current-theme1 .info-box {
  border-radius: 5px 5px 0 0;
  position: relative;
  padding: 25px 0;
  margin-top: -101px;
  margin-left: 60px;
  margin-right: 60px;
  text-align: center;
  background-color: var(--theme-color-white);
  z-index: 1;
}
.team-current-theme1 .info-box .team-title {
  color: var(--theme-color3);
  margin-bottom: 0;
  margin-top: 0;
}
.team-current-theme1 .info-box .team-title:hover {
  color: var(--theme-color1);
}
.team-current-theme1 .info-box .designation {
  display: block;
  transition: all 400ms ease;
}
.team-current-theme1 .share-icon {
  position: absolute;
  left: 20px;
  top: -30px;
  height: 45px;
  width: 45px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: var(--theme-color1);
  border-radius: 50%;
  z-index: 3;
  transition: all 300ms ease;
}
.team-current-theme1 .social-links {
  position: absolute;
  left: 20px;
  bottom: 126px;
  align-items: center;
  flex-direction: column;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
}
.team-current-theme1 .social-links li {
  list-style: none;
  margin-bottom: 7px;
}
.team-current-theme1 .social-links a {
  background-color: var(--theme-color2);
  border-radius: 50%;
  color: var(--text-color-bg-theme-color2);
  display: block;
  font-size: 15px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: relative;
  text-align: center;
  transition: all 300ms ease;
}
.team-current-theme1 .social-links a:hover {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}