/*** 
==============================
    Team Style1 Css
==============================
***/
.team-style1 {
  padding: 120px 0px 113px;
}

.single-team-style1 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.single-team-style1:hover {
  background-color: #f6f6f7;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06);
}

.single-team-style1-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--thm-border-radius);
  background: var(--thm-white);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(243, 244, 246, 1) 100%
  );
  border: 1px solid #e1e7e3;
  clip-path: polygon(100% 0, 100% 92%, 91% 100%, 0 100%, 0 0);
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.single-team-style1:hover .single-team-style1-inner {
  background: linear-gradient(none);
  background: var(--thm-white);
}

.single-team-style1-inner::before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -50px;
  width: 1px;
  height: 200px;
  background-color: #e1e7e3;
  transform: rotate(40deg);
}

.single-team-style1 .img-box {
  position: relative;
  display: block;
  padding: 14px 14px 0px;
}

.single-team-style1 .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--thm-border-radius);
  clip-path: polygon(100% 0, 100% 95%, 95% 100%, 0 100%, 0 0);
}

.single-team-style1 .img-box .inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(var(--thm-black-bg-rgb), 0.8);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  z-index: 1;
}

.single-team-style1:hover .img-box .inner::before {
  opacity: 1;
}

.single-team-style1 .img-box .inner img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.single-team-style1:hover .img-box .inner img {
  transform: scale(1.07) rotate(0deg);
}

.single-team-style1 .img-box .inner .social-share-box {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
  z-index: 5;
}

.single-team-style1 .img-box .inner .social-share-box span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: var(--thm-primary-color);
  border-top-left-radius: var(--thm-border-radius);
  color: var(--thm-white);
  font-size: 20px;
  cursor: pointer;
}

.single-team-style1 .img-box .inner .social-share-box ul {
  position: absolute;
  left: 5px;
  bottom: 0;
  margin-bottom: 66px;
  white-space: nowrap;
  opacity: 0;
  transform: perspective(400px) scaleX(0) translateY(0px);
  transition: all 200ms ease;
  z-index: 3;
}

.single-team-style1 .img-box .inner .social-share-box:hover ul {
  opacity: 1;
  transform: perspective(400px) scaleX(1) translateY(0px);
  transition-delay: 100ms;
}

.single-team-style1 .img-box .inner .social-share-box ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.single-team-style1 .img-box .inner .social-share-box ul li:last-child {
  margin-bottom: 0;
}

.team-social__one {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  background: var(--thm-white);
  border: 1px solid var(--thm-white);
  border-radius: var(--thm-border-radius);
  color: var(--thm-black);
  font-size: 18px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.team-social__one:hover {
  color: var(--thm-white);
  background-color: transparent;
}

.single-team-style1 .content-box {
  position: relative;
  display: block;
  padding-top: 11px;
}

.single-team-style1 .content-box .title {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--thm-border-color);
  padding: 0px 30px 18px;
}

.single-team-style1 .content-box .title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 4px;
}

.single-team-style1 .content-box .title h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-team-style1 .content-box .title h3 a:hover {
  color: var(--thm-primary-color);
}

.single-team-style1 .content-box .title p {
  font-size: 14px;
  line-height: 24px;
  font-weight: var(--thm-font-2);
  font-weight: 700;
  text-transform: uppercase;
}

.single-team-style1 .content-box .mail-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 19.5px 30px 19.5px;
}

.single-team-style1 .content-box .mail-box .icon {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 0;
}

.single-team-style1 .content-box .mail-box .icon .icon-mail-1 .path1:before {
  color: transparent;
}

.single-team-style1 .content-box .mail-box .icon .icon-mail-1 .path3:before,
.single-team-style1 .content-box .mail-box .icon .icon-mail-1 .path4:before {
  color: var(--thm-black);
}

.single-team-style1 .content-box .mail-box .icon .path2:before {
  color: var(--thm-primary-color);
}

.single-team-style1 .content-box .mail-box p {
  position: relative;
  display: block;
  padding-left: 10px;
  flex: 1;
}

.single-team-style1 .content-box .mail-box p a {
  color: var(--thm-body-font-color);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-team-style1 .content-box .mail-box p a:hover {
  color: var(--thm-primary-color);
}

.team-style1__btn {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 23px;
}

.team-style1__btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-style1__btn a:hover {
  color: var(--thm-primary-color);
}

.team-style1__btn a i {
  font-size: 21px;
  position: relative;
  top: 0px;
  margin-left: 4px;
}

.team-style1--style2 {
  padding: 120px 0px 90px;
}

/*** 
===========================
    End Css
===========================
***/
