@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth !important;
}

body {
  font-family: "Poppins", serif !important;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1240px !important;
  }
}
@media (min-width: 320px) {
  .container {
    padding: 1rem !important;
  }
}
.splide__arrow {
  width: 3em !important;
  height: 3em !important;
  background-color: transparent !important;
  opacity: 1 !important;
}

.splide__pagination {
  bottom: -20px !important;
  opacity: 1 !important;
}
.splide__pagination .is-active {
  background-color: #707070 !important;
  width: 26px;
  height: 6px;
  border-radius: 3px;
  margin: 6px;
  opacity: 1;
}

/* Aktif slayta büyütme efekti ekleyin */
#beforeafter .splide__slide.is-active {
  transform: scale(1) !important;
  transition: transform 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Diğer slaytların geçiş efekti */
#beforeafter .splide__slide {
  transition: transform 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

#beforeafter .splide__slide:not(.is-active) {
  transform: scale(0.9);
}
@media screen and (max-width: 600px) {
  #beforeafter .splide__slide:not(.is-active) {
    transform: none;
  }
}

#treatmentModal .relative {
  min-height: 80vh;
  height: auto;
  overflow-y: auto;
}

.videos .splide__slide {
  border-radius: 20px;
  overflow: hidden;
}

.videos .splide__slide iframe,
.videos .splide__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 20px;
}

#scroll-section {
  transform: translateY(124px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

#scroll-section.fade-in {
  transform: translateY(0);
  opacity: 1;
}

#scroll-section.fade-out {
  transform: translateY(124px);
  opacity: 0;
}

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