.ldf-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 56px 180px;
}
.ldf-slider > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ldf-slider .thin-arrow {
  width: 90px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 100;
}
.ldf-slider .left-thin-arrow {
  transform: rotate(180deg);
}
.ldf-slider .carousel {
  --carousel-height: 400px;
  --carousel-width: 1000px;
  --carousel-item-height: 180px;
  --carousel-item-width: 240px;
  width: 100%;
}
.ldf-slider .carousel-container {
  align-items: center;
  display: flex;
  min-height: var(--carousel-height);
  margin: 0 auto;
  max-width: var(--carousel-width);
  position: relative;
}
.ldf-slider .carousel-controls {
  display: none;
}
.ldf-slider .carousel-item {
  height: auto;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  width: var(--carousel-item-width);
  z-index: 0;
  border-radius: 20px;
}
.ldf-slider .carousel-item-1 {
  left: 15%;
  opacity: 0.4;
}
.ldf-slider .carousel-item-2 {
  left: 30%;
}
.ldf-slider .carousel-item-3 {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  height: auto;
  opacity: 1;
  left: 50%;
  width: calc(var(--carousel-item-width) * 2);
  z-index: 2;
}
.ldf-slider .carousel-item-4 {
  left: 70%;
}
.ldf-slider .carousel-item-5 {
  left: 85%;
  opacity: 0.4;
}
.ldf-slider .carousel-item-2, .ldf-slider .carousel-item-4 {
  height: auto;
  opacity: 1;
  width: calc(var(--carousel-item-width) * 1.5);
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .ldf-slider {
    margin: 56px 0;
  }
  .ldf-slider .ldf-slider-desktop {
    display: none !important;
  }
  .ldf-slider .ldf-slider-mobile {
    display: block !important;
  }
  .ldf-slider .ldf-slider-mobile img {
    width: 236px;
    margin-left: 20px;
    border-radius: 10px;
    height: initial;
  }
}

/*# sourceMappingURL=slider.css.map */
