.team-current-theme1 {
  position: relative;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  overflow: hidden;
}
.team-current-theme1 .inner-box {
  background: var(--gradient-1);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.team-current-theme1 .inner-box:hover .content-box {
  background: var(--gradient-3);
}
.team-current-theme1 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.team-current-theme1 .inner-box:hover .image-box .team-socials {
  opacity: 1;
  transform: translateY(-30px);
  visibility: visible;
  z-index: 1;
}
.team-current-theme1 .inner-box .image-box {
  position: relative;
  z-index: 1;
}
.team-current-theme1 .inner-box .image-box .image {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-current-theme1 .inner-box .image-box .image img {
  display: block;
  position: relative;
  width: 100%;
  transition: all 300ms ease;
}
.team-current-theme1 .inner-box .image-box .image .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url(../../../images/current-theme/team-dots.png);
  width: 100%;
  height: 135px;
}
.team-current-theme1 .inner-box .image-box .team-socials {
  align-items: center;
  bottom: 0;
  display: flex;
  gap: 6px;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: translateY(0px);
  transition: all 300ms ease;
  z-index: 9;
}
.team-current-theme1 .inner-box .image-box .team-socials a {
  background: #232C33;
  backdrop-filter: blur(33.9px);
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.team-current-theme1 .inner-box .image-box .team-socials a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.team-current-theme1 .inner-box .content-box {
  background: var(--gradient-1);
  margin-top: -30px;
  padding: 60px 40px 30px;
  position: relative;
  z-index: 0;
  transition: all 300ms ease;
}
.team-current-theme1 .inner-box .content-box .team-title {
  color: #fff;
  margin-bottom: 2px;
  margin-top: 0;
  transition: all 300ms ease;
}
.team-current-theme1 .inner-box .content-box .team-title:hover {
  color: #fff;
}
.team-current-theme1 .inner-box .content-box .team-title:hover a {
  color: #fff;
}
.team-current-theme1 .inner-box .content-box .team-subtitle {
  color: #fff;
}