/* Reset + temel ayarlar */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --bg: #0f0f10;
    --panel: #0b0b0b;
    --muted: #bfbfbf;
    --accent: #ffd84d;
    --danger: #ff5757;
    --success: #2ecc71;
    --radius: 55px;
    --gap: 18px;
    --container-width: 1350px;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    background-image: url("../İmages/BG.png");
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    background-color: #0e0e10;
    color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.navbar {
    width: 100%;
    padding: 40px 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

.nav-container {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 64px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 32px;
    margin-left: 55px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-family: "Poppins", semibold;
    font-weight: 600;
    transition: 0.3s;
}

.nav-links a.active {
    font-weight: 700;
    font-family: "Poppins", bold;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.24), 0 0 14px rgba(255, 255, 255, 0.233);
    color: #ffffffd0;
}

.nav-links a:hover {
    color: #ffea62;
}


/* BUTTONS */

.nav-buttons a {
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-family: "Poppins", semibold;
    text-decoration: none;
    margin-left: 10px;
}

.login-btn {
    border: 2px solid #ffd84d;
    color: #ffd84d;
}

.login-btn:hover {
    color: black;
    background-color: #ffea62;
}

.register-btn {
    border: 2px solid #ffd84d;
    background-color: #ffd84d;
    color: black;
}

.register-btn:hover {
    border: 2px solid #ffd84d;
    color: #ffd84d;
    background: none;
}

.menu-toggle {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: white;
}

.page-wrap {
    width: 100%;
    flex: 1;
    max-width: var(body);
    padding-top: 150px;
}

.section-title {
    margin: auto;
    margin-top: 20px;
    font-family: "Poppins", bold;
    width: 90%;
    padding: 15px 0;
    border-radius: 12px;
    text-align: center;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 3.2);
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #ffffff;
    background-image: url("../İmages/BG.png");
    background-size: cover;
    background: repeating-linear-gradient( -45deg, rgba(0, 0, 0, 0.014) 5px, rgba(0, 0, 0, 0.027) 25px, rgba(255, 255, 255, 0.199) 15px, rgba(255, 255, 255, 0.10) 50px), linear-gradient(#7da170, #6e955c);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.35);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section-title.orange {
    background: linear-gradient(135deg, #ffdd8b, #ffbb55);
}

.about-box {
    text-align: center;
    align-items: center;
    background: none;
    margin: auto;
    padding-top: 30px;
    width: 50%;
    line-height: 1.7;
    font-size: 16px;
}

.about-box p {
    margin-bottom: 20px;
    font-family: "Poppins", bold;
}

.title-atam {
    text-align: center;
    margin: auto;
    width: 90%;
    margin-top: 100px;
    background-image: url("../İmages/Atam2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -65px;
    background-position-x: left;
    border-radius: 12px;
    padding: 30px;
    font-family: "Poppins", bold;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 5.5);
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.Hitabe-baslik {
    text-align: center;
    align-items: center;
    background: none;
    margin: auto;
    padding-top: 30px;
    width: 70%;
    line-height: 1.7;
    font-weight: bold;
    font-size: 26px;
    font-family: "Poppins", bold;
}

.Hitabe {
    margin: auto;
    width: 50%;
    padding-top: 30px;
    text-align: center;
    align-items: center;
}

.Hitabe p {
    margin-bottom: 20px;
    font-family: "Poppins", bold;
}

.Hitabe h3 {
    font-family: "Poppins", bold;
    margin-bottom: 30px;
}


/* footer */

.site-footer {
    background-color: #000000;
    padding: 10px 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: var(body);
    margin-left: auto;
    margin-right: auto;
    gap: 300px;
}

.footer-left {
    font-family: "Poppins", semibold;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--muted);
    font-size: 14px;
}

.footer-logo {
    width: 80px;
    opacity: 0.9;
}

.footer-right {
    font-family: "Poppins", medium;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.social-links a {
    font-family: "Poppins", medium;
    color: var(--muted);
    margin-left: 10px;
    text-decoration: none;
    font-size: 13px;
}


/* responsive */

@media (max-width:1024px) {
    .card-right {
        width: 360px;
        max-width: 38%;
    }
    .nav-links {
        gap: 15px;
    }
}

@media (max-width:1350px) {
    .card {
        flex-direction: column;
    }
    .card-left {
        order: 2;
    }
    .card-right {
        order: 1;
        width: 100%;
        max-width: 100%;
    }
    .page-wrap {
        padding-top: 10px;
    }
    .site-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px;
    }
    .menu-toggle {
        display: block;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.5);
        width: 50%;
        padding: 20px 0;
        margin-left: 10px;
        text-align: center;
        margin-top: 5px;
    }
    .logo img {
        width: 40px;
    }
    .login-btn,
    .register-btn {
        padding: 6px 12px;
        font-size: 10px;
    }
    .nav-links.active {
        display: flex;
    }
    .nav-buttons {
        display: flex;
    }
}

@media (max-width:420px) {
    .hgl-logo {
        width: 140px;
    }
    .card-right {
        padding: 18px;
        border-radius: 14px;
    }
    .input-wrap input {
        padding: 11px 12px 11px 42px;
        font-size: 14px;
    }
    .btn {
        padding: 11px;
        font-size: 14px;
    }
}

.sr-only {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}