@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-image: url(img/masa.jpg);
    background-attachment: fixed;
        background-size: cover;
    background-position: center; 
}

.ust-baslik-alani {
    background-color: #c0392b;
    color: white;
    text-align: center;
    padding: 50px 0;
}

.ana-menu {
    background-color: #2c3e50;
    display: flex;
    justify-content: center;
    list-style: none;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.ana-menu li {
    flex-grow: 1;
    max-width: 200px;
}

.ana-menu li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px 0;
    text-align: center;
    font-weight: 600;
    transition: 0.3s;
}

.ana-menu li a:hover {
    background-color: #e67e22;
}

.anaKapsayici, .ana-kapsayici {
    width: 1100px;
    margin: 30px auto;
    padding: 20px;
}

.ana-kapsayici h2, .anaKapsayici h2 {
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
    border-bottom: 2px solid #e67e22;
    padding-bottom: 10px;
}

.anaKapsayici {
    background-color: rgba(255, 255, 255, 0.95); 
    border-radius: 15px;
    padding: 30px;
}

.yemekKutusu {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.kart {
    flex: 1;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.resimKutusu {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.resimKutusu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.kart:hover img {
    transform: scale(1.15); 
}


.ozellikler {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.ozellik-kart {
    flex: 1;
    background-color: #fdf2e9;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
}

.ozellik-kart span {
    font-size: 45px;
    color: #d35400;
}

.liste-alani {
    background-color: #fff;
    padding: 20px;
    border-left: 5px solid #d35400;
    margin-bottom: 30px;
    border-radius: 0 10px 10px 0;
}

.liste-alani ul {
    list-style: none;
}

.liste-alani ul li {
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
    border-bottom: 1px dashed #ddd;
}

.iletisim-alan-kapsayici {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    align-items: stretch; 
}

.iletisim-form-div {
    flex: 1;
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
}

.harita-div {
    flex: 1;
    min-height: 400px;
    border: 2px solid #eee;
    border-radius: 12px;
    overflow: hidden;
}


.sosyal-medya-bolumu {
    text-align: center;
    padding-top: 40px;
    border-top: 2px dashed #ddd;
}

.sosyal-medya-bolumu h3 {
    margin-bottom: 25px;
    color: #2c3e50;
}

.sosyal-kartlar-kapsayici {
    display: flex;
    gap: 20px;
}

.sosyal-kart {
    flex: 1;
    text-decoration: none;
    padding: 25px;
    border-radius: 15px;
    color: white !important; 
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.instagram {
   
    background: #262626; 
    border: 1px solid #363636;
    color: #ffffff; 
    transition: all 0.5s ease; 
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
}

.instagram:hover {
     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    
   
    transform: translateY(-8px); 
    box-shadow: 0 10px 20px rgba(214, 36, 159, 0.5); 
    border-color: transparent; 
}


.instagram:hover span {
    transform: scale(1.1);
    transition: 0.3s;
}

.tiktok{ background-color: #000000; }


.sosyal-kart:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.2);
}

.sosyal-kart span {
    font-size: 45px;
    margin-bottom: 10px;
}
.tiktok { 
    background-color: #010101;
    border-bottom: 4px solid #ff0050; 
    position: relative;
}


.tiktok span {
    text-shadow: 2px 2px #ff0050, -2px -2px #00f2ea;
}

.tiktok:hover {
    box-shadow: 0 0 15px rgba(0, 242, 234, 0.5); }


.buton-rezervasyon {
    background-color: #d35400;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}

.buton-rezervasyon:hover {
    background-color: #2c3e50;
}

.ana-kapsayici p {
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 15px;
}

.hakkimizda-icerik p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #444;
    
}


.vizyon-misyon-kutu {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.beyaz{
    color: white !important; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); 
}
.vizyon, .misyon {
    flex: 1;
    background-color: #fff;
    border: 1px solid #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.vizyon p,.misyon p{
    color: black ; 
}

.vizyon h3, .misyon h3 {
    color: #c0392b;
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: 2px solid #e67e22;
    display: inline-block;
}


@media screen and (max-width: 760px) {
    .anaKapsayici, .ana-kapsayici, .iletisim-form-div { width: 95%; }
    .yemekKutusu, .ozellikler, .ana-menu { flex-direction: column; }
    .ana-menu li { max-width: 100%; }
    .iletisim-alan-kapsayici {
        flex-direction: column; 
    }
    
    .harita-div {
        width: 100%;
        height: 300px;
    }
    .sosyal-kartlar-kapsayici {
        flex-direction: column; /* Butonları alt alta dizer */
        padding: 0 20px; /* Kenarlardan boşluk bırakır */
    }

    .sosyal-kart {
        width: 100%; /* Telefon ekranında tam genişlik kaplar */
        padding: 20px; /* Dokunma alanını rahatlatır */
        min-width: unset;
    }

    .sosyal-kart span {
        font-size: 35px; /* İkonu mobilde biraz küçültelim */
    }

    .sosyal-kart h4 {
        font-size: 18px;
    }

}