/* Logo için CSS kodları */
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.logo-container img {
    max-width: 100%; /* Resmin boyutunu uygun şekilde küçültür */
    height: auto;    /* Yükseklik oranına bağlı olarak genişlik ayarlanır */
}

.nav-link {
    color: aliceblue;
}

.nav-link a :hover{
    background-color: #3E2723;
}
.renk{
    background-color:  #563c37;
}
.baslik{
    background-color:  #563c37;
    color: aliceblue;
    text-align: center;
}
body{
    background-color:#3E2723;
}

/* Carousel’in genel boşluklarını azalt */
#carouselExampleCaptions {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Carousel içindeki görselleri küçült */
#carouselExampleCaptions .carousel-item img {
  height: 450px; /* Yüksekliği istediğin gibi ayarlayabilirsin */
  object-fit: cover;
}

/* Alt yazı (caption) alanının boşluklarını azalt */
#carouselExampleCaptions .carousel-caption {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer {
    background-color: #3e2723; /* Bitter çikolata rengi */
    color: #fff8e1; /* Açık vanilya tonları */
    padding: 40px 0 20px 0;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  
  .footer-section {
    flex: 1;
    min-width: 250px;
    margin: 20px 0;
  }
  
  .footer-section h2 {
    color: #ffcc80; /* Karamel rengi */
    margin-bottom: 15px;
  }
  
  .footer-section ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-section ul li {
    margin-bottom: 10px;
  }
  
  .footer-section ul li a {
    color: #fff8e1;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .footer-section ul li a:hover {
    color: #ffcc80;
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #795548;
    font-size: 14px;
  }

  .card{
    background-color: #3E2723
  }
  .yazi{
    background-color: rgb(61, 37, 37);
    color: #fff8e1;
  }

  body{
    background-color: #3E2723;
  }

  .renk-sec{
    background-color: #3E2723;
  }


  
.renk-sec {
    background-color: #6f4e37; /* bitter çikolata rengi */
}
.nav-link {
    color: #fff !important; /* yazıları beyaz yapar */
    font-weight: bold;
}
.nav-link:hover {
    color: #d9a066 !important; /* açık çikolata tonu hover efekti */
}

.card-body{
  background-color: #fff;
}
.son-bolum{
  background-color: violet;
}