body {
  font-family: "Lora", serif;
}

.main-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.container {
  max-width: 100vh;
  padding: 0 1.4rem;
  margin: auto;
}

#header__home .container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background.jpg) no-repeat center right/cover;
  opacity: 0.9; /* Görselin opaklığı */
  z-index: 1;
}
#header__home {
  position: relative;
  height: 90vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;

  .container .header-content {
    position: relative;
    z-index: 2;

    a {
      color: #fff;
    }
  }

  h1 {
    font-size: 4rem;
    line-height: 1.2;
  }
  .container-fluid .main-nav .navbarim ul li a {
    color: #fff;
    padding: 10px;
    margin: 10px;
  }
}

.card-img-top {
  width: 100%;
  height: 20vh;
  object-fit: cover;
}
#hakkimizda {
  background: #085e7d;
}

/* site.css veya admin.css içine ekle */
.dropdown-menu {
  max-width: 300px;
  max-height: 400px;
  overflow-y: auto;
  overflow-wrap: break-word;
  white-space: normal;
  z-index: 1000;
}

.navbar-nav {
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0;
  }
}
.zoom {
  transition: transform 0.4s;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.05);
}
