:root {
    --arkaana: #242930;
    --arkaaz: #343b45;
    --anarenk: #f9bf03;
    --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: 'Montserrat', sans-serif;
    --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;
}

.main img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.header img {
    object-fit:contain;
    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: 16px;
    font-family: var(--font1);
    background-color: var(--arkaaz);
}

    body[data-fixed] {
        overflow: hidden;
    }

.header {
    position: sticky;
    width: 100%;
    height: 80px;
    display: flex;
    z-index: 5;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: 0;
    background-color: var(--beyaz);
    box-shadow: 0 10px 40px -30px var(--arkaaz);
}



    .header.hdin {
        background-color: var(--arkaana);
        position: relative;
    }


.main > a {
    display: block;
    width: 44%;
    margin: 20px 20px 0 0;
    border-radius: 5px;
    position: relative;
}

.main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.main > a:nth-of-type(even) {
    margin-right: 0;
}

.giris {
    width: 100%;
}

.giris > img {
    width: 100%;
}
.loadpanec{
    display: flex;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: #242930;
    color: var(--beyaz);
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.loads0 {
    width: 0;
    height: 1px;
    border-radius: 3px;
    background-color: var(--anarenk);
    margin: 0 20px;
    transition: all 0.2s ease;
}

.loads1 {
    font-size: 10px;
    padding: 10px 0;
}

.loadlogo {
    margin-bottom: 20px;
}