.custom-hover {
  transition: color 0.5s ease; /* Geçiş efekti */
}

.custom-hover:hover {
  color: #f5333f !important; /* Hover rengini ayarla */
}

.hs-has-sub-menu:hover > .custom-hover,
.hs-has-sub-menu:focus-within > .custom-hover {
  color: #f5333f !important;
}

.js-typedjs {
  color: #f5333f; /* Yazı rengi */

  display: inline-block; /* Border düzgün görünsün diye */
}

/* İsteğe bağlı: Yanıp sönen imlecin rengi */
.typed-cursor {
  color: #9a9393;
}

.btn.btn-primary {
  background-color: #f5333f !important;
  border-color: #f5333f !important;
  color: white !important;
}

.btn.btn-primary:hover {
  background-color: #c91f30 !important;
  border-color: #c91f30 !important;
}

.btn.btn-link {
  color: #f5333f !important;
  text-decoration: underline; /* istersen ekleyebilirsin */
}

.btn.btn-link:hover {
  color: #c91f30 !important;
}

 ul.list-checked-red > .list-checked-item::before,
  .list-checked-red .list-checked-item::before {
    color: #f5333f !important;
  }

  .list-checked-red .list-checked-item svg {
    fill: #f5333f !important;
    color: #f5333f !important;
  }

    .bg-silver-metallic {
    background: linear-gradient(145deg, #dcdcdc, #f5f5f5); /* Gümüş gradyan efekti */
    color: #1a1a1a; /* Kontrast için koyu metin */
  }



  /* Video kapsayıcı bölümü */

.fullscreen-video {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

/* Videonun kendisi */

.fullscreen-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}


/* Header'ın içeriği ezmemesi için */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
