/* Reset */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "Segoe UI", Arial, sans-serif;
}

/* ================================
/* NAVBAR */
#KureContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    z-index: 1000;

   background-color: rgba(236, 230, 232, 0.486);
  

    display: flex;
    align-items: center;

    padding: 0 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

/* SOL LOGO */
.nav-logo {
    height: 56px;
    width: auto;
    object-fit: contain;
}

/* ORTA BAŞLIK */
.logo-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
letter-spacing:2px;
    display: flex;
    align-items: center;
    color: #000000;
}

/* Başlık */
.title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
	letter-spacing:2px;
}

/* Alt başlık */
.subtitle {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}


/* ================================
   CESIUM SAHNE
================================ */
#cesiumContainer {
    /* position: absolute; */
    top: 64px;          /* navbar yüksekliği */
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
}
