/*
Koyu yeşil 
Yeşil
Ekru
Krem

1F4529
47663B
E8ECD7 EKRU NAVBAR_BACKGROUND_COLOR
EED3B1
b4c1ae
aab4a5
*/
body {
    background-color: #cccec2
}
.navbar-background-color
{
    background-color: #E8ECD7
}
.kitap
{
    background-color: #cccec2
}
.search
{
    background-color: #cccec2
}
.yaziboyutu
{
    font-weight: bold;
    font-size: 1.2rem;
}
.card-container
{
  display: flex;
  flex-wrap: wrap; /* Kartlar sığmazsa alta geçer */
  gap: 20px; /* Kartlar arası boşluk */
  justify-content: center;
}
.card {
  width: 378px; /* Kart genişliği */
  height: 800px; /* Kart yüksekliği */
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 0; /* Köşeleri keskin yapar */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.card-img-top {
  width: 100%;
  height: 400px; /* Daha yüksek bir değer ver */
  object-fit: cover;
  object-position: center top; /* Gerekirse ortaya yakın kırp */
}

.card-body {
  padding: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card {
  width: 378px;
  height: 522px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden; /* Taşmaları engelle */
  display: flex;
  flex-direction: column;
}
.carousel-img {
  height: 500px;
  object-fit: cover;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}
.cizgi {
  border: solid 3px #a19795;
}
.footer a:hover {
  text-decoration: underline;
  color: #00bcd4; 
}

.footer p, .footer a {
  font-size: 14px;
}

.navbar-yazi-renk
{
  color:#241f1e
}
.socialmedia {
  background-color: #E8ECD7;
  border: solid 3px #a19795;
  border-radius: 0; /* Keskin köşe */
  margin: 10px auto;
  padding: 10px;
  width: fit-content;
  text-align: center;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.socialmedia .icon i {
  font-size: 32px;
  transition: color 0.3s ease;
}
.facebook i {
  color: #3b5998; 
}

.twitter i {
  color: #1DA1F2; 
}

.gmail i {
  color: #D44638; 
}

.instagram i {
  color: #C13584; 
}


.socialmedia .icon:hover i {
  opacity: 0.7;
}
.iletisim-container {
  max-width: 600px;
  margin: 50px auto;
  background-color: #E8ECD7;
  padding: 30px;
  border: 3px solid #a19795;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-family: sans-serif;
}

.iletisim-container h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #241f1e;
}

.iletisim-container form {
  display: flex;
  flex-direction: column;
}

.iletisim-container label {
  margin: 10px 0 5px;
  font-weight: bold;
  color: #241f1e;
}

.iletisim-container input,
.iletisim-container textarea {
  padding: 10px;
  border: 2px solid #a19795;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
  color: #333;
}

.iletisim-container button {
  margin-top: 20px;
  padding: 12px;
  background-color: #47663B;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.iletisim-container button:hover {
  background-color: #3a5330;
}
.site-card {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #a19795;
    background-color: #E8ECD7;
  }

.site-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  }

.modal-button {
  background-color: #343a40;
  color: white;
  padding: 12px 30px;
  font-size: 1.1rem;
  border-radius: 0; 
  transition: background 0.3s ease;
}

.modal-button:hover {
  background-color: #5d6166;
}

.modal-sharp {
  border-radius: 0 !important;
  border: 1px solid #dee2e6;
  background-color: #fff;
}

.modal-body pre {
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2e2e2e; 
  margin-bottom: 1rem;
}
.modal-title {
  font-weight: 600;
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  font-size: 1.3rem;
  color: #1a1a1a;
}
.modal-content {
  background-color: #fdfdfc; /* kırık beyaz, göz yormaz */
  color: #2e2e2e;
}
.a{
  color: white;
  background-color: #2e2e2e;
}

