@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("fonts/Avenir-Next-LT-Pro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  /* offset for sticky header when scrolling to anchors */
}

/* When Lenis is active, native smooth scroll is disabled to avoid double behavior */
html.lenis,
html.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis-stopped {
  overflow: hidden;
}

.lenis-smooth iframe {
  pointer-events: none;
}


a {
  transition: 0.3s all ease;
}

button {
  cursor: pointer;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/select-input-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 15px) 50%;
}

.header-nav {
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.header-hide {
  transform: translateY(-100%);
  opacity: 0;
}

.header-show {
  transform: translateY(0);
  opacity: 1;
}

.nav-items a {
  padding-block: 12px !important;
}

.btn-primary {
  padding: 14px 26px;
  background-image: url(images/button-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  border: 2px solid #B14EC2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
  box-shadow: 0 8px 20px rgba(177, 78, 194, 0.4);
}

/* btn secondary */
.btn-secondary {
  padding: 14px 26px;
  background: transparent;
  border-radius: 70px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  border: 2px solid #B14EC2;
  color: #B14EC2;
  cursor: pointer;
}

.btn-secondary:hover {
  box-shadow: 0 8px 20px rgba(177, 78, 194, 0.4);
  background-image: url(images/button-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
  color: #fff;
}

.nav-items>a.active {
  padding: 5px;
  border-bottom: 1px solid #000;
}

.nav-items>a.active:hover {
  border-color: #7E2A8D;
}

.lang-flags>button img {
  filter: grayscale(100%);
  border-radius: 100%;
  transition: 0.3s;
}

.lang-flags>button:hover img {
  filter: grayscale(0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);

}

.lang-flags>button.active img {
  filter: grayscale(0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}

/* .hero_section {
  background: url(./images/grid-layer.png);
  background-repeat: no-repeat;
  background-size: cover;
} */

.hero_section {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fdf9ff;
  background-image: linear-gradient(to right,
      rgba(244, 238, 252, 0.9) 1px,
      transparent 1px),
    linear-gradient(to bottom,
      rgba(244, 238, 252, 0.9) 1px,
      transparent 1px);
  background-size: 64px 64px;
}

canvas.webgl-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}


.hero_brands {
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.hero_brands ul li {
  color: #0A0A0A;
  font-weight: 400;
}

.accordion-item {
  transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1;
}

.accordion-item.active {
  flex: 2.5;
}

.accordion-item {
  transition: 0.5s;
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1;
}

.accordion-item.active .vertical-text {
  writing-mode: horizontal-tb;
  transform: rotate(0deg);
  flex: 0;
}

.accordion-content {
  transition: opacity 0.4s ease 0.1s;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.accordion-item.active .accordion-content {
  opacity: 1;
  max-height: 500px;
}

.accordion-item:hover {
  background-color: rgba(177, 78, 194, 0.05);
}

.accordion-item-content {
  transition: all 0.75s cubic-bezier(0.25, 1, 0.35, 1);
}

.accordion-item.active .accordion-item-content {
  align-items: flex-start !important;
}

.accordion-item.active .hero_acctitle {
  display: none;
}

.hero_acc_wrapper {
  border-radius: 24px;
}

.skltbs-active {
  color: var(--color-primary);
}

.brand_slide2 {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.brand_slide2:before,
.brand_slide2:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.brand_slide2:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.brand_slide2:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}



/* 
.kanjTechExpertise_overlays img {
  position: relative;
  display: block;
  z-index: 5;
}
.kanjTechExpertise_overlays > div > div::before {
  content: "";
  display: block;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  transform: scale(1);
  background: url(./images/vector/dots-pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.kanjTechExpertise_overlays > div > div:hover:before {
  transform: scale(2.2);
} */


.dotAnimated_section {
  position: relative;
  overflow: hidden;
}

.gridCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}


.footer-links li a:after {
  transition: 0.3s;
}

.showcase-banner {
  background: url(./images/thumb/1.png);
  background-size: cover;
}

.benefits-banner {
  background: url(./images/thumb/3.png);
  background-size: cover;
}

.howwework_section {
  background: url(./images/banner/1.png);
  background-size: cover;
  background-repeat: no-repeat;
}


.teamSwiper .swiper-slide {
  filter: grayscale(100%);
  transition: transform 0.3s ease;
}

.teamSwiper .swiper-slide.swiper-slide-active {
  filter: grayscale(0);
  transform: translateY(-64px);
}

.teamSwiper .swiper-slide.swiper-slide-next,
.teamSwiper .swiper-slide.swiper-slide-prev {
  transform: translateY(-32px);
}

.teamSwiper .swiper-wrapper {
  padding: 100px 0;
}



#testimonial-splide .splide__slide {
  transform: scale(0.8);

}

#testimonial-splide .splide__slide.is-active {
  transform: scale(1) !important;
  transition: transform 1s;
}

#testimonial-splide .splide__slide.is-prev {
  transform: scale(0.9) !important;
  transition: transform 1s;
}

#testimonial-splide .splide__slide.is-next {
  transform: scale(0.9) !important;
  transition: transform 1s;
}

#testimonial-splide .splide__slide.is-visible {
  transform: scale(0.8);
  transition: transform 1s;
}




.faq-accordion-item {
  transition: all 0.3s ease;
}

.faq-accordion-icon {
  transition: transform 0.3s ease;
}


.ie-accordion-item .ie-accordion-content {
  display: none;
  transition: 0.3s all;
}

.ie-accordion-item.active .ie-accordion-content {
  display: block;
}

.ie-accordion-item.active button {
  color: #7E2A8D;
}


.mobile-contact-bg {
  background: url(./images/banner/3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
}



@media screen and (min-width: 992px) {
  .contact-bg {
    background: url(./images/thumb/11.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left;
  }

}


@media screen and (max-width: 575px) {

  .brand_slide2:before,
  .brand_slide2:after {
    position: absolute;
    top: 0;
    content: '';
    width: 50px;
    height: 100%;
    z-index: 2;
  }

  .btn-primary {
    display: block;
    width: 100%;
    background-image: url(images/button-bg-sm.png);
    background-color: #7E2A8D;
    text-align: center;
    font-size: 14px;
  }

  .btn-secondary {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .btn-secondary:hover {
    background: transparent;
    color: #7E2A8D;
  }

}



.fill-text-span {
  -webkit-background-clip: text;
  background-clip: text;
  background-color: #9E9E9E;
  background-image: linear-gradient(135deg, #000000 50%, #9E9E9E 60%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0% 200%;
  color: transparent;
  display: inline;
  will-change: background-size;
}

@media (prefers-reduced-motion: reduce) {
  .fill-text-span {
    background-size: 200% 200%;
  }
}

/* .js-fill {
    font-family: "Avenir Next LT Pro";
    font-weight: 400 !important;
  } */

html:not(.no-js) [data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

html:not(.no-js) [data-aos="fade-down"] {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

html:not(.no-js) [data-aos="fade-left"] {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}

html:not(.no-js) [data-aos="fade-right"] {
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}