.our_team__section {
  padding: 40px 0 80px;
  margin-top: 64px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .our_team__section {
    padding: 40px 0 40px;
  }
}
.our_team__section .row_title {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 36px;
}
@media (max-width: 767px) {
  .our_team__section .row_title {
    margin-bottom: 40px;
  }
}
.our_team__section .row_title:after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.our_team__section .row_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.our_team__section .row_title h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1px;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .our_team__section .row_title h2 {
    font-size: 32px;
    line-height: 38.4px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.our_team__section .row_title p.text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
  color: #2d2d2a;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .our_team__section .row_title p.text {
    padding-bottom: 24px;
  }
}
.our_team__section .tabs {
  display: flex;
  gap: 8px;
  width: 100%;
  padding-bottom: 20px;
  overflow-x: auto;
}
@media (min-width: 991px) {
  .our_team__section .tabs {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .our_team__section .tabs {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.our_team__section .tabs::-webkit-scrollbar {
  display: none;
}
.our_team__section .tabs .tabs-item {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-radius: 40px;
  color: #0b0b0a;
  background: rgba(11, 11, 10, 0.1);
  display: inline-block;
  text-wrap-mode: nowrap;
  cursor: pointer;
}
@media (max-width: 991px) {
  .our_team__section .tabs .tabs-item {
    font-size: 14px;
  }
}
.our_team__section .tabs .tabs-item.active {
  color: #fff;
  background: #ff5f33;
}
.our_team__section .swiper-team {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 48px;
  padding-bottom: 110px;
}
.our_team__section .swiper-team .swiper-wrapper {
  height: inherit;
}
.our_team__section .swiper-team .swiper-wrapper .swiper-slide {
  background: white;
  border-radius: 16px;
  padding: 0px;
  height: auto;
}
.our_team__section .swiper-team .swiper-wrapper .swiper-slide .slide {
  position: relative;
  border: 0.3px solid #ebebea;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
}
.our_team__section .swiper-team .swiper-wrapper .swiper-slide .slide .img-bg {
  display: block;
}
.our_team__section .swiper-team .swiper-wrapper .swiper-slide .slide .img-bg img {
  width: 100%;
  aspect-ratio: 392/528;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.our_team__section .swiper-team .swiper-wrapper .swiper-slide .slide .content {
  position: absolute;
  bottom: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.8);
  margin: auto 8px 8px;
  border-radius: 8px;
  padding: 16px;
  width: -webkit-fill-available;
}
.our_team__section .swiper-team .swiper-wrapper .swiper-slide .slide .content h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
  color: #0b0b0a;
}
.our_team__section .swiper-team .swiper-wrapper .swiper-slide .slide .content .subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: -0.25px;
  color: #0b0b0a;
  margin-bottom: 12px;
}
.our_team__section .swiper-team .swiper-wrapper .swiper-slide .slide .content .text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #2d2d2a;
}
.our_team__section .swiper-team .swiper-wrapper .swiper-slide .slide .content .social-link {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  margin-top: 32px;
}
.our_team__section .swiper-team .swiper-wrapper .swiper-slide .slide .content .social-link a {
  display: block;
}
.our_team__section .swiper-team .swiper-wrapper .swiper-slide .slide .content .social-link a span.circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
}
.our_team__section .swiper-team .swiper-wrapper .swiper-slide .slide .content .social-link a span.circle svg {
  width: 24px;
  height: auto;
}
.our_team__section .swiper-team .swiper-pagination {
  bottom: 30px;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 50px;
}
.our_team__section .swiper-team .swiper-pagination .swiper-pagination-bullet {
  background: linear-gradient(0deg, #111111, #111111), linear-gradient(0deg, rgba(19, 5, 1, 0.25), rgba(19, 5, 1, 0.25));
}
.our_team__section .swiper-team .swiper-pagination .swiper-pagination-bullet-active {
  width: 8.42px;
  height: 8.42px;
  border-radius: 40px;
  background: linear-gradient(0deg, #111111, #111111), linear-gradient(0deg, rgba(19, 5, 1, 0.25), rgba(19, 5, 1, 0.25));
}
.our_team__section .swiper-team .swiper-button-next,
.our_team__section .swiper-team .swiper-button-prev {
  bottom: 30px;
  top: unset;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.05);
}
@media (max-width: 767px) {
  .our_team__section .swiper-team .swiper-button-next,
  .our_team__section .swiper-team .swiper-button-prev {
    display: none;
  }
}
.our_team__section .swiper-team .swiper-button-prev {
  left: unset;
  right: 156px;
}
.our_team__section .swiper-team .swiper-button-prev:after {
  content: none;
}
.our_team__section .swiper-team .swiper-button-next {
  right: 104px;
}
.our_team__section .swiper-team .swiper-button-next:after {
  content: none;
}
.our_team__section .desktop {
  display: block;
}
@media (max-width: 767px) {
  .our_team__section .desktop {
    display: none;
  }
}
.our_team__section .mobile {
  display: none;
}
@media (max-width: 767px) {
  .our_team__section .mobile {
    display: block;
  }
}/*# sourceMappingURL=our_team_section.css.map */