/**************************/
/*portfolio*/
/**************************/
.section-wrapper.portfolio {
  position: relative;
}
.portfolio__typography {
  margin-bottom: 5rem;
}
.sw--portfolio .swiper-slide{
  width: 21.4rem;
}
.section--portfolio {
  position: relative;
}

.portfolio__bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.portfolio--en-title {
  font-size: var(--fs-32);
  font-family: var(--ff-en);
  text-align: left;
  flex: 1;
  line-height: 1.3;
  white-space: nowrap;
}
.portfolio-tabs__btn {
  flex: 1;
}
.portfolio__imgtitle {
  max-width: 27rem;
  margin-bottom: 3rem;
}

.sw--portfolio,
.sw--portfolios {
  overflow: visible;
  overflow-x: clip;
}
.sw--portfolios {
  max-width: 192.5rem;
  margin: 0 auto;
}
.portfolio--tabs .mode--dark {
  position: relative;
  z-index: 2;
}
.portfolio--tabs:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--c-primary), transparent);
  z-index: 1;
}
.bg--black .portfolio--tabs:before {
  background: linear-gradient(to bottom, var(--c-neutral-700), transparent);
}
.portfolio--tabs::after {
  background: repeating-linear-gradient(90deg, var(--c-primary), #05003300 25%);
  left: 0;
}
/* .portfolio--tabs::before {
  background: repeating-linear-gradient(-90deg, #050033d4, #05003300 25%);
  right: 0;
} */
.portfolio-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
}
.portfolio-tabs-wrapper {
  position: relative;
  z-index: 4;
  margin-bottom: 10rem;
}
.portfolio-tab .tab {
  background-color: transparent;
  border-radius: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  cursor: pointer;
  height: 4.6rem;
  transition: 0.6s var(--ease4);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  font-size: var(--fs-14);
  border: 1px solid var(--c-white);
  flex: 1;
}
.portfolio-tab .tab::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transition: transform 0.6s var(--ease4);
  background: var(--c-primary-500);
  border-radius: 3rem;
  z-index: -1;
}
.portfolio-tab .tab.active:before {
  transform: scaleX(1);
}
.portfolio-tab .tab.active {
  border-color: var(--c-primary-500);
}
.portfolio-tab .tab.left::before {
  transform-origin: left;
}
.portfolio-tab .tab.right::before {
  transform-origin: right;
}

.portfolio-card.mode--sw {
  margin-bottom: 6rem;
}

.sevices-tabs-wrapper .btn--circle {
  background: var(--c-primary-light-200);
}
.sw-pagination__hero {
  position: static;
  margin: 5rem auto 0;
}
.sw--portfolios .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 0.8rem;
  --swiper-pagination-bullet-height: 1.5rem;
  --swiper-pagination-bullet-border-radius: 2px;
  --swiper-pagination-color: white;
  --swiper-pagination-bullet-horizontal-gap: 0.1rem;
  --swiper-pagination-bullet-inactive-color: var(--c-white);
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-opacity: 1;
}
.swiper-pagination-bullet {
  transform-origin: top;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.77);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.66);
}

/* customer */

.customers-logo {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 0;
  -webkit-mask-image: radial-gradient(#000, transparent);
  mask-image: radial-gradient(#000, transparent);
  opacity: 0.8;
}
.mobile .customers-logo {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.mobile .customers-logo .logo-item-wrap:nth-child(9) {
  grid-column: 2;
}
.mobile .customers-logo .logo-item-wrap:nth-child(10) {
  grid-column: 3;
  border-left: unset;
}
.mobile .customers-logo .logo-item-wrap:nth-child(4),
.mobile .customers-logo .logo-item-wrap:nth-child(8) {
  border-left: unset;
}
.sw--customers {
  width: 100%;
}

.logo-item-wrap {
  height: 100%;
  border-bottom: 1px solid #413799a1;
  border-left: 1px solid #413799a1;
}
.logo-item {
  padding: 2rem 1.5rem;
  height: 7rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.logo-item img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}
.portfolio--tabs {
  position: relative;
  padding-bottom: 4rem;
}
.logos-wrapper {
  padding: 6rem 0 0;
}
.sw--customer-warp .swiper {
  height: 6rem;
}
/* 1 7  */
/* 2 8 13 */
/* 3 9 14 */
/* 4 10 15 */
/* 5 11 16 */
/* 6 12  */
.customers-logo .logo-item-wrap:nth-child(16) {
  grid-column: 5;
  border-left: unset;
  border-bottom: unset;
}
.customers-logo .logo-item-wrap:nth-child(15) {
  grid-column: 4;
  border-bottom: unset;
}
.customers-logo .logo-item-wrap:nth-child(14) {
  grid-column: 3;
  border-bottom: unset;
}
.customers-logo .logo-item-wrap:nth-child(13) {
  grid-column: 2;
  border-bottom: unset;
}
.desktop .customers-logo .logo-item-wrap:nth-child(6),
.customers-logo .logo-item-wrap:nth-child(12) {
  border-left: unset;
}
.svg-portfolio {
  width: 100%;
  height: auto;
  transform: translateY(11px);
}

.customer-counter-wrapper .counter__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  margin: auto;
  background: var(--c-white);
  border-radius: 50%;
  padding: 0.6rem;
}
.customer-counter-wrapper .counter__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.customer-counter-wrapper .customer-counter-text {
  display: inline-flex;
  direction: ltr;
  line-height: 1;
  flex-direction: column;
  align-items: end;
}
.customer-counter-wrapper .counter-wrapper {
  font-size: 5rem;
  display: block;
  font-family: var(--ff-en);
  font-weight: bold;
}
.customer__number {
  display: inline-block;
}
.customer-counter-wrapper .counter__subtitle {
  text-align: right;
  font-family: var(--ff-en);
  font-size: 1.2rem;
  direction: ltr;
}
.customer-counter-wrapper .counter__subtitle .char {
  display: inline-block;
}
.customer-counter-wrapper .counter__titleimg {
  margin-right: 4rem;
  margin-top: -1.55rem;
  max-width: 30rem;
}
.customer-counter-top {
  flex-direction: column;
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 3rem;
}
.portfolio--logos {
  overflow: hidden;
  position: relative;

  background: var(--c-black);
}
.is-wave .portfolio--logos {
  padding-bottom: min(12rem, 13vw);
}
.portfolio--logos::after {
  content: "";
  -webkit-mask-image: url(../../img/masks/curve-bottom1.svg);
  mask-image: url(../../img/masks/curve-bottom1.svg);
  width: 28.3rem;
  height: 3.1rem;
  display: block;
  position: absolute;
  top: 0;
  background: var(--c-primary);
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.bg--black .portfolio--logos::after {
  background: var(--c-neutral-700);
}
.portfolio--logos::before {
  content: "";
  background-image: radial-gradient(
    at 50% 50%,
    var(--c-primary) 0%,
    transparent
  );
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

#customer-wave {
  position: absolute;
  width: 100%;
  height: 18vw;
  bottom: 0%;
  direction: ltr;
  z-index: 10;
  pointer-events: none;
}
.customer-counter-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  position: relative;
  z-index: 4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

/**************************/
/* BELOW 360px */
/**************************/
@media (min-width: 22.5em) {
}
/**************************/
/* BELOW 576px */
/**************************/
@media (min-width: 36em) {
  .logo-item {
    padding: 2.2rem 4rem;
    height: 9.5rem;
  }
  .portfolio-tab .tab {
    flex: none;
  }
}

/**************************/
/* ABOVE 800px */
/**************************/

@media (min-width: 50em) {
  .portfolio-tab .tab {
    min-width: 15.7rem;
  }
  .portfolio-item {
    margin-bottom: 7rem;
  }

  .customer-counter-wrapper .counter__subtitle {
    font-size: 1.6rem;
  }
  .customers-logo {
    padding: 0 7rem;
  }
  .logos-wrapper {
    padding: 9.9rem 0 0;
  }
  .portfolio--tabs {
    padding-bottom: 10rem;
  }
  .customer-counter-wrapper .counter-wrapper {
    font-size: 7.2rem;
  }
  .customer-counter-wrapper .counter__titleimg {
    margin-right: 8rem;
    max-width: 38rem;
    margin-top: -3rem;
  }
  .customer-counter-top {
    margin-bottom: 6rem;
  }

  .customer-counter-wrapper {
    margin-top: 8rem;
  }
  /* .portfolio--logos::before {
    background-image: radial-gradient(at 50% 50%, transparent 0%, #00000080),
      linear-gradient(to bottom, #0000004d, transparent 25%),
      linear-gradient(to top, #0000007d, transparent 54%);
  } */
}
