* {
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}
*,
::before,
::after {
  box-sizing: border-box;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
}
.stats-text {
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #404040;
  text-transform: uppercase;
  font-weight: bold;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.count-title {
  font-size: 50px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: none;
  line-height: 1.2em;
  font-family: var(--font-family-oswald);
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.timer,
.count-title,
.count-number,
.stats-text {
  color: var(--primary);
}
.service-three {
  box-shadow: 2px 2px 10px 10px rgba(64, 64, 64, 0.2); /* Bu kısım gölge efektinin özelliklerini belirtir */
}
.col-auto {
  margin-left: -20px;
}

.references {
  background-color: #f7f7f7;
  padding: 40px;
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}

.reference-item {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  width:100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.reference-item img {
  width: 100%;
  height: auto; /* Resimlerin orijinal boyutlarını korumak için */
  max-height: 200px; /* Resimlerin maksimum yüksekliği */
  min-height: 200px;
  border-radius: 10px;
}

.urundetay-resimler {
  margin-bottom: 25px;
  margin-top: 25px !important;
}

.karaca-baslik {
  font-family: var(--display-font);
  position: relative;
}
.karaca-baslik ::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  border-radius: 5px;
}

.urundetay-resimler .main-image {
  object-fit: contain;
}

.additional-images-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 5px;
  margin-top: 5px;
}


.anasayfa-slick-btn.slick-prev,
.anasayfa-slick-btn.slick-next {
  background: rgba(0, 0, 0, 0.22);
  position: absolute;
  z-index: 123;
  width: 40px; /* Boyutu biraz büyüttüm */
  height: 40px; /* Boyutu biraz büyüttüm */
  transform: translate(0, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none; /* Focus outline'ını kaldırır */
}

.anasayfa-slick-btn.slick-prev {
  left: 10px;
  top: 50%;
}

.anasayfa-slick-btn.slick-next {
  right: 10px;
  top: 50%;
}

@media (min-width:992px){
  .anasayfa-slick-btn.slick-prev {
    left: -5%;
  }
  .anasayfa-slick-btn.slick-next {
    right: -5%;
  }
}

.anasayfa-slick-btn.slick-prev::before,
.anasayfa-slick-btn.slick-next::before {
  font-size: 24px; /* Font boyutunu küçülttüm */
  margin-top: 4px;
}

/* Hover ve Focus efektlerini kaldırma */
.anasayfa-slick-btn.slick-prev:hover,
.anasayfa-slick-btn.slick-next:hover,
.anasayfa-slick-btn.slick-prev:focus,
.anasayfa-slick-btn.slick-next:focus {
  background: rgba(0, 0, 0, 0.22); /* Hover ve Focus durumunda arka plan rengini değiştirmeyin */
  outline: none; /* Focus durumunda outline'ı kaldırır */
}







