/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 *
 */
.absp-col {
  position: relative;
  width: 100%;
  padding-left: calc(var(--absp-gutter-x) * .5);
  padding-right: calc(var(--absp-gutter-x) * .5);
}

.absp-logo-carousel .absp-logo-carousel-slide {
  display: flex;
  align-items: center;
  margin: auto;
}

.absp-logo-carousel img {
  max-width: 100%;
  margin: auto;
}

.absp-logo-carousel.element-one .absp-logo-slider .absp-logo-carousel-slide {
  width: 200px !important;
  height: 200px;
  background: #fff;
  margin: 20px 3px;
}
.absp-logo-carousel.element-one .absp-logo-slider .absp-logo-carousel-slide:hover {
  background: radial-gradient(circle, white 20.89%, #f2f2f2 100%);
}
.absp-logo-carousel.element-one .swiper-pagination {
  position: inherit;
}

.absp-logo-carousel.element-two .absp-logo-slider .absp-logo-carousel-slide {
  width: 280px !important;
  height: 200px;
  background: #fff;
  margin-left: 0 !important;
  border-radius: 0;
  box-shadow: -5px 10px 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
.absp-logo-carousel.element-two .absp-logo-slider .absp-logo-carousel-slide:hover {
  background: radial-gradient(circle, white 20.89%, #f2f2f2 100%);
}
.absp-logo-carousel.element-two .swiper-pagination {
  position: inherit;
}

.absp-logo-carousel.element-two .elementor-swiper-button.elementor-swiper-button-next.absp-nav-next, .absp-logo-carousel.element-two .elementor-swiper-button.elementor-swiper-button-prev.absp-nav-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.absp-logo-carousel.element-two .elementor-swiper-button.elementor-swiper-button-next.absp-nav-next:hover, .absp-logo-carousel.element-two .elementor-swiper-button.elementor-swiper-button-prev.absp-nav-prev:hover {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(-45deg, #AD5BFF, #595BED);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.absp-logo-carousel.element-three .absp-logo-slider {
  border: 1px solid #DDDDDD;
  padding: 0;
}
.absp-logo-carousel.element-three .absp-logo-slider .absp-logo-carousel-slide {
  height: 200px;
  width: 200px;
  border-right: 1px solid #DDDDDD;
}

.absp-logo-carousel.element-four .absp-logo-slider .absp-logo-carousel-slide {
  height: 200px;
  background: #fafafa;
  margin-left: 0 !important;
  border-radius: 0;
  box-shadow: -5px 10px 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.8s ease-in-out;
  margin-bottom: 3px;
  margin-top: 3px;
}
.absp-logo-carousel.element-four .absp-logo-slider .absp-logo-carousel-slide:hover {
  transform: scale(1.09);
  z-index: 99;
  background: #fff;
}
.absp-logo-carousel.element-four .swiper-pagination {
  position: inherit;
}

.absp-logo-carousel.element-five .logo-slider .swiper-container .swiper-wrapper .absp-logo-carousel-slide {
  padding: 35px 0;
  text-align: center;
  height: 180px;
  border-radius: 88px;
  background: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  margin: 3px;
}
.absp-logo-carousel.element-five .logo-slider .swiper-container .swiper-wrapper .absp-logo-carousel-slide img {
  max-width: 100%;
  margin: auto;
}
.absp-logo-carousel.element-five .swiper-pagination {
  position: inherit;
}

.absp-logo-carousel.element-seven .absp-logo-slider .absp-logo-carousel-slide {
  width: 170px !important;
  height: 170px !important;
  border-radius: 10px;
  background: #252525;
  display: flex;
  align-items: center;
  transition: all 0.8s ease-in-out;
  margin: 3px;
}
.absp-logo-carousel.element-seven .absp-logo-slider .absp-logo-carousel-slide:hover {
  background: #FFE132;
}
.absp-logo-carousel.element-seven .swiper-pagination {
  position: inherit;
}

.absp-logo-carousel.element-eight .logo-slider .swiper-wrapper .absp-logo-carousel-slide {
  height: 100%;
  justify-content: center;
  display: flex;
  position: relative;
  margin: 3px;
}
.absp-logo-carousel.element-eight .logo-slider .swiper-wrapper .absp-logo-carousel-slide img {
  max-width: 100%;
  margin: auto;
}
.absp-logo-carousel.element-eight .logo-slider .swiper-wrapper .absp-logo-carousel-slide::before {
  content: "";
  content: "";
  border-right: 1px solid #ddd;
  top: 0;
  right: -1px;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.absp-logo-carousel.element-eight .swiper-pagination {
  position: inherit;
}

.gray-filter-yes.elementor-widget-absolute-logo-carousel .absp-logo-carousel .absp-logo-carousel-slide img {
  transition: all 0.8s ease-in-out;
}

.gray-filter-no.elementor-widget-absolute-logo-carousel .absp-logo-carousel .absp-logo-carousel-slide img {
  transform: scale(1.01);
}

.gray-filter-hover-no.elementor-widget-absolute-logo-carousel .absp-logo-carousel .absp-logo-carousel-slide:hover img {
  transform: scale(1.01);
}

.gray-filter-hover-yes.elementor-widget-absolute-logo-carousel .absp-logo-carousel .absp-logo-carousel-slide:hover img {
  transition: all 0.8s ease-in-out;
}

.text-gradient-color {
  background: linear-gradient(55deg, #826eff 0%, #ff6eaf 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.absp-logo-carousel .elementor-swiper-button-prev.absp-nav-prev {
  right: -44px;
}

.absp-logo-carousel .elementor-swiper-button-next.absp-nav-next {
  left: -44px;
}

.absp-logo-carousel .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translateZ(0);
  z-index: 10;
  right: 0;
  left: 0;
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-right: 10px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 1;
}
