
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    line-height: 1.6;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


.header {
    background-color: black;
    color: white;
    
}

.logo {
    width: 500px;
    height: 500px;
    display: block;
    padding-left: 400px;
    
}

.nav-list {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    padding: 0;
    margin-right: 400px;
}

.nav-list li {
    margin-left: 20px;
}

.nav-list a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: color 0.3s ease;
    font-size: 1.5rem;
}

.nav-list a:hover {
    color: #4CAF50; 
}


.home-section {
    text-align: center;
    padding: 100px 20px;
    background-color: #222; 
    color: white;
    border-bottom: 3px solid #4CAF50;
}

.home-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.home-section p {
    font-size: 1.2rem;
}


.footer {
    background-color: #333; 
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-top: 3px solid #4CAF50;
}

.footer a {
    color: white;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #4CAF50;
}


.button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #45a049;
}


@media (max-width: 768px) {
    .nav-list {
        flex-direction: column;
        align-items: center;
    }

    .nav-list li {
        margin: 10px 0;
    }

    .header .logo {
        width: 120px; 
    }

    .home-section {
        padding: 60px 20px;
    }

    .home-section h2 {
        font-size: 2rem;
    }

    .home-section p {
        font-size: 1rem;
    }
}
.anasayfaimg {
    max-width: 100%; 
    height: auto; 
    border-radius: 10px; 
    margin-top: 20px; 
}
.adreslerimiz {
    background-color: #222;
    color: white;
    padding: 20px;
    text-align: center;
}

.adreslerimiz h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: white; 
}

.adreslerimiz a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.adreslerimiz a:hover {
    color: white; 
}
.Üstdiv{
    background-color: white;
    color: black;

}

.navbar {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    background-color:#333;
    color: white;
    padding: 10px 20px;
    z-index: 1000; 
    display: flex;
    flex-direction: row;
    height: 50px;
    justify-content: space-around;
    align-items: center;
}

.nav-item {
    margin-bottom: 15px;
    margin: 0 20px;
}

.nav-item h2 {
    margin: 0;
    font-size: 18px;
}


.nav-item a {
    color: #FFD700; 
    text-decoration: none;
    font-size: 16px;
    margin-top: 5px;
}

.nav-item a:hover {
    text-decoration: underline;
}


body {
    padding-top: 80px; 
}
@media (max-width: 768px) {
    .navbar {
        flex-direction: column; 
        text-align: center;
    }

    .nav-item {
        margin-bottom: 15px;
    }
}
.Diğerleri{
    color: red;
}
.imgclass{
    width: 70%;
}
@media (max-width: 1024px) {
    .logo {
        width: 300px;
        height: auto;
        padding-left: 0; 
        margin: 0 auto; 
    }

    .nav-list {
        justify-content: center; 
        margin-right: 0; 
    }
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: column; 
        text-align: center;
        height: auto;
        padding: 15px;
    }

    .nav-item {
        margin-bottom: 10px;
    }

    .container {
        width: 90%; 
        padding: 10px;
    }

    .home-section {
        padding: 40px 15px;
    }

    .home-section h2 {
        font-size: 1.8rem;
    }

    .home-section p {
        font-size: 1rem;
    }

    .button {
        width: 100%; 
        padding: 12px;
        font-size: 1rem;
    }

    .imgclass {
        width: 100%; 
    }

    .footer {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .nav-list {
        flex-direction: column; 
        text-align: center;
    }

    .nav-list li {
        margin: 5px 0;
    }

    .logo {
        width: 200px;
        height: auto;
    }

    .home-section {
        padding: 30px 10px;
    }

    .home-section h2 {
        font-size: 1.5rem;
    }

    .home-section p {
        font-size: 0.9rem;
    }

    .button {
        font-size: 0.9rem;
    }

    .footer {
        font-size: 0.8rem;
    }
}
.HAKK {
    font-family: "Arial", sans-serif;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: justify;
    max-width: 1200px;
    margin: 40px auto;
    color: white;
    
    
}

.HAKK::first-letter {
    font-size: 2rem;
    font-weight: bold;
    color: white;
}
.navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #333;
    padding: 10px;
}

.nav-item {
    text-align: center;
    padding: 5px;
}

.nav-item a {
    color: white;
    text-decoration: none;
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: row; 
        justify-content: space-between;
    }
    .nav-item {
        margin: 0 10px;
    }
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: white;
}

.nav-left {
    display: flex;
    align-items: center;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-item a {
    color: white;
    text-decoration: none;

}

.nav-item img {
    vertical-align: middle;
    
}
.anasayfaimg {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}
