/* ----------------------------------

Template Name: Restan - Food & Restaurant HTML Template
Author: validtheme
Description:
Version: 1.3

Main Font    : Marcellus
Main Color   : #826a45

-------------------------------------

[Typography]

Body copy:    15px 'Marcellus', sans-serif
Header:     36px 'Marcellus', sans-serif
Input, textarea:  16px 'Marcellus', sans-serif
Sidebar heading:  22px 'Marcellus', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Box
        - Navbar Sticky
    04. Banner
        - Banner Slide
        - Banner Zoom
	05. About
        - Version One
        - Version Two
    06. Food Menu
        - Style One
        - Style Two
        - Style Three
    07. Gallery
        - Gallery Slider
        - Gallery Grid
    08. Chef
        - Chef Version One
        - Chef Single
	09. Reservation
        - Style One
        - Style Two
    10. Testimonials
    11. Partners
    12. Opening Hours
    13. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    14. Error 404
    15. Footer
    16. PHP Contact Form
    17. Others

*/

/*
** General Styles for HTML tags
*/


/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Hakkımızda Bölümü Stilleri */
.about-area {
    background: #f9f9f9;
}

.about-thumb {
    position: relative;
}

.about-thumb .experience {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #826a45;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.about-thumb .experience h2 {
    font-size: 48px;
    margin: 0;
    font-weight: bold;
}

.about-thumb .experience h4 {
    font-size: 18px;
    margin: 5px 0 0;
}

.about-info .sub-title {
    color: #826a45;
    font-size: 18px;
    margin-bottom: 10px;
}

.about-info h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.about-features .item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.about-features .item i {
    color: #826a45;
    font-size: 24px;
    margin-right: 15px;
}

.about-features .item h5 {
    margin: 0;
    font-size: 16px;
}

/* Menü Linkleri için Hover Efekti */
.navbar-nav li a {
    transition: all 0.3s ease;
}

.navbar-nav li a:hover {
    color: #826a45 !important;
}

/* Menü Resimleri için Sabit Boyut */
.food-menu-style-three .thumb {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.food-menu-style-three .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
