html {
  scroll-behavior: smooth;
}

.navbar-brand .logo-dark,
.navbar-brand .logo-light{
  height: 48px;
}

.video-wrapper.bg-overlay.bg-overlay-gradient:after{
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 1) 100%);
}

.swiper-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
}

.swiper-slide{
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-container.clients .swiper{
  display: flex;
  align-items: center;
}

.swiper-horizontal{
  touch-action: pan-y;
}

.swiper{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

/* Services */
.wrapper-services .card{
  --bs-card-spacer-x: 1rem;
}

/* CTA Section */
.wrapper-cta{
  background-image: linear-gradient(180deg, var(--bs-primary), var(--bs-secondary));
}

/* About */
.wrapper-about .product-img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
}