:root {
    --_colors---text: #fffcf2;
    --_colors---bg: #403d39;
    --_colors---popup: #252422;
    --_colors---secondary: #ccc5b9;
    --_colors---orange: #eb5e28;
}

a {
    text-decoration: none; /* Alt çizgiyi kaldıran en önemli kural */
}

.body {
    background-color: var(--_colors---text);
    color: #a9a9b3;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
    min-width: 1600px;
    min-height: 900px;
}

.selected-works-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

#gradient-canvas {
    height: 100vh;
    width: 100%;
    --gradient-color-1: #252422;
    --gradient-color-2: #403D39;
    --gradient-color-3: #252422;
    --gradient-color-4: #403D39;
    z-index: -1;
    position: sticky;
    top: 0px;
    border-radius: 32px;
    margin-top: -100vh;
}

.top-bar {
    z-index: 3;
    background-color: var(--_colors---bg);
    opacity: 0;
    color: var(--_colors---text);
    text-align: center;
    border-radius: 16px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    width: 94%;
    margin: 30px 4% 115px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 44px;
    font-weight: 100;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0px;
    z-index: 0;
}

.game-name {
    color: var(--_colors---text);
    text-align: center;
    font-size: 54px;
    font-weight: 600;
}

.game-tag {
    border: 2px solid var(--_colors---popup);
    background-color: var(--_colors---secondary);
    color: var(--_colors---popup);
    border-radius: 8px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 8px;
    font-size: 20px;
    font-weight: 400;
    display: inline-flex;
    position: relative;
}

.game-tag:hover {
    border: 2px solid var(--_colors---secondary);
    background-color: var(--_colors---popup);
    color: var(--_colors---secondary);
}

.game-visuals {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
}

.game-image {
    border: 4px solid var(--_colors---text);
    border-radius: 10px;
    display: block;
    box-shadow: 4px 4px #fffcf259;
}

.info-div {
    background-color: var(--_colors---text);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    padding-right: 20px;
    display: flex;
    position: relative;
}

.section-header {
    color: var(--_colors---text);
    text-align: left;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 90px;
    font-weight: 600;
    text-decoration: none;
    position: static;
}

.section-header.pin {
    padding-left: 4%;
    padding-right: 4%;
}

.my-name {
    color: var(--_colors---popup);
    text-align: right;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    font-size: 220px;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.my-name.top-bar {
    color: var(--_colors---text);
    text-align: center;
    font-size: 80px;
}

.mini-info {
    color: #ccc5b9;
    text-align: left;
    vertical-align: super;
    justify-content: flex-start;
    align-items: center;
    height: 120px;
    font-size: 80px;
    font-weight: 700;
    display: flex;
    position: relative;
}

.links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
}

.links.footer {
    margin-top: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.lottie-link {
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    display: flex;
}

.name-header {
    position: sticky;
    top: 0;
}

.scroll-down {
    border: 6px solid var(--_colors---popup);
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    display: flex;
    position: absolute;
    inset: auto auto 20px 50%;
    transform: translate(-50%);
}

.section-info {
    justify-content: flex-end;
    align-items: center;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
}

.section-info-text {
    color: var(--_colors---text);
    text-align: right;
    justify-content: flex-end;
    align-items: flex-start;
    width: 70%;
    padding-top: 90px;
    padding-bottom: 90px;
    font-size: 32px;
    font-weight: 200;
    display: block;
}

.image {
    border: 4px solid var(--_colors---text);
    border-radius: 10px;
    display: block;
    box-shadow: 4px 4px #fffcf259;}

.game-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
}

.game-tags {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.game {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    display: flex;
}

.game-name-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.atacankat-logo {
    margin-top: 20px;
    position: absolute;
    inset: auto auto 20px 20px;
}

.game-icon {
    border: 4px solid var(--_colors---text);
    border-radius: 10px;
    width: 120px;
    box-shadow: 4px 4px #ccc5b959;
}

.div-block-5 {
    justify-content: flex-start;
    align-items: center;
    height: 120px;
    min-height: 120px;
    display: flex;
}

.text-span {
    color: var(--_colors---orange);
    font-weight: 700;
}

.sections {
    flex-flow: column;
    width: 100%;
    display: block;
    position: relative;
}

.about-section {
    padding-bottom: 100px;
    position: relative;
}

.text-span-2 {
    color: var(--_colors---orange);
    font-weight: 700;
}

.section-bg {
    border-bottom: 4px solid var(--_colors---text);
    width: 92%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 4%;
}

.separator {
    background-color: var(--_colors---text);
    border-radius: 20px;
    height: 4px;
    margin-left: 4%;
    margin-right: 4%;
}

.spacer {
    height: 400px;
    width: 100%;
}

.experience-section {
    padding-bottom: 100px;
    position: relative;
}

.timeline {
    height: 100vh;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
    position: relative;
}

.timeline-svg {
    width: 600px;
}

#svg-stage {
    max-width: 600px;
    overflow: visible;
}

.ball {
    fill: var(--_colors---text);
    visibility: hidden;
}

.line {
    fill: none;
    stroke: var(--_colors---text);
    stroke-width: 2px;
    visibility: hidden;
}

text {
    fill: var(--_colors---text);
    font-size: 20px;
    visibility: hidden;
}

.theLine {
    fill: none;
    stroke: var(--_colors---text
    );
    stroke-width: 8px;

}

.timeline-texts {
    margin-left: 40px;
    flex: 1;
    position: relative;
}

.position-header {
    color: var(--_colors---text);
    font-size: 40px;
}

.position-wrapper {
    position: absolute;
    top: 80px;
    left: 0%;
    right: 0%;
    padding-top: 100px;
    opacity: 0;
}

.position-wrapper.tzv {
    top: 280px;
}

.position-wrapper.brew {
    top: 480px;
}

.position-wrapper.new {
    top: 880px;
}

.text-span-3 {
    font-weight: 100;
}

.text-span-4 {
    color: var(--_colors---text);
    font-weight: 700;
}

.text-span-5 {
    font-style: italic;
}

.bold-text {
    color: var(--_colors---orange);
}

.footer-wrapper {
    margin-top: 60px;
    padding-bottom: 20px;
    display: block;
    position: relative;
}

.footer-name {
    color: var(--_colors---popup);
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
    display: flex;
}

.footer {
    background-color: var(--_colors---secondary);
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

.footer-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.footer-link {
    color: var(--_colors---popup);
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

.header-info {
    padding-bottom: 60px;
}

.text-span-6 {
    color: var(--_colors---orange);
    font-weight: 700;
}

.contact-me {
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-bottom: 100px;
    display: flex;
}

.form-block {
    border: 1px solid var(--_colors---text);
    background-color: #25242236;
    border-radius: 32px;
    width: 800px;
    position: relative;
}

.message-field {
    height: 600px;
}

.form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 40px;
    display: flex;
}

.field-label {
    text-align: center;
}

.text-block {
    color: var(--_colors---text);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.submit-button {
    background-color: var(--_colors---text);
    color: var(--_colors---popup);
    border-radius: 10px;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 20px;
    font-weight: 700;
}

.text-field {
    border: 1px solid var(--_colors---text);
    color: var(--_colors---text);
    background-color: #fffcf20d;
    border-radius: 10px;
    height: auto;
    padding: 20px 24px;
    font-size: 20px;
}

.text-field.message {
    height: 300px;
    text-align: left;
    vertical-align: top;

}

.success-message {
    background-color: var(--_colors---text);
    border-radius: 10px;
}

.text-block-2 {
    color: var(--_colors---popup);
    font-size: 24px;
}

.error-message {
    border-radius: 10px;
    width: 100%;
    position: absolute;
}

.text-block-3 {
    text-align: center;
    font-size: 20px;
}

.window-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 200vw;
    height: 200vw;
    background-color: var(--_colors---orange);
    z-index: 9999;
    clip-path: circle(150% at 50% 50%);
}

@media screen and (max-width: 991px) {
    .game-visuals {
        flex-flow: column;
        flex: 0 auto;
        width: auto;
    }

    .my-name {
        font-size: 180px;
        display: inline-block;
    }

    .mini-info {
        font-size: 60px;
    }

    .game-info {
        width: auto;
    }

    .games {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }

    .game {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        height: auto;
    }

    .atacankat-logo {
        display: none;
    }

    .div-block-5 {
        justify-content: flex-end;
        align-items: center;
    }
}

@media screen and (max-width: 479px) {
    .my-name {
        font-size: 80px;
    }

    .mini-info {
        font-size: 24px;
    }
}
