        :root {
            --bg-dark: #0b0b0b;
            --bg-card: #141414;
            --gold: #c5a059;
            --gold-light: #dfc282;
            --accent-red: #6e1114;
            --text-light: #f4f4f4;
            --text-muted: #aaa;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        body {
            background-color: var(--bg-dark);
            color: var(--text-light);
            overflow-x: hidden;
        }

        /* HEADER & NAVBAR */
        header {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 50px;
            z-index: 1000;
            background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
        }


        .logo img {
           / width: 220px;   *aşağısı eski css*/
			 
			width:220px; /*Ben Ekledim aşağıyı eski css*/
			position: flex ;   /* Resme sayfa üzerinde özgürce koordinat vermek için */
			top: 0px;           /* Sayfanın en üstünden aşağıya olan mesafe */
			left: 0px;           /* Sayfanın en solundan sağa olan mesafe */
			height: 220px;        /* Resmin yüksekliği */
			aspect-ratio: 16 / 9;
        }

        nav ul {
            display: fixed; /*flex idi*/
            list-style: none;
            gap: 30px;
        }

        nav ul li a {
            color: var(--text-light);
            text-decoration: none;
            font-size: 14px;
            letter-spacing: 1px;
            font-weight: 500;
            transition: color 0.3s;
        }

        nav ul li a:hover, nav ul li a.active {
            color: var(--gold);
        }

        .header-right {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .social-icons a {
            color: var(--text-light);
            font-size: 16px;
            margin-left: 10px;
            transition: color 0.3s;
        }

        .social-icons a:hover {
            color: var(--gold);
        }

        .btn-reservation {
            background-color: var(--accent-red);
            color: white;
            border: none;
            padding: 10px 20px;
            font-weight: bold;
            cursor: pointer;
            letter-spacing: 1px;
            transition: background 0.3s;
        }

        .btn-reservation:hover {
            background-color: #8a171b;
        }

.map-container {
      position: absolute;
	  top:600px;
	  left:50%;
	  transform: translateX(-50%); /* Ekranın tam ortasına hizalamak için kesin çözüm */
	  display:block;
	  /*margin:40px auto;*/
	 
	 width: 80%;               /* Ekran genişliğinin %80'ini kapla */
      max-width: 700px;         /* Maksimum 800px genişlik */
      height: 350px;            /* Harita yüksekliği */
      background-color: #ffffff;
      padding: 10px;
      border-radius: 8px;       /* Köşeleri yuvarla */
      box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1); /* Gölge efekti */
              /*  margin-top: 60px; Menünün altında kalmaması için üst boşluk */
      aspect-ratio: 16 / 9;
      overflow: hidden;
}

.map-container iframe {
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 4px;
}


 /* Slayt Ana Kapsayıcısı */
    .slider-container {
      position: absolute;
	  top:550px;
	  left:50% ;
	  transform: translateX(-50%); 
      width: 90%;
      max-width: 800px;
      aspect-ratio: 16 / 9;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      border-radius: 12px;
      overflow: hidden;
      background-color: #ffffff;
    }

    /* Slayt Alanı */
    .slides {
      position: relative;
      width: 100%;
      height: 100%;
    }

    .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s ease-in-out, visibility 0.5s;
    }

    .slide.active {
      opacity: 1;
      visibility: visible;
    }

    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Butonlar */
    .prev, .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.7);
      color: #333;
      border: none;
      padding: 12px 16px;
      cursor: pointer;
      font-size: 18px;
      font-weight: bold;
      border-radius: 50%;
      transition: background-color 0.2s;
      z-index: 10;
    }

    .prev:hover, .next:hover {
      background-color: rgba(255, 255, 255, 1);
    }

    .prev { left: 15px; }
    .next { right: 15px; }
	
	
	


        .phone-contact {
            color: var(--gold);
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 15px;
			
			/*ben ekledim*/
			display: flex;
			flex-direction: column;
			gap: 8px; /* Numaralar arasındaki mesafeyi ayarlar */
        }

        /* HERO SECTION */
        .hero {
            height: 100vh;
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url('karafaki.jpeg') center/cover no-repeat;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding-top: 80px;
            position: relative;
        }

        .hero-subtitle {
            color: var(--gold);
            font-style: italic;
            letter-spacing: 2px;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .hero h1 {
            font-size: 55px;
            font-weight: 300;
            letter-spacing: 3px;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .hero h2 {
            font-size: 28px;
            font-family: Georgia, serif;
            font-style: italic;
            color: var(--gold-light);
            margin-bottom: 30px;
        }

        .hero-buttons {
            display: flex;
            gap: 15px;
        }

        .btn-outline {
            background: transparent;
            border: 1px solid var(--gold);
            color: var(--gold);
            padding: 12px 25px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }

        .btn-outline:hover {
            background: var(--gold);
            color: var(--bg-dark);
        }

        /* CATEGORIES BAR */
        .categories-bar {
            display: flex;
            justify-content: center;
            gap: 2px;
            background: #111;
            padding: 20px;
            border: 1px solid #333;
            max-width: 1200px;
            margin: -50px auto 0 auto;
            position: relative;
            z-index: 10;
        }

        .category-item {
            flex: 1;
            text-align: center;
            padding: 15px;
            border-right: 1px solid #222;
            cursor: pointer;
            transition: background 0.3s;
        }

        .category-item:last-child {
            border-right: none;
        }

        .category-item:hover {
            background: #1a1a1a;
        }

        .category-item i {
            font-size: 24px;
            color: var(--gold);
            margin-bottom: 8px;
            display: block;
        }

        .category-item span {
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        /* SECTION TITLE */
        .section-title {
            text-align: center;
            margin: 60px 0 30px 0;
        }

        .section-title h2 {
            font-size: 32px;
            font-family: Georgia, serif;
            font-style: italic;
            color: var(--text-light);
            font-weight: normal;
        }

        .section-title::after {
            content: "♦"; /*"♦ ♦ ♦"; */
            display: block;
            color: var(--gold);
            font-size: 10px;
            margin-top: 10px;
            letter-spacing: 5px;
        }

        /* FEATURED DISHES */
        .dishes-slider {
            display: flex;
            justify-content: center; /*  center;*/
            gap: 20px;
            padding: 0 50px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .dish-card {
            background: var(--bg-card);
            border: 1px solid #222;
            width: 240px;
			max-width:240px;
			display:flex;
			flex-direction:column;
            text-align: center;
            overflow: hidden;
            transition: transform 0.3s;
        }

        .dish-card:hover {
            transform: translateY(-5px);
            border-color: var(--gold);
        }

        .dish-card img {
            width: 100%;
			max-width:100%
            height: 180px;
			min-height:180px;
			max-height:180px;
            object-fit: cover;
			flex-shrink:0;
			display:block;
        }

        .dish-info {
            padding: 20px 10px;
        }

        .dish-info h3 {
            font-size: 16px;
            margin-bottom: 8px;
            letter-spacing: 1px;
        }

        .dish-info p {
            font-size: 12px;
            color: var(--text-muted);
        }

        /* STORY & RESERVATION SECTION */
        .story-res-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1300px;
            margin: 80px auto;
            padding: 0 50px;
            gap: 40px;
        }

        .story-content {
            flex: 1;
        }

        .story-content h4 {
            color: var(--gold);
            letter-spacing: 2px;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .story-content h2 {
            font-size: 40px;
            font-weight: 300;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .story-content p {
            color: var(--text-muted);
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .story-image {
            flex: 1;
            border: 1px solid var(--gold);
            padding: 10px;
        }

        .story-image img {
            width: 100%;
            height: 350px;
            object-fit: cover;
            display: block;
        }

        .reservation-box {
            flex: 1;
            background: #140809;
            border: 1px solid #3a1518;
            padding: 30px;
        }

        .reservation-box h3 {
            text-align: center;
            font-size: 20px;
            margin-bottom: 25px;
            letter-spacing: 2px;
        }

        .form-group {
            margin-bottom: 15px;
            position: relative;
        }

        .form-group i {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--gold);
        }

        .form-group input, .form-group select {
            width: 100%;
            padding: 12px 15px 12px 45px;
            background: #0b0304;
            border: 1px solid #331215;
            color: white;
            font-size: 14px;
            outline: none;
        }

        .form-group input::placeholder {
            color: #777;
        }

        .btn-full {
            width: 100%;
            background-color: var(--gold);
            color: var(--bg-dark);
            border: none;
            padding: 12px;
            font-weight: bold;
            cursor: pointer;
            letter-spacing: 1px;
            margin-top: 10px;
            transition: background 0.3s;
        }

        .btn-full:hover {
            background-color: #dfc282;
        }

        .reservation-phone {
            text-align: center;
            margin-top: 15px;
            font-size: 13px;
            color: var(--text-muted);
        }

        .reservation-phone span {
            color: var(--gold);
            font-weight: bold;
        }

        /* FEATURES SECTION */
        .features-section {
            display: flex;
            justify-content: space-around;
            background: #0e0e0e;
            border-top: 1px solid #222;
            border-bottom: 1px solid #222;
            padding: 40px 20px;
            margin-top: 60px;
        }

        .feature-item {
            text-align: center;
            max-width: 200px;
        }

        .feature-item i {
            font-size: 28px;
            color: var(--gold);
            margin-bottom: 15px;
        }

        .feature-item h4 {
            font-size: 14px;
            margin-bottom: 8px;
            letter-spacing: 1px;
        }

        .feature-item p {
            font-size: 12px;
            color: var(--text-muted);
            line-height: 1.4;
        }

        /* FOOTER */
        footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 30px 50px;
            background: #050505;
            font-size: 13px;
            color: var(--text-muted);
        }

        footer div {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        footer i {
            color: var(--gold);
        }

        .footer-socials a {
            color: var(--text-muted);
            margin-left: 15px;
            font-size: 16px;
            transition: color 0.3s;
        }

        .footer-socials a:hover {
            color: var(--gold);
        }
		
		
		/* aşağısı benden eski css*/
		
		 /* Menü Çerçevesi */
    /* MENÜ DÜZENLEMESİ */
        .navbar {
            background-color: transparent;
            padding: 0;
        }

        .menu {
            list-style: none;
            display: flex;
            gap: 25px;
            align-items: center;
        }

        .menu-item {
            position: relative;
        }

        .menu-item a {
            color: var(--text-light);
            text-decoration: none;
            font-size: 14px;
            letter-spacing: 1px;
            font-weight: 500;
            padding: 10px 5px;
            transition: color 0.3s ease;
            display: block;
        }

        .menu-item a:hover {
            color: var(--gold);
        }

        /* DROPDOWN MENÜ */
        .dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #141414;
            border: 1px solid #333;
            list-style: none;
            min-width: 180px;
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
            border-radius: 4px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
            z-index: 1001;
        }

        .dropdown li a {
            color: var(--text-light);
            padding: 12px 15px;
            border-bottom: 1px solid #222;
            font-size: 13px;
        }

        .dropdown li:last-child a {
            border-bottom: none;
        }

        .dropdown li a:hover {
            background-color: #1a1a1a;
            color: var(--gold);
        }

        .menu-item:hover .dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
		
		/* yukarısı benden eeski css*/
	


/*AŞAĞISI açılır grid düzenlemesi*/
 /* --- MODAL (AÇILIR PENCERE) STİLLERİ --- */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            display: none; /* Varsayılan olarak gizli */
            justify-content: center;
            align-items: center;
            z-index: 1000;
            padding: 20px;
        }

        .modal-content {
            background-color: #fff;
            width: 95%;
            max-width: 1200px;
            max-height: 90vh;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            animation: fadeIn 0.3s ease;
        }

        .modal-header {
            padding: 20px;
            background-color: #fff;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .modal-header h2 {
            color: #333;
            font-size: 22px;
        }

        .close-btn {
            background: none;
            border: none;
            font-size: 28px;
            cursor: pointer;
            color: #999;
            transition: color 0.2s;
        }

        .close-btn:hover {
            color: #333;
        }

        .modal-body {
            padding: 20px;
            overflow-y: auto; /* İçerik çoksa kaydırılabilir */
            background-color: #f9f9f9;
        }

        /* --- DINAMIK GRID (TABLO) YAPISI --- */
        /* Masaüstü varsayılan: Yan yana 5 sütun (5x8 = 40 eleman için ideal) */
        .grid-container {
            display: grid;
            grid-template-columns: repeat(5, 1fr); 
            gap: 15px;
        }

        /* Grid Hücre Kart Stili (Resim + Yazı) */
        .grid-item {
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            border: 1px solid #eee;
            display: flex;
            flex-direction: column;
        }

        .grid-item img {
            width: 100%;
            height: 140px;
            object-fit: cover; /* Resmin bozulmadan sığmasını sağlar */
            background-color: #ddd; /* Resim yüklenene kadar gri arka plan */
        }

        .grid-item .item-details {
            padding: 12px;
            text-align: center;
        }

        .grid-item h3 {
            font-size: 15px;
            color: #333;
            margin-bottom: 5px;
        }

        .grid-item p {
            font-size: 13px;
            color: #666;
        }



/*yukarısı açılır menü düzenlemesi*/


/**** video aşağısı   *///
/* --- ÖZEL VİDEO BİLEŞENİ (Diğer kodları bozmaz) --- */
.video-kapsayici {
    display: flex;
    justify-content: center; /* Yatayda ortalar */
    align-items: center;    /* Dikeyde ortalar (eğer kapsayıcı yüksekliği varsa) */
    width: 30%;
    margin: 20px 0;
}

.ozel-web-videosu {
    display: flex;           /* Satır içi öğe yerine blok olarak davranır */
    max-width: 640px;         /* Masaüstünde videonun maksimum genişliği */
    width: 20%;              /* Esnek yapı sağlar */
    height: auto;             /* Orantıyı korur */
    margin: 20px auto;        /* Üstten-alttan boşluk bırakır ve videoyu ortalar */
    border-radius: 8px;       /* Köşeleri hafifçe yuvarlar (İsteğe bağlı) */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); /* Hafif gölge efekti */
}

/*** yukarısı video****/

/* ==========================================
   MOBİL VE TABLET UYUMLU TASARIM (@media)
   ========================================== */

/* 1024px ve altı (Tabletler ve Küçük Ekranlar) */
@media screen and (max-width: 768px) {


    .story-res-section {
        flex-direction: column;
        padding: 0 20px;
    }

    .story-image img {
        height: 300px;
    }

/*
    .dishes-slider {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 20px;
    }

    .dish-card {
        width: 45%;
        max-width: 280px;
    }
*/

  /* Seçkiler (Kartlar) */
    .dishes-slider {
		display:flex;
		flex-direction: column;
        align-items: center;
        padding: 0 15px;
		gap:10px;
    }

    .dish-card {
        width: 100%;
        max-width: 320px;
		overflow:hidden;
		box-sizing:border-box;
    } 
	
	.dish-card img {
		width: 100%;          /* Resmi kart genişliğine eşitler */
		height: 100px;        /* Tüm resimlerin boyunu eşitler (istediğiniz değeri verebilirsiniz) */
		object-fit: cover;    /* Resmin oranını bozmadan kartı kaplamasını sağlar */
		aspect-ratio:1/1;
		display:block;
	}

    /* Header düzeni */
    header {
        flex-direction: column;
        padding: 15px 10px;
        gap: 15px;
        background: rgba(0, 0, 0, 0.9);
        position: relative;
    }

    /* Menü linklerini mobilde gizle veya alt alta al */
    nav ul {
        display: flex ; /* İsteğe bağlı olarak hamburger menüye dönüştürülebilir */
		flex-direction: column  /* Elemanları alt alta dizer */
    align-items: flex-start ; /* Linkleri sola yaslar (ortalamak için center yapabilirsiniz) */
    width: 100%;
    padding: 20px 0;
    gap: 15px; /* Linklerin arasındaki dikey boşluğu ayarlar */
    } 

    .header-right {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .phone-contact {
        font-size: 13px;
    }

    /* Hero Alanı */
    .hero {
        height: auto;
        min-height: 80vh;
        padding: 120px 20px 60px 20px;
    }

    .hero h1 {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .hero h2 {
        font-size: 20px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 280px;
    }

    .hero-buttons button {
        width: 100%;
    }

    /* Kategori Barı */
    .categories-bar {
        flex-direction: column;
        max-width: 90%;
        margin: -20px auto 0 auto;
        padding: 10px;
    }

    .category-item {
        border-right: none;
        border-bottom: 1px solid #222;
        padding: 10px;
    }

    .category-item:last-child {
        border-bottom: none;
    }

  

    /* Hikaye ve Rezervasyon Alanı */
    .story-res-section {
        margin: 40px auto;
        padding: 0 15px;
        gap: 30px;
    }

    .story-content h2 {
        font-size: 28px;
    }

    /* Alt Özellikler Barı */
    .features-section {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 30px 15px;
    }

    .feature-item {
        max-width: 100%;
    }

    /* Footer */
    footer {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }

    footer div {
        justify-content: center;
    }
	
	
	/*aşağısı datagrid için*/
	 .grid-container {
        display: flex; /* Grid yerine yan yana dizilim için flex kullanıyoruz */
        flex-wrap: nowrap; /* Elemanların alt satıra geçmesini engeller */
        overflow-x: auto; /* Yatayda kaydırma çubuğu ekler */
        scroll-snap-type: x mandatory; /* Kaydırmanın pürüzsüz ve hizalı olmasını sağlar */
        padding-bottom: 10px; /* Alttaki kaydırma çubuğu kartı gölgelemesin diye */
        -webkit-overflow-scrolling: touch; /* iOS cihazlarda akıcı kaydırma sağlar */
    }

    .grid-item {
        flex: 0 0 200px; /* Kartların daralmasını önler, sabit 200px genişlik verir */
        scroll-snap-align: start; /* Kaydırırken kartın ekranın soluna hizalanmasını sağlar */
    }
}
	
	/*yukarısı data grid için*/
	
	/*aşağısı video için */
	
	 .ozel-web-videosu {
        max-width: 100%;      /* Mobilde ekranın tamamını kaplasın */
        margin: 10px 0;       /* Mobilde yan boşlukları sıfırlar */
        border-radius: 0px;    /* Mobilde köşeleri düz yapar (İsteğe bağlı) */
    }
	
	.ozel-web-videosu {
        max-width: 90%;     /* Mobilde ekranın %90'ını kaplar, taşma yapmaz */
    }
	
	/*yukarısı video için*/
}
