.content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.columns {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.kln-left {
  flex: 3;
}
.kln-right {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.breadcrumb {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #eaeaea;
  border-radius: 5px;
  font-size: 0.9rem;
  width: 100%;
  box-sizing: border-box;
  color: #aaa;
}
.breadcrumb ol {
  list-style: none;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb a {
  text-decoration: none;
  color: #aaa;
  transition: color 0.3s ease;
  font-weight: 400;
}
.breadcrumb a:hover {
  color: #9c1413;
}
.breadcrumb .fa-home {
  color: #aaa;
}
.biography-menu {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #ddd;
}
.biography-menu a {
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
  color: #333;
  font-weight: 400;
}
.biography-menu a:hover {
  color: #9c1413;
}
.biography {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  flex-direction: column;
}
.biography-header {
  display: flex;
  align-items: flex-start;
}
.biography .biography-photo {
  width: 200px;
  height: 213px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 20px;
}
.biography-details h1 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}
.biography-details h2 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}
.biography-details p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}
.biography-text {
  margin-top: 20px;
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  width: 100%;
}
.image-gallery {
  margin-top: 30px;
  width: 100%;
}
.image-gallery .image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.image-gallery .image-main {
  margin-bottom: 20px;
}
.image-gallery .image-main img {
  width: 100%;
}
.image-gallery h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 15px;
}
.image-gallery .image-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.image-gallery .image-grid img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}
.gallery-button {
  grid-column: 1 / -1;
  text-align: left;
  margin-top: 5px;
}
.gallery-button a {
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.gallery-button a:hover {
  color: #9c1413;
  text-decoration: underline;
}
.related-biographies {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.related-biographies h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  color: #333;
}
.related-biographies h4 a {
  color: #9c1413;
  text-decoration: none;
  transition: color 0.3s ease;
}
.related-biographies h4 a:hover {
  color: #701010;
  text-decoration: underline;
}
.related-biographies .bio-item a {
  display: block;
  text-align: center;
  color: inherit;
  font-weight: 400;
}
.related-biographies .bio-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.related-biographies .bio-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.related-biographies .bio-item h4 {
  font-size: 1rem;
  color: #333;
  margin: 0;
}
.video-gallery {
  margin-top: 30px;
  width: 100%;
}
.video-gallery h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 15px;
}
.video-gallery .video-item p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
}
.video-gallery .video-item a {
  color: #9c1413;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 700;
}
.video-gallery .video-item a:hover {
  color: #701010;
  text-decoration: underline;
}
.video-gallery .main-video {
  margin-bottom: 20px;
}
.video-gallery .main-video iframe {
  width: 100%;
  height: 360px;
  border: none;
  border-radius: 8px;
}
.video-gallery .thumbnail-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.video-gallery .thumbnail-row .video-item {
  text-align: center;
}
.video-gallery .thumbnail-row .video-item img {
  width: 100%;
  border-radius: 8px;
}
.video-gallery .thumbnail-row .video-item p {
  font-size: 0.9rem;
  color: #333;
  margin-top: 5px;
}
.book-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.book-gallery h3 {
  grid-column: 1 / -1;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 15px;
}
.book-gallery .book-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.book-gallery .book-item img {
  width: 100px;
  height: auto;
  margin-right: 20px;
  border-radius: 5px;
}
.book-gallery .book-item .book-details {
  flex: 1;
}
.book-gallery .book-item .book-details h4 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 5px;
}
.book-details h4 a {
  color: #9c1413;
  text-decoration: none;
  transition: color 0.3s ease;
}
.book-details h4 a:hover {
  color: #701010;
  text-decoration: underline;
}
.book-gallery .book-item .book-details p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 5px;
}
.album-gallery {
  margin-top: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.album-gallery h3 {
  grid-column: 1 / -1;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 15px;
}
.album-gallery .album-item {
  text-align: center;
}
.album-gallery .album-item img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}
.album-gallery .album-item h4 {
  font-size: 1rem;
  color: #333;
  margin: 5px 0;
}
.album-gallery h4 a {
  color: #9c1413;
  text-decoration: none;
  transition: color 0.3s ease;
}
.album-gallery h4 a:hover {
  color: #701010;
  text-decoration: underline;
}
.album-gallery .album-item p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}
.movie-gallery {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.movie-gallery h3 {
  grid-column: 1 / -1;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 15px;
}
.movie-gallery .movie-item h4 {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
}
.movie-gallery .movie-item a {
  color: #9c1413;
  text-decoration: none;
  transition: color 0.3s ease;
}
.movie-gallery .movie-item a:hover {
  color: #701010;
  text-decoration: underline;
}
.movie-gallery .movie-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.movie-gallery .movie-item img {
  width: 100px;
  min-width: 100px;
  height: auto;
  border-radius: 5px;
}
.movie-gallery .movie-item .movie-details {
  flex: 1;
}
.movie-gallery .movie-item .movie-details h4 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 5px;
}
.movie-gallery .movie-item .movie-details p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 5px;
}
.search-queries {
  margin-top: 30px;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}
.search-queries h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 15px;
}
.search-queries p {
  text-align: justify;
}
.search-queries a {
  text-decoration: none;
  color: #9c1413;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
.search-queries a:hover {
  color: #701010;
  text-decoration: underline;
}
.search-queries .bold {
  font-weight: 700;
}
.search-queries .italic {
  font-style: italic;
}
.search-queries .underline {
  text-decoration: underline;
}
.biography-news {
  margin-top: 30px;
  width: 100%;
}
.biography-news h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 15px;
}
.biography-news .news-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  border-bottom: 1px dashed #ddd;
  text-align: left;
  background-color: #fff;
}
.biography-news .news-item img {
  width: 150px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}
.biography-news .news-item .news-details {
  flex: 1;
}
.biography-news .news-item .news-details h4 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 5px;
}
.biography-news .news-item .news-details p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 5px;
}
.biography-news .news-item .news-date {
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 5px;
  margin-right: 10px;
}
.biography-details {
  color: #333;
  line-height: 1.6em;
  font-size: 1rem;
}
.biography-details .motto {
  font-size: 1.3rem;
}
.biography-details a {
  color: #9c1413;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.biography-details a:hover {
  color: #701010;
}
.biography-text p {
  color: #737373;
  margin: 15px 0;
  line-height: 1.6em;
  text-align: justify;
}
.normaltext-link {
  font-weight: 700;
  color: #9c1413;
  text-decoration: none;
  transition: color 0.3s ease;
}
.normaltext-link:hover {
  color: #701010;
}
.biography-news h4 a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}
.biography-news h4 a:hover {
  color: #9c1413;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .biography-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .biography-header .facebook-share {
    width: 100%;
    text-align: center;
  }
  .columns {
    flex-direction: column;
  }
  .biography-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .biography .biography-photo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .biography-details {
    text-align: left;
  }
  .biography-details .motto {
    font-size: 1.3rem;
  }
  .biography-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: center;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 0.9rem;
  }
  .biography-menu a {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    font-size: 0.9rem;
    font-weight: 400;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .biography-menu a:hover {
    background-color: #f4f4f4;
    color: #9c1413;
  }
  .video-gallery .thumbnail-row .video-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  .book-gallery {
    grid-template-columns: 1fr;
  }
  .album-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .movie-gallery {
    grid-template-columns: 1fr;
  }

  .image-gallery .image-grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 70%;
        grid-template-columns: unset;

        gap: 12px;

        overflow-x: auto;
        overflow-y: hidden;

        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;

        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }

     .image-gallery .image-grid > * {
        scroll-snap-align: start;
        flex-shrink: 0;
    }

    /* scrollbar gizle */
     .image-gallery .image-grid::-webkit-scrollbar {
        display: none;
    }

    .image-gallery .image-grid {
        scrollbar-width: none;
    }
}
.bilgi-detay {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
}
.bilgi-detay .header h1 {
  text-align: center;
  color: #9c1413;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.bilgi-detay .header p {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  text-align: center;
}
.bilgi-detay .packages {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.bilgi-detay .package {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  width: calc(33.33% - 20px);
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
}
.bilgi-detay .package h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
}
.bilgi-detay .package ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #555;
  font-size: 0.9rem;
}
.bilgi-detay .package ul li {
  margin-bottom: 10px;
}
.bilgi-detay .package .price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #9c1413;
  margin-top: 15px;
}
.bilgi-detay .form-container {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
}
.bilgi-detay .form-container h2 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}
.bilgi-detay .form-group {
  margin-bottom: 15px;
}
.bilgi-detay .form-group a {
  color: #9c1413;
  font-weight: 700;
}
.bilgi-detay .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #333;
}
.bilgi-detay .form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}
.bilgi-detay .form-group input[type="checkbox"] {
  width: auto;
}
.bilgi-detay .form-group .checkbox-label {
  font-weight: 400;
  color: #555;
}
.bilgi-detay .form-button {
  text-align: center;
  margin-top: 20px;
}
.bilgi-detay .form-button button {
  background-color: #9c1413;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.bilgi-detay .form-button button:hover {
  background-color: #701010;
}
.bilgi-detay .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  resize: vertical;
}
@media (max-width: 768px) {
  .bilgi-detay .packages {
    flex-direction: column;
  }
  .bilgi-detay .package {
    width: 100%;
    margin-bottom: 20px;
  }
}
.bilgi-detay .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #333;
}
.bilgi-detay .form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  background-color: #fff;
  color: #333;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 10px;
}
.bilgi-detay .form-group select:focus {
  border-color: #9c1413;
  outline: none;
}
.bilgi-detay .form-group select option {
  padding: 10px;
}
.bilgi-detay h1 {
  text-align: center;
  color: #9c1413;
  margin-bottom: 20px;
}
.bilgi-detay h2 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}
@media (max-width: 600px) {
  .bilgi-detay {
    padding: 15px;
    box-shadow: none;
  }
  .bilgi-detay h1 {
    font-size: 1.5rem;
  }
  .bilgi-detay h2 {
    font-size: 1.2rem;
  }
  .bilgi-detay p {
    font-size: 0.9rem;
  }
}
.biyografi-baslik {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  text-align: left;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.biyografi-baslik::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  margin-top: 10px;
}
.biyografi-liste {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.biyografi-item {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: none;
}
.biyografi-resim img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
.biyografi-bilgi {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
.biyografi-ad {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 5px 0;
}
.biyografi-ad a,
.biyografi-meslek a,
.biyografi-tanitim a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}
.biyografi-ad a:hover,
.biyografi-meslek a:hover,
.biyografi-tanitim a:hover {
  color: #d9534f;
  text-decoration: underline;
}
.biyografi-meslek {
  font-size: 1rem;
  color: #666;
  margin: 0 0 10px 0;
}
.biyografi-tanitim {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 768px) {
  .biyografi-liste {
    grid-template-columns: 1fr;
  }
  .biyografi-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .biyografi-resim img {
    margin-bottom: 10px;
  }
  .biyografi-bilgi {
    text-align: left;
    align-items: flex-start;
  }
}
.history-detay {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.history-baslik {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.4;
}
.smaller-title {
  font-size: 1.2rem;
  margin-top: 40px;
}
.section-divider {
  border: none;
  border-top: 2px solid #ddd;
  margin: 10px 0 20px 0;
}
.event-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-size: 1rem;
  color: #444;
}
.event-detail {
  width: 85%;
}
.event-year {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
  color: #9c1413;
  text-decoration: none;
  transition: color 0.3s ease;
  width: 15%;
}
.event-year:hover {
  color: #701010;
}
.biography-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.bio-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.bio-line-item {
  text-align: center;
  padding: 10px;
}
.bio-line-item img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 10px;
  object-fit: cover;
}
.bio-line-item h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}
.bio-line-item p {
  font-size: 0.9rem;
  color: #666;
}
@media (max-width: 768px) {
  .bio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.film-detay {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.film-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  color: #333;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 oran = 9/16 = 0.5625 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.film-details {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.film-poster img {
  max-width: 300px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.2);
}
.film-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333;
}
.film-summary p {
  font-size: 1rem;
  line-height: 1.6;
  color: #737373;
  margin-top: 20px;
}
.film-trailer video {
  margin-top: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .film-details {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .film-details .film-poster {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .film-details .film-info {
    text-align: left;
  }
}
#groupnav {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
#habernav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
#habernav a,
#groupnav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
}
#habernav a:hover,
#groupnav a:hover {
  background-color: #f4f4f4;
  color: #9c1413;
}
#habernav .picto,
#groupnav .picto {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#habernav .arrow,
#groupnav .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#habernav .arrow.left,
#groupnav .arrow.left {
  transform: rotate(135deg);
}
#habernav .arrow.right,
#groupnav .arrow.right {
  transform: rotate(-45deg);
}
#habernav .haberbaslik,
#groupnav .haberbaslik {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  word-wrap: break-word;
  text-align: left;
}
#groupnav .baslik {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  word-wrap: break-word;
  text-align: left;
}
#habernav .onceki,
#groupnav .onceki {
  justify-content: flex-start;
}
#habernav .onceki .haberbaslik,
#groupnav .onceki .haberbaslik {
  order: 2;
  text-align: left;
}
#habernav .onceki .picto,
#groupnav .onceki .picto {
  order: 1;
  margin-right: 10px;
}
#habernav .sonraki,
#groupnav .sonraki {
  justify-content: flex-end;
}
#habernav .sonraki .haberbaslik,
#groupnav .sonraki .haberbaslik {
  order: 1;
  text-align: right;
}
#habernav .sonraki .picto,
#groupnav .sonraki .picto {
  order: 2;
  margin-left: 10px;
}
@media (max-width: 768px) {
  #habernav,
  #groupnav {
    grid-template-columns: 1fr;
  }
  .onceki {
    justify-content: flex-start;
  }
  .sonraki {
    justify-content: flex-end;
  }
  #habernav a,
  #groupnav a {
    flex-direction: row;
    align-items: center;
  }
  #habernav .haberbaslik,
  #groupnav .haberbaslik {
    font-size: 0.9rem;
  }
}
#haber-detay {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.haber-baslik {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.haber-tarih {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
}
.haber-resim img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
}
.haber-metin {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  text-align: justify;
}
.haber-metin strong {
  color: #333;
  font-weight: 700;
}
@media (max-width: 768px) {
  #haber-detay {
    padding: 15px;
  }
  .haber-baslik {
    font-size: 1.2rem;
  }
  .haber-tarih {
    font-size: 0.8rem;
  }
  .haber-resim img {
    max-height: 300px;
  }
  .haber-metin {
    font-size: 0.9rem;
  }
}
#bilgi-detay {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.bilgi-baslik {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.bilgi-cizgi {
  border: none;
  border-top: 2px solid #ddd;
  margin: 15px 0;
}
.bilgi-resim img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
}
.bilgi-metin {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  text-align: justify;
}
.bilgi-metin strong {
  color: #333;
  font-weight: 700;
}
@media (max-width: 768px) {
  .bilgi-baslik {
    font-size: 1.2rem;
  }
  .bilgi-resim img {
    max-height: 300px;
  }
  .bilgi-metin {
    font-size: 0.9rem;
  }
}
.film-info a {
  color: #9c1413;
  font-weight: 700;
}
.listAlbum {
  list-style: none;
  padding: 0;
  margin: 0;
}
.play-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s ease;
}
.play-item.odd {
  background-color: #f5f5f5;
}
.play-item:hover {
  background-color: #eaeaea;
}
.play-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #333;
  width: 100%;
}
.play-item span {
  margin-right: 10px;
  font-size: 0.9rem;
}
.play-item strong {
  font-size: 1rem;
  font-weight: 700;
  flex: 1;
  text-align: left;
}
.play-text {
  font-size: 0.8rem;
  color: #9c1413;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 768px) {
  .biography-text {
    max-height: 600px;
  }
  .play-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .play-item span,
  .play-item strong {
    margin-bottom: 5px;
  }
  .play-text {
    text-align: left;
    margin-top: 5px;
  }
}
.biyoimgleft {
  float: left;
  margin: 0 15px 10px 0;
}
.biyoimgright {
  float: right;
  margin: 0 0 10px 15px;
}
.yatay_reklam {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
}
.biography-wrapper {
  position: relative;
}

.bio-toggle-checkbox {
  display: none;
}

.biography-text {
  max-height: 920px; /* KIRPMA YÜKSEKLİĞİ */
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
}

/* Fade efekti */
.biography-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

/* Açık hali */
.bio-toggle-checkbox:checked ~ .biography-text {
  max-height: none;
}

.bio-toggle-checkbox:checked ~ .biography-text::after {
  display: none;
}

/* Toggle link */
.bio-toggle-label {
  display: inline-block;
  margin-top: 12px;
  color: #9c1413;
  font-weight: 700;
  cursor: pointer;
}

/* Metin değişimi */
.bio-toggle-label .less {
  display: none;
}

.bio-toggle-checkbox:checked ~ .bio-toggle-label .more {
  display: none;
}

.bio-toggle-checkbox:checked ~ .bio-toggle-label .less {
  display: inline;
}
.trailer-thumb {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}

.trailer-thumb img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 6px;
}

.trailer-thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.trailer-thumb .play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.trailer-thumb:hover .play-button {
  background: rgba(229, 9, 20, 0.85);
}
/* image-gallery yapısına dokunmuyoruz */

.portrait-thumb {
  cursor: zoom-in;
  transition: transform 0.2s ease;
}

.portrait-thumb:hover {
  transform: scale(1.05);
}

figure.linkPhoto {
  text-align: center;
}

figure.linkPhoto figcaption {
  text-align: center;
  font-size: 14px;
  margin-top: 6px;
  color: #444;
}

.approx {
  font-size: 12px;
  color: #888;
}

/* Lightbox */

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
