/* Genel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    line-height: 1.6;
    color: #333;
    font-family: 'FS Me', Arial, sans-serif;
    font-weight: 300;
}

@font-face {
    font-family: 'FS Me Heavy';
    src: url('fonts/fs-me-heavy-wisabo.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FS Me Heavy', Arial, sans-serif;
    font-weight: 700;
}

p, li, a, span, div, td, th {
    font-family: 'FS Me', Arial, sans-serif;
    font-weight: 300;
}

/* Üst Menü ve Navigasyon */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.logo a {
    text-decoration: none;
    display: block;
}

.logo h1 {
    color: #e74c3c;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.logo h1:hover {
    color: #c0392b;
    transform: scale(1.02);
}

.logo h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e74c3c;
    transition: width 0.3s ease;
}

.logo h1:hover::after {
    width: 100%;
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    margin: 0 1.5rem;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #e74c3c;
}

.nav-links a.active {
    color: #e74c3c;
}

.navbar .social-links {
    display: flex;
    gap: 1rem;
    margin-right: 2rem;
}

.navbar .social-links a {
    color: #333;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.navbar .social-links a:hover {
    color: #e74c3c;
}

/* Ana Görsel Bölümü */
.hero {
    height: 100vh;
    background: url('images/ana sayfa.gif') center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 1rem;
    position: relative;
}

.hero-content {
    max-width: 800px;
    z-index: 2;
}

.hero-content h1 {
    font-size: 6rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    letter-spacing: 0.2em;
}

.hero-content p, .cta-button {
    display: none;
}

.hero-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* Öne Çıkan Yemekler */
.featured-dishes {
    padding: 5rem 5%;
    text-align: center;
}

.featured-dishes h2 {
    margin-bottom: 3rem;
    font-size: 2.5rem;
    color: #333;
}

.dishes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.dish-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.dish-card:hover {
    transform: translateY(-5px);
}

.dish-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.dish-card h3 {
    margin: 1rem 0;
    color: #333;
}

.dish-card p {
    padding: 0 1rem 1rem;
    color: #666;
}

/* Hakkımızda Özet */
.about-preview {
    background-color: #f9f9f9;
    padding: 5rem 5%;
    text-align: center;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-content h2 {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

.read-more {
    display: inline-block;
    margin-top: 1.5rem;
    color: #e74c3c;
    text-decoration: none;
    font-weight: bold;
}

/* İletişim Bilgileri */
.contact-info {
    padding: 5rem 5%;
    background-color: #fff;
    text-align: center;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    text-align: center;
}

.contact-item {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.contact-item i {
    font-size: 2.5rem;
    color: #e74c3c;
    margin-bottom: 1rem;
}

.contact-item h3 {
    margin-bottom: 0.5rem;
}

/* Alt Bilgi */
footer {
    background-color: #333;
    color: #fff;
    padding: 3rem 5% 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
}

.social-links a {
    margin-right: 1rem;
    font-size: 1.5rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #555;
}

/* Mobil Menü */
.burger {
    display: none;
    cursor: pointer;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px;
    transition: all 0.3s ease;
}

/* Duyarlı Tasarım */
@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
        width: 100%;
        position: absolute;
        top: 70px;
        right: 0;
        background-color: #fff;
        flex-direction: column;
        align-items: center;
        padding: 1rem 0;
    }

    .nav-links.active {
        display: flex;
    }

    .burger {
        display: block;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .navbar .social-links {
        display: none;
    }
}

.reveal-text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-size: 100px;
    max-width: 100vw;
    text-align: center;
}
.reveal-text::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2c3e50;
    animation: revealTextAnimDown 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
@keyframes revealTextAnimDown {
    from { height: 100%; }
    to { height: 0; }
} 