:root {
  --color64-base: #c00;
  --mx64-white: #ffffff;
  --mx64-black: #040404;
  --transition: all 0.3s;

}
.team-64 .mos-img img{
  display: none !important;
}
.team-64 {
  margin-top: 30px;
}
.team-64 .thumb {
  position: relative;
  overflow: hidden;
}
.team-64 .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-64 .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-64 .thumb .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .team-64 .thumb .content {
    padding: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.team-64 .thumb .content .title {
  font-size: 32px;
}
@media (max-width: 1199px) {
  .team-64 .thumb .content .title {
    font-size: 25px;
  }
}
.team-64 .thumb .content .title, .team-64 .thumb .content .title a {
  color: var(--mx64-white);
}
.team-64 .thumb .content p {
  color: var(--mx64-white);
}
.team-64 .thumb .content-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(30px);
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  height: initial;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 99;
}
@media (max-width: 991px) {
  .team-64 .thumb .content-box {
    padding: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.team-64 .thumb .content-box .title-box {
  padding: 30px;
}
@media (max-width: 991px) {
  .team-64 .thumb .content-box .title-box {
    padding: 20px;
  }
}
.team-64 .thumb .content-box .title {
  font-size: 32px;
  margin-bottom: 4px;
}
@media (max-width: 1199px) {
  .team-64 .thumb .content-box .title {
    font-size: 25px;
  }
}
.team-64 .thumb .content-box .title, .team-64 .thumb .content-box .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--mx64-white);
}
.team-64 .thumb .content-box .title a:hover {
  color: var(--mx64-white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--mx64-white) 0%, var(--mx64-white) 100%);
}
.team-64 .thumb .content-box p {
  color: var(--mx64-white);
}
.team-64 .thumb .content-box .title-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.team-64 .thumb .content-box .team-text {
  padding: 30px;
  color: var(--mx64-white);
}
@media (max-width: 991px) {
  .team-64 .thumb .content-box .team-text {
    padding: 20px;
  }
}
.team-64 .thumb .content-box .social-wrap {
  padding-left: 30px;
  position: absolute;
  bottom: 30px;
}
@media (max-width: 991px) {
  .team-64 .thumb .content-box .social-wrap {
    padding-left: 20px;
  }
}
.team-64 .thumb .content-box .social-wrap span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--mx64-white);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.team-64 .thumb .content-box .social-wrap .social-icon {
  gap: 6px;
}
.team-64 .thumb .content-box .social-wrap .social-icon a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--mx64-white);
  background: rgb(255, 255, 255);
  color: var(--header);
  font-size: 14px;
}
.team-64 .thumb .content-box .social-wrap .social-icon a:hover {
  background-color: var(--color64-base);
  color: var(--mx64-white);
}
.team-64:hover .thumb .content {
  opacity: 0;
  visibility: hidden;
}
.team-64:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.team-64:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-64:hover .thumb .content-box {
  opacity: 1;
  visibility: visible;
}
