.team-current-theme2 {
  position: relative;
  z-index: 1;
}
.team-current-theme2 .inner-block {
  background-color: #131420;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.team-current-theme2 .inner-block:before {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(270deg, #1dc8cf -0.01%, #6d46e2 54.55%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.3;
  filter: blur(75px);
  transform: rotate(-135deg);
  transition: all 300ms ease;
}
.team-current-theme2 .inner-block:hover .image img {
  transform: scale(1.07, 1.07);
}
.team-current-theme2 .inner-block:hover .info-box {
  opacity: 0;
  visibility: hidden;
}
.team-current-theme2 .inner-block:hover .content {
  opacity: 1;
  visibility: visible;
}
.team-current-theme2 .inner-block:hover .content .title-box,
.team-current-theme2 .inner-block:hover .content .team-socials a {
  transform: translateY(0px);
}
.team-current-theme2 .inner-block .image-box {
  position: relative;
}
.team-current-theme2 .inner-block .image-box .image {
  position: relative;
  overflow: hidden;
}
.team-current-theme2 .inner-block .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 300ms ease;
}
.team-current-theme2 .inner-block .info-box {
  background: linear-gradient(0.13deg, #0b0b15 6.62%, rgba(0, 0, 0, 0) 90.45%);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 30px 39px 34px;
  transition: all 300ms ease;
}
.team-current-theme2 .inner-block .info-box .team-title {
  color: #fff;
  margin-bottom: 2px;
  margin-top: 0;
}
.team-current-theme2 .inner-block .info-box .team-subtitle {
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
.team-current-theme2 .inner-block .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 31px 40px 40px;
  position: absolute;
  overflow: hidden;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.team-current-theme2 .inner-block .content:before {
  background: linear-gradient(270deg, #1dc8cf -0.01%, #6d46e2 54.55%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.8;
  filter: blur(75px);
  transform: rotate(-135deg);
}
.team-current-theme2 .inner-block .content .title-box {
  transform: translateY(-100px);
  transition: all 300ms ease;
}
.team-current-theme2 .inner-block .content .team-title {
  color: #fff;
  margin-bottom: 2px;
  margin-top: 0;
  transition: all 300ms ease;
}
.team-current-theme2 .inner-block .content .team-title a {
  color: #fff;
}
.team-current-theme2 .inner-block .content .team-title:hover {
  color: var(--theme-color1);
}
.team-current-theme2 .inner-block .content .team-title:hover a {
  color: var(--theme-color1);
}
.team-current-theme2 .inner-block .content .team-subtitle {
  color: rgba(var(--theme-color-white-rgb), 0.76);
  font-weight: 600;
}
.team-current-theme2 .inner-block .content .team-socials {
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
  transition: all 300ms ease;
}
.team-current-theme2 .inner-block .content .team-socials a {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 15px;
  margin-left: -8px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(33.9px);
  transform: translateY(100px);
  transition: all 300ms ease;
}
.team-current-theme2 .inner-block .content .team-socials a:first-child {
  margin-left: 0;
}
.team-current-theme2 .inner-block .content .team-socials a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}