
/*------------------------------------------------------------------------
# mod_mx_team Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2019 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/

:root {
  --color58-base: #ff3c00;
  --mx58-white: #ffffff;
  --mx58-black: #121c27;
  --mx58-white-rgb: 255, 255, 255;
  --color58-base2: #000000;
  --color58-base3: #f4f5f8;
  --color58-base4: #ffaa18;
  --border: #0000001a;
  --transition: all 0.3s;
  --shadow: 0px 4px 30px 0px #0000000d;
}

.team-block58 .mos-img img {display: none !important;}
.team-block58 .mos-img  {position: relative; padding-top: 10px;z-index: 3;}
.team__item .team-thumb {
  border-radius: 10px;
  overflow: hidden;
  user-select: none;
  position: relative;
}
.team__item.team-block58 .team-thumb > img {
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  -ms-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transition: transform 500ms;
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  -ms-transition: transform 500ms;
}
.team__item.team-block58:hover .team-thumb > img {
  -webkit-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  -ms-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
.team__item.team-block58 h6 {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  margin: 0;
}
.team__item.team-block58 .team-thumb .m-socials {
  gap: 10px;
  position: absolute;
  content: "";
  top: 0;
  right: 25px;
  height: 100%;
  padding: 25px 17px;
  background: rgba(var(--mx58-white-rgb), 0.24);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 767.98px) {
  .team__item.team-block58 .team-thumb .m-socials {
    padding: 10px 8px;
    right: 15px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.team__item.team-block58 .team-thumb .m-socials .social-title {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  color: var(--mx58-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: 5.44px;
}
@media only screen and (max-width: 767.98px) {
  .team__item.team-block58 .team-thumb .m-socials .social-title {
    font-size: 12px;
  }
}
.team__item.team-block58 .team-thumb .m-socials .line {
    display: -webkit-inline-block;
  display: -ms-inline-block;
  display: inline-block;
  height: 44px;
  width: 1px;
  background-color: var(--mx58-white);
}
.team__item.team-block58 .team-thumb .m-socials ul {
  gap: 24px;
}
.team__item.team-block58 .team-thumb .m-socials ul li:not(:last-of-type)::before {
  content: "";
  width: 4px;
  height: 4px;
  left: 50%;
  top: -12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100%;
  background-color: rgba(var(--mx58-white-rgb), 0.7);
}
.team__item.team-block58 .team-thumb .m-socials ul li a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(var(--mx58-white-rgb), 0.7);
  border-radius: 100%;
  color: rgba(var(--mx58-white-rgb), 0.7);
  font-size: 14px;
  display: -webkit-grid;
display: -ms-grid;
display: grid;
place-content: center;
}
@media only screen and (max-width: 767.98px) {
  .team__item.team-block58 .team-thumb .m-socials ul li a {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
}
.team__item.team-block58 .team-thumb .m-socials ul {
  padding-left: 0rem;
}
.team__item.team-block58 .team-thumb .m-socials ul li {
  list-style: none;
  position: relative;
}
.team__item.team-block58 .team-thumb .m-socials ul li a:hover {
  border-color: var(--color58-base);
  background-color: var(--color58-base);
  color: var(--mx58-white);
}
.team__item.team-block58 .team-content .designation {
  display: -webkit-inline-block;
  display: -ms-inline-block;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: 0.32px;
  margin-top: 15px;
}
@media only screen and (max-width: 767.98px) {
  .team__item.team-block58 .team-content .designation {
    margin-top: 10px;
  }
}
.team__item.team-block58 .team-content .title {
  font-weight: 500;
  line-height: 138.462%;
  margin-top: 5px;
}
.team__item.team-block58 .team-content .title a {
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.team__item.team-block58:hover .thumb-shape, .team__item.team-block58.active .thumb-shape {
  animation: draw 2.5s ease forwards;
}
.team__item.team-block58:hover .m-socials, .team__item.team-block58.active .m-socials {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.team__item.team-block58 .th-btn {
 z-index:2;
 vertical-align:middle;
 display:inline-block;
 border:none;
 text-transform:capitalize;
 text-align:center;
 background-color:rgba(255, 255, 255, 0.91);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
 color:var(--mx58-white);
 background-color:var(--color58-base);
 font-size:15px;
 font-weight:400;
 line-height:1;
 padding:12px 22px;
 border-radius:30px;
 margin-top: 10px;
 -webkit-perspective:320px;
 perspective:320px
}
.team__item.team-block58 .th-btn span {
 margin-left: 5px;
}

.team__item.team-block58 .th-btn:before {
 content:"";
 position:absolute;
 height:0;
 top:50%;
 right:0;
 width:0;
 background-color:var(--mx58-black);
 z-index:-1;
 -webkit-transition:all 0.4s ease-in-out;
 transition:all 0.4s ease-in-out;
 border-radius:inherit;
 -webkit-transform-origin:top center;
 -ms-transform-origin:top center;
 transform-origin:top center
}
.team__item.team-block58 .th-btn i {
 font-size:1em
}
.team__item.team-block58 .th-btn:hover,
.team__item.team-block58 .th-btn.active {
 color:var(--white);
 box-shadow:none
}
.team__item.team-block58 .th-btn:hover::before,
.team__item.team-block58 .th-btn:hover:after,
.team__item.team-block58 .th-btn.active::before,
.team__item.team-block58 .th-btn.active:after {
 top:0;
 height:100%;
 width:100%;
 right:unset;
 left:0
}

.mxt-arrow-svg-top-right {
  fill: currentColor;
  stroke: none;
}
.team__item.team-block58 .field-label {
  display: none !important;
}
 