/* ==================== 
   GENEL TASARIM index.html galiba 
==================== */

html {
  background-color: #0a0a0a;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  background: url("videos/darth.mp4") no-repeat center center/cover;
  color: #fff;
  overflow-x: hidden;
  
}

#bgVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 768px) {
  #bgVideo {
    object-fit: cover;
    height: 100vh;
    width: auto;
  }
}


/* 🔊 Ses butonu genel (masaüstü) */
#soundBtn {
  position: fixed;
  top: 100px;
  right: 50px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 8px 18px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  z-index: 2000;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 10px rgba(255,0,0,0.4);
}

#soundBtn:hover {
  background: crimson;
  color: white;
  box-shadow: 0 0 18px crimson;
  transform: scale(1.05);
}

/* 🔊 Mobildeki özel ayar */
@media (max-width: 768px) {
  #soundBtn {
  bottom: auto;
  top: 100px;
  right: 15px;
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 18px;
  background: rgba(0,0,0,0.65);
  box-shadow: 0 0 12px rgba(255,0,0,0.5);
 }
}

    @keyframes pulse {
  0%,100% { box-shadow: 0 0 10px #ff4d6d; }
  50% { box-shadow: 0 0 25px #ff4d6d; }
}

#bgCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: transparent;
}

/* ====================
   HEADER / MENÜ index
==================== */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
}

.logo img {
  height: 40px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 3px crimson);
}

/* Menü */
nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  align-items: center;
}

nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

nav a:hover,
nav a.active {
  color: crimson;
}

/* ====================
   HAMBURGER MENÜ index
==================== */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 28px;
  cursor: pointer;
  gap: 6px;
}

.menu-toggle div {
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.menu-toggle:hover div {
  background: crimson;
}

/* ====================
   RESPONSIVE uyumluluk
==================== */

/* Tablet */
@media (max-width: 992px) {
  header {
    padding: 12px 30px;
  }

  .logo {
    font-size: 20px;
  }

  nav ul {
    gap: 20px;
  }
}

/* Telefon */
@media (max-width: 768px) {
  header {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 20px;
  }

  nav ul {
    flex-direction: column;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    display: none;
    padding: 20px 0;
    text-align: center;
  }

  nav ul.active {
    display: flex;
  }

  nav a {
    font-size: 18px;
    padding: 10px;
  }

  .menu-toggle {
    display: flex;
  }
}

/* Küçük telefon */
@media (max-width: 480px) {
  .logo {
    font-size: 18px;
  }

  nav a {
    font-size: 16px;
  }
}

/* ====================
   FOOTER
==================== */
footer {
  text-align: center;
  padding: 20px 0;
  background: rgba(0,0,0,0.5);
  color: #bbb;
  font-size: 14px;
}

.alt-menu {
  margin-top: 40px;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.alt-menu a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  text-shadow: 0 0 5px rgba(255,255,255,0.3);
}
.alt-menu a:hover {
  color: #ff4d6d;
  text-shadow: 0 0 10px #ff4d6d;
  transform: scale(1.1);
}

/* ===============================
   Lilith Sayfası (lilith.html)
=============================== */
.lilith-page {

background: linear-gradient(135deg, #1a001f, #3b0a45, #12001a);


}






/* ===============================
   AŞK FALI (askfali.html)
=============================== */













/* ===============================
   AŞK GÖREVİ (askgorevi.html)
=============================== */




















/* ===============================
   AŞK KOMBİNASYONU (askkombinasyonu.html)
=============================== */




















/* ===============================
   AŞK SÖZÜ (asksozu.html)
=============================== */





















/* ===============================
   AŞK TESTİ (askttesti.html)
=============================== */

























/* ===============================
   Evet Özür (evetozur.html)
=============================== */













/* ===============================
   Günah Ve Tutku (gunahvetutku.html)
=============================== */












/* ===============================
   GÜN SAYACI (gunsayaci.html)
=============================== */
















/* ===============================
   Lilith Moda Sayfası (lilithmoda.html)
=============================== */














/* ===============================
   MİTOLOJİK AŞK Sayfası (mitolojikaşk.html)
=============================== */
















/* ===============================
   NEMESİS Sayfası (mrnemesis.html)
=============================== */
















/* ===============================
   Özel İsim (ozelisim.html)
=============================== */















/* ===============================
   Özür Sayfası (ozur.html)
=============================== */


















/* ===============================
   Sevgililer Sayfası (sevgililer.html)
=============================== */
















/* ===============================
   Projeler Sayfası (lilith.html)
=============================== */



















/* ===============================
    ()
=============================== */



















/* ===============================
    ()
=============================== */


















/* ===============================
    (.html)
=============================== */


















/* ===============================
    (.html)
=============================== */













