﻿:root {
    --arkaana: #0a121e;
    --arkaaz: #b96a29eb;
    --anarenk: #FFC107;
    --baslikgolge: rgba(122,122,122,.8);
    --anarenk75: rgba(157, 32, 36, 0.85);
    --anarenk85: rgba(157, 32, 36, .95);
    --bos: transparent;
    --siyah: #111;
    --beyaz: #fff;
    --koyufiltre: rgba(0,0,0,0.88);
    --beyaztram75: rgba(255,255,255,0.30);
    --beyaztram85: rgba(255,255,255,0.60);
    --azbeyaz: #d7cfcf;
    --koyu: #231f20;
    --azkoyu: #ddd;
    --ortakoyu: #929292;
    --whatsapp: #25D366;
    --facebook: #607d8b;
    --font1: 'Baloo 2', cursive;
    --iconfont: "Font Awesome 5 Free" !important;
    --mavi: #c1e0ff;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none
}

:focus {
    outline: 0
}

body {
    line-height: 1;
    color: #000;
    background-color: #fff;
}

ol, ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

button, a img {
    border: 0
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block
}
/* \*/

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}
/**/

abbr, acronym {
    cursor: help;
    border-bottom: 1px dotted #444
}

kbd {
    font-family: monospace
}

figure {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

* {
    -webkit-appearance: none !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: var(--bos);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: var(--bos);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 1px rgba(0,0,0,.1);
    background-color: var(--anarenk);
}



html {
    scroll-behavior: smooth;
}

html, body {
    position: relative;
    font-size: 18px;
    font-family: var(--font1);
    background-color: var(--arkaaz);
}

    body[data-fixed] {
        overflow: hidden;
    }

.header {
    background-color: var(--bos);
    position: absolute;
    width: 100%;
    height: 150px;
    display: flex;
    z-index: 5;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: 0;
}



    .header.hdin {
        background-color: var(--arkaana);
        position: relative;
    }

a[data-menu] {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 4;
    background-color: var(--bos);
    transition: all 0.2s;
    border: 1px solid var(--beyaz);
    margin-right: 30px;
    margin-top: -3px;
}

a[data-menu=off] {
    border-radius: 10px;
}

a[data-menu=on] {
    border-radius: 100%;
}

a[data-menu] > span {
    display: block;
    background-color: var(--beyaz);
    position: absolute;
    width: 30px;
    height: 2px;
    transition: all 0.2s ease;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
}

a[data-menu=on] > span {
    height: 3px;
}

a[data-menu] > span:nth-of-type(1) {
    margin-top: 5px;
}

a[data-menu] > span:nth-of-type(2) {
    margin-top: 15px;
    opacity: 1;
}

a[data-menu] > span:nth-of-type(3) {
    margin-top: 35px;
}

a[data-menu=off] > span:nth-of-type(1) {
    margin-top: 15px;
}

a[data-menu=off] > span:nth-of-type(2) {
    margin-top: 25px;
    opacity: 1;
}

a[data-menu=off] > span:nth-of-type(3) {
    margin-top: 35px;
}

a[data-menu=on] > span:nth-of-type(1) {
    margin-top: 25px;
    transform: rotate(45deg);
}

a[data-menu=on] > span:nth-of-type(2) {
    margin-top: 25px;
    opacity: 0;
    margin-left: 0;
    width: 0;
}

a[data-menu=on] > span:nth-of-type(3) {
    margin-top: 25px;
    transform: rotate(135deg);
}

.logo {
    position: relative;
    width: 230px;
    z-index: 1;
}

a.header-logo-a {
    display: block;
    width: 190px;
    padding: 20px 10px;
    color: var(--beyaz);
    position: relative;
}

    a.header-logo-a > img {
        width: 120px;
    }


.enanabaslik {
    color: var(--beyaz);
    white-space: nowrap;
    letter-spacing: -0.024em;
    font-size: 7.2px;
    position: absolute;
    margin-top: -18px;
    margin-left: 57px;
    transform: scaleX(0.7);
    display: block;
}

.field {
    max-width: 774px;
    width: calc(100% - 310px);
}

a[data-menu=off] + nav.menupane {
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
}

a[data-menu=on] + nav.menupane {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    transform: translateY(0);
}

nav.menupane {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: var(--arkaana);
    transition: all 0.3s ease;
    z-index: 3;
}


.menu-oge.ulas {
    height: 120px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--arkaana);
    box-shadow: inset 0 20px 25px -19px var(--siyah);
}

li.menu-oge {
    height: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    line-height: 180%;
}

.menu-oge.ulas::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: var(--arkaaz) transparent transparent transparent;
    position: absolute;
    top: 0;
}

.menu-oge.ulas a {
    width: 55px;
    line-height: 55px;
    font-size: 20px;
    border: 1px solid var(--beyaztram85);
    /* border-radius: 40px; */
    font-weight: 500;
    text-align: center;
}

a.menu-wa {
    margin-right: 60px;
    background-color: var(--whatsapp);
    color: var(--beyaz);
}

.menu-oge.ulas > a > i {
    font-size: 40px;
    vertical-align: middle;
    /* margin-right: 10px; */
}


ul.menu {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    height: calc(100% - 310px);
    text-align: center;
    background-color: var(--arkaaz);
    padding: 20px 20px;
    overflow: auto;
}

a.menu-tel {
    color: var(--beyaz);
    background-color: var(--facebook);
}


.menu-oge.logosu {
    width: 110px;
    margin: 20px auto;
    height: 110px;
}

    .menu-oge.logosu img {
        object-fit: contain;
    }

.menu-oge.ulas > a > span {
    display: none;
}

a.menu-oge-a {
    color: var(--beyaz);
    font-size: 26px;
    line-height: 180%;
    display: block;
    font-weight: 600;
}


ul.menu-alt {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 20px;
}

a.menu-oge-alt-a {
    color: var(--azbeyaz);
    line-height: 160%;
    font-size: 20px;
}


.promo {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 0;
    top: 0;
}

.promovideo {
    margin: 0 auto;
    height: auto;
    text-align: center;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: auto;
    min-height: 100vh;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.promo-item {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.promo-yazi {
    position: relative;
    z-index: 1;
    color: var(--beyaz);
    width: 90%;
    text-align: center;
    top: 41%;
    left: calc(50% - 2px);
    transform: translateX(-50%);
    max-width: 310px;
    transition: all 0.3s ease;
}

.promonote {
    font-size: 20px;
    line-height: 150%;
}

.promobaslik {
    font-size: 36px;
    line-height: 130%;
    font-weight: 700;
}

a.promo-a {
    border: 2px solid var(--beyaz);
    color: var(--beyaz);
    padding: 10px;
    display: block;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    margin: 10px auto;
    transition: all 0.3s ease;
    border-radius: 10px;
}

a.promo-a:hover {
    color: var(--arkaana);
    background-color: var(--beyaz);
}


.menu-content {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
#popupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

#popupContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    aspect-ratio: 1 / 1;
    max-width: 1000px;
    max-height: 1000px;
    width: min(90vw, 90vh);
    height: min(90vw, 90vh);
    overflow: hidden;
}

#popupImageContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popupImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#closeButton {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    z-index: 1001;
}