.navbar-toggler-icon {
  font-size: 30px;
}

.btn-primary.position-absolute {
  background-color: #633376;
  color: white;
  /* Metin rengi */
  border: none;
  /* Kenarlık yok */
}

/* Owl Carousel ok butonları için stil ayarları */
.nav-btn {
  background: #007bff;
  /* Buton arka plan rengi */
  color: #fff;
  /* Yazı rengi */
  border: none;
  /* Kenarlık yok */
  padding: 10px;
  /* İç boşluk */
  border-radius: 5px;
  /* Köşe yuvarlama */
  cursor: pointer;
  /* İmleç stilini değiştir */

}

.form-check-input:checked {
  background-color: purple;
  /* Mor renk */
  border-color: purple;
  /* Mor renk */
}

.form-check-input:checked:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 0, 128, 0.25);
  /* Mor renkte odaklanma efekti */
}


.nav-link {
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: black;
  left: 0;
  bottom: 0;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
  /* transform: scale(1.2); */
}

@font-face {
  font-family: 'Avenir';
  src: url(/fonts/AvenirLTStdBookTR.otf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url(/fonts/AvenirLTStd_bold.otf) format('truetype');
  font-style: normal;
  font-weight: bold;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  font-family: avenir;
}

.container {
  flex: 1;
  /* Ana içeriği esnetir ve footer'ı aşağıya iter */
}

.sticky-footer {
  background-color: #313131;
  /* Arka plan rengi siyah */
  color: white;
  /* Yazı rengi beyaz */
  padding-bottom: 40px;
  /* Üst ve alt kenar boşluğu */
  position: fixed;
  /* Sayfanın içeriğine göre konumlandırır */
}

.text-mor {
  color: #633376;
}

.bg-mor {
  background-color: #633376;
}

.bg-mor2 {
  background-color: #633376;
}

a.bg-mor:hover,
.bg-mor:hover,
.dropdown2-item:hover,
.bg-mor:focus,
.bg-mor:active {
  background-color: #7b4a8e;

}

.bg-acikmor {
  background-color: #F0EAF0;
}

.border-top-title {
  border-top: 15px solid #FFFFFF;
}

.dropdown-toggle::after {
  display: none;
  transition: width 0.3s ease;
}

.dropdown-toggle:hover::after {
  display: inline-block;
  border-top: 0.1em;
  transition: width 0.3s ease;
}

.dropdown-menu a {
  text-decoration: none;
  color: #000000;
}

@media only screen and (min-width: 992px) {
  .dropdown-menu {
    width: 55vw;
  }

  .dropdown:hover .dropdown-menu {
    display: flex;
  }

  .dropdown-menu.show {
    display: flex;
  }
}

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.social,
.footer-login,
.footer_menu {
  display: inline-block;
  transition: transform 0.2s ease;
}

.social:hover,
.footer-login:hover,
.footer_menu:hover {
  transform: scale(1.1);
}

/* Animasyonun tanımı */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.input-box,
.contact-box,
.about-box {
  animation: slideIn 0.8s ease-out;
}

.signup-btn {
  animation: slideIn 0.8s ease-out;
  animation-delay: 0.1s;
}



@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-60px);
  }
}

.slide-out {
  animation: slideOut 0.8s ease-out forwards;
}


.dropdown2-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.dropdown2:hover .dropdown2-menu {
  display: block;
}

.dropdown2-item {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 0.5rem 1rem;

}


.page-link,
.page-link:visited,
.page-link:active {
  color: #808080 !important;
  /* Tüm durumlarda beyaz yazı rengi */
}

.page-link:hover {
  color: #ffffff !important;
  /* Hover durumunda da beyaz kalsın */
  background-color: #7b4a8e;
}

.pagination .page-item.active .page-link {
  background-color: #7b4a8e !important;
  /* Aktif sayfa için mor arka plan */
  color: white !important;
  /* Aktif sayfa için beyaz yazı */
  border-color: #7b4a8e !important;
  /* Kenarlık rengini de mor yap */
}

.bg-gri {
  background-color: #e6e6e6;
}


/* Dropdown Menü Genişliği */
.custom-dropdown-menu {
  /* dış kaba menü */
  width: 200px;
  /* Dropdown menü genişliği */
  background-color: transparent;
  border: none;
  display: none;
}

/* Liste Elemanları */
.custom-dropdown-menu li {
  width: 200px;
  list-style: none;
  /* Madde işaretlerini kaldır */
  border: none;
}



/* Buton Stilleri */
.custom-button {
  width: 180px;
  /* Tam genişlik */

  display: block;
  /* Blok seviyesinde eleman yap */
  text-align: left;
  /* Metin ortalanır */
  background-color: white;
  /* Arka plan rengi */
  color: black;
  /* Yazı rengi */
  border-radius: 5px !important;
  /* Köşeleri yuvarlat */
  text-decoration: none;
  /* Alt çizgiyi kaldır */
  transition: background-color 0.3s ease;
  /* Hover efekti */
  font-size: 16px;
  padding: 5px;
  box-sizing: border-box;
  /* Padding ve border genişliği etkilemesin */

}

/* Hover Efekti */
.custom-button:hover {
  background-color: #f0f0f0;
  /* Hover sırasında arka plan rengi */
  border: 2px solid #7b389f;
  /* Kenarlık rengi */
}

.akade-tab-color .nav-link {
  color: #475058 !important;
  /* Renk değiştirme */
}

.akade-tab-color .nav-link:hover::after {
  background: #7b389f;
  /* Yeni renk */
}

.btn-mim {
  background-color: #7b389f !important;
  color: #fff !important;
}


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.sticky-footer .logo-footer {
  max-height: 50px;
}

.sticky-footer .footer-menu .nav-link {
  margin: 0 15px;
  /* Menü elemanları arasındaki boşluk */
  text-transform: uppercase;
  /* Büyük harf */
  font-size: 14px;
}

.sticky-footer .footer-menu .nav-link:hover {
  color: #7b389b;
  /* Hover rengi */
  text-decoration: none;
}

.nav-tabs .nav-link {
  font-weight: 900;
  /* Daha kalın bir font ağırlığı */
  color: white;
  /* Beyaz renk */
}

.nav-tabs .nav-link {
  font-weight: 900;
  /* Daha kalın bir font ağırlığı */
  color: white;
  /* Beyaz renk */
}

.text-mim {
  color: #7b389b;
}

.text-akade {
  color: #475058;
}



.hakkinda a {
  color: white;
  /* Varsayılan metin rengi */
  text-decoration: none;
  /* Alt çizgiyi kaldırır */
  padding: 5px;
  /* Yukarı-aşağı 5px, sağ-sol 20px boşluk */
  display: inline-block;
  /* Boyutu içeriğe göre sınırlamak için */
  width: 85%;
  /* Satırın tüm genişliğini kapsar */
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Geçiş animasyonu */
  border-radius: 10px;


}

.hakkinda a:hover {
  background-color: #703a85;
  /* Üzerine gelince arka plan mor olur */
  color: white;
  /* Metin rengi değişmeden kalsın */
  border-radius: 10px;

}

/* =========================================
   Videos Index & Show Pages - Custom Styles
   ========================================= */

/* General Page Layout */
.page-header-spacing {
  margin-top: 8rem !important;
}

.bg-light-contrast {
  background-color: #f8f9fa;
}

/* Category Filter Tabs */
.video-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.video-filter-btn {
  border: 2px solid #633376;
  background-color: transparent;
  color: #633376;
  padding: 8px 24px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.video-filter-btn:hover {
  background-color: rgba(99, 51, 118, 0.1);
  transform: translateY(-2px);
  color: #633376;
  text-decoration: none;
}

.video-filter-btn.active {
  background-color: #633376;
  color: white;
  box-shadow: 0 4px 10px rgba(99, 51, 118, 0.3);
}

/* Video Grid Layout */
.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.custom-video-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  /* margin-bottom to ensure spacing in flex wrap if gap isn't supported by older browsers */
  margin-bottom: 2rem;
}

.custom-video-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(99, 51, 118, 0.2);
}

.video-thumbnail-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}

.video-thumbnail-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.video-card-title {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #333;
  margin-bottom: 0.4rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-category-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #633376;
  color: white;
  font-size: 0.75rem;
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: 600;
  z-index: 9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-watch-btn {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #633376;
  color: white;
  text-align: center;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: auto;
}

.video-watch-btn:hover {
  background-color: #7b4a8e;
  color: white;
  text-decoration: none;
}

/* Section Title */
.video-section-title {
  color: #633376;
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.video-section-title::after {
  content: '';
  display: block;
  width: 60%;
  height: 4px;
  background: #633376;
  margin: 5px auto 0;
  border-radius: 2px;
}

/* Show Page Specifics */
.video-show-container {
  display: flex;
  justify-content: center;
  padding: 8rem 1rem 4rem 1rem;
  min-height: 80vh;
}

.video-show-card {
  background: white;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  height: -moz-fit-content;
  height: fit-content;
}

.video-show-info {
  padding: 2.5rem;
  text-align: center;
}

.video-show-title {
  color: #633376;
  font-weight: 800;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  line-height: 1.3;
}

.video-show-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.video-back-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background-color: transparent;
  border: 2px solid #633376;
  color: #633376;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.video-back-link:hover {
  background-color: #633376;
  color: white;
  transform: translateX(-3px);
  text-decoration: none;
}

/* ── Video Arama Kutusu ─────────────────────────────────────── */
.video-search-group {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(99, 51, 118, 0.15);
  border: 2px solid #633376;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.video-search-group:focus-within {
  border-color: #7b4a8e;
  box-shadow: 0 0 0 4px rgba(99, 51, 118, 0.15);
}

.video-search-icon {
  background-color: #ffffff;
  border: none;
  color: #633376;
  padding-left: 16px;
  padding-right: 8px;
}

.video-search-input {
  border: none;
  outline: none;
  box-shadow: none !important;
  background-color: #ffffff;
  color: #333;
  font-size: 0.95rem;
}


.video-search-input::-moz-placeholder {
  color: #b59dbf;
}


.video-search-input::placeholder {
  color: #b59dbf;
}

.video-search-input:focus {
  background-color: #fff;
  box-shadow: none !important;
}

.video-search-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: none;
  color: #633376;
  padding: 0 14px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.2s;
}

.video-search-clear:hover {
  color: #7b4a8e;
}

.video-search-btn {
  background-color: #633376;
  color: #ffffff;
  border: 2px solid #633376;
  border-radius: 50px;
  padding: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.video-search-btn:hover {
  background-color: #7b4a8e;
  border-color: #7b4a8e;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(99, 51, 118, 0.3);
}

.video-search-btn:active {
  transform: translateY(0);
}.video-search-pill {
  display: flex;
  background-color: #ffffff;
  border: 2px solid #633376;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(99, 51, 118, 0.15);
  height: 46px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.video-search-pill:focus-within {
  border-color: #7b4a8e;
  box-shadow: 0 0 0 4px rgba(99, 51, 118, 0.15);
}

.video-search-pill .video-search-input {
  flex-grow: 1;
  border: none;
  outline: none;
  background-color: transparent;
  color: #333;
  font-size: 0.95rem;
  padding: 0 16px;
  min-width: 0;
}

.video-search-pill .video-search-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #633376;
  padding: 0 14px;
  text-decoration: none;
  font-size: 0.85rem;
}

.video-search-pill .video-search-clear:hover {
  color: #7b4a8e;
}

.video-search-pill .video-search-btn {
  background-color: #633376;
  color: #ffffff;
  border: none;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.video-search-pill .video-search-btn:hover {
  background-color: #7b4a8e;
}
