
/* team details page css */
.team-details-area .section-content-wrapper {
  margin-top: 17px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 590px 600px;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .section-content-wrapper {
    grid-template-columns: 1fr 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details-area .section-content-wrapper {
    grid-template-columns: 1fr 430px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-details-area .team-thumb {
  margin-top: 13px;
  order: 2;
}
@media only screen and (max-width: 991px) {
  .team-details-area .team-thumb {
    order: unset;
    max-width: 500px;
  }
}
.team-details-area .team-thumb img {
  width: 100%;
}
.team-details-area .section-subtitle {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 0.93;
  letter-spacing: -0.07em;
  color: var(--primary);
  text-transform: unset;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .section-subtitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-subtitle {
    font-size: 22px;
  }
}
.team-details-area .subtitle-wrapper {
  margin-top: 29px;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .subtitle-wrapper {
    margin-top: 19px;
  }
}
.team-details-area .section-content .text-wrapper {
  margin-top: 51px;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .section-content .text-wrapper {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-content .text-wrapper {
    margin-top: 31px;
  }
}
.team-details-area .section-content .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.team-details-area .section-content .text:not(:first-child) {
  margin-top: 28px;
}
.team-details-area .social-links {
  margin-top: 53px;
  border-top: 1px dashed #878482;
  display: grid;
}
.dark .team-details-area .social-links {
  border-color: #6F6D6C;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .social-links {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .social-links {
    margin-top: 33px;
  }
}
.team-details-area .social-links a {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #878482;
  padding: 11px 0;
  transition: all 0.5s;
}
.dark .team-details-area .social-links a {
  border-color: #6F6D6C;
}
.team-details-area .social-links a:hover {
  background-color: #F7F7FA;
  padding-left: 20px;
}
.dark .team-details-area .social-links a:hover {
  background-color: #171717;
}
.team-details-area .social-links a:before {
  content: "+";
  margin-right: 6px;
}

/* team area team page style  */
.team-area-team-page .section-header {
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .team-area-team-page .section-header {
    padding-top: 7px;
  }
}
.team-area-team-page .section-title-wrapper {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 325px 1fr;
}
@media only screen and (max-width: 1919px) {
  .team-area-team-page .section-title-wrapper {
    grid-template-columns: 275px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .team-area-team-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-area-team-page .subtitle-wrapper {
  margin-top: 8px;
}
.team-area-team-page .section-title {
  max-width: 530px;
}
@media only screen and (max-width: 1919px) {
  .team-area-team-page .section-title {
    max-width: 430px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area-team-page .section-title {
    max-width: 350px;
  }
}
.team-area-team-page .team-info {
  margin-top: 13px;
}
.team-area-team-page .team-info .team-group {
  display: inline-flex;
  align-items: center;
}
.team-area-team-page .team-info .team-group img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  outline: 3px solid var(--white);
}
.dark .team-area-team-page .team-info .team-group img {
  outline-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .team-area-team-page .team-info .team-group img {
    width: 50px;
    height: 50px;
  }
}
.team-area-team-page .team-info .team-group img:not(:first-child) {
  margin-left: -10px;
}
.team-area-team-page .team-info .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  max-width: 275px;
}
.team-area-team-page .team-info .text span {
  font-weight: 500;
  color: var(--primary);
}
.team-area-team-page .team-info .text-wrapper {
  margin-top: 16px;
}
.team-area-team-page .title-wrapper .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 580px;
  margin-top: 54px;
}
@media only screen and (max-width: 1919px) {
  .team-area-team-page .title-wrapper .text {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area-team-page .title-wrapper .text {
    margin-top: 24px;
  }
}

/* cta area team page style  */
.cta-area-team-page .section-content {
  margin-top: 32px;
  text-align: center;
}
.cta-area-team-page .section-content .btn-wrapper {
  margin-top: 45px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1199px) {
  .cta-area-team-page .section-content .btn-wrapper {
    margin-top: 35px;
  }
}
.cta-area-team-page .section-title {
  max-width: 920px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .cta-area-team-page .section-title {
    font-size: 50px;
    line-height: 50px;
  }
}

/* team list area style  */
.team-list-area .team-box {
  border-bottom: 1px solid #E1E1E1;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  gap: 15px 25px;
  grid-template-columns: 100px 1fr 960px auto;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.dark .team-list-area .team-box {
  border-color: #292929;
}
@media only screen and (max-width: 1919px) {
  .team-list-area .team-box {
    grid-template-columns: 100px 1fr 560px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .team-list-area .team-box {
    grid-template-columns: 100px 1fr 310px auto;
  }
}
@media only screen and (max-width: 991px) {
  .team-list-area .team-box {
    grid-template-columns: 80px 1fr 210px auto;
  }
}
@media only screen and (max-width: 767px) {
  .team-list-area .team-box {
    grid-template-columns: 1fr 1fr auto;
  }
}
.team-list-area .team-box:hover {
  background-color: #FAFAFA;
}
.dark .team-list-area .team-box:hover {
  background-color: #1D1C1C;
}
.team-list-area .team-box:hover .thumb {
  transform: translateX(20px);
}
.team-list-area .team-box:hover .name {
  transform: translateX(20px);
}
.team-list-area .team-box:hover .t-btn-normal {
  transform: translateX(-20px);
}
.team-list-area .team-box .thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .team-list-area .team-box .thumb {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .team-list-area .team-box .thumb {
    grid-column: span 3;
  }
}
.team-list-area .team-box .thumb img {
  width: 100%;
}
.team-list-area .team-box .name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .team-list-area .team-box .name {
    font-size: 24px;
  }
}
.team-list-area .team-box .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}
.team-list-area .team-wrapper-box {
  margin-top: 90px;
}
@media only screen and (max-width: 1399px) {
  .team-list-area .team-wrapper-box {
    margin-top: 70px;
  }
}
.team-list-area .team-wrapper {
  border-top: 1px solid #E1E1E1;
}
.dark .team-list-area .team-wrapper {
  border-color: #292929;
}

/* team area style  */
.team-area .section-header {
  margin-top: 59px;
  display: grid;
  gap: 20px 20px;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .team-area .section-header {
    grid-template-columns: 1fr;
  }
}
.team-area .section-header .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 375px;
}
.team-area .section-header .section-title-wrapper {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .team-area .section-header .section-title-wrapper {
    order: unset;
  }
}
.team-area .team-wrapper-box {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .team-area .team-wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .team-area .team-wrapper-box {
    margin-top: 44px;
  }
}
.team-area .team-wrapper {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .team-area .team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-area .team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-area .team-box:hover .thumb img {
  transform: scale(1.1);
}
.team-area .team-box .thumb {
  overflow: hidden;
}
.team-area .team-box .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.team-area .team-box .name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1919px) {
  .team-area .team-box .name {
    font-size: 24px;
  }
}
.team-area .team-box .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  margin-top: 3px;
}
.team-area .team-box .content {
  margin-top: 19px;
}





/**----------------------------------------
START: Team CSS
----------------------------------------*/
.team-item {
  overflow: hidden;
}
.team-item .team-thumb {
  position: relative;
  height: 420px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}
.team-item .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-item .team-thumb:before {
  background: rgb(63, 90, 243);
  background: linear-gradient(0deg, rgb(63, 90, 243) 0%, rgba(63, 90, 243, 0.0088410364) 70%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -50px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-item .team-thumb:after {
  background: rgb(63, 90, 243);
  background: linear-gradient(0deg, rgb(63, 90, 243) 0%, rgba(63, 90, 243, 0.0088410364) 70%);
  content: "";
  mix-blend-mode: saturation;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -50px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-item .team-thumb .team-social-2 {
  list-style: none;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-item .team-thumb .team-social-2 li {
  display: inline-flex;
}
.team-item .team-thumb .team-social-2 li:not(:last-of-type) {
  margin-right: 7px;
}
.team-item .team-thumb .team-social-2 li a {
  background-color: var(--rr-color-bg-1);
  color: var(--rr-color-common-white);
  font-size: 14px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-item .team-thumb .team-social-2 li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.team-item .team-thumb:hover .team-social-2 {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}
.team-item .team-content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
.team-item .team-content span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.team-item:hover .team-thumb {
  background-color: rgba(63, 90, 243, 0.7);
}
.team-item:hover .team-thumb img {
  mix-blend-mode: multiply;
  filter: grayscale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-item:hover .team-thumb:after, .team-item:hover .team-thumb:before {
  visibility: visible;
  opacity: 1;
  bottom: 0;
  transition-delay: 300ms;
}
.team-item:hover .team-thumb .team-social {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.team-section-2 {
  background-color: var(--rr-color-grey-light);
}
.dark .team-section-2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../imgs/web-development/team-bg.html");
  width: 100%;
  height: 100%;
}

.team-item-2 {
  position: relative;
}
.team-item-2 .team-thumb {
  margin-bottom: 0;
}
.team-item-2 .team-content {
  text-align: center;
  padding: 25px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background-color: var(--rr-color-common-white);
  border: none;
  border-top: none;
}
.dark .team-item-2 .team-content {
  border: 1px solid var(--rr-color-border-1);
  background-color: var(--rr-color-bg-1);
}
.team-item-2 .team-content span {
  font-size: 16px;
  color: var(--rr-color-theme-primary);
  font-weight: 400;
  text-transform: capitalize;
}
.team-item-2 .team-social-2 {
  list-style: none;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 135px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-item-2 .team-social-2 li {
  display: inline-flex;
}
.team-item-2 .team-social-2 li:not(:last-of-type) {
  margin-right: 7px;
}
.team-item-2 .team-social-2 li a {
  background-color: var(--rr-color-bg-1);
  color: var(--rr-color-common-white);
  font-size: 14px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-item-2 .team-social-2 li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.team-item-2:hover .team-social-2 {
  visibility: visible;
  opacity: 1;
  bottom: 150px;
}