/* Tasarım 2 hero: görsel Tasarım 1 gibi alanı tam kaplar */
.sellzy-home-one .sellzy-home-one-hero.sellzy-hero-carousel {
  width: 100%;
}

.sellzy-home-one .sellzy-home-one-hero .sellzy-home-hero-slide-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.sellzy-home-one .sellzy-home-one-hero .single-hero-slider-item {
  position: relative;
  overflow: hidden;
}

.sellzy-home-one .sellzy-home-one-hero .single-hero-slider-content {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2.5rem;
  text-align: left;
}

.sellzy-home-one .sellzy-home-one-hero .single-hero-slider-content .btn {
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content !important;
}

.sellzy-home-one-hero-wrap {
  position: relative;
}

.sellzy-home-one-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
}

.sellzy-home-one-hero-dots button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c4cdd5;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.sellzy-home-one-hero-dots .is-active button {
  width: 78px;
  background: var(--color-primary, #1146a4);
}

.sellzy-home-one-hero-curve {
  display: none;
}

@media (min-width: 1024px) {
  .sellzy-home-one-hero-curve {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    z-index: 9;
    width: 280px;
    height: 44px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 140px 140px 0 0;
    pointer-events: none;
  }

  .sellzy-home-one-hero-dots {
    bottom: 12px;
  }
}
