:root {
  --surface-color: #fff;
  --curve: 40; /* Varsayılan değer */
}

@media (max-width: 768px) {
  :root {
    --curve: 20; /* Mobil cihazlar için daha küçük bir eğri */
  }
}

* {
  box-sizing: border-box;
}





.body {
    font-family: Verdana, monospace, sans-serif;
    fffont-size: 12px;
    font-weight: bold;
    text-align: justify;
    background: url('images/background_listem_zincir.png') no-repeat center center fixed #fff;
}


.ortala-anasayfa {
  position: static;
  pposition: relative;
  pposition: absolute;
  left: 1%;
  right: 1%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; 
  text-align:center;
}




/* Büyük ekranlar için */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); /* Büyük ekranlar için */
  gap: 2rem;
  margin: 4rem 5vw;
  padding: 2rem;
  list-style-type: none;
}


/* Mobil Cihazlar İçin Özel Stil */
@media (max-width: 768px) {
  .cards {
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr)); /* Daha küçük kutular */
    gap: 1rem; /* Daha az boşluk */
    margin: 4rem 3vw; /* Daha az dış boşluk */
    padding: 1rem; /* Daha az iç boşluk */
  }
}


.card {
  position: relative;
  display: block;
  height: 100%;  
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #EBF1F1; 
  border-radius: 20%;
  margin-bottom: 0px;
}

.card__image {      
  width: 100%;
  HHheight: 40px;
  height: auto; /* Resimleri doğal oranlarını koruyarak boyutlandırır */
  padding: 0.5em
}

.card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;      
  border-radius: calc(var(--curve) * 1px);    
  background-color: var(--surface-color);      
  transform: translateY(100%);
  transition: .2s ease-in-out;
  bbackground: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9)); /* Üzerine gelince boxların açılan tıkla butonu background şeffaf */
  font-size: 1.1em;
}

.card:hover .card__overlay {
  transform: translateY(0);
}

.card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 1.0em; /* boxların içindeki kategori background boyutu ayarlanır..*/
  border-radius: calc(var(--curve) * 1px) 0 0 0;    
  bbbbackground-color: var(--surface-color);
  background: #FFFFFF;/* boxların içindeki kategori background rengi.*/
  opacity: .4;  /* boxların içindeki kategori background rengini transparent yapar..*/
  transform: translateY(-100%);
  transition: .2s ease-in-out;
}

.card__arc {
  width: 40px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;      
  z-index: 1;
}

.card__arc path {
  fill: var(--surface-color);
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}       

.card:hover .card__header {
  transform: translateY(0);
}

.card__thumb {
  flex-shrink: 0;
  width: 35px;
  height: 35px;      
  border-radius: 50%;      
}

.card__title {
  font-size: 1em;
  margin: 0 0 .3em;
  color: #000000;
  tttext-shadow: 1px 0px 8px rgba(0, 0, 7, 1);  /* YAZI SİYAH GÖLGE*/
  text-shadow: 1px 0px 8px rgba(255, 255, 255, 1);  /* YAZI BEYAZ GÖLGE*/
  font-family: "MockFlowFont"; 
  
}

.card__tagline {
  display: block;
  margin: 1em 0;
  font-family: "MockFlowFont";  
  font-size: .8em; 
  color: #D7BDCA;  
}

.card__status {
  font-size: .8em;
  color: #D7BDCA;
}




.card__description {
  display: -webkit-box;
  padding: 0 2em 2em;
  margin: 0;
  color: #D7BDCA;
  font-family: "MockFlowFont"; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: block; /* Standart çözüm için eklenen satır */
}





        /* GİT Buton stilini tanımlıyoruz */
        .git-button {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #FFFFCC; /* Mor renk */
            color: black; /* Yazı rengi */
            font-family: Arial, sans-serif;
            font-size: 12px; /* Yazı boyutu */
            text-decoration: none; /* Alt çizgi yok */
            border: none; /* Kenarlık yok */
            border-radius: 4px; /* Yuvarlak köşe */
            width: 100%; /* Buton genişliği */
            height: 20px; /* Buton yüksekliği */
            cursor: pointer; /* Fare işaretçisi */
        }

        /* Simge (icon) için stil */
        .git-icon {
            width: 12px; /* Simge genişliği */
            height: 12px; /* Simge yüksekliği */
            margin-right: 5px; /* Simge ile yazı arasındaki boşluk */
            fill: red; /* SVG simge rengi */
            
        }






/* VİTRİN SLİDER EK CSS KODLARI */
  .container-slider {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
  }

  h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
  }

  .customer-logos.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

.slide {
  text-align: center;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  /* Metin için yeterli yükseklik */
  min-height: 220px; /* Resim + metin için yeterli alan */
  position: relative;
}

.slide img {
  width: 160px;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

/* Mobil cihazlar için boyutlandırma */
@media (max-width: 768px) {
    .slide img {
    width: 80px; /* Mobilde daha küçük bir genişlik */
    height: 88px; /* Mobilde daha küçük bir yükseklik */
    }
}


.slide a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  line-height: 1.4; /* Satır arası mesafe artırılır */
  word-wrap: break-word; /* Uzun kodlar için kırpma önleme */
  overflow: visible !important; /* Kesilmemesi için */
  white-space: normal; /* Normal boşluk davranışını korur */
}



  /* Slick Carousel Butonları */
  .slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5em;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }

  .slick-prev:hover, .slick-next:hover {
    background: rgba(0, 0, 0, 0.8);
  }

/* VİTRİN SLİDER EK CSS KODLARI */




