/* Genel sıfırlama ve taşıma önleme */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden; /* Yatay kaydırmayı tamamen engeller */
}

body {
  font-family: 'Arial', sans-serif;
}

.text{
text-align: left; padding-left: 20px;
}

.text h1 {
  font-size: 2.2rem;
  color: #8b0000;
  margin: 0;
  font-weight: 700;
}

.text h2 {
  font-size: 2.2rem;
  color: #8b0000;
  font-weight: 700;
  margin: 10px 0;
    font-family: "Courier New" , Monospace;

}

.text h3 {
  font-family: "Arial", sans-serif; 
  font-size: 3.7rem; 
  color: transparent; 
  -webkit-text-stroke: 1.5px black;
}

.text p {
            font-size: 1.2rem;
            color: #555;
            line-height: 1.3;
            margin-bottom: 15px;
        }

/* Global Konteyner Ayarları */
.container {
  max-width: 1200px; /* Ana genişliği sınırla */
  margin: 0 auto; /* Ortala */
  padding: 0 15px; /* Kenar boşlukları */
}

/* Başlık */
.application-title {
  text-align: center;
  margin: 20px 0;
  padding: 20px 0;
  position: relative;
}

.application-title h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.application-title .line {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #751040, #C2364C);
  border-radius: 2px;
}

.application-title .italic {
  font-style: italic;
  font-size: 36px;
  color: #BC2C43;
}

.application-title .bold {
  font-weight: 700;
  font-size: 36px;
  color: #333;
}

.application-title .subheading {
  font-size: 1.7rem; /* Başlık altındaki metnin boyutunu ayarlayabilirsiniz */
  color: #333;
  margin-top: 10px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .application-title h2 {
    flex-direction: column;
    gap: 5px;
  }

  .application-title .line {
    width: 40px;
  }

  .application-title .italic,
  .application-title .bold {
    font-size: 28px;
  }

  .application-title .subheading {
    font-size: 1.4rem; /* Mobilde daha küçük boyut */
    margin-top: 8px;
  }
}

/* Uygulama Alanları Konteyner */
.container-ere {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

/* Bölüm Ayarları */
.section-ere {
  display: flex;
  align-items: center;
  justify-content: center; /* Metin ve resimleri ortalar */
  margin-bottom: 50px;
  gap: 20px;
  flex-wrap: wrap; /* Mobilde alt alta gelmesi için */
  max-width: 960px; /* Konteyneri sınırlıyoruz */
  margin-left: auto; /* Sol boşluk otomatik */
  margin-right: auto; /* Sağ boşluk otomatik */
}

.image-left-ere,
.image-right-ere {
  width: 60%; /* Resimleri daha büyük yapar */
  max-width: 450px; /* Resimlerin maksimum genişliği artırıldı */
  height: auto;
  border-radius: 8px;
  margin: 0 10px; /* Resimlerin sağ ve sol kenara olan mesafesini azaltır */
}

.section-ere .text {
  flex: 1;
  text-align: left;
  padding: 0 10px; /* İçerik kenar boşluğu */
  max-width: 600px; /* Metnin genişliği */
}

/* Mobil Görünüm */
@media (max-width: 768px) {
  .section-ere {
    flex-direction: column; /* Resim ve metni alt alta sıralar */
    text-align: center; /* Metni ortalar */
  }

  .image-left-ere,
  .image-right-ere {
    width: 90%; /* Mobilde resimler daha geniş görünür */
    margin: 10px 0; /* Üst ve alt boşluk ekler */
  }

  .section-ere .text {
    padding-left: 0;
    width: 100%; /* Metin genişliği tam ekran */
  }
}

/* Custom About Section */
.custom-about-section {
  padding: 50px 20px;
  background-color: #fff;
  text-align: center;
}

.custom-container {
  max-width: 960px;
  margin: 0 auto;
}

.custom-detail-box {
  background-color: #F4F2F2;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.custom-about-section h2 {
  font-size: 2rem;
  color: #8b0000;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  text-transform: uppercase;
}

.custom-about-section p {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .custom-about-section h2 {
    font-size: 1.6rem;
  }

  .custom-about-section p {
    font-size: 1rem;
  }
}

/* WhatsApp Butonu */
@media only screen and (max-width: 768px) {
  .whatsapp-chat-button {
    bottom: 20px !important;
    right: 20px !important;
  }
}



        .box-step {
    display: flex;
    align-items: center; /* Kutuyu ve metni yatayda hizala */
    margin-bottom: 30px; /* Adımlar arasında boşluk */
}

.box-box {
    color: white;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    padding: 20px 25px; /* Daha fazla iç dolgu */
    border-radius: 8px;
    width: 240px; /* Genişlik artırıldı */
    margin-right: 20px; /* Kutularla metin arasındaki boşluk */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    word-wrap: break-word; /* Taşan metni sarar */
}

.box-arrow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid; /* Renk, kutu arka planına göre değişir */
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.box-box:last-of-type .box-arrow {
    display: none; /* Son kutudan sonra ok görünmesin */
}

.box-box.red {
    background-color: #8b0c1f; /* 1. ve 3. kutu */
}

.box-box.red .box-arrow {
    border-top-color: #8b0c1f;
}

.box-box.dark-red {
    background-color: #c2364c; /* 2. ve 4. kutu */
}

.box-box.dark-red .box-arrow {
    border-top-color: #c2364c;
}

.box-text {
    max-width: 400px; /* Metin kutusunun genişliği */
}

.box-text h1 {
    font-size: 1.5rem;
    color: #BC2C43;
    margin-bottom: 10px;
}

.box-text p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    /* Genel kutu düzenlemeleri */
    .box-box {
        width: 200px; /* Kutu genişliğini daralt */
        padding: 15px 20px; /* İç dolguyu daralt */
        font-size: 0.9rem; /* Yazı boyutunu küçült */
        margin: 10px auto; /* Her kutu arasına boşluk ve ortala */
    }

    .box-arrow {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid; /* Ok işareti boyutunu küçült */
    }

    /* Metin kutusu düzenlemeleri */
    .box-text {
        max-width: 300px; /* Metin kutusunun genişliğini daralt */
        margin: 10px auto; /* Metin kutularını ortala */
    }

    .box-text h1 {
        font-size: 1.3rem; /* Başlık boyutunu küçült */
		color: #BC2C43;
    }

    .box-text p {
        font-size: 0.9rem; /* Paragraf yazı boyutunu küçült */
    }

    /* Her kutu için renk ayarları */
    .box-box.red {
        background-color: #8b0c1f; /* Kırmızı kutu rengi */
    }

    .box-box.dark-red {
        background-color: #c2364c; /* Koyu kırmızı kutu rengi */
    }

    /* Mobilde kutuları alt alta sıralama */
    .box-step {
        display: flex;
        flex-direction: column; /* Resim ve metni alt alta sıralar */
        align-items: center; /* Metni ortala */
    }

    /* Ok işaretinin genişliğini küçük tutma */
    .box-arrow {
        border-top-width: 12px;
    }
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Geniş ekranda iki sütun */
  gap: 20px; /* Kutular arasında boşluk */
}

.grid .item {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.grid .item h3 {
  font-size: 1.4rem;
  color: #8b0000;
  margin-bottom: 10px;
  font-weight: bold;
}

.grid .item p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #555;
}

/* Mobil Görünüm */
@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr; /* Tek sütun */
    grid-template-rows: auto; /* Otomatik yüksekliği ayarla */
  }
}
		.fullscreen-image {
  width: 100%; /* Görüntünün genişliği viewport genişliği */
  height: auto; /* Görüntünün yüksekliği viewport yüksekliği */
  object-fit: cover; /* Görüntüyü kesmeden alanı doldur */
  position: relative; /* Gerektiğinde üzerine yazılar eklemek için */
  z-index: 1; /* Katmanlama düzeni */
}

.feature-list {
  list-style-type: disc;
  margin: 10px 0;
  padding-left: 20px; /* Sol kenar boşluğu */
  color: #555;
}

.feature-list li {
  margin-bottom: 15px; /* Her madde arasında boşluk */
  font-size: 1.3rem; /* Yazı boyutu */
  line-height: 1.6;
}
/* Kutular için 3x2 Grid Düzeni */





/* Resimlerin yer aldığı ana grid container */
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 sütun */
  gap: 20px; /* Kutular arası boşluk */
  width: 90%; /* Sayfa genişliğine göre hizala */
  margin: 20px auto; /* Ortala */
  text-align: center; /* Metinlerin ortalanması */
}

/* Her bir resim ve metni kapsayan kutu */
.image-item {
  display: flex;
  flex-direction: column; /* Resim üstte, metin altta */
  align-items: center;
}

/* Resim stili */
.image-item img {
  width: 100%; /* Resim genişliği kutuya uyar */
  max-width: 300px; /* Maksimum genişlik */
  border-radius: 15px; /* Kenarları yuvarla */
  transition: transform 0.3s ease; /* Hover animasyonu */
  margin-bottom: 10px; /* Resim ve metin arasındaki boşluk */
}

/* Hover efekti (isteğe bağlı) */
.image-item img:hover {
  transform: scale(1.07); /* Resmi biraz büyüt */
}



/* Mobil görünüm */
@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr); /* Daha dar ekranlarda 2 sütun */
  }
}

@media (max-width: 480px) {
  .image-grid {
    grid-template-columns: 1fr; /* En dar ekranlarda tek sütun */
  }
}

.imagescreen-container {
  width: 80%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;

  /* Ortalama için flex ayarları */
  display: flex;
  justify-content: center; /* Yatayda ortalama */
  align-items: center; /* Dikeyde ortalama */
  margin: 0 auto; /* Ebeveynin genişliğine göre yatay ortalama */
}

/* Mobil Cihazlar için */
@media (max-width: 768px) {
  .imagescreen-container {
    width: 90%; /* Mobilde genişlik daha fazla olmalı */
  }
}

@media (max-width: 480px) {
  .imagescreen-container {
    width: 100%; /* Daha küçük cihazlarda tam genişlik */
  }
}



.aksesuarlar-imagescreen-container {
  display: none;
}

/* Masaüstü cihazlar için */
@media (min-width: 1024px) {
  .aksesuarlar-desktop {
    display: flex;
    width: 80%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 1;
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
    margin: 0 auto;
  }
}

/* Mobil cihazlar için */
@media (max-width: 1023px) {
  .aksesuarlar-mobile {
    display: block;
  }
}

.aksesuarlar-fullscreen-image {
  width: 100%;
  height: auto;
}


.afis-image-text-container {
      display: flex;
      align-items: center;
      margin-left: 20px;
    }

    .afis-image-text-container img {
      width: 350px;
      height: auto;
      margin-right: 20px;
    }

    .afis-image-text-container .text {
      font-size: 18px;
      color: #333;
    }

    @media (max-width: 768px) {
      .afis-image-text-container {
        justify-content: center;
        text-align: center;
      }

      .afis-image-text-container img {
        width: 80%;
        margin-right: 0;
      }

      .afis-image-text-container .text {
        display: none;
      }
    }
	
	.animate {
      opacity: 0;
      transform: translateY(50px);
      transition: all 0.6s ease-out;
    }

    .animate.show {
      opacity: 1;
      transform: translateY(0);
    }