/* [project]/components/ServicesSlider.module.css [app-client] (css) */
.ServicesSlider-module__z3hztq__carousel {
  --item1-transform: translateX(-100%) translateY(-5%) scale(1.5);
  --item1-filter: blur(30px);
  --item1-zIndex: 11;
  --item1-opacity: 0;
  --item2-transform: translateX(0);
  --item2-filter: blur(0px);
  --item2-zIndex: 10;
  --item2-opacity: 1;
  --item3-transform: translate(50%, 10%) scale(.8);
  --item3-filter: blur(10px);
  --item3-zIndex: 9;
  --item3-opacity: 1;
  --item4-transform: translate(90%, 20%) scale(.5);
  --item4-filter: blur(30px);
  --item4-zIndex: 8;
  --item4-opacity: 1;
  --item5-transform: translate(120%, 30%) scale(.3);
  --item5-filter: blur(40px);
  --item5-zIndex: 7;
  --item5-opacity: 0;
  height: 550px;
  margin-top: -50px;
  font-family: Poppins, sans-serif;
  position: relative;
  overflow: hidden;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__list {
  width: 1140px;
  max-width: 90%;
  height: 80%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item {
  width: 100%;
  height: 100%;
  font-size: 15px;
  transition: left .5s, opacity .5s, width .5s;
  position: absolute;
  left: 0%;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(n+6) {
  opacity: 0;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(2) {
  z-index: 10;
  transform: translateX(0);
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item img, .ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item > div {
  width: 45%;
  transition: right 1.5s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce {
  opacity: 0;
  pointer-events: none;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__introduce {
  opacity: 1;
  pointer-events: auto;
  width: 400px;
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__title {
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__topic {
  font-size: 4em;
  font-weight: 500;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__des {
  color: #5559;
  font-size: small;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__seeMore {
  --primary-color: #111;
  --hovered-color: #a44c94;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: .5rem;
  margin: 1.2em 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__seeMore p {
  color: var(--primary-color);
  margin: 0;
  font-size: 20px;
  transition: color .3s ease-out;
  position: relative;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__seeMore:after {
  content: "";
  background: var(--hovered-color);
  width: 0;
  height: 2px;
  transition: all .3s ease-out;
  position: absolute;
  bottom: -7px;
  left: 0;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__seeMore:hover:after {
  width: 100%;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__seeMore:hover p {
  color: var(--hovered-color);
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__seeMore:hover svg {
  color: var(--hovered-color);
  transform: translateX(4px);
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__seeMore svg {
  color: var(--primary-color);
  width: 15px;
  transition: all .2s .2s;
  position: relative;
}

[dir="rtl"] .ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__seeMore {
  margin-left: 0;
  margin-right: auto;
}

[dir="rtl"] .ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__seeMore:after {
  left: auto;
  right: 0;
}

[dir="rtl"] .ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__seeMore:hover svg {
  transform: translateX(4px);
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:first-child {
  transform: var(--item1-transform);
  filter: var(--item1-filter);
  z-index: var(--item1-zIndex);
  opacity: var(--item1-opacity);
  pointer-events: none;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(3), .ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(4) {
  opacity: 0;
  pointer-events: none;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(5) {
  transform: var(--item5-transform);
  filter: var(--item5-filter);
  opacity: var(--item5-opacity);
  pointer-events: none;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__title, .ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__topic, .ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__des, .ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__seeMore {
  opacity: 0;
  animation: .5s ease-in-out 1s forwards ServicesSlider-module__z3hztq__showContent;
}

@keyframes ServicesSlider-module__z3hztq__showContent {
  from {
    filter: blur(10px);
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    filter: blur();
    transform: translateY(0);
  }
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__topic {
  animation-delay: 1.2s;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__des {
  animation-delay: 1.4s;
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__seeMore {
  animation-delay: 1.6s;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__next .ServicesSlider-module__z3hztq__item:first-child {
  animation: .5s ease-in-out forwards ServicesSlider-module__z3hztq__transformFromPosition2;
}

@keyframes ServicesSlider-module__z3hztq__transformFromPosition2 {
  from {
    transform: var(--item2-transform);
    filter: var(--item2-filter);
    opacity: var(--item2-opacity);
  }
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__next .ServicesSlider-module__z3hztq__item:nth-child(2) {
  animation: .7s ease-in-out forwards ServicesSlider-module__z3hztq__transformFromPosition3;
}

@keyframes ServicesSlider-module__z3hztq__transformFromPosition3 {
  from {
    transform: var(--item3-transform);
    filter: var(--item3-filter);
    opacity: var(--item3-opacity);
  }
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__next .ServicesSlider-module__z3hztq__item:nth-child(3) {
  animation: .9s ease-in-out forwards ServicesSlider-module__z3hztq__transformFromPosition4;
}

@keyframes ServicesSlider-module__z3hztq__transformFromPosition4 {
  from {
    transform: var(--item4-transform);
    filter: var(--item4-filter);
    opacity: var(--item4-opacity);
  }
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__next .ServicesSlider-module__z3hztq__item:nth-child(4) {
  animation: 1.1s ease-in-out forwards ServicesSlider-module__z3hztq__transformFromPosition5;
}

@keyframes ServicesSlider-module__z3hztq__transformFromPosition5 {
  from {
    transform: var(--item5-transform);
    filter: var(--item5-filter);
    opacity: var(--item5-opacity);
  }
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__prev .ServicesSlider-module__z3hztq__item:nth-child(5) {
  animation: .5s ease-in-out forwards ServicesSlider-module__z3hztq__transformFromPosition4;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__prev .ServicesSlider-module__z3hztq__item:nth-child(4) {
  animation: .7s ease-in-out forwards ServicesSlider-module__z3hztq__transformFromPosition3;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__prev .ServicesSlider-module__z3hztq__item:nth-child(3) {
  animation: .9s ease-in-out forwards ServicesSlider-module__z3hztq__transformFromPosition2;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__prev .ServicesSlider-module__z3hztq__item:nth-child(2) {
  animation: 1.1s ease-in-out forwards ServicesSlider-module__z3hztq__transformFromPosition1;
}

@keyframes ServicesSlider-module__z3hztq__transformFromPosition1 {
  from {
    transform: var(--item1-transform);
    filter: var(--item1-filter);
    opacity: var(--item1-opacity);
  }
}

.ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item .ServicesSlider-module__z3hztq__detail {
  opacity: 0;
  pointer-events: none;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(3), .ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(4) {
  opacity: 0;
  pointer-events: none;
  left: 100%;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) {
  width: 100%;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__introduce {
  opacity: 0;
  pointer-events: none;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) > div {
  right: 60%;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail {
  opacity: 1;
  text-align: right;
  pointer-events: auto;
  width: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__title {
  font-size: 4em;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__specifications {
  border-top: 1px solid #5553;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__specifications div {
  text-align: center;
  flex-shrink: 0;
  width: 120px;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__specifications div p:first-child {
  font-weight: bold;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__title, .ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__des, .ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__specifications, .ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__checkout {
  opacity: 0;
  animation: .5s ease-in-out 1s forwards ServicesSlider-module__z3hztq__showContent;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__des {
  animation-delay: 1.2s;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__specifications {
  animation-delay: 1.4s;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__checkout {
  animation-delay: 1.6s;
}

.ServicesSlider-module__z3hztq__arrows {
  gap: 20px;
  width: max-content;
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.ServicesSlider-module__z3hztq__arrowBtn {
  cursor: pointer;
  background: none;
  border: 1px solid #5555;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: monospace;
  font-size: large;
  display: flex;
}

.ServicesSlider-module__z3hztq__arrows button:nth-child(2) {
  left: auto;
  right: auto;
}

.ServicesSlider-module__z3hztq__backBtn {
  z-index: 100;
  letter-spacing: 3px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  background-color: #0000;
  border: none;
  border-bottom: 1px solid #555;
  padding: 10px;
  font-family: Poppins;
  font-weight: bold;
  transition: opacity .5s;
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__backBtn {
  opacity: 1;
  pointer-events: auto;
}

.ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__arrowBtn {
  opacity: 0;
  pointer-events: none;
}

.ServicesSlider-module__z3hztq__carousel:before, .ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail:before {
  display: none;
}

@media screen and (max-width: 991px) {
  .ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item {
    width: 90%;
  }

  .ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__specifications {
    overflow: auto;
  }

  .ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__title {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  .ServicesSlider-module__z3hztq__carousel {
    height: 600px;
  }

  .ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item {
    width: 100%;
    font-size: 10px;
  }

  .ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__introduce {
    width: 50%;
  }

  .ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item > div {
    width: 45%;
  }

  .ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: small;
  }

  .ServicesSlider-module__z3hztq__carousel .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__introduce .ServicesSlider-module__z3hztq__des, .ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__des {
    height: 100px;
    overflow: auto;
  }

  .ServicesSlider-module__z3hztq__carousel.ServicesSlider-module__z3hztq__showDetail .ServicesSlider-module__z3hztq__item:nth-child(2) .ServicesSlider-module__z3hztq__detail .ServicesSlider-module__z3hztq__checkout {
    float: right;
    width: max-content;
    display: flex;
  }
}

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