
    /* Canvas arka plan */
html, body {
  overflow-x: hidden;

}
#matrix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  z-index: -2; /* içeriklerin arkasında */
  background: black;
  display: block;
  pointer-events: none;
}

    /* Navbar logo ayarları */
.navbar .logo {
  height: 50px; /* Navbar yüksekliğine uygun */
  object-fit: contain;
}

    /* Saydam içerik kutuları */
.content-section {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 3rem 1rem;
  border-radius: 10px;
  margin-top: 2rem;
}

:root {
  --bs-font-sans-serif: 'Inter', sans-serif;
}

.hero-card {
  background-color: rgba(0, 0, 0, 1); /* veya #111 */
  border: 1px solid;
  border-radius: 12px;
  border-color: #ff003c;
  color: white;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1; /* Okların arkasında kalmasını sağla */
  margin: 0; 
}

.matrix-container {
    position: relative;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
    font-family: 'Courier New', monospace;
    display: flex;
    align-items: center;
    justify-content: center;
}

.code-rain-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('matrix-rain.gif') center/cover; /* Kendi Matrix efekti GIF/JS'nizi ekleyin */
    opacity: 0.3;
}

.aykiri-academy-box {
    position: relative;
    max-width: 800px;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #00ff41;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 255, 65, 0.5);
    text-align: center;
    z-index: 10;
}

h1 {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    text-shadow: 0 0 5px #00ff41;
}

.highlight {
    color: #00ff41;
    font-weight: bold;
}

@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

.aykiri-container {
    max-width: 800px; /* Metin genişliği */
    margin: 0 auto; /* Ortala */
    padding: 2rem;
    text-align: center;
    --bs-font-sans-serif: 'Inter', sans-serif;
}

h1 {
    font-family: 'Share Tech Mono', monospace;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    text-shadow: 0 0 10px #ff003c; /* Neon yeşil glow */
    font-family: 'Inter', sans-serif;
}

.highlight {
    color: #00ff41; /* Vurgu rengi */
    font-weight: bold;
}

.aykiri-academy-box {
    position: relative;
    max-width: 800px;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    text-align: center;
    z-index: 10;
    --bs-font-sans-serif: 'Inter', sans-serif
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
  .video-overlay {
    padding-top: 40vh; /* Mobilde daha aşağıda */
  }
  
  .cta-button {
    padding: 12px 25px;
    font-size: 16px;
  }
}
.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8); /* Örneğin saydam siyah */
  border-color: rgba(0, 0, 0, 0.8);
}

.border-left-custom {
  display: flex;
  align-items: center; /* dikeyde ortalamayı sağlar */
}

.border-left-custom::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px; /* çizgi boyu */
  background-color: #ccc;
  margin-right: 20px;
}
.dropdown-item:hover {
    background-color: #ff003c; 

}
.video-container {
      width: 1280px;
      height: 720px;
      position: relative;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    video {
      width: 1280px;
      height: 720px;
      display: block;
      background: #000;
    }

    .controls {
      background: rgba(255, 0, 60, 0.7);
      padding: 10px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      position: absolute;
      bottom: 0;
      width: 100%;
      box-sizing: border-box;
    }

    button {
      background: none;
      border: none;
      color: white;
      cursor: pointer;
      font-size: 16px;
      margin: 0 5px;
    }

    button:hover {
      color: #000;
    }

.progress-container {
  flex: 1;
  height: 5px; /* 10px'ten 5px'e düşürdük */
  background: rgba(255, 255, 255, 0.3);
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  align-self: center; /* Bu satırı ekledik */
}

.progress-bar {
  height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  width: 0%;
  transition: width 0.1s ease;
}
.time {
  color: white;
  font-size: 14px;
  margin: 0 5px;
}
.volume-container {
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 5px; /* Bu satırı ekledik */
  align-self: center; /* Bu satırı ekledik */
}

.volume-slider {
  width: 80px;
  margin-left: 5px;
  height: 5px;
  background: linear-gradient(to right, white var(--fill-percent, 100%), black var(--fill-percent, 100%));
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: 0px; /* Bu değeri ayarladık */
}

.volume-slider::-moz-range-thumb {
  width: 13px;
  height: 13px;
  background: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
#fullscreenBtn:hover {
  transform: scale(1.2);
}

.scroll-wrapper::-webkit-scrollbar {
  height: 10px;
}
.scroll-wrapper::-webkit-scrollbar-thumb {
  background: #ff003c;
  border-radius: 5px;
}

 .carousel-control-prev,
.carousel-control-next {
  width: auto;
  top: 50%;               /* Tam dikey ortalama */
  transform: translateY(-63%); /* Yarı yukarı kaydırarak tam ortala */
  z-index: 2;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.carousel-control-prev {
  left: -70px; /* Soldan biraz dışa */
}

.carousel-control-next {
  right: -75px; /* Sağdan biraz dışa */
}

.custom-arrow svg {
  width: 48px;
  height: 48px;
  fill: #ff003c;
  stroke: #ff003c;
  stroke-width: 1.5;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .carousel-control-prev {
    left: -40px;
  }

  .carousel-control-next {
    right: -40px;
  }

  .custom-arrow svg {
    width: 32px;
    height: 32px;
  }
}
  .full-width-container {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-bottom: 5px;
    padding-top: 45px;
    backdrop-filter: blur(3px);
  }

  #kursMenu {
  margin-top: 25px; /* İstediğin kadar boşluk verebilirsin */
}

  .bomba {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-bottom: 45px;
    padding-top: 45px;
    backdrop-filter: blur(3px);
    border-top: 1px solid white;
  }

.bombabombaoglu{
  color: white;
  font-size: 25px;
}

.hover-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* animasyonsuz yukarıdan fırlamasın */
}

.hover-dropdown > .dropdown-toggle::after {
  display: none !important;
}
.serbesti-title {
  font-size: 40px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: white;
}

.serbesti-sub {
  font-size: 30px;
  margin-bottom: 3rem;
  color: white;
}

.section-title {
  font-size: 35px;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: white;
}

.section-text {
  font-size: 20px;
  margin-bottom: 1.5rem;
  color: white;
}

.slogan {
  font-size: 35px;
  margin-top: 3rem;
  text-align: center;
  color: #ff003c;
  font-weight: bold;
}
.full-width-img {
  width: 100%;
  height: auto; /* oranı bozmadan uzasın */
  display: block;
}

    :root {
      --primary: #ff003c;
      --secondary: #00ff41;
      --dark: #0a0a0a;
      --light: #f8f9fa;
    }

    * {
      box-sizing: border-box;
    }

    body {
      background-color: var(--dark);
      color: var(--light);
      font-family: 'Inter', sans-serif;
    }

    .pricing-section {
      padding: 80px 0;
      position: relative;
      overflow: hidden;
    }

    .section-title {
      font-size: 2.8rem;
      font-weight: 800;
      margin-bottom: 1rem;
      text-align: center;
      background: linear-gradient(45deg, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .section-subtitle {
      font-size: 1.2rem;
      text-align: center;
      margin-bottom: 3rem;
      opacity: 0.8;
    }

    .pricing-card {
      font-family: 'Montserrat', Sans-serif;
      background: rgba(15, 15, 15, 0.8);
      border-radius: 15px;
      padding: 40px 30px;
      margin-bottom: 30px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }

    .pricing-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 35px rgba(255, 0, 60, 0.2);
      border-color: var(--primary);
    }

    .pricing-card.popular {
      border: 2px solid var(--primary);
      position: relative;
    }

    .popular-badge {
      position: absolute;
      top: 20px;
      right: 20px;
      background: var(--primary);
      color: white;
      padding: 5px 15px;
      border-radius: 20px;
      font-size: 0.8rem;
      font-weight: bold;
      box-shadow: 0 4px 15px rgba(255, 0, 60, 0.4);
    }

    .pricing-title {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 1rem;
      color: white;
    }

    .pricing-price {
      font-size: 3rem;
      font-weight: 800;
      margin: 20px 0;
      color: white;
    }

    .pricing-period {
      font-size: 1rem;
      opacity: 0.7;
    }

    .pricing-features {
      list-style: none;
      padding: 0;
      margin: 30px 0;
    }

.pricing-features li {
  padding: 8px 0;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  border-bottom: none; /* <-- çizgiyi kaldırır */
}

    .pricing-features li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      width: 18px;
      height: 18px;
      background-color: var(--primary);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 12px;
      font-weight: bold;
    }

    .pricing-features li.included:before {
      content: "✓";
      background-color: var(--secondary);
    }

    .pricing-features li.excluded:before {
      content: "✗";
      background-color: rgba(255, 255, 255, 0.1);
    }

    .pricing-btn {
      display: block;
      width: 100%;
      padding: 12px;
      border-radius: 8px;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      transition: all 0.3s ease;
      border: none;
    }

    .btn-primary {
      background: var(--primary);
      color: white;
    }

    .btn-primary:hover {
      background: #d90033;
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(255, 0, 60, 0.4);
    }

    .btn-outline {
      background: transparent;
      color: var(--primary);
      border: 2px solid var(--primary);
    }

    .btn-outline:hover {
      background: rgba(255, 0, 60, 0.1);
    }

    .glow-effect {
      position: absolute;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 0, 60, 0.3) 0%, rgba(255, 0, 60, 0) 70%);
      z-index: -1;
    }

    .glow-1 {
      top: -50px;
      left: -50px;
    }

    .glow-2 {
      bottom: -50px;
      right: -50px;
      background: radial-gradient(circle, rgba(0, 255, 65, 0.2) 0%, rgba(0, 255, 65, 0) 70%);
    }

    @media (max-width: 768px) {
      .section-title {
        font-size: 2.2rem;
      }

      .pricing-card {
        padding: 30px 20px;
      }

      .pricing-price {
        font-size: 2.5rem;
      }
    }

    .pembe_serit{
      width: 100%;
      background-color: rgba(255, 0, 60, 1);
    }

    .countdown-timer {
    font-family: 'Courier New', Courier, monospace;
    font-size: 80px;
    font-weight: 700;
    color: #ff003c;
    background: rgba(255, 0, 60, 0.1);
    width: 380px;
    margin: 30px auto 0;
    padding: 20px 0;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(255, 0, 60, 0.4);
    letter-spacing: 10px;
    user-select: none;
    animation: pulseGlow 2.5s infinite alternate;
  }

  @keyframes pulseGlow {
    0% {
      box-shadow: 0 0 10px rgba(255, 0, 60, 0.2);
      background: rgba(255, 0, 60, 0.08);
    }
    100% {
      box-shadow: 0 0 30px rgba(255, 0, 60, 0.6);
      background: rgba(255, 0, 60, 0.15);
    }
  }
    footer {
    padding: 20px 0;
    text-align: center;
    background-color: #0e0e12;
  }
.social-icons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;  /* Yatayda ortalar */
  align-items: center;      /* Dikeyde ortalar */
}

.social-icons a {
  text-decoration: none;
  color: inherit;
}

.social-icons a p {
  margin: 0; /* Paragrafların default marginini kaldır */
  font-weight: 600;
  cursor: pointer;
}
  
  .social-icons a:hover {
    color: #ff4757;
  }
  .footer-links {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .footer-links a {
    color: #8f8f9f;
    text-decoration: none;
    margin: 0 8px;
    transition: color 0.3s ease;
  }
  .footer-links a:hover {
    color: #ff4757;
  }
  .copyright {
    font-size: 12px;
    color: #555565;
  }
  .diagonal-strike {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 2rem;
}

.diagonal-strike::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #999;
  transform: rotate(-15deg);
  transform-origin: center;
}