.team-current-theme1 {
  position: relative;
}
.team-current-theme1 .inner-box {
  position: relative;
}
.team-current-theme1 .inner-box:hover .info-box::before {
  height: 100%;
}
.team-current-theme1 .inner-box:hover .info-box .team-title,
.team-current-theme1 .inner-box:hover .info-box .team-subtitle {
  color: #fff;
}
.team-current-theme1 .inner-box:hover .info-box .team-title a:hover, .team-current-theme1 .inner-box:hover .info-box .team-title a:focus,
.team-current-theme1 .inner-box:hover .info-box .team-subtitle a:hover,
.team-current-theme1 .inner-box:hover .info-box .team-subtitle a:focus {
  color: #fff;
}
.team-current-theme1 .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-current-theme1 .inner-box:hover .share-icon {
  background-color: var(--theme-color1);
  color: #fff;
}
.team-current-theme1 .inner-box:hover .social-links {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme1 .image-box {
  position: relative;
}
.team-current-theme1 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
.team-current-theme1 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
.team-current-theme1 .info-box {
  position: relative;
  padding: 30px 30px;
  text-align: center;
  background-color: var(--theme-color-light);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  border-radius: 0px 0px 10px 10px;
  z-index: 2;
  overflow: hidden;
}
.team-current-theme1 .info-box:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  height: 0;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
.team-current-theme1 .info-box .team-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 5px;
}
.team-current-theme1 .info-box .team-subtitle {
  position: relative;
  display: block;
  transition: all 400ms ease;
}
.team-current-theme1 .share-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--theme-color1);
  background-color: #fff;
  transition: all 300ms ease;
  border-radius: 50px;
  z-index: 3;
}
.team-current-theme1 .social-links {
  position: absolute;
  right: 30px;
  top: 45px;
  padding-top: 45px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 50px;
  z-index: 3;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 400ms ease;
}
.team-current-theme1 .social-links li {
  list-style: none;
  margin-bottom: 0;
}
.team-current-theme1 .social-links li a {
  position: relative;
  line-height: 16px;
  display: block;
  color: var(--text-color);
  background-color: #fff;
  border-radius: 50px;
  opacity: 0.3;
  padding: 0 12px 20px;
  border-radius: 0 0 50px 50px;
  transition: all 300ms ease;
}
.team-current-theme1 .social-links li a:hover {
  color: var(--theme-color1);
  opacity: 1;
}