body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #7eb4cc;
    scroll-behavior: smooth;
   
}
header {
    background-color: #222;
    color: rgb(104, 171, 103);
    padding: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
   max-width: auto;
}
nav {
    background: #333;
    padding: 10px;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0;
    z-index: 1000;
}
nav a {
    color: rgb(137, 79, 79);
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
}
.language-switcher {
    display: inline-block;
    margin-left: 20px;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 160px auto 20px;
    background: rgb(230, 217, 217);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    min-height: 500px;
}
.hero {
    background: url('banner.jpg') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(238, 228, 229);
    font-size: 28px;
    font-weight: bold;
}
footer {
    background-color: #6d5858;
    color: rgb(217, 221, 219);
    text-align: center;
    padding: 15px;
    position: relative;
    width: auto;
    bottom: 0;
  
}
.contact-cards {
    display: flex;
    justify-content: space-around; /* Kartları yan yana hizalar */
    flex-wrap: wrap; /* Küçük ekranlarda alt alta düşmesini sağlar */
    gap: 20px; /* Kartlar arası mesafe */
}

.contact-card {
    flex: 1;
    max-width: 400px; /* Kartların maksimum genişliği */
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 250px;
}
.contact-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-card {
    flex: 1;
    max-width: 400px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 250px;
}

.contact-card a {
    color: #00ccff;
    text-decoration: underline;
}

.social-media {
    display: flex;
    justify-content: center;
    gap: 15px;
}

@media (max-width: 768px) {
    .contact-cards {
        flex-direction: column;
    }
    .contact-card {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .contact-cards {
        flex-direction: column;
        align-items: center;
    }
    .contact-card {
        width: 100%;
        max-width: 350px;
    }
}
.youtube-button {
    display: inline-block;
    background: red;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.youtube-button:hover {
    background: darkred;
}
.menu-toggle {
    display: none;
    background: #444;
    color: white;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}

@media (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        text-align: center;
        background: #444;
        position: absolute;
        width: 100%;
        top: 60px;
        left: 0;
        z-index: 1000;
    }
    .menu a {
        padding: 15px;
        display: block;
        border-bottom: 1px solid #555;
    }
    .menu-toggle {
        display: block;
    }
}
.menu-toggle {
    display: none;
    background: #444;
    color: white;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .menu {
        flex-direction: column;
        text-align: center;
        background: #444;
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        z-index: 1000;
    }
    .menu {
        display: flex;
        justify-content: center;
    }
    
    }
    .menu-toggle {
        display: none;
        background: #444;
        color: white;
        padding: 10px;
        text-align: center;
        cursor: pointer;
        font-size: 18px;
        position: fixed;
        width: 100%;
        top: 5rem;
        left: 0;
        z-index: 1001;

    }

    nav {
        background: #444;
        padding: 10px;
        text-align: center;
    }



    nav a {
        color: white;
        text-decoration: none;
        padding: 10px 20px;
        display: inline-block;
    }

    @media (max-width: 768px) {
        .menu {
            display: none;
            flex-direction: column;
            text-align: center;
            background: #444;
            position: absolute;
            width: 100%;
            top: 60px;
            left: 0;
            z-index: 1000;
        }
   
        .menu a {
            padding: 15px;
            display: block;
            border-bottom: 1px solid #555;
        }

        .menu-toggle {
            display: block;
        }

    }
   
   