/* ==========================================
   MEHMET AYDINLI HAIR & MAKEUP
========================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #0d0e10;
    color: #f5f5f5;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

button {
    font-family: inherit;
}


/* ==========================================
   NAVBAR
========================================== */

.navbar {
    width: 100%;
    min-height: 90px;
    padding: 15px 7%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    background: rgba(15, 16, 18, 0.97);
    border-bottom: 1px solid #9f8447;

    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo {
    color: #dddddd;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
}

.logo span {
    display: block;
    color: #c9aa63;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 5px;
    margin-top: 2px;
}

.navbar nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.navbar nav a {
    position: relative;
    color: #d7d7d7;
    font-size: 14px;
    padding: 10px 0;
    transition: 0.3s;
}

.navbar nav a:hover {
    color: #d5b96f;
}

.randevu-btn {
    padding: 12px 23px;
    border: 1px solid #c9aa63;
    color: #e0c77e;
    font-size: 13px;
    transition: 0.3s;
    white-space: nowrap;
}

.randevu-btn:hover {
    background: #c9aa63;
    color: #111;
}


/* ==========================================
   HERO
========================================== */

.hero {
    min-height: calc(100vh - 90px);
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 70px;

    padding: 80px 9%;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 78% 45%,
            rgba(110, 112, 116, 0.45),
            transparent 48%
        ),
        linear-gradient(
            120deg,
            #090a0b,
            #151719 50%,
            #292c30
        );
}

.hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 5;
    width: 55%;
    max-width: 780px;
}

.hero-small {
    color: #c9aa63;
    font-size: 13px;
    letter-spacing: 6px;
    margin-bottom: 20px;
}

.hero h1 {
    color: #ededed;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(55px, 6vw, 92px);
    font-weight: normal;
    line-height: 1.02;
    margin-bottom: 28px;
}

.hero h1 span {
    display: block;
    color: #d0ae5a;
    font-style: italic;
}

.hero-text {
    max-width: 620px;
    color: #bcbcbc;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 36px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}


/* ==========================================
   HERO LOGO
========================================== */

.hero-logo-wrapper {
    position: relative;
    z-index: 4;

    width: 430px;
    height: 430px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.hero-logo-glow {
    position: absolute;

    width: 115%;
    height: 115%;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(201, 170, 99, 0.15),
            transparent 70%
        );

    filter: blur(10px);
}

.hero-logo-area {
    position: relative;

    width: 390px;
    height: 390px;

    border-radius: 50%;
    padding: 6px;

    background:
        linear-gradient(
            135deg,
            #e2e2e2,
            #8f8f8f 22%,
            #d7ba6b 48%,
            #6d6d6d 70%,
            #d5bd7b
        );

    box-shadow:
        0 20px 70px rgba(0, 0, 0, 0.55),
        0 0 50px rgba(201, 170, 99, 0.12);
}

.hero-logo-area img {
    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;

    border-radius: 50%;

    border: 2px solid #111214;
}


/* ==========================================
   BUTTON
========================================== */

.primary-btn,
.secondary-btn {
    display: inline-block;
    padding: 15px 27px;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s;
}

.primary-btn {
    background:
        linear-gradient(
            135deg,
            #a98945,
            #e0c675
        );

    color: #111;

    border: 1px solid #d8bd72;
}

.primary-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 30px rgba(201, 170, 99, 0.28);
}

.secondary-btn {
    border: 1px solid #777;
    color: #ddd;
    background: transparent;
}

.secondary-btn:hover {
    border-color: #c9aa63;
    color: #d8bd72;
}


/* ==========================================
   GENEL SECTION
========================================== */

.section {
    padding: 110px 8%;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title p,
.section-label {
    color: #c9aa63;
    font-size: 12px;
    letter-spacing: 6px;
    margin-bottom: 12px;
}

.section-title h2 {
    color: #e2e2e2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    font-weight: normal;
}


/* ==========================================
   SERVICES
========================================== */

.services-section {
    background: #0e0f11;
}

.services {
    max-width: 1250px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.service-card {
    min-height: 220px;
    padding: 38px;

    background:
        linear-gradient(
            145deg,
            #25272a,
            #17181a
        );

    border: 1px solid #343639;
    border-bottom: 2px solid #9f874d;

    transition: 0.35s;
}

.service-card:hover {
    transform: translateY(-7px);
    border-color: #a88d50;
}

.service-number {
    display: block;
    color: #6f6f6f;
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.service-card h3 {
    color: #d5ba70;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 15px;
}

.service-card p {
    color: #aaa;
    font-size: 14px;
    line-height: 1.8;
}


/* ==========================================
   ABOUT
========================================== */

.about-section {
    min-height: 620px;

    padding: 110px 10%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 100px;

    background:
        linear-gradient(
            120deg,
            #34373b,
            #1c1e21 55%,
            #111214
        );
}

.about-logo-wrapper {
    position: relative;

    width: 390px;
    height: 390px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.about-logo-glow {
    position: absolute;

    width: 115%;
    height: 115%;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(201, 170, 99, 0.16),
            transparent 70%
        );

    filter: blur(12px);
}

.about-logo {
    position: relative;
    z-index: 2;

    width: 340px;
    height: 340px;

    padding: 6px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #dedede,
            #858585 24%,
            #d4b565 48%,
            #666666 72%,
            #d5bd7b
        );
}

.about-logo img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 50%;

    border: 2px solid #121315;
}

.about-content {
    width: 60%;
    max-width: 700px;
}

.about-content h2 {
    color: #e0e0e0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 28px;
}

.about-content h2 span {
    display: block;
    color: #c9aa63;
    font-style: italic;
}

.about-content > p:not(.section-label) {
    color: #b8b8b8;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.9;
}


/* ==========================================
   INSTAGRAM GALERİ
========================================== */

.gallery-section {
    background: #0b0c0e;
}

.instagram-user {
    margin-top: 15px;

    color: #888;

    font-size: 14px;

    letter-spacing: 2px;
}

.gallery {
    width: 100%;
    max-width: 1300px;

    margin: auto;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 14px;
}

.gallery-item {
    position: relative;

    height: 430px;

    overflow: hidden;

    display: block;

    background: #1d1f21;

    border: 1px solid #343638;

    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.6s ease,
        filter 0.4s ease;
}

.gallery-overlay {
    position: absolute;

    inset: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        rgba(0, 0, 0, 0);

    opacity: 0;

    transition: 0.4s;
}

.gallery-instagram {
    padding: 12px 20px;

    color: #e4c978;

    border:
        1px solid rgba(228, 201, 120, 0.7);

    background:
        rgba(10, 10, 10, 0.75);

    font-size: 11px;

    letter-spacing: 2px;
}

.gallery-item:hover img {
    transform: scale(1.07);

    filter: brightness(0.65);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;

    background:
        rgba(0, 0, 0, 0.25);
}


/* INSTAGRAM BUTON */

.instagram-button-area {
    display: flex;

    justify-content: center;

    margin-top: 50px;
}

.instagram-button {
    min-width: 310px;

    padding:
        16px 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

    color: #d7bc70;

    border:
        1px solid #9f874d;

    font-size: 12px;

    letter-spacing: 1.5px;

    transition: 0.3s;
}

.instagram-button span {
    font-size: 20px;

    transition: 0.3s;
}

.instagram-button:hover {
    background: #c9aa63;

    color: #111;
}

.instagram-button:hover span {
    transform: translateX(6px);
}


/* ==========================================
   APPOINTMENT
========================================== */

.appointment {
    min-height: 540px;

    padding: 110px 8%;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    background:
        radial-gradient(
            circle at center,
            #414449,
            #242629 42%,
            #111214 78%
        );
}

.appointment-content {
    max-width: 800px;
}

.appointment h2 {
    color: #e3e3e3;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    font-weight: normal;
    margin-bottom: 22px;
}

.appointment h2 span {
    display: block;
    color: #c9aa63;
    font-style: italic;
}

.appointment-description {
    color: #aaa;
    margin-bottom: 30px;
}

.whatsapp-btn {
    min-width: 240px;
}

.appointment-phone {
    color: #888;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 20px;
}


/* ==========================================
   CONTACT
========================================== */

.contact-section {
    background: #141517;
}

.contact-grid {
    max-width: 1300px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}

.contact-card {
    min-height: 230px;
    padding: 35px 20px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    background:
        linear-gradient(
            145deg,
            #26282b,
            #1b1d1f
        );

    border: 1px solid #383a3d;

    transition: 0.35s;
}

.contact-card:hover {
    transform: translateY(-6px);
    border-color: #c9aa63;
}

.contact-icon {
    width: 42px;
    height: 42px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(201, 170, 99, 0.45);

    color: #c9aa63;

    font-size: 10px;

    margin-bottom: 20px;
}

.contact-card h3 {
    color: #d4b768;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

.contact-card p {
    color: #aaa;
    font-size: 14px;
}

.contact-action {
    color: #8e8e8e;
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 18px;
}

.closed-text {
    color: #d1b462 !important;
    margin-top: 8px;
}


/* ==========================================
   FOOTER
========================================== */

footer {
    min-height: 120px;
    padding: 35px 7%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    background: #08090a;

    color: #777;
}

.footer-logo {
    color: #d3d3d3;
    font-size: 21px;
    font-weight: bold;
}

.footer-logo span {
    display: block;
    color: #a88d50;
    font-size: 9px;
    letter-spacing: 4px;
}

.footer-center {
    font-size: 12px;
    letter-spacing: 2px;
}

.footer-copyright {
    font-size: 12px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {

    .navbar {
        flex-wrap: wrap;
        justify-content: center;
    }

    .navbar nav {
        order: 3;
        width: 100%;
        flex-wrap: wrap;
        gap: 18px;
    }

    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        width: 100%;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-logo-wrapper {
        width: 330px;
        height: 330px;
    }

    .hero-logo-area {
        width: 300px;
        height: 300px;
    }

    .services {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .about-section {
        flex-direction: column;
        text-align: center;
    }

    .about-content {
        width: 100%;
    }

    .gallery {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .contact-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    footer {
        flex-direction: column;
        text-align: center;
    }

}


/* ==========================================
   TELEFON
========================================== */

@media (max-width: 600px) {

    .navbar {
        padding: 15px;
    }

    .navbar nav {
        gap: 8px 15px;
    }

    .navbar nav a {
        font-size: 11px;
    }

    .hero {
        padding: 70px 22px;
    }

    .hero h1 {
        font-size: 47px;
    }

    .hero-logo-wrapper {
        width: 280px;
        height: 280px;
    }

    .hero-logo-area {
        width: 250px;
        height: 250px;
    }

    .section {
        padding: 75px 20px;
    }

    .services {
        grid-template-columns: 1fr;
    }

    .about-section {
        padding: 80px 22px;
    }

    .about-logo-wrapper {
        width: 280px;
        height: 280px;
    }

    .about-logo {
        width: 245px;
        height: 245px;
    }

    .about-content h2 {
        font-size: 38px;
    }

    .gallery {
        grid-template-columns: 1fr;
    }

    .gallery-item {
        height: 430px;
    }

    .instagram-button {
        min-width: 100%;
    }

    .appointment {
        padding: 85px 22px;
    }

    .appointment h2 {
        font-size: 38px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

}