.team-current-theme1 {
  position: relative;
  margin-bottom: 30px;
}
.team-current-theme1 .inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 30px 30px;
  background-color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .team-current-theme1 .inner {
    padding: 40px 15px 30px;
  }
}
.team-current-theme1 .inner:hover .content .team-title a {
  color: var(--theme-color-white);
}
.team-current-theme1 .inner:hover .content .team-subtitle {
  color: var(--theme-color-white);
}
.team-current-theme1 .inner:hover .plus {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.team-current-theme1 .inner:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 73px;
  height: 74px;
  z-index: 2;
  background: url(../../../images/current-theme/team-vector.png) no-repeat;
}
.team-current-theme1 .inner:hover .member-image {
  width: 100%;
  height: 100%;
  border-radius: 0;
  transform: translate(-50%, -50%) scale(1);
}
.team-current-theme1 .inner:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 120%;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color2));
}
.team-current-theme1 .inner:hover::after {
  top: 60%;
  opacity: 1;
}
.team-current-theme1 .inner .member-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: all 500ms ease;
  transform: translate(-50%, -70%) scale(1);
  transform-origin: center center;
}
@media (max-width: 575.98px) {
  .team-current-theme1 .inner .member-image {
    width: 170px;
    height: 170px;
  }
}
.team-current-theme1 .inner .content {
  position: relative;
  margin-top: 305px;
  z-index: 11;
}
.team-current-theme1 .inner .content .team-title {
  position: relative;
  font-weight: 500;
  margin: 0;
}
.team-current-theme1 .inner .content .team-title a {
  color: var(--theme-color1);
  transition: all 300ms ease;
}
.team-current-theme1 .inner .content .team-subtitle {
  position: relative;
  color: #4e595d;
  margin-top: 5px;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .team-current-theme1 .inner .content .team-subtitle {
    font-size: 14px;
  }
}
.team-current-theme1 .inner .plus {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 48px;
  height: 48px;
  z-index: 10;
  border-radius: 6px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  background-color: var(--theme-color-white);
}