.geri-butonu {
 display: none;
}

.trade {
display:none;
} 

:root {
    --primary: #970404;
    --accent: #e59393;
    --bg: #f7f7f7;
    --white: #fff;
    --shadow: 0 8px 32px rgba(37,99,235,0.10);
  }
  body {
    font-family: 'Inter', Arial, sans-serif;
    color: #222;
    background: var(--bg);
    line-height: 1.7;
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }
h1{
   font-size: 2.2rem;
}
  h2 {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 36px;
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 40px;
  }
  .features, .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    text-align: center;
  }
  .feature-box {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 32px 18px 24px 18px;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 10px;
    transition: transform 0.18s, box-shadow 0.18s;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .feature-box i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 18px;
    transition: color 0.2s;
  }
  
  .feature-box h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
    color: var(--primary);
    font-weight: 600;
  }
  .feature-box p {
    font-size: 0.98rem;
    color: #555;
    opacity: 0.92;
  }

.why-us-slider-wrapper {
  overflow: hidden; /* Scroll'u gizle */
  position: relative;
}

.why-us-slider {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  pointer-events: none; /* kullanıcı kaydıramasın */
}

.slider-controls,
.prev-btn,
.next-btn {
  display: none !important;
}

 @media (min-width: 768px) {
      .feature-box {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }

    @media (min-width: 900px) {
      .feature-box {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
      }
    }

  .products {
    gap: 32px;
  }
  
  a {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  @media (max-width: 900px) {
    .features, .products {
      flex-direction: column;
      gap: 24px;
      align-items: center;
    }
    .feature-box, .product-card {
      width: 95vw;
      max-width: 360px;
    }
  }
  .numbers-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
  }

  .number-box {
    background: var(--white, #fff);
    border-radius: var(--radius, 12px);
    box-shadow: var(--shadow, 0 4px 12px rgba(0,0,0,0.08));
    padding: 36px 32px 28px 32px;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.18s, box-shadow 0.18s;
    width: 220px;
    text-align: center;
  }

  .number-icon {
    font-size: 36px;
    margin-bottom: 12px;
    color: var(--primary, #d40000);
  }

  .number {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--primary, #d40000);
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .number .plus {
    font-size: 1.5rem;
    margin-right: 4px;
    font-weight: 700;
    color: var(--accent, #d40000);
  }

  .number-label {
    font-size: 1.08rem;
    color: #444;
    opacity: 0.92;
    font-weight: 500;
  }

  @media (max-width: 900px) {
    .numbers-section {
      flex-direction: column;
      align-items: center;
    }
    .number-box {
      width: 90%;
      max-width: 340px;
    }
  }
  .why-us-flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .why-us-flex .features {
    flex: 2 1 420px;
    min-width: 320px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
  }
  .why-us-image {
    flex: 1 1 320px;
    min-width: 260px;
    max-width: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }
  .why-us-image img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 4px 24px #0002;
    object-fit: cover;
    max-height: 380px;
  }
  @media (max-width: 1100px) {
    .why-us-flex {
      flex-direction: column;
      gap: 24px;
      align-items: stretch;
    }
    .why-us-image {
      max-width: 100%;
      margin-top: 0;
    }
  }






.banner-section {
  background-color: transparent;
  padding: 60px 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 200px;
  color: #000;
}

.banner-section h2 {
  font-size: 32px;
  margin-bottom: 32px;
  text-align: center;
}

.banner-content-2col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.map-area {
  flex: 1 1 50%;
  transform: translateX(50px); /* Haritayı sağa taşır */
}

.map-area img {
  max-width: 120%; /* Görselin sağa taşmasına olanak verir */
}

.text-area {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 100px; /* Metni sağa kaydırır */
}

.animated-text {
  font-size: 25px;
  animation: fadeSlide 6s infinite;
  padding-right: 20px;
  opacity: 0;
}

@keyframes fadeSlide {
  0% { opacity: 0; transform: translateY(20px); }
  10% { opacity: 1; transform: translateY(0); }
  30% { opacity: 1; }
  40% { opacity: 0; }
  100% { opacity: 0; }
}

/* Her satır için animasyon başlangıcını kaydır */
.animated-text:nth-child(1) { animation-delay: 0s; }
.animated-text:nth-child(2) { animation-delay: 2s; }
.animated-text:nth-child(3) { animation-delay: 4s; }

/* ----------------- Mobil uyumlu düzenleme ----------------- */
@media (max-width: 768px) {
  .banner-section {
    padding: 30px 20px;
  }

  .banner-content-2col {
    display: flex;
    flex-direction: row;  /* Yan yana */
    flex-wrap: nowrap;    /* Satır taşmasını önler */
    gap: 20px;
    justify-content: center; /* Ortala */
    align-items: center; /* Dikey ortala */
  }

  .map-area {
    flex: 0 0 50%;  /* %50 genişlik */
    transform: none;
    max-width: 50%;
  }

  .map-area img {
    max-width: 100%;
    height: auto;
  }

  .text-area {
    flex: 0 0 50%; /* %50 genişlik */
    padding-left: 20px; /* Az boşluk */
    gap: 16px;
  }

  .animated-text {
    font-size: 20px;
    padding-right: 0;
  }
}







  .products-grid {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom:20px;
}
.product-card-bg {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow, 0 8px 32px rgba(37,99,235,0.10));
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.18s, transform 0.18s;
}
.product-card-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.38) 60%, rgba(0,0,0,0.18) 100%);
  z-index: 1;
  transition: background 0.2s;
}
.product-card-bg:hover {
  box-shadow: 0 16px 40px rgba(26,35,126,0.13);
  transform: translateY(-6px) scale(1.03);
}
.product-card-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.product-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  padding: 16px 24px;
  letter-spacing: 0.5px;
  transition: background 0.2s, color 0.2s;
}
.product-title:hover {
  color: var(--primary, #970404);
}

@media (max-width: 1100px) {
  .products-grid {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
  }
  .product-card-bg {
    width: 98vw;
    max-width: 400px;
  }
}
.hero {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 900px;
  overflow: hidden;
  display: flex; /* Eklendi */
  align-items: center; /* Dikey ortalama */
  justify-content: center; /* Yatay ortalama */
}
.hero-video-bg {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-video-bg[style*="display: block"] {
  opacity: 1;
  z-index: 1;
}
.hero-slider {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
  color: var(--white);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  padding: 0 24px;
}
.hero-slide {
  display: none;
  animation: fadeIn 1s;
}
.hero-slide.active {
  display: block;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(30px);}
  to { opacity: 1; transform: translateY(0);}
}
.hero-slider-controls {
  position: absolute;
  left: 50%;
  bottom: 32px; 
  transform: translateX(-50%);
  margin-top: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 3;
}
.hero-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff7;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.hero-slider-dot.active {
  background: var(--primary, #970404);
}


.video-loader {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 6px solid #ccc;
  border-top: 6px solid #970404;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.bg-dark, text-primary{
  display:none
}

/* Tüm section'lardan sonra çizgi */
section::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 64px auto;
  max-width: 1200px;
  background: repeating-linear-gradient(
    to right,
    #ccc,
    #ccc 8px,
    transparent 8px,
    transparent 16px
  );
}

section:first-of-type::after {
  display: none;
}
section:last-of-type::after {
  display: none;
}

.layered-scroll-stack {
  position: relative;
}

.layer {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.layer img {
 width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.navbar-collapse.collapse.show {
  background-color: white;
}

.navbar-collapse.collapse.show .nav-link {
  color: black; 
}
