﻿.kurumsalDesc {
    font-size: 35px;
    font-family: "MuseoSlab", serif;
    margin-left: 25px;
    line-height: 42px;
    text-align:left
}

.identity-section {
    text-align: center;
    background: black;
    padding: 80px 20px;
    color: white;
}

    .identity-section h2 {
        font-family: "MuseoSlab", serif;
        font-size: 65px;
        margin:0;
        margin-bottom: 10px;
    }
.identitySubtext{
    display: flex;
    text-align: center;
    justify-content: center;
}
.identity-subtext {
    width: 786px;
    font-size: 20px;
    margin-bottom: 0;
    color: #cfcfcf;
    margin-top: 40px;
}

.identity-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: nowrap;
    margin-top: 60px;
    align-items: stretch;
}

.identity-button {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 40px;
    background: linear-gradient(135deg, #0f0f0f, #1e1e1e);
    border: 1px solid #444;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-family: "MuseoSlab", serif;
    font-size: 22px;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 642px;
}

    .identity-button img {
        width: 44px;
        height: 44px;
    }

    .identity-button:hover {
        background: linear-gradient(135deg, #1e1e1e, #2a2a2a);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    }


@media screen and (max-width:1024px) {
    .identity-buttons {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .identity-section h2 {
        font-size: 48px;
    }

    .kurumsalDesc {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .identity-section {
        padding: 50px 20px;
    }
        .identity-section h2 {
            font-size: 28px;
            margin: 0;
        }

    .identity-subtext {
        font-size: 14px;
        justify-content: center;
        padding: 0 10px;
        line-height: 20px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .identity-buttons {
        margin: 0;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .identity-button {
        flex: 1 1 calc(50% - 20px);
        min-width: 140px;
        max-width: 380px;
        padding: 16px 20px;
        font-size: 16px;
        border-radius: 16px;
        justify-content: flex-start;
    }

        .identity-button img {
            width: 28px;
            height: 28px;

        }

    .kurumsalDesc {
        font-size: 18px;
        margin-left: 8px;
        line-height: 28px;
    }
}

@media (max-width: 480px) {
    .identity-section {
        padding: 50px 20px;
    }

        .identity-section h2 {
            font-size: 28px;
            margin: 0;
        }

    .identitySubtext {
        justify-content: center;
        padding: 0 5px;
    }

    .identity-subtext {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .identity-buttons {
        margin: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-top: 20px;
    }

    .identity-button {
        width: 100%;
        max-width: 100%;
        padding: 14px 16px;
        font-size: 16px;
        border-radius: 16px;
        justify-content: flex-start;
    }

        .identity-button img {
            width: 24px;
            height: 24px;
        }

    .kurumsalDesc {
        font-size: 16px;
        margin-left: 10px;
        white-space: nowrap;
    }
}



