@media (max-width: 768px) {
  .swiper-container {
    height: 50vh !important;
  }
}

.button-black-outline,
.button-primary {
  display: inline-flex !important;
  width: auto !important;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}

.dolu-kaplama {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.dolu-yazi {
  color: white;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}