/* ########## SLIDER START ########## */

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 359px;
}

.slider .item {
  width: 100%;
  height: 100%;
}

.constant {
  min-height: 330px;
}

.constantTwo {
  min-height: 260px;
}

.slider-content {
  width: 1100px;
  height: auto;
  position: relative;
  padding: 40px;
  margin-top: -200px;
  background: linear-gradient(90deg, #fff 71.9%, #fff 28.5%);
  display: flex;
  display: -webkit-box; /* Safari, iOS Safari */
  display: -webkit-flex; /* Safari 6.1+ */
  display: -ms-flexbox; /* IE 10 */
  justify-content: space-between;
  box-shadow: 0 0 0 1px #ebebeb;
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  -moz-box-shadow: 0 0 0 1px #ebebeb;
  z-index: 2;
  border-radius: 0.5rem;
}

.slider-content-left {
  width: 740px;
}

.slider-content-left a i {
  font-size: 16px;
}

.fast-menu {
  display: block;
  width: 250px;
}

.fast-menu nav ul li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.fast-menu nav ul li a {
  display: block;
  padding: 5px;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}

.fast-menu nav ul li a:hover {
  color: var(--primaryc);
}

.slider h1 {
  color: var(--caption);
  font-weight: 700;
  font-size: 40px;
}

.slider p {
  color: var(--bodyc);
}


.slider-nav {
  position: absolute;
  top: 180px;
  z-index: 1;
}

.slider-nav.left {
  left: 10px;
}

.slider-nav.right {
  right: 10px;
}

.slider-bg {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 800 600' fill='none' stroke='%23EBEBEB' stroke-width='1'%3E%3Ccircle cx='50' cy='100' r='3'/%3E%3Ccircle cx='150' cy='200' r='3'/%3E%3Ccircle cx='250' cy='400' r='3'/%3E%3Ccircle cx='350' cy='300' r='3'/%3E%3Ccircle cx='450' cy='150' r='3'/%3E%3Ccircle cx='550' cy='250' r='3'/%3E%3Ccircle cx='650' cy='450' r='3'/%3E%3Ccircle cx='750' cy='350' r='3'/%3E%3Cpath d='M50,100 L150,200 L250,400 L350,300 L450,150 L550,250 L650,450 L750,350'/%3E%3Cpath d='M50,100 L250,400 L450,150 L650,450'/%3E%3Cpath d='M150,200 L350,300 L550,250 L750,350'/%3E%3Cpath d='M50,100 L350,300 L750,350'/%3E%3Cpath d='M250,400 L550,250'/%3E%3C/svg%3E")
      no-repeat center center,
    linear-gradient(
      90deg,
      rgba(241, 241, 241, 1) 25%,
      rgba(241, 241, 241, 0.9) 100%
    );
  background-size: cover, cover;
}

/* Küçük cihazlarda sadece gradient göster */
@media (max-width: 768px) {
  .slider-bg {
    background: linear-gradient(
      90deg,
      rgba(241, 241, 241, 1) 25%,
      rgba(241, 241, 241, 0.9) 100%
    );
    background-size: cover;
  }
}

.google-yorum {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  gap: 20px;
}

.google-yorum a {
  display: block;
}

.google-yorum span {
  color: #000;
  font-size: 12px;
}

.google-yorum span span {
  font-weight: 600;
}

@media (max-width: 767.98px) { 
  .slider-nav {
    display: none;
  }
}


/* ########## SLIDER END ########## */