@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Dancing+Script:wght@400..700&family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=DynaPuff:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Segoe UI', sans-serif;
    color: #222;
    min-height: 100vh;
    background-image: url("resimler/background7.JPG");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ==== HEADER ==== */
.main-header {
    background: url('https://www.apidura.com/wp-content/uploads/2021/06/HeaderImage-ULTRA-4k.jpg') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    color: #fff;
}

.main-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
}

.nav-top,
.hero-content {
    position: relative;
    z-index: 2;
}

.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 24px 50px;
    background-color: rgba(0, 0, 0, 0.35);
    flex-wrap: wrap;
}

#nav-menu  li a{
    font-family: "Funnel Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;

}

.logo {
    font-family: "Alfa Slab One", serif;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.1rem;
    color: #fff;
}

nav ul {
    display: flex;
    gap: 28px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    letter-spacing: 1px;
}

nav ul li a:hover {
    opacity: 0.85;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(92%, 1000px);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 12px;
}

.hero-content h2 {
    font-weight: 400;
    letter-spacing: 3px;
    font-size: clamp(1.6rem, 4vw, 3.2rem);
    font-family: "Bungee", sans-serif;
    line-height: 1.2;
}

.hero-content h1 {
    font-size: clamp(1.8rem, 5vw, 4.2rem);
    font-weight: 100;
    text-align: center;
    width: 100%;
    display: block;
    letter-spacing: 1px;
    color: white;
    margin: 20px 0;
    line-height: 1.35;
    font-style: italic;
    font-family: "Dancing Script", cursive;
    word-wrap: break-word;
}

.hero-content h1 span {
    color: white;
}

.down-arrow {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-top: 32px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}

/* ==== ALT BÖLÜM – ÇEMBER LİNKLER ==== */
.link-section {
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
}

.circle-row {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
}

/* Kenarlıklı, içi boş çember */
.circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 4px solid white;
    background-color: transparent;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.95rem;
    text-align: center;
    padding: 12px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.circle:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: scale(1.05);
}

/* ==== FOOTER CONTENT ==== */
.footer-section {
    padding: 30px 20px 10px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    color: white;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-column {
    flex: 1 1 180px;
    margin: 10px 0;
    padding-left: 0;
    min-width: 160px;
}

.footer-column h4 {
    font-family: "Funnel Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1rem;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1.5;
    font-family: "Funnel Sans", sans-serif;
}

.footer-column ul li:hover {
    color: #b7622c;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

}

.social-icons a {
    display: inline-flex;
    font-size: 20px;
    color: white;
    transition: color 0.3s;
    text-decoration: none;
}

.social-icons a:hover {
    color: #b7622c;
}

/* ==== ALT FOOTER ==== */
.site-footer {
    border-top: 1px solid white;
    padding: 16px 20px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-decoration: none;
    font-size: 12px;
    color: white;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-bottom a {
    text-decoration: none;
    color: white;
}

/* ==== TABLET ==== */
@media screen and (max-width: 992px) {
    .nav-top {
        padding: 20px 28px;
    }

    .circle {
        width: 120px;
        height: 120px;
    }
}

/* ==== MOBILE ==== */
@media screen and (max-width: 768px) {
    .main-header {
        min-height: 100svh;
    }

    .nav-top {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 18px 16px;
        gap: 14px;
    }

    .logo {
        font-size: 1rem;
    }

    nav {
        width: 100%;
    }

    nav ul {
        gap: 14px 18px;
    }

    nav ul li a {
        font-size: 0.88rem;
    }

    .hero-content {
        width: 92%;
    }

    .hero-content h2 {
        letter-spacing: 2px;
    }

    .hero-content h1 {
        font-size: clamp(1.9rem, 8vw, 3rem);
        margin: 16px 0;
    }

    .down-arrow {
        margin-top: 24px;
    }

    .link-section {
        padding: 60px 16px;
        gap: 24px;
    }

    .circle-row {
        gap: 20px;
    }

    .circle {
        width: 105px;
        height: 105px;
        font-size: 0.8rem;
        border-width: 3px;
    }

    .footer-container {
        flex-direction: column;
        gap: 8px;
    }

    .footer-column {
        width: 100%;
        min-width: unset;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* ==== SMALL MOBILE ==== */
@media screen and (max-width: 480px) {
    .hero-content h2 {
        font-size: 1.35rem;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .circle {
        width: 95px;
        height: 95px;
        font-size: 0.72rem;
        padding: 10px;
    }

    nav ul {
        flex-direction: column;
        gap: 10px;
    }
}

/* ==== HAMBURGER ==== */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: white;
    display: block;
    transition: 0.3s;
}

/* ==== MOBILE MENU ==== */
@media screen and (max-width: 768px) {

    .hamburger {
        display: flex;
    }

    nav {
        width: 100%;
    }

    nav ul {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.9);
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px 0;

        display: none;
    }

    nav ul.active {
        display: flex;
    }
}
