.ova-team {
  position: relative;
  overflow: hidden;
}
.ova-team .img {
  position: relative;
}
.ova-team .img .mask {
  background: linear-gradient(0deg, rgba(16, 19, 31, 0.9) 0%, rgba(16, 19, 31, 0) 100%);
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 120px;
  content: "";
  border-radius: 5px;
}
.ova-team:hover .info {
  bottom: 50px;
}
.ova-team:hover .list-icon {
  bottom: 0;
}
.ova-team .team-img {
  border-radius: 5px;
  width: 100%;
}
.ova-team .info {
  margin: 0;
  text-align: left;
  width: 100%;
  height: auto;
  padding: 0 28px 25px 28px;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all all 0.4s ease;
  transition: all 0.4s ease;
}
.ova-team .info .title {
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
.ova-team .info .sub-title {
  color: #D3D4E0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
.ova-team .info .rectangle {
  height: 2px;
  width: 44px;
  border-radius: 1px;
  background-color: #48DCA8;
}
.ova-team .list-icon {
  position: absolute;
  bottom: -60px;
  left: 0;
  padding: 0 28px 24px 28px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all all 0.4s ease;
  transition: all 0.4s ease;
}
.ova-team .list-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.ova-team .list-icon ul .item {
  display: inline-block;
}
.ova-team .list-icon ul .item:not(:last-child) {
  margin-right: 8px;
}
.ova-team .list-icon ul .item a {
  padding-top: 3px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #D3D4E0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ova-team .list-icon ul .item a i {
  font-size: 18px;
}
.ova-team .list-icon ul .item a:hover {
  background-color: rgba(72, 220, 168, 0.2);
  color: #48DCA8;
}

.ova-team-v2 {
  padding: 28px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v2 .avatar {
  display: flex;
  border-radius: 28px;
  background-color: #E2E2E2;
  overflow: hidden;
  margin-bottom: 27px;
}
.ova-team-v2 .avatar img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v2 .title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: var(--heading);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v2 .job {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v2 .social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ova-team-v2 .social-list .social {
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  background-color: rgba(125, 213, 242, 0.1);
  border-radius: 6px;
  margin-right: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v2 .social-list .social:last-child {
  margin: 0;
}
.ova-team-v2 .social-list .social i {
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  color: rgba(84, 202, 239, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v2 .social-list .social:hover {
  background-color: #33BDE9 !important;
}
.ova-team-v2 .social-list .social:hover i {
  color: #FFFFFF;
}
.ova-team-v2 .social-list:hover .social {
  background-color: #FFFFFF;
}
.ova-team-v2:hover {
  box-shadow: 0px 40px 68px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
}
.ova-team-v2:hover .avatar img {
  transform: scale(1.05);
}

.ova-team-v3 {
  padding: 28px;
  background-color: #FFFFFF;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v3 .avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 198px;
  height: 198px;
  border: 3px solid #F4F4F4;
  box-sizing: border-box;
  border-radius: 50%;
  margin-bottom: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v3 .avatar .image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background-color: #C4C4C4;
  position: relative;
}
.ova-team-v3 .avatar .image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #9545FA;
  opacity: 0.3;
}
.ova-team-v3 .avatar .image img {
  width: 100%;
  object-fit: cover;
}
.ova-team-v3 .title {
  margin: 0;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v3 .job {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #8D869B;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v3 .social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ova-team-v3 .social-list .social {
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v3 .social-list .social:last-child {
  margin: 0;
}
.ova-team-v3 .social-list .social i {
  font-size: 22px;
  line-height: 1;
  vertical-align: middle;
  color: #DFAFF5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v3 .social-list .social:hover {
  background-color: rgba(149, 69, 250, 0.12);
}
.ova-team-v3 .social-list .social:hover i {
  color: #9545FA;
}
.ova-team-v3:hover {
  box-shadow: 0px 40px 68px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.ova-team-v3:hover .avatar {
  border-color: #DFAFF5;
}
.ova-team-v3:hover .title {
  color: #9545FA;
}

.ova-team-v4 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .ova-team-v4 {
    align-items: center;
  }
}
.ova-team-v4 .avatar {
  position: relative;
  overflow: hidden;
  width: 197px;
  height: 197px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  margin-bottom: 25px;
}
.ova-team-v4 .avatar .image {
  width: 190px;
  height: 190px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v4 .avatar .image img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
}
.ova-team-v4 .title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #c7ff00;
}
.ova-team-v4 .job {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}
.ova-team-v4:hover .avatar .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 7px;
}