@import url('https://fonts.cdnfonts.com/css/akira-expanded');
body {
    font-family: 'Inter', sans-serif;
    background-color: #000000;
    color: #fff;
}
.hdfont {
    font-family: 'Akira Expanded', sans-serif;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* animasyonlu görünme */
@keyframes slideFadeDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Accordion kutusu */
.accordion-item {
  border: none;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Soru başlığı */
.accordion-button {
  font-family: 'Inter', sans-serif;
  background-color: #101010;
  color: #ffffff;
  font-weight: 600;
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
}

/* Açılıp kapanma animasyonu */
.accordion-collapse {
  transition: all 0.3s ease-in-out;
}

/* Cevap kutusu */
.accordion-body {
  background-color: #101010;
  color: #ffffff;
  font-size: 1rem;
  padding: 1rem 1.25rem;
  line-height: 1.6;
}

/* "+" "-" ikonları için varsayılan Bootstrap ikonlarını kaldır */
.accordion-button::after {
  content: "+";
  font-size: 1.2rem;
  transform: none;
  background-image: none !important;
  color: #fff;
  margin-left: auto;
}
/* Açıkken arka plan rengi ve yazı rengi */
.accordion-button:not(.collapsed) {
  background-color: rgb(0, 57, 214);
;   /* Açıkken arka plan */
  color: #ffffff;              /* Açıkken yazı rengi */
  font-weight: bold;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
}

/* Açıkken ikon "-" şeklinde ve daha büyük */
.accordion-button:not(.collapsed)::after {
  content: "-";
  font-size: 1.5rem;
  color: #ffffff;              /* Açıkken ikon rengi */
}


.animated-show {
  animation: slideFadeDown 0.6s ease forwards;
}

.teklif-btn {
    border-radius: 50px;
    border: #fff;
    font-family: 'Akira Expanded', sans-serif;
    padding: 10px 50px;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    background: transparent;
    border: 2px solid rgb(0, 7, 104);
    transition: 0.5s ease-in-out;
}
.teklif-btn:hover {
    color: #fff;
    background: #002d68;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0 20px #0400ff;
}
.swal2-container {
  z-index: 999999 !important;
}

.headerxx {
  position: sticky;
  top: 0;
  z-index: 0; /* Gerekirse üstte kalması için */
  background: linear-gradient(#070606, #070606) padding-box,
              linear-gradient(135deg, #0400ff, #0400ff) border-box;
  box-shadow: 0 0 30px #0400ff;
  border-bottom: 2.3px solid transparent;

  animation: slideDown 0.8s ease-out forwards;
}
/* Dış kapsayıcı - gölge burada */
.mainimage-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
  background: #070606;
  animation: boxShadowOpacity 0.8s ease-out forwards;
  animation-delay: 0.8s;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3333;
}
/* Sadece görsel - burada karartma var */
.mainimage1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(20%);

  /* Drag engelleri */
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;

  z-index: -1;
}

.fullscreen {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill; /* Taşmadan doldur */
  z-index: -99;
}
/* Karartma efekti */
.fullscreen::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Saydam siyah */
  z-index: 1;
}
.icerik-list {
  padding-left: 0;
  margin-left: 0;
}
.icerik-list i {
  vertical-align: middle;
  margin-right: 8px; /* ikonla yazı arasında boşluk */
  font-size: 1.2em;  /* ikon boyutunu ayarlamak istersen */
}

    /* Canvas arkada kalır */
    #bgCanvas {
      background: transparent;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; /* Tüm içeriklerin arkasında */
    }

    canvas {
      display: block;
    }
li {
  list-style: none;
}
.iceriktext1 {
    font-family: 'Akira Expanded', sans-serif;
    font-size: 28px;
    color:rgb(0, 57, 214)
}
.icerik {
  background-color: #070606;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  padding: 6px 20px;
  transition: 0.5s ease;
  } 
.form-control {
    background-color: transparent;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #003375;
    font-family: 'Inter', sans-serif;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}
.form-control:focus {
    background-color: transparent;
    color: #002999;
    border-radius: 30px;
    transition: 0.5s ease-in-out;
    border: 1px solid #003eb1;
    font-family: 'Inter', sans-serif;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 0 10px #003cff;
}
.form-control:focus#sarkiTurInput {
    transition: 0.01s ease-in-out;
    background: #070606;
    color: #ffffff;
}
.form-control:focus#kanalInput {
    transition: 0.01s ease-in-out;
    background: #070606;
    color: #ffffff;
}
.form-control:focus#islemTuruSelect {
    transition: 0.01s ease-in-out;
    background: #070606;
    color: #ffffff;
}
.form-control:focus#operatorInput {
    transition: 0.01s ease-in-out;
    background: #070606;
    color: #ffffff;
}
.swal2-popup {
  font-family: 'Manrope', sans-serif;
  background: #111;
  color: #eee;
  border: 2px solid #00318d;
  border-radius: 16px;
}

.swal2-title {
  color: #4476ff;
  font-size: 28px;
  font-weight: bold;
}

.swal2-html-container {
  font-size: 16px;
  color: #ccc;
}

.swal2-confirm {
  background-color: #0031d0 !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 600;
  padding: 10px 24px;
}

.swal2-cancel {
  z-index: 999999;
  background-color: #333 !important;
  border: none !important;
  color: #fff !important;
  border-radius: 8px !important;
}

.form-control:focus#dosyaTurInput {
    transition: 0.01s ease-in-out;
    background: #070606;
    color: #ffffff;
}
.dahafazlabilgi {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #004299;
    color: #004299;
}
.form-control::placeholder {
    color: #ffffffa6;
}
.icerik2 {
  background-color: #070606;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  padding: 30px 40px;
  transition: 0.5s ease;
  } 
.icerik:hover {
  background-color: #0c0b0b;
  border-radius: 10px; /* İsteğe göre */
  transition: 0.5s ease;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 0 10px #0044ff;
  transform: translateY(-10px);
  z-index: 999;
}
@keyframes revealText {
  0% {
    opacity: 0;
    letter-spacing: -0.5em;
    transform: translate(-50%, -50%) scaleX(0);
  }
  50% {
    opacity: 0.2;
    scale: 1;
    transform: translate(-50%, -50%) scaleX(1.05);
  }
  66% {
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scaleX(1);
    opacity: 1;
  }
}
@keyframes boxShadowOpacity {
  0% {
    box-shadow: none ;
  }
  100% {
    box-shadow: 0 0 10px #0044ff;
  }
}

/* Yazı katmanı */
.maintext1 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  font-weight: 100;
  text-align: center;
  z-index: 2;
  animation: revealText 1.2s ease-out forwards;
  animation-delay: 1.2s;
}
/* Yazı katmanı */
.maintext2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
  z-index: 2;
  white-space: nowrap;
}
/* Blur efekti için arka plan */
#blurOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.2); /* Hafif kararma */
  z-index: 999;
  display: none;
  transition: opacity 0.3s ease;
}

#sideMenu {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  background-color: #070606;
  transition: left 0.3s ease;
  z-index: 9999;
  padding: 50px 20px;
  backdrop-filter: blur(10px);
}

#sideMenu.active {
  left: 0;
}

.sideMenu-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#sideMenu a {
  color: #ffffff;
  font-family: 'Akira Expanded', sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s ease;
}

#sideMenu a:hover {
  color: #ffffff;
}

/* Yazı katmanı */
.maintext3 {
  font-family: 'Akira Expanded', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 16px;
  font-weight: 200;
  padding: 10px 50px;
  text-align: center;
  margin-top: 100px;
  z-index: 2;
  white-space: nowrap;
}

/* Yazı katmanı */
.maintext3:hover {
    box-shadow: 0 0 20px #2a6eff;
    transition: 0.8ss ease forwards;
}
.logox {
    max-width: 50px;
}
.content-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.fadein {
    opacity: 0;
    animation: fadein 3s ease-out forwards;
}

.content-fadein.visible {
  opacity: 1;
  transform: translateY(0);
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadein2 {
    opacity: 0;
    animation: fadein 3s ease-out forwards;
    animation-delay: 1.2s; /* fadein bittikten sonra başlar */
}
.fadein3 {
    opacity: 0;
    background-color: #070606;
    animation: fadein 3s ease-out forwards;
    animation-delay: 1.4s; /* fadein bittikten sonra başlar */
}
a {
    background: transparent;
    text-decoration: none;
}
@keyframes menuTuslariAcilis {
  from {
    margin: -100;
    opacity: 0;
  }
  to {
    margin: 0;
    opacity: 1;
  }
}

.menu-buttons {
    opacity: 0;
    font-family: 'Akira Expanded', sans-serif;
    padding: 6px 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s ease;
    text-decoration: none;
    animation: menuTuslariAcilis 3s ease-out forwards;
    animation-delay: 1.2s;
}
.menu-buttons:hover {
    color: #0043fa;
    transition: 0.5s ease;
    font-size: 16px;
    cursor: pointer;
    text-shadow: 0 0 10px #0043fa;
}

@media (max-width: 768px) {
    .mainimage1 {
        object-fit: cover;
    }
    .maintext1 {
        font-size: 2rem;
        white-space: nowrap;
    }
    .maintext2 {
        font-size: 12px;
        white-space: inherit;
    }
    .menu-buttons {
        font-size: 12px;
    }
}