/*! CSS Used from: https://card.coinbase.com/assets/main.css */

/* Genel Stil */


.header-content__top {
    background-color: #000033; /* Üst menü arka plan rengi */
    padding: 10px 20px;
}

/* Header container: Logo ve Menü hizalaması */
.header-container {
    display: flex;
    justify-content: space-between; /* Logo sola, menü sağa yaslanır */
    align-items: center; /* Dikeyde ortalama */
}

/* Logo */
.logo img {
    max-height: 40px; /* Logo yüksekliği */
}

/* Menü listesi */
.top-header-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px; /* Menü öğeleri arası boşluk */
    margin: 0;
    padding: 0;
}

/* Menü öğeleri */
.top-header-list__item {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.top-header-list__link-item {
    text-decoration: none; /* Alt çizgiyi kaldırır */
    color: #ffffff; /* Yazı rengi */
    font-size: 16px; /* Yazı boyutu */
    font-weight: 500;
    transition: color 0.3s; /* Hover geçiş efekti */
}

    .top-header-list__link-item:hover {
        color: #9c8a3c; /* Hover rengi */
    }

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column; /* Logo ve menü dikey hizalanır */
        align-items: flex-start; /* Sol hizalama */
    }

    .top-header-list {
        flex-direction: column; /* Menü elemanlarını dikey hizala */
        align-items: flex-start;
        gap: 10px; /* Daha dar aralık */
    }
}



html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    background-color: transparent;
}

img {
    border-style: none;
}

button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

    button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

html {
    font-size: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: "Graphik", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 2.125rem;
    color: #3D5066;
}

@media (max-width: 1000px) {
    body {
        font-size: 1.125rem;
        line-height: 1.875rem;
    }
}

body:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 900px;
    background: linear-gradient(180deg, #F7F8FA 0%, #fff 100%);
    z-index: -1;
}

.page-outer {
    max-width: 125rem;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
}

.page {
    max-width: 90rem;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.page__inner {
    flex-grow: 1;
}

.wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .wrapper {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 1000px) {
    .wrapper {
        padding-left: 8.125rem;
        padding-right: 8.125rem;
    }
}

section {
    padding: 4rem 0;
    position: relative;
}

.section-heading {
    margin-bottom: 2.5rem;
    text-align: center;
}

@media (max-width: 1000px) {
    .section-heading {
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .section-heading {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.section-heading__title {
    margin-bottom: .875rem;
}

@media (max-width: 1000px) {
    .section-heading__title {
        margin-bottom: .5rem;
    }
}

.section-heading__text {
    max-width: 33.75rem;
    max-width: var(--maxWidth, 33.75rem);
    margin: auto;
}

@media (max-width: 768px) {
    .section-heading__text {
        max-width: 100%;
    }
}

.section-heading__text.wide {
    max-width: 41.75rem;
}

.button {
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
    display: inline-block;
    cursor: pointer;
}

.visuallyhidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

img {
    max-width: 100%;
}

.shape {
    position: absolute;
    transform: translateY(var(--translateY));
    will-change: transform;
}

@media (max-width: 768px) {
    .shape {
        display: none;
    }
}

.rellax {
    will-change: transform;
}

.green-hole {
    display: flex;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #2FCD88;
    left: calc(50% + 500px);
    top: 100px;
}

    .green-hole:after {
        content: "";
        width: 44px;
        height: 44px;
        background-color: white;
        border-radius: 50%;
        margin: auto;
    }

.bigball {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: linear-gradient(83.11deg, rgba(86,177,254,0.784534) -9.23%, #56B1FE 94.61%);
    overflow: hidden;
}

.blueyball {
    top: 11.5625rem;
    top: -2.5rem;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #D4EDFF;
}

.has-js .animate {
    visibility: hidden;
    opacity: 1;
}

a {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, p, ul {
    margin: 0;
}

h1, h2, h3 {
    font-family: "Graphik", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #1F2533;
}

h1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
    font-weight: 700;
}

@media (max-width: 1000px) {
    h1 {
        font-size: 1.875rem;
        line-height: 2.1875rem;
    }
}

h2, .h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
}

@media (max-width: 1000px) {
    h2, .h2 {
        font-size: 1.875rem;
        line-height: 2.1875rem;
    }
}

h3 {
    font-size: 1.3125rem;
    line-height: 2.0625rem;
}

@media (max-width: 1000px) {
    h3 {
        font-size: 1.125rem;
        line-height: 1.3125rem;
    }
}

ul {
    padding: 0;
    list-style-type: none;
}

.\-white {
    color: #fff;
}

.font-medium {
    font-weight: 400;
}

.header {
    font-size: 1rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: background-color .25s;
    will-change: transform;
}

    .header.is-fixed {
        position: fixed;
        opacity: 1 !important;
        transform: translateY(-100%) !important;
        background-color: #fff;
    }

:root .header.is-maximized {
    transform: translateY(0) !important;
    visibility: visible !important;
}

@media (max-width: 1000px) {
    .header {
        top: 0;
    }
}

.header__inner {
    max-width: 90rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
    margin: 0 auto;
}

.logo-container {
    display: inline-block;
    vertical-align: middle;
}

.logo {
    display: block;
    width: 138px;
    height: auto;
}

@media (max-width: 1000px) {
    .logo {
        width: 140px;
    }
}

.site-nav {
    display: flex;
    align-items: center;
}

@media (max-width: 1000px) {
    .site-nav {
        display: none;
        border-top: 1px solid #DBE1E8;
        background-color: #FFF;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 2;
    }
}

.site-nav__item:not(:first-of-type) {
    margin-left: 1.5rem;
}

@media (max-width: 1000px) {
    .site-nav__item {
        margin-left: 0 !important;
    }
}

.site-nav__link {
    display: flex;
    align-items: center;
    height: 60px;
    font-weight: 500;
}

@media (max-width: 1000px) {
    .site-nav__link {
        padding: 0.5rem 4rem;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .site-nav__link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.menu-button {
    display: none;
    color: #8294AF;
    background: none;
}

    .menu-button:focus {
        outline: 0;
        color: #1F2533;
    }

@media (max-width: 1000px) {
    .menu-button {
        display: block;
        height: 1rem;
        width: 1rem;
        border-bottom: 2px solid;
        position: relative;
    }

        .menu-button::before, .menu-button::after {
            content: "";
            background-color: currentColor;
            width: 100%;
            height: 2px;
            position: absolute;
            left: 0;
        }

        .menu-button::before {
            top: 0;
        }

        .menu-button::after {
            top: 50%;
        }
}

.features.-green {
    fill: #01C782;
    font-size: 1.125rem;
    font-weight: 500;
}

.features__item {
    display: flex;
    align-items: center;
}

    .features__item:not(:last-of-type) {
        margin-bottom: .50em;
    }

.features__icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1.5rem;
}

@media (max-width: 768px) {
    .features {
        display: inline-block;
    }

    .features__icon {
        margin-right: 1rem;
    }

    .features__item:not(:last-of-type) {
        margin-bottom: .60em;
    }
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 11.875rem;
    margin-bottom: 4.375rem;
}

    .hero h1 {
        margin-bottom: 1.875rem;
        max-width: 605px;
    }

@media (max-width: 768px) {
    .hero h1 {
        max-width: 18.125rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.hero p {
    margin-bottom: 1.875rem;
}

.hero__shapes {
    position: relative;
    width: 100%;
}

.hero__body {
    max-width: 605px;
    text-align: center;
}

@media (max-width: 768px) {
    .hero {
        margin-top: 100px;
        padding-top: 1.5rem;
        padding-bottom: 4.375rem;
        margin-bottom: 0;
    }

    .hero__body {
        text-align: center;
        width: 100%;
        max-width: none;
    }
}

.card-mockup {
    position: relative;
}

@media (min-width: 768px) {
    .card-mockup {
        padding-bottom: 400px;
        margin-bottom: -400px;
    }
}

.card-mockup .diamond {
    top: 1.5625rem;
    left: 170px;
}

.card-mockup .bigball {
    left: calc(50% - 144px);
    left: calc(50% + 570px);
    top: 20%;
}

@media (min-height: 1100px) {
    .card-mockup .bigball {
        top: 43%;
    }
}

.card-mockup__image-wrapper {
    position: relative;
}

.card-mockup__image {
    display: block;
    margin: 0 auto;
    width: 500px;
}

    .card-mockup__image.\-front {
        transform: translateX(-10px);
    }

    .card-mockup__image.\-mirror {
        position: absolute;
        width: 280px;
        left: calc(50% - (280px / 2));
        transform: translateY(-20px);
    }

@media (max-width: 650px) {
    .card-mockup__image {
        width: 248px;
    }

        .card-mockup__image.\-front {
            transform: translateX(-8px);
        }

        .card-mockup__image.\-mirror {
            width: 220px;
            left: calc(50% - (220px / 2));
        }
}

@media (max-width: 768px) {
    .card-mockup__image.\-mirror {
        margin-bottom: -395px;
    }
}

.app {
    position: relative;
}

    .app .diamond {
        right: 0;
        top: 0;
    }

    .app .matchstick {
        bottom: 0;
        left: 0;
    }

.app__section-heading {
    margin-bottom: 6.25rem;
}

.app__section-heading-text .Typewriter__wrapper {
    display: inline-block;
    position: relative;
}

    .app__section-heading-text .Typewriter__wrapper:after {
        content: "";
        display: block;
        background-color: #1E5FF2;
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        top: calc(50% - 2px);
    }

.app__shapes {
    position: relative;
    margin-bottom: 8.125rem;
}

.app__image {
    display: block;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(12px);
}

.app-store-links {
    display: flex;
    padding-bottom: 0 !important;
}

    .app-store-links.\-header {
        justify-content: center;
    }

@media (max-width: 650px) {
    .app-store-links.\-footer {
        flex-direction: column;
    }
}

@media (max-width: 1000px) {
    .app-store-links.\-footer {
        justify-content: center;
    }
}

.app-store-links__link + .app-store-links__link {
    margin-left: 30px;
}

@media (max-width: 650px) {
    .\-footer .app-store-links__link + .app-store-links__link {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 650px) {
    .xs-ignore-br br {
        display: none;
    }
}

.selling-points {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 4rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .selling-points {
        padding-top: 9.375rem;
        max-width: 58.625rem;
    }
}

@media (min-width: 1200px) {
    .selling-points {
        justify-content: space-between;
    }
}

.selling-point {
    padding-bottom: 3.375rem;
    max-width: 370px;
}

@media (min-width: 768px) {
    .selling-point {
        width: calc(50% - 6rem);
        padding-bottom: 9.375rem;
        margin: 0 3rem;
    }
}

@media (min-width: 1200px) {
    .selling-point {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .selling-point {
        width: 100%;
    }

        .selling-point:not(:last-child) {
            padding-bottom: 2.5rem;
        }
}

.selling-point p {
    font-size: 1.125rem;
    line-height: 1.875rem;
}

@media (max-width: 768px) {
    .selling-point p {
        font-size: 1rem;
        line-height: 1.4375rem;
    }
}

.selling-point__graphic {
    display: block;
    width: 170px;
    margin: 0 auto 0;
}

    .selling-point__graphic svg {
        width: 100%;
        height: auto;
    }

@media (min-width: 1000px) {
    .selling-point__graphic {
        width: 270px;
        margin: 0 auto 2.5rem;
    }
}

.selling-point__title {
    margin-bottom: 1rem;
    text-align: center;
}

@media (max-width: 1000px) {
    .selling-point__title {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1000px) {
    .selling-point__title {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 80px;
        width: 100%;
    }
}

.selling-point__copy {
    text-align: center;
}

.signup {
    overflow: hidden;
    padding-bottom: 2rem;
    position: relative;
    margin-left: 2rem;
    margin-right: 2rem;
}

@media (min-width: 960px) {
    .signup {
        padding-bottom: 0;
        margin-left: 4rem;
        margin-right: 4rem;
        border-radius: 4px;
        box-shadow: 0px 12px 32px rgba(13,24,51,0.14);
    }
}

@media (min-width: 1000px) {
    .signup {
        margin-left: 8.125rem;
        margin-right: 8.125rem;
    }

        .signup:after {
            content: "";
            background-color: rgba(0,0,0,0.1);
            position: absolute;
            left: calc(50% - 1px);
            top: 50px;
            width: 2px;
            height: calc(100% - 100px);
        }
}

.signup-features {
    color: #fff;
    background-color: #000033;
    padding: 5.625rem 5rem 0;
}

    .signup-features div {
        padding-bottom: 5.625rem;
    }

@media (max-width: 768px) {
    .signup-features {
        padding: 1.625rem 1.65rem 0;
    }

        .signup-features div {
            padding-bottom: 2.5rem;
        }
}

@media (max-width: 1000px) {
    .signup-features {
        border-radius: 8px;
        text-align: center;
    }

        .signup-features div:last-of-type {
            padding-top: 2.8125rem;
            padding-bottom: 2.5rem;
        }
}

@media (min-width: 1000px) {
    .signup-features {
        display: flex;
        flex-wrap: wrap;
    }

        .signup-features > div {
            width: 50%;
        }
}

.signup-features__features {
    display: flex;
    align-items: center;
}

@media (max-width: 1000px) {
    .signup-features__features {
        justify-content: center;
    }
}

@media (min-width: 1000px) {
    .signup-features__features {
        padding-right: 9%;
    }
}

.signup-features__features .features__item {
    line-height: 1.5em;
}

@media (max-width: 1000px) {
    .signup-features__features .features__item {
        font-size: 1rem;
    }
}

.signup-features-form {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

@media (min-width: 1000px) {
    .signup-features-form {
        padding-left: 6.25rem;
        padding-left: 9%;
    }
}

.signup-features-form__heading {
    font-size: 1.875rem;
    line-height: 1.15em;
    margin-bottom: .9375rem;
}

.signup-features-form__copy {
    opacity: 0.7;
    margin-bottom: 15px;
}

@media (max-width: 1000px) {
    .signup-features-form {
        border-top: 1px solid rgba(0,0,0,0.1);
    }
}

.fineprint {
    max-width: 1064px;
    margin: 0 auto;
}

.fineprint__copy {
    font-size: 13px;
    text-align: center;
    line-height: 1.5em;
    margin-top: 35px;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .fineprint__copy {
        margin-top: 0;
    }
}



.footer {
    color: #000033;
    background-color: transparent; /* Sayfanın arka planıyla aynı yapmak için şeffaf */
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
    margin-top: 2.625rem;
    border-top: 1px solid #8294AF; /* Ayrım için ince bir üst çizgi eklenebilir */
}

.primary-footer {
    display: flex;
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
    height: 100px; /* Footer yüksekliği */
    text-align: center;
    background-color: #000033; /* Arka plan rengi */
    color: #9c8a3c; /* Beyaz yazılar */
}

    .primary-footer .footer-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 20px; /* Linkler arası boşluk */
    }

    .primary-footer .footer-nav a {
        text-decoration: none;
        color: #FFFFFF; /* Link rengi */
        font-weight: bold; /* Link yazı tipi kalınlığı */
        transition: color 0.3s ease; /* Hover efekti için geçiş */
    }
        .primary-footer .footer-nav a:hover {
            color: #9c8a3c; /* Hover sırasında sarı renk */
        }

@media (max-width: 768px) {
    .footer {
        margin-top: 2.625rem;
        padding-top: 2.625rem;
        padding-bottom: 2.625rem;
        font-size: 0.6875rem;
    }
}

.footer .footer-inner {
    max-width: 90rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__social {
    display: flex;
    gap: 0.5rem;
}

    .footer__social img {
        width: 20px;
        height: 20px;
        transition: transform 0.3s;
    }

        .footer__social img:hover {
            transform: scale(1.2);
        }

.footer__trademark {
    text-align: center;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .footer .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer__social {
        margin-top: 1rem;
    }
}


/*.footer {
    color: #8294AF;
    background-color: #202A36;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
    margin-top: 2.625rem;
}

@media (max-width: 768px) {
    .footer {
        margin-top: 2.625rem;
        padding-top: 2.625rem;
        padding-bottom: 2.625rem;
        font-size: 0.6875rem;
    }
}

.footer .footer-inner {
    max-width: 90rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__trademark {
    display: flex;
    align-items: baseline;
}

    .footer__trademark svg {
        color: #DADADA;
    }

@media (max-width: 768px) {
    .footer__trademark {
        align-items: center;
    }

        .footer__trademark svg {
            width: 72px;
        }

        .footer__trademark span {
            padding-top: 6px;
        }
}

.footer__trademark span {
    margin-left: 10px;
}*/
/*! CSS Used from: Embedded */
.Typewriter__cursor {
    -webkit-animation: Typewriter-cursor 1s infinite;
    animation: Typewriter-cursor 1s infinite;
    margin-left: 1px;
}
/*! CSS Used from: Embedded ; media=all */
@media all {
    .st5 {
        fill: #2047f3;
    }
}
/*! CSS Used from: Embedded ; media=all */
@media all {
    .st5 {
        fill: #2047f3;
    }
}
/*! CSS Used from: Embedded ; media=all */
@media all {
    .st5 {
        fill: #2047f3;
    }
}
/*! CSS Used keyframes */
@-webkit-keyframes Typewriter-cursor {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes Typewriter-cursor {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/*! CSS Used fontfaces */
@font-face {
    font-family: "Graphik";
    font-weight: 400;
    src: url("https://card.coinbase.com/assets/fonts/Graphik-Regular-subset.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    font-weight: 500;
    src: url("https://card.coinbase.com/assets/fonts/Graphik-Medium-subset.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    font-weight: 600;
    src: url("https://card.coinbase.com/assets/fonts/Graphik-Semibold-subset.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    font-weight: 700;
    src: url("https://card.coinbase.com/assets/fonts/Graphik-Bold-subset.woff") format("woff");
    font-display: swap;
}


/* Modal Kutusu Genel Stili */
.modal {
    display: none; /* Başlangıçta gizli */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Arka plan karartma */
    justify-content: center;
    align-items: center;
}

/* Modal İçerik Stili */
.modal-content {
    background: #f9f9f9; /* Açık tonlarda bir arka plan rengi */
    padding: 30px;
    border-radius: 15px;
    width: 400px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-in-out;
}

    /* Başlık Stili */
    .modal-content h2 {
        margin: 0;
        color: #333; /* Başlık koyu renk */
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    /* Paragraf Stili */
    .modal-content p {
        color: #555; /* Açık ton yazı rengi */
        font-size: 1rem;
        margin-bottom: 20px;
    }

/* Kapat Butonu */
.close-button {
    background-color: #000033; /* Açık mavi-mor tonunda buton rengi */
    color: #fff; /* Beyaz yazı */
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px; /* Yazıyla arada mesafe */
}

    .close-button:hover {
        background-color: #000033; /* Hover'da koyulaşan bir ton */
    }

/* Fade-In Animasyonu */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* Genel Ayarlar */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Navbar Tasarımı */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f8f9fa; /* Açık arka plan rengi */
    border-bottom: 1px solid #ddd;
}

/* Navbar Başlangıcı */
.navbar-start {
    display: flex;
    align-items: center;
}

.logo img {
    height: 40px; /* Logo boyutu */
}

.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: none; /* Mobil için gösterilecek */
}

.menu-icon {
    width: 24px;
    height: 24px;
}

/* Navbar Ortası */
.navbar-center {
    display: flex;
}

.menu {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

    .menu li {
        margin: 0 10px;
    }

        .menu li a {
            text-decoration: none;
            color: #333;
            font-size: 14px;
        }

/* Navbar Sonu */
.navbar-end {
    display: flex;
    align-items: center;
}

.btn {
    background-color: #000033; /* Buton rengi */
    color: white;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
}

    .btn:hover {
        background-color: #0284c7;
    }

.navbar-end span {
    margin: 0 5px;
    color: #888;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .navbar-center,
    .navbar-end {
        display: none; /* Mobilde gizlenir */
    }

        .menu.active,
        .navbar-end.active {
            display: flex;
            flex-direction: column;
            background-color: #f8f9fa;
            position: absolute;
            top: 50px;
            left: 0;
            right: 0;
            padding: 10px 0;
            border-top: 1px solid #ddd;
        }

    .menu li {
        margin: 10px 0;
    }
}


.link {
    display: inline-block;
    padding: 5px 10px;
    color: #38bdf8; /* Bağlantı rengi */
    text-decoration: none;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

    .link:hover {
        background-color: #0284c7; /* Hover arka plan rengi */
        color: white; /* Hover metin rengi */
        border-color: #0284c7; /* Hover border rengi */
    }
