/*!
 * AĞABEYOĞLU YAZILIM A.Ş.  
 * Tema: [ Time Restoran ]
 * Sürüm: 1.0.0
 * Geliştirici: Ağabeyoğlu® Grup Medya İnşaat Yazılım San. ve Tic. A.Ş. 
 * Web: https://agabeyoglu.com
 * Lisans:  ©2025 Özel Kullanım | Tüm Hakları Saklıdır.
 */


@font-face {
  font-family: 'Aventine';
  src: url('../fonts/Aventine.otf') format('opentype');
}

@font-face {
  font-family: 'RosliyaQueen';
  src: url('../fonts/RosliyaQueen.ttf') format('truetype');
}

@font-face {
  font-family: 'Signature';
  src: url('../fonts/Signature.otf') format('opentype');
}


:root{
  --font-baslıklar:
}
body {

  margin: 0;
  padding: 0;
  background: url('../img/background.jpg') center center / cover no-repeat fixed;
}

/* Genel header yapısı */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  padding: 20px 0;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header içeriği */
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#rezervasyonBildirimi {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  transition: all 0.4s ease;
}

.bildirim-kutu {
  background-color: #28a745;
  color: white;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  text-align: center;
  animation: fadeInZoom 0.5s ease;
}

@keyframes fadeInZoom {
  from {
    opacity: 0;
    transform: translate(-50%, -60%) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.bildirim-kutu.success {
  background-color: #28a745;
}

.bildirim-kutu.error {
  background-color: #dc3545;
}


/* Logo */
.logo-img {
  height: 60px;
  width: auto;
}
/* Genel Navigasyon */
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.main-nav ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #ffffff;
  padding: 8px 10px;
  transition: color 0.6s ease-in-out; /* sadece renge odaklan ve süresi daha uzun */
}

.main-nav ul li a:hover {
  color: #7a0022;
}


/* Dil seçici - Masaüstü */
.lang-switch {
  display: flex;
  gap: 10px;
  align-items: center;
}

.lang-switch a img {
  border-radius: 50%;
  border: 1px solid #ddd;
  transition: transform 0.2s;
}

.lang-switch a img:hover {
  transform: scale(1.1);
}

/* Burger Menü Butonu */
.burger {
  display: none;
  margin-top: -15px;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.burger span {
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
  .burger {
    display: flex;
  }

  .main-nav {
    position: absolute;
    top: 80px;
    right: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 220px;
    display: none;
    z-index: 999;
  }

  .main-nav.active {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    padding: 20px;
    gap: 10px;
  }

  .main-nav ul li a {
    color: #000; /* Mobilde siyah */
  }

  .lang-switch.desktop-only {
    display: none;
  }

  .lang-mobile {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }

  .lang-mobile a img {
    width: 24px;
  }
}




.hero-section {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.hero-section .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 800px;
  padding: 20px;
}

.hero-section h1 {
  font-size: 48px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
}

.hero-section p {
  font-size: 100px;
  font-family: 'RosliyaQueen', cursive;
  margin-bottom: 5px;
  line-height: 0.9;          
  padding-top: 0;            
  margin-top: 20px;        
}

.btn-slider {
  padding: 12px 30px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-slider:hover {
  background: #fff;
  color: #000;
}

.tanitim-section {
  padding: 80px 0;
  background: transparent;
}

.tanitim-section .flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.tanitim-section .text {
  flex: 1;
  min-width: 300px;
}

.tanitim-section .text h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: var(--font-baslıklar)



}

/*!
 * AĞABEYOĞLU YAZILIM A.Ş.  
 * Tema: [ Time Restoran ]
 * Sürüm: 1.0.0
 * Geliştirici: Ağabeyoğlu® Grup Medya İnşaat Yazılım San. ve Tic. A.Ş. 
 * Web: https://agabeyoglu.com
 * Lisans:  ©2025 Özel Kullanım | Tüm Hakları Saklıdır.
 */


.tanitim-section .text p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #444;

}

.tanitim-section .image {
  min-width: 280px;
}

.tanitim-section .image img {
  width: 100%;
  border-radius: 10px;
  max-width: 450px;
}


.room-section {
  padding: 40px 0;
  background: transparent;
}



.room-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  /* içerikleri aynı hizada tutar */
  gap: 40px;
}


.room-flex.reverse {
  flex-direction: row-reverse;
}

.room-text {
  flex: 1;
  min-width: 300px;
}

.room-text h4 {
  font-size: 18px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.room-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: var(--font-baslıklar)
}

.room-text p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #444;
}

.btn-outline {
  display: inline-block;
  padding: 12px 25px;
  border: 1px solid #000;
  border-radius: 25px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background-color: #000;
  color: #fff;
}

.room-images {
  flex: 1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.room-images img {
  width: 30%;
  min-width: 100px;
  border-radius: 10px;
  object-fit: cover;
}



.rezervasyon-container {
  padding: 60px 0;
  background: url('../img/background.jpg') center center / cover no-repeat;
}

.rezervasyon-container h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
}

#rezervasyonForm {
  max-width: 600px;
  margin: auto;
}

.saat-btn,
.kisi-btn {
  padding: 10px 15px;
  margin: 5px;
  border: 1px solid #7a0022;
  background-color: #fff;
  color: #7a0022;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.saat-btn:hover,
.kisi-btn:hover {
  background-color: #f8e6ef;
}

.saat-btn.active,
.kisi-btn.active {
  background-color: #7a0022;
  color: #fff;
}


.form-step {
  display: none;
  flex-direction: column;
  gap: 15px;
}

.form-step.active {
  display: flex;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

button {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  background: #000;
  color: #fff;
  cursor: pointer;
}

button.btn-prev {
  background: #555;
}

button:hover {
  opacity: 0.9;
}

.hakkimizda-section {
  padding: 80px 0;
  background: url('../img/background.jpg') center center / cover no-repeat;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 40px;
}

.hakkimizda-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  font-family: 'Georgia', serif;
}

.hakkimizda-content p {
  margin-bottom: 20px;
}

.hakkimizda-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.hakkimizda-text {
  flex: 1;
  min-width: 300px;
}

.hakkimizda-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.hakkimizda-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.site-footer {
  background: #111;
  color: #ccc;
  padding: 40px 20px 20px;
  font-size: 14px;
}

.site-footer a {
  color: #800020;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-column {
  flex: 1 1 250px;
  min-width: 200px;
}

.footer-column h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #ccc;
}

.footer-column ul li a:hover {
  color: #fff;
}

.footer-column p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.footer-column.copyright {
  flex-basis: 100%;
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #333;
  padding-top: 15px;
  color: #999;
  font-size: 13px;
}

.footer-social {
  margin-top: 15px;
}

.footer-social a {
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #800020;
}


.sayfa-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sayfa-hero .overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sayfa-baslik {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  font-family: var(--font-baslıklar);
}

/* Modal stil */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-icerik {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 0 20px #fff;
}

.close {
  position: absolute;
  top: 30px;
  right: 35px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close:hover {
  color: #c59d5f;
}


.menu-section {
  padding: 10px 0;
  text-align: center;
  background: transparent;
}

.menu-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: var(--font-baslıklar)
}

.menu-section p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555;
}

.btn-menu {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  background-color: #8b0000;
  color: #fff;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-menu:hover {
  background-color: #a70000;
}

.galeri-section {
  padding: 80px 0;
  background: transparent;
  text-align: center;
}

.galeri-section h2 {
  font-size: 36px;
  margin-bottom: 15px;
  font-family: var(--font-baslıklar)
}

.galeri-section p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #666;
}

.galeri-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
    justify-items: center;
    align-items: center;
}

.galeri-grid img {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    cursor: zoom-in;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.galeri-grid img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* Mobilde tek sütuna düşür */
@media (max-width: 768px) {
    .galeri-grid {
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    .galeri-grid img {
        max-width: 100%;
    }
}


.cta-section {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, 0.9)),
    url('../img/cta-arka.jpg') center center / cover no-repeat;
  text-align: center;
  color: #fff;
  position: relative;
}

.cta-section h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.5px;
}

.btn-cta {
  padding: 14px 32px;
  font-size: 16px;
  background-color: transparent;
  color: #a70000;
  border: 2px solid #a70000;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-cta:hover {
  background-color: #fff;
  color: #000;
}


@media screen and (max-width: 600px) {

  .btn-menu,
  .btn-cta {
    padding: 10px 20px;
    font-size: 15px;
  }
}


/* İletişim bölümü */
.iletisim-section {
  padding: 60px 20px;
  background: url('../img/background.jpg') center center / cover no-repeat;
}

.container-iletisim {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.iletisim-info,
.iletisim-form-box {
  flex: 1 1 45%;
}

.iletisim-info h3,
.iletisim-form-box h3 {
  font-size: 26px;
  color: #800020;
  margin-bottom: 25px;
  font-family: var(--font-baslıklar);
}

.info-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.info-box i {
  font-size: 20px;
  color: #800020;
  margin-top: 4px;
}

.info-box strong {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #222;
}


.info-box p {
  margin: 0;
  color: #444;
}

.iletisim-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  position: relative;
}

.form-group i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: #800020;
  font-size: 16px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px 12px 42px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.textarea-group textarea {
  padding-left: 42px;
}

.iletisim-form button {
  background-color: #800020;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.iletisim-form button:hover {
  background-color: #5e0018;
}

.iletisim-map {
  margin-top: 60px;
  width: 100%;
}

@media (max-width: 768px) {
  .container-iletisim {
    flex-direction: column;
  }

  .iletisim-info,
  .iletisim-form-box {
    flex: 1 1 100%;
  }
}

/* Başvuru Bölümü */
.basvuru-section {
  padding: 80px 20px;
  background: url('../img/background.jpg') center center / cover no-repeat;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #800020;
  font-family: var(--font-baslıklar);
}

/* Form kutusu */
.basvuru-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  border: 2px solid #800020;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

/* Etiketler */
.basvuru-form label {
  font-weight: 600;
  color: #333;
}

/* Input, textarea ve file alanı */
.basvuru-form input[type="text"],
.basvuru-form input[type="email"],
.basvuru-form input[type="file"],
.basvuru-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border 0.3s;
}

.basvuru-form input:focus,
.basvuru-form textarea:focus {
  border-color: #800020;
  outline: none;
}

/* File input özel görünüm */
.basvuru-form input[type="file"] {
  padding: 10px 14px;
  background-color: #fafafa;
}

/* Buton */
.basvuru-form button {
  background-color: #800020;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.basvuru-form button:hover {
  background-color: #5e0018;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .basvuru-form {
    padding: 20px;
  }
}