@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 14px;
    background-color: #000a33;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

:root {
    --font-body: 'Gotham', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    --font-heading: 'Gotham', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Navbar başlangıçta transparan, scroll olunca koyu arka plan */
.navbar {
    background-color: transparent !important;
    transition: background-color 0.3s ease;
}

    .navbar.is-scrolled {
        background-color: #000a33 !important;
    }

    /* Logo ile section-1 h1'i aynı hizaya getir */
    .navbar .navbar-brand {
        margin-left: 90px;
    }


@media (max-width: 992px) {
    .navbar .navbar-brand img {
        max-width: 260px; /* mobilde logo taşmasını engelle */
        height: auto;
    }

    .navbar .navbar-toggler {
        margin-left: auto; /* sağa it */
        border-color: rgba(255,255,255,.6);
    }

        .navbar .navbar-toggler:focus {
            box-shadow: 0 0 0 .15rem rgba(255,255,255,.25);
        }

    .navbar .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .section-1 h1 {
        margin-top: 0vh;
    }
}


body {
    font-family: var(--font-body);
    font-weight: 400;
    background-color: #000a33;
}

h1, h2, h3, .display-1, .display-2, .display-3, .display-4 {
    font-family: var(--font-heading);
    font-weight: 900;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    background-color: #000a33 !important;
}

body {
    margin-bottom: 60px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.paragraph {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.title {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}

.subtitle {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

.subtitle-2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
}

.btn-white {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10px 25px;
}

.error-page .btn:hover {
    transition: ease-in .5s;
    background-color: #FFF;
    color: #000;
}


.section-1 h1 {
    margin-top: 5vh;
}

.section-1 p {
    margin-top: 5vh;
}

.section-1 .btn {
    margin-top: 10vh;
}

    .section-1 .btn:hover {
        transition: ease-in .5s;
        background-color: #FFF;
        color: #000;
    }

.section-1 img {
    margin-left: -10vw;
    margin-top: -15vh;
    width: 115%;
}

.section-2 img {
    margin-left: -5vw;
    margin-top: 5vh;
    width: 100%;
}

.section-2 .container,
.row {
    overflow: visible !important;
}

.mission-section {
    position: relative;
    color: white;
    padding: 60px;
    overflow: visible; /* dışa taşmaya izin ver */
    z-index: 1; /* kendi alanında kalır */
}

    .mission-section::before {
        content: "";
        position: absolute;
        top: -70px; /* başlığın biraz üstü */
        left: -100px; /* sol üstten */
        width: 350px;
        height: 350px;
        background: radial-gradient( circle, rgba(255, 40, 80, 1) 0%, /* çok parlak merkez (kırmızımsı pembe) */
        rgba(255, 40, 80, 0.4) 15%, /* yumuşak geçiş */
        rgba(255, 0, 77, 0.8) 40%, /* daha geniş yayılım */
        transparent 75% /* tamamen şeffaf kenar */
        );
        filter: blur(100px); /* geniş ama yumuşak blur */
        z-index: 0;
        pointer-events: none;
        mix-blend-mode: screen; /* parlamayı artırır, koyu arka plan için mükemmel */
    }

.mission-title {
    position: relative;
    z-index: 2;
}

.mission-subtitle {
    margin-top: 5vh;
    z-index: 2;
    position: relative;
}

.mission-text {
    margin-top: 5vh;
    position: relative;
    z-index: 2;
}

.section-3 p {
    margin-top: 5vh;
}

.section-3 img {
    width: 100%;
    margin-top: 5vh;
}

.use-card {
    width: 100%;
    height: 55vh;
    /*background-color: #050b2b;*/
    /*border: 1px solid rgba(194, 110, 255, 0.4);*/
    border-radius: 30px;
    /*padding: 24px 20px;*/
    background-image: url("/assets/images/kullanim_alanlari.svg");
    background-repeat: no-repeat;
    text-align: center;
    /*color: white;*/
    /*box-shadow: 0 0 10px rgba(140, 60, 255, 0.3);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .use-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 0 20px rgba(140, 60, 255, 0.5);
        border: 2px solid rgba(140, 60, 255, 0.3);
    }

.use-card-icon {
    width: 100px;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.use-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.use-card-text {
    font-size: 0.9rem;
    padding: 20px;
}

.section-4 .row {
    position: relative;
    overflow: visible; /* görsel taşsa da scrollbar oluşturmasın */
}


    .section-4 .row::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 90.5%; /* 4 eşit kolonun 4.’sünün merkezi (~%87.5) */
        transform: translate(-35%, -35%);
        width: 350px;
        height: 440px;
        border-radius: 50%;
        pointer-events: none;
        z-index: 0;
        mix-blend-mode: screen;
        background: radial-gradient( circle, #ffffff 10%, #e6f3ff 15%, rgba(0, 90, 163, 1) 25%, rgba(0, 90, 163, 0.65) 18%, rgba(0, 90, 163, 0.35) 34%, rgba(0, 90, 163, 0.18) 50%, rgba(0, 90, 163, 0.10) 65%, transparent 82% );
        filter: blur(72px);
    }

.section-4 .use-card {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .section-4 .row::after {
        left: 82%;
        width: 380px;
        height: 380px;
        filter: blur(64px);
    }
}

@media (max-width: 767.98px) {
    .section-4 .row::after {
        /*left: 50%;                
   /* width: 300px;
    height: 300px;
    filter: blur(56px);*/
        display: none;
    }
}

.section-5 .video_frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-image: url("/assets/images/video_frame.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
    overflow: hidden;
    /* İç boşluk ve iç radius için varsayılan değişkenler */
    --inset-top: 10px;
    --inset-right: 10px;
    --inset-bottom: 10px;
    --inset-left: 2px;
    --inner-radius: 30px;
}

.section-5 .video_frame-inner {
    position: absolute;
    inset: var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left);
    border-radius: var(--inner-radius);
    overflow: hidden;
}

.section-5 .video_frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Solda daha ince kenar isteyen varyant */
.section-5 .video_frame--left-tight {
    --inset-left: 2px;
}

/* ----------------
   Section 6 - Roadmap Desktop
------------------- */
.section-6 .roadmap-desktop {
    position: relative;
    width: 100%;
    padding: 80px 0; /* çizgiyi ortalamak için üst-alt alan */
    max-width: 1200px; /* daha dar tut ve ortala */
    margin: 0 auto;
}

.section-6 .roadmap-desktop__line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px; /* ince çizgi */
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(255,40,128,0) 0%, rgba(255,40,128,.45) 12%, rgba(255,40,128,.85) 50%, rgba(255,40,128,.45) 88%, rgba(255,40,128,0) 100%);
    filter: blur(0.2px);
    z-index: 0;
}

.section-6 .roadmap-desktop__row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /*align-items: start;*/
    column-gap: 12px; /* dengeli boşluk */
    margin-top: 0;
    justify-items: center; /* her hücrede içerikleri ortala */
    padding-left: 56px; /* ilk düğümü biraz içerden başlat */
    padding-right: 56px; /* simetrik boşluk */
}

.section-6 .roadmap-desktop__node {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; /* yatayda düğüm merkezine hizala */
    min-height: 280px; /* üst/alt kartlara yer aç */
    z-index: 1;
}

    .section-6 .roadmap-desktop__node::before {
        content: "";
        position: absolute;
        /* left: 50%;*/
        left: 100%;
        top: calc(50% - 6px); /* çizgi merkezine tam otur */
        transform: translate(-50%, 0);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #11c5ff;
        box-shadow: 0 0 10px rgba(17,197,255,.8), 0 0 24px rgba(17,197,255,.4);
        z-index: 2; /* çizginin üstünde kalsın */
    }

    .section-6 .roadmap-desktop__node.is-top {
        padding-bottom: 120px;
    }

        .section-6 .roadmap-desktop__node.is-top .roadmap-card {
            order: -1; /* kartı noktanın üstüne taşı */
            margin-bottom: 14px; /* çizgiye yakın ama örtme */
            background-image: url('/assets/images/roadmap_up.svg');
            background-position: bottom center; /* açık ağız çizgiye baksın */
            text-align: center;
            width: 170%;
            margin-left: 25px;
        }

    .section-6 .roadmap-desktop__node.is-bottom {
        padding-top: 160px;
    }

        .section-6 .roadmap-desktop__node.is-bottom .roadmap-card {
            margin-top: 100px; /* çizgiyi kapatmasın */
            background-image: url('/assets/images/roadmap_bottom.svg');
            text-align: center;
            width: 170%;
            margin-left: 25px;
        }

.section-6 .roadmap-card {
    color: #fff;
    min-height: 220px; /* çerçeve yüksekliği için yeterli alan */
    padding: 16px 18px;
    border-radius: 18px;
    background-repeat: no-repeat;
    background-size: contain; /* çerçeve görsellerini kırpma */
    background-position: center; /* varsayılan */
    width: clamp(170px, 12vw, 200px); /* esnek, sayfa taşmasını engelle */
    margin-left: auto;
    margin-right: auto; /* düğüm merkezine tam ortala */
    position: relative;
}

.section-6 .roadmap-card--top {
    background-position: bottom center; /* açık ağız çizgiye baksın */
    padding-top: 36px; /* üst kavis için ekstra alan */
}

.section-6 .roadmap-card--bottom {
    background-position: top center; /* açık ağız çizgiye baksın */
    padding-top: 70px;
    padding-bottom: 36px; /* alt kavis için ekstra alan */
}

.section-6 .roadmap-card__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.section-6 .roadmap-card__text {
    font-size: 13px;
    line-height: 1.5;
}

.section-6 .roadmap-card--top .roadmap-card__title {
    margin-top: 2vh;
}

/* ----------------------------
   Responsive: Tablet & Mobil
----------------------------- */
@media (max-width: 991.98px) {
    /* .section-6 .roadmap-desktop{ max-width: 920px; }
  .section-6 .roadmap-desktop__row{ grid-template-columns: repeat(3, 1fr); padding-left: 32px; padding-right: 32px; row-gap: 48px; }
  .section-6 .roadmap-card{ width: clamp(200px, 30vw, 260px); }*/
}

@media (max-width: 767.98px) {
    .section-6 .roadmap-desktop {
        padding: 40px 0;
        max-width: 600px;
    }

    .section-6 .roadmap-desktop__line {
        left: 28px;
        width: 2px;
        height: 100%;
        top: 0;
        transform: none;
        background: linear-gradient(180deg, rgba(255,40,128,0) 0%, rgba(255,40,128,.85) 20%, rgba(255,40,128,.85) 80%, rgba(255,40,128,0) 100%);
    }

    .section-6 .roadmap-desktop__row {
        display: block;
        padding-left: 56px;
        padding-right: 16px;
    }

    .section-6 .roadmap-desktop__node {
        min-height: auto;
        margin-bottom: 0px;
        align-items: flex-start;
    }

        .section-6 .roadmap-desktop__node::before {
            left: -33px;
            top: 70px;
            transform: none;
        }

        .section-6 .roadmap-desktop__node.is-top, .section-6 .roadmap-desktop__node.is-bottom {
            padding: 0;
        }

            .section-6 .roadmap-desktop__node.is-top .roadmap-card, .section-6 .roadmap-desktop__node.is-bottom .roadmap-card {
                order: initial;
                margin: 8px 0 0 0;
                transform: none;
                width: 100%;
                text-align: left;
            }

    .section-6 .roadmap-card {
        min-height: 0;
        padding: 16px;
        background-size: contain;
        background-image: none !important;
        background-position: left top;
    }
    /*.section-6 .roadmap-card--top{ background-position: left top; padding-top: 0px; padding-bottom: 16px; }
  .section-6 .roadmap-card--bottom{ background-position: left top; padding-top: 40px; padding-bottom: 16px; }

  .section-6 .roadmap-card__title {    
    margin-left: 10vw;
    margin-top: -2vh;
    */
}


.section-7 .vertical-line img {
    width: 3px;
    height: 60vh;
}

.section-7 p b {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.footer-links {
    margin-bottom: 0 !important;
}

.footer-logo {
    margin-bottom: 0 !important;
}

.footer {
    position: relative !important;
    margin-bottom: -10vh;
    padding: 2rem 0 0rem !important;
}

    .footer img {
        max-width: 170px;
        width: 70%;
        margin-bottom: 5vh;
    }

    .footer a {
        text-decoration: none;
        color: #fff !important;
    }

.privacy-page {
    background: linear-gradient(135deg, #000a33 0%, #1a1a2e 100%);
    min-height: 100vh;
    padding: 2rem 0;
}

.privacy-header h1 {
    background: linear-gradient(45deg, #64b5f6, #42a5f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.privacy-content .card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.privacy-content h2 {
    border-bottom: 2px solid #e3f2fd;
    padding-bottom: 0.5rem;
}

.privacy-content .text-primary {
    color: #1976d2 !important;
}

.privacy-content .text-info {
    color: #0288d1 !important;
}

.privacy-content .text-success {
    color: #388e3c !important;
}

/* Tablo Stilleri */
.grimy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .grimy-table tr {
        border-bottom: 1px solid #e0e0e0;
    }

        .grimy-table tr:last-child {
            border-bottom: none;
        }

    .grimy-table td {
        padding: 1rem;
        vertical-align: top;
        border-right: 1px solid #e0e0e0;
    }

        .grimy-table td:last-child {
            border-right: none;
        }

.col-narrow {
    width: 200px;
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
}

.col-wide {
    width: auto;
    color: #666;
    line-height: 1.6;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .grimy-table {
        display: block;
    }

        .grimy-table tr {
            display: block;
            margin-bottom: 1rem;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
        }

        .grimy-table td {
            display: block;
            border-right: none;
            border-bottom: 1px solid #e0e0e0;
        }

            .grimy-table td:last-child {
                border-bottom: none;
            }

    .col-narrow {
        width: 100%;
        background: #f8f9fa;
    }
}

/* ----------
Phone Media Rule
-------------*/
@media (max-width: 992px) {
    .section-1 img {      
        margin-top: 5vh;      
    }
    .section-1 .btn {
        margin-top: 5vh;
    }
    .navbar .navbar-brand {
        margin-left: 00px;
    }

    .section-1 h1 {
        margin-top: 0vh;
    }

    .mission-section {
        padding: 0px;
    }

        .mission-section::before {
            top: -110px;
            left: -100px;
            width: 250px;
            height: 250px;
        }

    .section-2 img {
        margin-left: 10vw;
        width: 80%;
    }

    .section-3 .title {
        margin-top: -10vh;
    }

    .use-card {
        width: 80%;
        height: 44vh;
        left: 10%;
        margin-top: 5vh;
    }

    .section-5 .video_frame {
        --inset-top: 7px;
        --inset-right: 0px;
        --inset-bottom: 7px;
        --inset-left: 1px;
        margin-top: 3vh;
    }

    .vertical-line {
        display: none;
    }

    .section-7 .subtitle-2 {
        margin-top: 4vh;
    }
}
/*-------
Extra Large
---------*/
@media (min-width: 1870px) and (max-width:1920px) {
    .use-card {
        height: 44vh;
        border-radius: 40px;
        border: 1px solid rgba(194, 110, 255, 0.01);
    }

        .use-card:hover {
            transform: translateY(-6px);
            height: 43vh;
            box-shadow: 0 0 20px rgba(140, 60, 255, 0.5);
            border: 2px solid rgba(140, 60, 255, 0.01);
        }

    .section-5 .video_frame {
        aspect-ratio: 15 / 8;
        background-size: cover;
        --inset-top: 2px;
        --inset-right: 10px;
        --inset-bottom: 2px;
        --inset-left: 1px;
        --inner-radius: 30px;
    }

    .section-6 .roadmap-desktop__node.is-top .roadmap-card {
        width: 170%;
        margin-left: 25px;
    }

    .section-6 .roadmap-desktop__node.is-bottom .roadmap-card {
        width: 170%;
    }

    .section-6 .roadmap-card--bottom {
        padding-top: 70px;
    }
}

/*-------------
IMac
------------*/
@media (min-width:1921px) {
    .use-card {
        height: 43vh;
        border-radius: 40px;
        background-size: cover;
        border: 1px solid rgba(194, 110, 255, 0.01);
    }

        .use-card:hover {
            transform: translateY(-6px);
            height: 43vh;
            box-shadow: 0 0 20px rgba(140, 60, 255, 0.5);
            border: 2px solid rgba(140, 60, 255, 0.01);
        }

    .section-5 .video_frame {
        aspect-ratio: 15 / 8;
        background-size: cover;
        --inset-top: 2px;
        --inset-right: 10px;
        --inset-bottom: 2px;
        --inset-left: 1px;
        --inner-radius: 30px;
    }

    .section-1 img {
        margin-left: -5vw;
        margin-top: -10vh;
        width: 130%;
    }

    .section-6 .roadmap-desktop__node.is-bottom .roadmap-card {
        width: 170%;
        margin-left: 25px;
    }

    .section-6 .roadmap-desktop__node.is-top .roadmap-card {
        width: 170%;
        margin-left: 25px;
    }

    .section-6 .roadmap-card {
        min-height: 230px;
    }

    .section-6 .roadmap-card--bottom {
        padding-top: 70px;
    }
}
