body{
        background-color: #111827;
    } 
.navbar-arka-renk {
    background-color: #111827; /* çok koyu lacivert */
}

.renk {
    text-decoration: none;
    color: #d1d5db; /* kırık beyaz */
}

a:hover {
    text-decoration: none;
    color: #f59e0b; /* amber / altın hover */
}

a:active {
    text-decoration: none;
    color: #f59e0b;
}

a:link {
    text-decoration: none;
    color: #d1d5db;
}

.banner-yazi {
    background-color: #1f2937; 
    border: solid 3px #f59e0b;
    border-radius: 22px;
    margin: 5px;
    padding: 8px 16px;
    color: white;
}

.ara {
    background-color: #110a2d;
    border:solid 3px #f59e0b;
    border-radius: 8px;
    margin: 5px;
    padding: 5px;
    color: white;
}

.cizgi {
    border: solid 3px #f59e0b;
}

.sliderimg {
    height: 400px;
    width: 774px;
}

  .footer {
    background-color: #111827;
    color: white;
    text-align: center
      }
      .socialmedia{
        background-color: #111827;
        border: solid 3px #d7dae0;
        border-radius: 10px;
        margin: 10px;
        padding: 5px;
        color: white;
        width: 10%;
        text-align: center;
        margin: auto;
      }
      .slide-yazi-arka{
    background-color: #A076F9;
    border: double 8px #D7BBF5;
    border-radius: 10px;
    margin: 25px;
    padding: 8px;
    color: rgb(255, 255, 255);
    opacity: 0.8;
      }

    .cardbackground {
        background-color: #1d1c3e;
        border: 3px solid #111827;
        color: white;

    }

    .cardbackground-2 {
                border: 3px solid#111827;
      
    }
    
/* ============================= */
/* İLETİŞİM FORMU ÖZEL STILLERİ */
/* ============================= */

.card {
    border-radius: 12px;
    border: none;
    background-color: #1f2937; /* koyu arka plan */
}

.card-body {
    color: #ffffff;
}

.card h3 {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Form elemanları */
.form-control {
    background-color: #111827;
    border: 1px solid #374151;
    color: #ffffff;
}

.form-control::placeholder {
    color: #9ca3af;
}

.form-control:focus {
    background-color: #111827;
    color: #ffffff;
    border-color: #0dcaf0; /* bootstrap info rengi */
    box-shadow: 0 0 0 0.15rem rgba(13, 202, 240, 0.25);
}

/* Gönder butonu */
.btn-primary {
    background-color: #0dcaf0;
    border: none;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #31d2f2;
}

/* Responsive küçük dokunuş */
@media (max-width: 576px) {
    .card {
        margin: 0 10px;
    }
}
/* Hakkımda sağ metin alanı */
.hakkimda-card {
    background-color: #111827;
    color: #f1f5f9;
    border-radius: 16px;
}

.hakkimda-card h2 {
    color: #ffffff;
    font-weight: 600;
}

.hakkimda-card p,
.hakkimda-card li {
    color: #cbd5e1;
    line-height: 1.7;
}
/* Linkler Sayfası */
.linkler-card .list-group-item {
    background-color: rgba(255, 255, 255, 0.05);
    color: #e5e7eb;
    border: none;
    padding: 18px 20px;
}

.linkler-card .list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.linkler-card span {
    font-weight: 500;
}
/* Linkler sayfası başlık */
.linkler-baslik {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.gallery-card {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.gallery-img {
  width: 100%;
  height: 340px; /* BURASI */
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}
.carousel-item {
  transition: transform 0.6s ease-in-out;
}

.carousel-inner {
  will-change: transform;
}
.page-title {
  color: #e5e7eba5; /* açık gri – çok profesyonel */
  font-weight: 600;
  letter-spacing: 1px;
}
.about-img {
  width: 320px;
  height: auto;
  border-radius: 12px; /* kare ama yumuşak */
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}
.about-section {
  padding: 40px 60px 80px;
}
/* GENEL YAPI */
.about-wrapper {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

/* FOTO */
.about-image img {
  width: 400px;
  height: 480px;
  object-fit: cover;
  border-radius: 16px;
}

/* METİN */
.about-content h1 {
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 20px;
}

.about-desc {
  font-size: 18px;
  color: #cbd5e1;
  line-height: 1.8;
  max-width: 650px;
}

/* BİLGİLER */
.about-info {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  color: #e5e7eb;
  font-size: 16px;
}

.about-info strong {
  color: #38bdf8;
}

/* ALT ÇİZGİ */
.about-line {
  margin: 35px 0 25px;
  width: 120px;
  height: 2px;
  background: linear-gradient(to right, #38bdf8, transparent);
}

/* HOBİLER */
.about-hobbies h3 {
  color: #ffffff;
  margin-bottom: 12px;
}

.about-hobbies ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.about-hobbies li {
  background: rgba(255,255,255,0.06);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  color: #e5e7eb;
}

/* MOBİL */
@media (max-width: 900px) {
  .about-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .about-image img {
    width: 300px;
    height: 380px;
  }

  .about-info {
    justify-content: center;
  }

  .about-hobbies ul {
    justify-content: center;
  }
}
/* Kartların olduğu genel alan */
.cards-section {
  background: linear-gradient(180deg, #111827, #0b1220);
  padding: 60px 40px;
}

/* Kart grubu aralık */
.cards-section .card-group {
  display: flex;
  gap: 30px;
}

/* Kartlar */
.cards-section .card {
  background-color: #1f2937;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 30px 20px;
  transition: all 0.3s ease;
}

/* Hover efekti */
.cards-section .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  border-color: #f59e0b;
}

/* Başlık */
.cards-section .card-title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

/* Açıklama */
.cards-section .card-text {
  text-align: center;
  color: #d1d5db;
  font-size: 0.95rem;
}

/* Footer (buton alanı) */
.cards-section .card-footer {
  background: transparent;
  border: none;
  text-align: center;
}
/* Mobil Düzenlemeler */
@media (max-width: 991px) {
    /* Menü butonunu boydan boya uzatır */
    .navbar-toggler {
        width: 95% !important;
        margin: 10px auto;
        border: 2px solid #f59e0b !important;
    }
    
    /* İkonların yan yana ve ortalı durmasını sağlar */
    .socialmedia {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        gap: 20px !important;
        width: 100% !important;
    }
}

/* Kartların dikeyde aşırı uzamasını engeller */
.card-body {
    padding: 1.5rem;
}
.card-text {
    font-size: 0.95rem;
    line-height: 1.5;
}
/* Modal (Açılır Pencere) Renk Düzenlemesi */
.modal-content {
    background-color: #111827 !important; /* Sitenin ana koyu rengi */
    border: 2px solid #f59e0b !important; /* Dış çerçeve turuncusu */
}

.modal-header {
    border-bottom: 1px solid rgba(245, 158, 11, 0.3) !important;
    color: #f59e0b !important; /* Başlık rengi turuncu */
}

.modal-footer {
    border-top: 1px solid rgba(245, 158, 11, 0.3) !important;
}

.modal-body {
    color: #d1d5db !important; /* İçerik yazısı kırık beyaz */
}

/* Kapat Butonu (X simgesi) rengini beyaz yapalım */
.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

/* Kart Butonları İçin Hover Efekti */
.btn-outline-warning:hover {
    background-color: #f59e0b !important;
    color: #111827 !important;
    font-weight: bold;
}
/* --- MOBİL ÖZEL DÜZENLEMELER --- */
@media (max-width: 991px) {
    /* 1. Menü Butonunu (Hamburger) Tam Genişlik Yapma */
    .navbar-toggler {
        width: 100% !important; /* Butonu ekrana yayar */
        margin-top: 10px;
        border: 2px solid #f59e0b !important; /* Senin turuncu rengin */
        padding: 8px;
        display: flex;
        justify-content: center; /* Üç çizgiyi ortalar */
    }

    /* 2. Menü Açıldığında Linklerin Durumu */
    .navbar-collapse {
        background-color: #111827; /* Sitenin koyu arka planı */
        border: 1px solid rgba(245, 158, 11, 0.3);
        border-radius: 10px;
        margin-top: 10px;
        padding: 10px;
    }

    .nav-link {
        text-align: center;
        padding: 12px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    /* 3. Sosyal Medya İkonlarını Yan Yana Getirme */
    .socialmedia {
        width: 90% !important; /* Mobilde kutuyu biraz büyütelim */
        display: flex !important;
        flex-direction: row !important; /* İkonları yan yana dizer */
        justify-content: center !important;
        gap: 25px !important; /* İkonlar arası boşluk */
        padding: 15px !important;
    }
}

/* İkonların boyutu ve rengi için genel ayar */
.socialmedia i {
    font-size: 28px;
    color: #f7f5f1;
    transition: transform 0.3s;
}

.socialmedia i:hover {
    transform: scale(1.2);
    color: rgb(255, 255, 255);
}
body {
    min-width: 1200px; /* Sitenin bilgisayardaki genişliğini buraya sabitle */
    overflow-x: auto;  /* Sağa kaydırma çubuğu çıksın ama tasarım bozulmasın */
}

.socialmedia {
    width: 150px !important; /* İkon kutusunun daralmasını engelle */
    display: flex !important;
    flex-direction: row !important; /* Kesinlikle yan yana kalmalarını sağla */
    justify-content: space-around;
}
