/* Genel wrapper */
#gorusler-section {
  margin: 0;
  padding: 0;
  background-color: #DADADA80;
  height: auto;
}

@media (min-width: 992px) {
  #gorusler-section {
    min-height: 687px;
  }
}

.gorusler-wrapper {
  padding: 0 0px;
  
}
.slider-hizlama {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.gorusler-baslik-slogan {
  width: 425px;
  height: 73px;
  color: #939393;
  display: flex;
  align-items: flex-start;
  padding: 0;
 
}

.gorusler-slogan-text {
 font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #939393;
  width: 100%;
  max-width: 425px;
  text-align: left;
}




/* Başlık ve slogan */
.gorusler-logo-slogan {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-items: flex-start;
  padding-top: 30px;
  padding-bottom: 80px;
 text-align: left;
}
  
  
  
  
  
  

.gorusler-logo-baslik_wrapper {
  height:100%;
  display: flex;
  align-items: flex-start;
  gap: 2px;
  padding-bottom: 15px;
  
}
.logo-container-gorusler {
  position: relative;
  width: 63.29px; /* logo boyutuna göre ayarla */
  height: 29.74px;
  overflow: hidden;
  display: inline-block;
}

.logo-container-gorusler::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  background: linear-gradient(to right, 
    transparent 0%, 
    rgba(255, 255, 255, 0.8) 50%,
    transparent 100%
  ); 
  box-shadow: 0 0 10px rgba(255, 255, 255, 1);
  transform: skewX(-20deg) translateX(-100%);
  animation: logoShineLine 2s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

.logo-img-gorusler {
  width: 63px;
  height: 29px;
  display: block;
  position: relative;
  z-index: 1;
  
}
@keyframes logoShineLine {
  0% {
    transform: skewX(-20deg) translateX(-100%);
  }
  100% {
    transform: skewX(-20deg) translateX(200%);
  }
}
.gorusler-logo-title {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: -4px;
}


/* Slider alanı */
.slider-gorusler-progress-wrapper {
  display: flex;
  gap: 18px;
  align-items: stretch;
  width: 100%;
  margin-bottom: 100px;
  
}

/* Büyük slider */
.buyuk-slider-card {
  width: 100%;
  max-width: 340px;
  height: 413px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 8px;
  padding: 20px;
  color: #fff;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #f69930; 
  
}


.buyuk-slider-card:hover {
  transform: scale(1.02);
}
.buyuk-slider-card img {
  width: 124px;
  height: 124px;
  
  margin-bottom: 12px;
 
}
.personel-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.buyuk-slider-card .ad {
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 24px;
}
.buyuk-slider-card .meslek-sehir {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 14px;
  color: #D6790F;
}
.buyuk-slider-card .yildizlar img {
  width: 19px;
  height: 19px;
  margin-right: 4px;
}
.buyuk-slider-card .mesaj {
 font-family: 'DM Sans';
font-weight: 300;
font-style: Light;
font-size: 17px;

line-height: 22px;
letter-spacing: -3%;

  color: #fff;
  margin-bottom: 10px;

  display: -webkit-box;
  
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buyuk-slider-card .tarih {
  position: absolute;
  bottom: 12px;
  margin-top: auto;
  font-size: 14px;
  color: #D6790F;
}

/* Sağ sütun: küçük slider + progress */
.kucuk-slider-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 370px;
  position: relative;
  
}

/* Scroll alanı */
.kusuk-slider-card-scroll {
  min-height: 370px;
  overflow: hidden;
  display: flex;
  gap: 18px;
  
  scroll-snap-type: x mandatory;
  flex-wrap: nowrap;
  padding-bottom: 12px;
  position: relative;
  min-height: 357px;
  
}

/* Küçük kartlar */
.kucuk-card {
  flex: 0 0 283px;
  aspect-ratio: 283 / 344;
  background-color: #B1B1B1;
  border-radius: 8px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  opacity: 1;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    will-change: transform, box-shadow;

}

.kucuk-card.gecis {
  transform: translateX(-100%) scale(0.8);
  opacity: 0;
  z-index: 2;
}
.kucuk-card.aktif {
  flex: 0 0 283px;
  transform: scale(1.05);
  opacity: 1;
  z-index: 2;
}
.kaybol {
  opacity: 0;
  transform: scale(1);
  /*transition: opacity 0.3s ease, transform 0.3s ease;*/
}
.animasyon {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.geldi {
  opacity: 1;
  transform: translateY(0);
}

.kucuk-card:hover {
  transform: scale(1.05);
  z-index: 2;
}
.kucuk-card img.person {
  width: 103px;
  height: 103px;
  margin-bottom: 12px;
  
  display: block;
  margin-left: auto;
  margin-right: auto;

}
.kucuk-card .ad {
  font-weight: 600;
  font-size: 18px;
}
.kucuk-card .meslek-sehir {
  font-size: 12px;
  color: #808285;
}
.kucuk-card .yildizlar img {
  width: 15px;
  height: 15px;
  margin-right: 2px;
}
.kucuk-card .mesaj {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;

  display: -webkit-box;
  
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kucuk-card .tarih {
  bottom: 5px;
  font-size: 14px;
  color: #808285;
  margin-top: auto;
  

}
.kucuk-card.gizli {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.buyuk-slider-container {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  max-height: 413px; 
  overflow: hidden;  
}


/* Progress ve oklar */
.progress-arrows {
  display: flex;
  justify-content: flex-start; 
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  
}
.progress-bar {
 flex-grow: 1;
  min-width: 200px;
  max-width: 588px;
  height: 4px;
  background-color: #B1B1B1;
  border-radius: 2px;
  position: relative;
}
.progress-bar-fill {
  width: 50%;
  height: 100%;
  background-color: #F69930;
  
}

.progress-mobile {
  display: none;
}
.progress-desktop {
 display: flex;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  gap: 12px;
  
}



/* Responsive */
@media (max-width: 1500px) {
  .slider-hizlama {
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px; 
  }
}

 @media (max-width: 1300px) {
  .progress-bar {
    max-width: 440px;
    width:100%;
  }
} 
 @media (max-width: 1200px) {
  .progress-bar {
    max-width: 340px;
    width:100%;
  }
  
}

@media (max-width: 992px) {
 
  .slider-hizlama {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .gorusler-baslik-slogan {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
 
  .gorusler-logo-title{
    font-size: 24px;
  }

  .progress-bar {
    width: 100%;
    max-width: 80%;
    height: 4px;
    background-color: #B1B1B1;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
  }
  .progress-bar-fill {
    width: 100%;
    min-width: 100px;
    height: 100%;
    background-color: #F69930;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

.progress-desktop {
    display: none;
  }
  .progress-mobile {
    width: 95%;
    display: flex;
    justify-content: flex-start;
    margin-top: 16px;
    gap: 12px;
  }
  .slider-gorusler-progress-wrapper {
    flex-direction: column;
    align-items: center;
  }
.buyuk-slider-container {
    flex: 0 0 auto;
    width: 100%;
    max-width: 390px;
    max-height: 413px;
    margin: 0 auto;
    overflow: hidden;
    padding-right: 10px;
  }
  .buyuk-slider-card {
    width: 100%;
    max-width: 413px;
    margin: 0 auto;
   
  }
 
  .kucuk-card {
    flex: 0 0 48%;
    aspect-ratio: auto;
  }
}
@media (max-width: 768px) {
  .kucuk-slider-wrapper {
    display: none;
  }
  .kucuk-card {
    max-width: 100%;
    aspect-ratio: auto;
  }
.buyuk-slider-container {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 15px;
    overflow: visible;
  }
  .kusuk-slider-card-scroll {
    flex-direction: column;
    gap: 14px;
  }
  .progress-bar {
    max-width: 80%;
  }
  .gorusler-logo-slogan
  {
    padding-bottom: 20px;
  }
  .gorusler-logo-title{
    font-size: 24px;
  }
   .logo-container-gorusler::before {
    display: none;
  }
  .gorusler-logo-baslik_wrapper {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 10px;
    
    justify-items: flex-start;
  }
.logo-container-gorusler {
    width: 53px;
    height: 20px;
    flex-shrink: 0;
    
  }
  .logo-img-gorusler {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    
  }

  
}

@media (max-width: 991px) and (min-width: 769px) {
  .buyuk-slider-container {
    flex: 0 0 340px;
    max-width: 340px;
  }

  .kucuk-slider-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .slider-gorusler-progress-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 18px;
  }
}

