:root {
  --color63-base: #C3EE18;
  --mx63-white: #ffffff;
  --mx63-black: #040404;
  --border: #0000001a;
  --transition: all 0.3s;
}
.team-63__author .mos-img img{
  display: none !important;
}
.team-63 {
  position: relative;
}
.team-63 .sec-title-three {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.team-63__item {
  position: relative;
  z-index: 1;
  background-color: var(--mx63-black, #040404);
  border-radius: 600px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .team-63__item {
    text-align: center;
  }
}
.team-63__item img {
  object-fit: cover;
  filter: grayscale(100%);
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 768px), (max-width: 425px) {
  .team-63__item img {
    height: 380px;
    text-align: center;
  }
}
.team-63__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0) 0%, var(--color63-base, #C3EE18) 87.91%);
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.team-63__item::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  height: 67px;
  border-radius: 20px;
  background-color: var(--color63-base, #C3EE18);
  transition: all 0.4s ease-in-out;
  opacity: 0.35;
}
.team-63__item:hover img {
  filter: grayscale(0%);
  z-index: 0;
}
.team-63__item:hover::after {
  visibility: visible;
  opacity: 1;
}
.team-63__item:hover::before {
  top: -10px;
  opacity: 1;
}
.team-63__item:hover .team-63__social {
  transform: translateX(-50%) translateY(0);
  visibility: visible;
  opacity: 1;
}
.team-63__author {
  text-align: center;
  padding-top: 70px;
  position: relative;
  margin-bottom: -5px;
  z-index: 1;
}
.team-63__author .team-63__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  color: var(--mx63-white, #fff);
}
.team-63__author .team-63__name a{
  color: var(--mx63-white, #fff);
}
.team-63__author .team-63__designation, .team-63__author .mos-img.text {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: var(--mx63-white, #fff);
  margin-bottom: 0;
}
.team-63__author .mos-img.text {
  padding: 0 65px;
}
.team-63__social {
  position: absolute;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  gap: 10px;
  transform: translateX(-50%) translateY(100px);
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.team-63__social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  background-color: var(--mx63-white, #fff);
  color: var(--mx63-black, #040404);
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
.team-63__social a:hover {
  background-color: var(--mx63-black, #040404);
  color: var(--mx63-white, #fff);
}
.team-63__social a:nth-child(1), .team-63__social a:nth-child(5) {
  margin-top: -65px;
}
.team-63__social a:nth-child(3) {
  margin-left: 7px;
  margin-right: 7px;
}
.team-63__social a:nth-child(2), .team-63__social a:nth-child(4) {
  margin-top: -25px;
}
.team-63__item .arrow-icon {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: var(--color63-base);
  cursor: pointer !important;
  color: var(--mx63-white);
  font-size: 17px;
  height: 0px;
  width: 0px;
  min-width: 50px;
  opacity: 0;
}

.team-63__item:hover .arrow-icon {
  transform: translateX(0) translateY(-50%);
  visibility: visible;
  height: 50px;
  width: 50px;
  opacity: 1;
}
.team-63__item .arrow-icon svg {
  fill: var(--mx63-white);
  width: 15px;
  height: 15px;
}
.team-63__item:hover  .arrow-icon svg {
  fill: var(--mx63-black);
  width: 15px;
  height: 15px;
}

@media (max-width: 575.98px) {
  .team-63__item  .arrow-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.team-63__item .arrow-icon i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  rotate: -30deg;
}