/*  8.3 Team Css
/*----------------------------------------*/
.des-team-title {
  font-size: 160px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
  margin-bottom: 0;
  font-family: var(--tp-ff-mango);
  color: rgba(249, 244, 232, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .des-team-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .des-team-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .des-team-title {
    font-size: 75px;
    display: block;
    padding: 10px 0;
  }
}
.des-team-item-box {
  padding: 0 120px;
  padding-top: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(159, 156, 149, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .des-team-item-box {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .des-team-item-box {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .des-team-item-box {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.des-team-item-box span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
  color: rgba(249, 244, 232, 0.1);
}
.des-team-item-box.active span {
  color: var(--tp-common-cream);
}
@media (max-width: 767px) {
  .des-team-item-box.active span {
    display: block;
  }
}
.des-team-item-box.active .des-team-title {
  color: var(--tp-common-cream);
}
.des-team-item-box.active .des-team-item {
  position: relative;
  z-index: 999;
}
.des-team-item-box.team-inner-color {
  padding-top: 26px;
  padding-bottom: 28px;
}
.des-team-item-box.team-inner-color span {
  color: #ECECEC;
}
.des-team-item-box.team-inner-color .des-team-title {
  color: #ECECEC;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -3.8px;
  font-family: var(--tp-ff-body);
}
.des-team-item-box.team-inner-color.active span {
  color: #111013;
}
.des-team-item-box.team-inner-color.active .des-team-title {
  color: #111013;
}
@media (max-width: 767px) {
  .des-team-item {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .des-team-area {
    padding-bottom: 100px;
  }
}
.des-team-wrap.des-team-inner-style .des-team-title {
  letter-spacing: -4.8px;
  font-family: var(--tp-ff-teko);
  color: rgba(249, 244, 232, 0.1);
}
.des-team-wrap.des-team-inner-style .des-team-item-box.active .des-team-title {
  color: #fff;
}

.dgm-team-title-sm {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}
.dgm-team-content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #4d5051;
  display: inline-block;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dgm-team-thumb {
  margin-bottom: 15px;
}
.dgm-team-thumb img {
  width: 100%;
}
.dgm-team-social a {
  height: 30px;
  width: 30px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(20, 20, 20, 0.1);
}
.dgm-team-social a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-green-regular);
  background-color: var(--tp-common-green-regular);
}
@media (max-width: 767px) {
  .dgm-team-title-box {
    margin-bottom: 30px;
  }
}

.studio-team-title-box p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(249, 244, 232, 0.8);
}
@media (max-width: 767px) {
  .studio-team-title-box p {
    font-size: 18px;
  }
  .studio-team-title-box p br {
    display: none;
  }
}
.studio-team-thumb {
  overflow: hidden;
  display: inline-block;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .studio-team-thumb {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .studio-team-thumb-wrap {
    margin-top: 0;
  }
}
.studio-team-thumb::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
  background: linear-gradient(180deg, rgba(14, 15, 17, 0) 0%, #0e0f11 100%);
}
.studio-team-thumb img {
  transition: 0.6s;
}
@media (max-width: 767px) {
  .studio-team-thumb img {
    width: 100%;
  }
}
.studio-team-thumb-2 {
  margin-left: 240px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .studio-team-thumb-2 {
    margin-left: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .studio-team-thumb-2 {
    margin-left: 0px;
  }
}
.studio-team-thumb-4 {
  margin-right: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .studio-team-thumb-4 {
    margin-right: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studio-team-thumb-4 {
    margin-right: 0;
    margin-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studio-team-thumb-4 {
    margin-right: 0;
    margin-left: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studio-team-thumb-4 {
    margin-right: 0;
    margin-left: 0;
  }
}
.studio-team-thumb:hover {
  transform: rotate(2deg);
  border-radius: 300px;
}
.studio-team-thumb:hover img {
  border-radius: 300px;
}
.studio-team-thumb:hover::after {
  opacity: 1;
  visibility: visible;
}
.studio-team-thumb:hover .studio-team-content {
  opacity: 1;
  visibility: visible;
}
.studio-team-title-sm {
  font-size: 34px;
  line-height: 0.95;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-clash-semibold);
}
.studio-team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 22;
  opacity: 0;
  margin: 30px;
  transition: 0.5s ease-in-out;
  visibility: hidden;
  text-align: center;
}
.studio-team-content span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-clash-semibold);
}

.dgm-team-thumb .tp--hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tp-team-bg {
  padding-top: 160px;
  padding-bottom: 200px;
  border-radius: 50px 50px 0 0;
}
.tp-team-item-thumb {
  transition: 0.6s;
  border-radius: 300px;
}
.tp-team-item-thumb::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(14, 15, 17, 0) 0%, #0e0f11 150%);
}
.tp-team-item-thumb:hover .studio-team-content {
  opacity: 1;
  visibility: visible;
}
.tp-team-item-thumb:hover::after {
  opacity: 1;
  border-radius: 300px;
  visibility: visible;
}
.tp-team-item-thumb:hover img {
  border-radius: 300px;
}
.tp-team-item-thumb img {
  height: 500px;
  transition: 0.6s;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tp-team-item-thumb img {
    width: 100%;
  }
}
.tp-team-slider-active {
  margin: 0 -65px;
}
@media (max-width: 767px) {
  .tp-team-slider-active {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-hero-subtitle {
    margin-bottom: 20px;
  }
}
.tp-team-hero-subtitle span {
  display: inline-block;
  color: #111013;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.tp-team-hero-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #111013;
  letter-spacing: -0.36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-hero-text p br {
    display: none;
  }
}
.tp-team-inner-ptb .tp-career-shape-1 {
  position: absolute;
  top: 30%;
  right: 18%;
}
.tp-team-inner-thumb {
  width: 100%;
  height: 760px;
  overflow: hidden;
  border-radius: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-inner-thumb {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-inner-thumb {
    height: 380px;
  }
}
.tp-team-inner-thumb img {
  width: 100%;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .tp-team-inner-thumb img {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-inner-thumb-box {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-inner-thumb-box {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-part-shape {
    padding-bottom: 30px;
  }
}
.tp-team-part-shape img {
  animation: rotate2 8s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-part-top {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-part-heading p br {
    display: none;
  }
}
.tp-team-part-item {
  display: grid;
  height: 380px;
  width: 380px;
  margin: 0 -33px;
  text-align: center;
  place-content: center;
  border-radius: 380px;
  border: 1px solid #EEE;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-team-part-item {
    height: 330px;
    width: 330px;
    margin: 0 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-part-item {
    height: 270px;
    width: 270px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-part-item {
    height: 230px;
    width: 230px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-part-item {
    height: 350px;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-team-part-item {
    height: 250px;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.tp-team-part-item-title h4 {
  font-size: 70px;
  font-weight: 500;
  color: #030303;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-part-item-title h4 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-team-part-item-title h4 {
    font-size: 50px;
  }
}
.tp-team-part-item-title h4 i {
  font-style: normal;
}
.tp-team-part-item-content p {
  color: #525252;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.tp-team-details-thumb img {
  width: 100%;
  border-radius: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-info {
    flex-wrap: wrap;
  }
}
.tp-team-details-info-contact {
  padding: 10px 0;
  border-top: 1px solid rgba(17, 16, 19, 0.1);
  border-bottom: 1px solid rgba(17, 16, 19, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-info-contact {
    margin-bottom: 20px;
  }
}
.tp-team-details-info-contact a {
  font-size: 14px;
  font-weight: 500;
  color: #111013;
  display: inline-block;
  letter-spacing: -0.28px;
}
.tp-team-details-info-contact a:not(:last-of-type) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(17, 16, 19, 0.1);
}
.tp-team-details-info-contact a svg {
  margin-right: 5px;
}
.tp-team-details-info-social .tp-footer-widget-social a {
  background-color: transparent;
  border: 1px solid rgba(17, 16, 19, 0.08);
}
.tp-team-details-info-social .tp-footer-widget-social a:hover {
  border-color: var(--tp-common-red-3);
  background-color: var(--tp-common-red-3);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-wrap {
    margin-bottom: 30px;
  }
}
.tp-team-details-wrapper {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-wrapper {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-wrapper {
    padding-left: 0;
  }
}
.tp-team-details-text {
  margin-bottom: 30px;
}
.tp-team-details-text p {
  color: #4D5051;
}
.tp-team-details-text-sub {
  color: #525356;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.tp-team-details-text-title {
  color: #111013;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -0.8px;
}
.tp-team-details-more-title {
  color: #111013;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: -0.48px;
}
.tp-team-details-more ul li {
  list-style: none;
  color: #111013;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.tp-team-details-more ul li span {
  color: #525356;
  font-size: 16px;
  font-weight: 400;
  min-width: 100px;
  margin-right: 40px;
  display: inline-block;
}
.tp-team-details-progress-title {
  color: #111013;
  font-size: 16px;
  font-weight: 500;
}
.tp-team-details-progress-inner {
  position: relative;
  width: 100%;
  height: 5px;
  background: #d9d9d9;
}
.tp-team-details-progress-bar {
  overflow: visible;
  display: flex;
  height: 5px;
  text-align: center;
  white-space: nowrap;
  transition: 0.6s ease;
  position: relative;
  background-color: var(--tp-common-red-3);
}
.tp-team-details-progress-bar::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: 0px;
  top: -8px;
  margin: auto;
  background-color: var(--tp-common-red-3);
}
.tp-team-details-progress-counter {
  margin-top: -29px;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: -15px;
  text-transform: uppercase;
}
.tp-team-details-input-content input, .tp-team-details-input-content textarea {
  border-radius: 6px;
  margin-bottom: 20px;
  background-color: #F8F8FB;
  color: var(--tp-common-black);
  border: 1px solid rgba(17, 16, 19, 0.08);
}
.tp-team-details-input-content input:focus, .tp-team-details-input-content textarea:focus {
  background-color: transparent;
  border-color: var(--tp-common-red-3);
  box-shadow: 0px 0px 0px 3px rgba(255, 87, 34, 0.1);
}
.tp-team-details-input-content input::placeholder, .tp-team-details-input-content textarea::placeholder {
  color: #848788;
}
.tp-team-details-input-content textarea {
  resize: none;
  height: 160px;
}
.tp-team-details-input-btn button {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 35px;
  border-radius: 6px;
  letter-spacing: 0;
  border: 1px solid transparent;
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}
.tp-team-details-input-btn button:hover {
  color: var(--tp-common-red-3);
  background-color: transparent;
  border-color: var(--tp-common-red-3);
}

/*----------------------------------------*/

/* team-box: contain hoverEffect canvas within the image wrapper */
.dgm-team-thumb .tp--hover-img {
  position: relative;
  overflow: hidden;
}

/*----------------------------------------*/

/* cst-team-box hover image styles */
.cst-team-box .dgm-team-thumb img {
  border-radius: 16px;
}
.cst-team-box .dgm-team-thumb .tp--hover-img canvas {
  border-radius: 16px;
}
