/* ==========================================================================
   Demo otel sitesi — altın / koyu yeşil lüks tema.
   Bu dosya tanıtım sitesinin style.css'inden bağımsızdır.
   ========================================================================== */
/* Değişken fontlar: her aile TEK dosyada tüm ağırlıkları taşır.
   Önceden her ağırlık ayrı dosyaydı (Manrope için 5 dosya); değişken sürümde 1.
   font-weight aralığı (ör. "400 800") o dosyanın hangi ağırlıkları kapsadığını söyler.
   Alt kümeler unicode-range ile ayrıldığı için tarayıcı yalnızca sayfadaki
   harfler için gerekli dosyayı indirir: Türkçe latin+latin-ext, Rusça kiril. */

/* cyrillic-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(../fonts/manrope-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(../fonts/manrope-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(../fonts/manrope-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(../fonts/manrope-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(../fonts/cormorant-garamond-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(../fonts/cormorant-garamond-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(../fonts/cormorant-garamond-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(../fonts/cormorant-garamond-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img, svg { display: block; max-width: 100%; }
/* <picture> sarmalayicisi duzeni etkilemesin (bkz. style.css). */
picture { display: contents; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
[hidden] { display: none !important; }
body {
  background: #FBFAF7; color: #23201A;
  font-family: 'Manrope', sans-serif; font-size: 15px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; line-height: 1.15; }
:focus-visible { outline: 2px solid #B8924A; outline-offset: 3px; border-radius: 4px; }

.ot-kap { max-width: 1200px; margin-inline: auto; padding-inline: 28px; }

/* Üst bar */
.ot-ust {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 250, 247, .9); border-bottom: 1px solid #EAE4D8;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.ot-ust__ic { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ot-marka img { height: 26px; width: auto; }
.ot-dugme {
  background: #B8924A; color: #fff; font-weight: 700; font-size: 14px;
  padding: 11px 20px; border-radius: 8px; transition: background .2s;
}
.ot-dugme:hover { background: #A07C38; }

/* Hero */
.ot-hero {
  position: relative; overflow: hidden; min-height: 520px;
  display: flex; align-items: center; justify-content: center;
  padding: 70px 28px 120px;
  background: linear-gradient(165deg, #1C2A2E 0%, #2E4044 45%, #46625F 100%);
}
.ot-hero__isik {
  position: absolute; inset: 0; opacity: .55; pointer-events: none;
  background: radial-gradient(circle at 75% 25%, rgba(201, 168, 92, .34), transparent 45%),
              radial-gradient(circle at 20% 85%, rgba(70, 98, 95, .6), transparent 55%);
}
.ot-hero__ic { position: relative; text-align: center; max-width: 760px; }
.ot-hero__baslik {
  font-weight: 600; font-size: clamp(40px, 6.5vw, 76px); line-height: 1.02;
  color: #fff; margin-bottom: 22px;
}
.ot-hero__metin {
  font-size: clamp(16px, 1.8vw, 19px); color: rgba(255, 255, 255, .82);
  max-width: 560px; margin-inline: auto;
}

/* Bölümler */
.ot-bolum { padding: 80px 28px 30px; }
.ot-bolum__ust { text-align: center; margin-bottom: 44px; }
.ot-etiket {
  font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: #B8924A; margin-bottom: 12px;
}
.ot-etiket--acik { font-size: 13px; letter-spacing: .26em; color: #E2C988; margin-bottom: 20px; }
.ot-baslik { font-size: clamp(30px, 4vw, 44px); font-weight: 600; letter-spacing: -.01em; }
.ot-izgara { display: grid; gap: 22px; }
.ot-izgara--3 { grid-template-columns: repeat(3, 1fr); }
.ot-izgara--4 { grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* Odalar */
.oda {
  background: #fff; border: 1px solid #EDE7DA; border-radius: 18px; overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.oda:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(28, 42, 46, .14); }
.oda__gorsel { position: relative; height: 200px; }
.oda__fiyat {
  position: absolute; top: 14px; right: 14px;
  background: rgba(255, 255, 255, .94); color: #23201A;
  font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 8px;
}
.oda__fiyat span { font-weight: 500; color: #8A7E66; }
.oda__yazi { padding: 22px 24px; }
.oda__ad    { font-size: 23px; font-weight: 700; margin-bottom: 8px; }
.oda__detay { font-size: 13.5px; color: #7A715E; margin-bottom: 18px; }
.oda__dugme {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid #E2DACA; color: #23201A; font-weight: 700; font-size: 14px;
  padding: 11px; border-radius: 10px; transition: background .2s, color .2s, border-color .2s;
}
.oda__dugme:hover { background: #B8924A; color: #fff; border-color: #B8924A; }

/* Olanaklar */
.olanak {
  background: #fff; border: 1px solid #EDE7DA; border-radius: 14px;
  padding: 24px; text-align: center;
}
.olanak__ikon {
  width: 50px; height: 50px; margin: 0 auto 14px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 13px; background: #F6F1E6;
}
.olanak__ad { font-size: 18px; font-weight: 700; }

/* Galeri */
.galeri { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; gap: 14px; }
.galeri__kare { border-radius: 12px; }
.galeri__kare--buyuk { grid-column: span 2; grid-row: span 2; }
.galeri__kare--genis { grid-column: span 2; }

/* Alt bilgi */
.ot-alt { background: #1C2A2E; color: rgba(255, 255, 255, .72); padding: 54px 0 30px; margin-top: 50px; }
/* Gezinme menusu kaldirildi; marka blogu ve iletisim bilgisi kaliyor. */
.ot-alt__ic { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; }
.ot-alt__logo { height: 24px; width: auto; margin-bottom: 16px; }
.ot-alt__metin { font-size: 14px; line-height: 1.6; max-width: 300px; }
.ot-alt__not { opacity: .7; }
.ot-alt__baslik { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 14px; }
.ot-alt__ic ul { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.ot-alt__telif {
  margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13px;
}
.ot-alt__telif strong { color: #FF6FB4; }

@media (max-width: 980px) {
  .ot-izgara--3, .ot-izgara--4 { grid-template-columns: repeat(2, 1fr); }
  .ot-alt__ic { grid-template-columns: 1fr 1fr; }
  .galeri { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .ot-izgara--3, .ot-izgara--4, .ot-alt__ic { grid-template-columns: 1fr; }
  .galeri { grid-template-columns: 1fr; grid-auto-rows: 130px; }
  .galeri__kare--buyuk, .galeri__kare--genis { grid-column: span 1; grid-row: span 1; }
}

/* --- Demo şeridi ve widget alanı (iki demo sayfasında da aynı) ------------ */
.demo-serit {
  position: relative; z-index: 60;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px;
  padding: 9px 24px; background: #FF0A82; color: #fff;
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600;
}
.demo-serit__yazi { display: inline-flex; align-items: center; gap: 8px; }
.demo-serit__nokta { width: 7px; height: 7px; border-radius: 50%; background: #fff; flex: none; }
.demo-serit__geri {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 13px; border-radius: 7px; font-weight: 700;
  background: rgba(255, 255, 255, .18); transition: background .2s;
}
.demo-serit__geri:hover { background: rgba(255, 255, 255, .3); }

/* Resminer widget'inin gelecegi alan. Yer tutucu, widget kodu eklenince kaybolur. */
.widget-alani { max-width: 1080px; margin: -46px auto 0; padding: 0 28px; position: relative; z-index: 20; }
.widget-yer {
  border: 2px dashed rgba(255, 10, 130, .45); border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  padding: 34px 28px; text-align: center;
  box-shadow: 0 20px 50px rgba(20, 30, 40, .12);
}
.widget-yer__baslik {
  font-size: 15px; font-weight: 800; color: #D40069; margin-bottom: 8px;
  letter-spacing: .01em;
}
.widget-yer__metin { font-size: 14px; line-height: 1.6; color: #5A6B75; max-width: 560px; margin: 0 auto; }

/* ==========================================================================
   Gerçek fotoğraflar
   ========================================================================== */
.ot-hero__ic { position: relative; z-index: 2; }

/* Fotoğrafın üstündeki koyu yeşil perde: başlık ve etiket okunur kalsın diye. */
.slayt-kaplama {
  background: linear-gradient(165deg, rgba(28, 42, 46, .86) 0%, rgba(38, 56, 60, .78) 45%,
              rgba(52, 74, 72, .70) 100%);
}

/* Oda kartları */
.oda__gorsel { overflow: hidden; }
.oda__img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.oda:hover .oda__img { transform: scale(1.05); }
.oda__fiyat { z-index: 2; }

/* Galeri */
.galeri__kare { position: relative; overflow: hidden; }
.galeri__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.galeri__kare:hover .galeri__img { transform: scale(1.05); }

/* --- Üst görsel alanı (slider) ------------------------------------------- */
.slayt-alani { position: absolute; inset: 0; overflow: hidden; }
.slayt {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity 1.2s ease-in-out;
}
.slayt--aktif { opacity: 1; }
.slayt__img { width: 100%; height: 100%; object-fit: cover; }
.slayt-kaplama { position: absolute; inset: 0; pointer-events: none; }

/* --- Küçük ekranlar ------------------------------------------------------ */
@media (max-width: 768px) {
  .ot-hero { min-height: 380px; padding: 48px 20px 96px; }
  .ot-bolum { padding: 52px 20px 24px; }
  .ot-kap { padding-inline: 20px; }
  .widget-alani { margin-top: -38px; padding-inline: 20px; }
  .widget-yer { padding: 24px 20px; }
  .ot-ust__ic { height: 64px; }
  .ot-hero__baslik { font-size: clamp(30px, 8vw, 46px); }
  .ot-bolum__ust { margin-bottom: 30px; }
  .oda__gorsel { height: 180px; }
  .ot-alt { padding: 36px 0 24px; margin-top: 30px; }
}
@media (max-width: 480px) {
  .ot-marka img { height: 22px; }
  .ot-dugme { padding: 10px 14px; font-size: 13.5px; }
}
