﻿body {
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
}

a {
    text-decoration: none;
}

.temizle {
    clear: both;
}

header {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #000031;
    width: 100%;
    height: 100vh;
}

.harka {
    display: block;
    overflow: hidden;
    position: absolute;
    background-image: url(../img/harita.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center -100px;
    width: 100%;
    height: 100vh;
    opacity: 0.4;
    z-index: 1;
}

.menuleralan {
    display: block;
    position: relative;
    height: 90px;
    z-index: 2;
    border-bottom: solid 1px #065783;
}

.ortala {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.logoalan {
    display: block;
    float: left;
    width: 310px;
    margin-top: 18px;
}

    .logoalan a {
        display: block;
        float: left;
        width: 310px;
        color: #fff;
    }

.menu {
    display: block;
    position: relative;
    float: left;
    z-index: 2;
    margin-top: 36px;
}

    .menu ul {
        display: block;
        margin: 0;
        padding: 0;
    }

        .menu ul li {
            display: block;
            float: left;
        }

            .menu ul li a {
                display: block;
                color: #fff;
                padding-left: 20px;
                padding-right: 20px;
            }

.giris {
    position: relative;
    display: block;
    background: #065783;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 50px;
    width: 120px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    float: right;
    margin-top: 20px;
    cursor: pointer;
}

.girisyazi {
    position: relative;
    display: block;
    z-index: 2;
    margin-top: 150px;
    color: #fff;
}

.sosyal {
    font-family: "Sora", sans-serif;
    border: solid 1px rgba(10, 139, 209, 0.3);
    border-radius: 6px;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #cdcdcd;
}

.gyazi {
    position: relative;
    display: block;
    width: 70%;
    padding-bottom: 40px;
    border-bottom: solid 1px rgba(10, 139, 209, 0.3);
}

    .gyazi h1 {
        font-family: "Sora", sans-serif;
        font-size: 60px;
        font-weight: 400;
        line-height: 1.2em;
        letter-spacing: 1px;
        margin: 0;
    }

    .gyazi h2 {
        font-family: "Sora", sans-serif;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0;
        margin-top: 20px;
    }

.girisyap {
    position: relative;
    display: block;
    background: rgb(2 166 255 / 50%);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 50px;
    width: 150px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    float: left;
    margin-top: 20px;
    cursor: pointer;
    margin-right: 50px;
}

.uyeol {
    position: relative;
    display: block;
    border-radius: 10px;
    border: solid 1px #fff;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    line-height: 50px;
    width: 150px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    float: left;
    margin-top: 20px;
    cursor: pointer;
}


.yil {
    position: relative;
    display: block;
    z-index: 2;
    margin-top: 20px;
    color: #fff;
    width: 250px;
    font-size: 20px;
    font-weight: 400;
    float: left;
    margin-right: 50px;
}

.sayi {
    font-size: 60px;
    font-weight: 600;
    float: left;
    margin-right: 20px;
}

.yil span {
    padding: 10px;
    display: block;
    overflow: hidden;
    border-left: solid 1px #e5e5e5;
    padding-left: 20px;
}

.sonuyeler {
    position: relative;
    display: block;
    z-index: 2;
    float: left;
    margin-top: 30px;
}

    .sonuyeler a {
        display: block;
        overflow: hidden;
        border-radius: 100%;
        float: left;
        width: 50px;
        height: 50px;
        margin-right: -15px;
        border: solid 1px #cdcdcd;
    }

        .sonuyeler a img {
            width: 50px;
            height: 50px;
        }

    .sonuyeler .sonuyeyazi {
        color: #fff;
        margin-left: 40px;
        margin-top: 8px;
        display: block;
        float: left;
    }

        .sonuyeler .sonuyeyazi span {
            color: #fff;
            display: block;
        }




@-webkit-keyframes twinkle_one {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes twinkle_one {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes twinkle_one {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes twinkle_one {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes twinkle_two {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes twinkle_two {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes twinkle_two {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes twinkle_two {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes twinkle_three {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes twinkle_three {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes twinkle_three {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes twinkle_three {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.galaxy {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    opacity: 0.5;
}

.star {
    position: absolute;
    background-color: white;
}

.star-type1 {
    width: 1px;
    height: 1px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 1px 1px white;
    box-shadow: 0 0 1px 1px white;
    -webkit-animation: twinkle_one 3s ease-in-out infinite;
    -moz-animation: twinkle_one 3s ease-in-out infinite;
    -o-animation: twinkle_one 3s ease-in-out infinite;
    animation: twinkle_one 3s ease-in-out infinite;
}

.star-type2 {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 1px white;
    box-shadow: 0 0 2px 1px white;
    -webkit-animation: twinkle_two 12s ease-in-out infinite;
    -moz-animation: twinkle_two 12s ease-in-out infinite;
    -o-animation: twinkle_two 12s ease-in-out infinite;
    animation: twinkle_two 12s ease-in-out infinite;
}

.star-type3 {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 0 white;
    box-shadow: 0 0 2px 0 white;
    -webkit-animation: twinkle_three 7s ease-in-out infinite;
    -moz-animation: twinkle_three 7s ease-in-out infinite;
    -o-animation: twinkle_three 7s ease-in-out infinite;
    animation: twinkle_three 7s ease-in-out infinite;
}


.kayanyazi {
    display: block;
    overflow: hidden;
    padding: 10px;
    background-color: #02a6ff;
}

    .kayanyazi a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

    .kayanyazi i, .kayanyazi span {
        display: none;
    }

.Marquee {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 200;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.Marquee-content {
    display: box;
    display: flex;
    -webkit-animation: marquee 50s linear infinite running;
    -moz-animation: marquee 50s linear infinite running;
    -o-animation: marquee 50s linear infinite running;
    -ms-animation: marquee 50s linear infinite running;
    animation: marquee 50s linear infinite running;
}

    .Marquee-content:hover {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        -ms-animation-play-state: paused;
        animation-play-state: paused;
    }

    .Marquee-content a {
        width: 200px;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-box;
        display: inline-flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}


.ilkalan {
    padding: 100px 10px;
    display: block;
    overflow: hidden;
}


.sosyalyuz {
    font-family: "Sora", sans-serif;
    border: solid 1px rgba(10, 139, 209, 0.3);
    border-radius: 6px;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #072b57;
}

.ilkyazi {
    font-family: "Sora", sans-serif;
    position: relative;
    display: block;
    float: left;
    width: 60%;
    margin-top: 10px;
    font-size: 46px;
    font-weight: 600;
    color: #072b57;
}

    .ilkyazi span {
        display: block;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 400;
    }


.ilkyazisag {
    position: relative;
    display: block;
    float: right;
    width: 30%;
    margin-top: 40px;
    color: #072b57;
    text-align: center;
}

.onlineyazi {
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(10, 139, 209, 0.3);
}



.ilkyazisag .sonuyeler {
    background-color: #00002e;
    padding: 10px;
    border-radius: 20px;
    display: block;
    width: calc(100% - 20px);
}

    .ilkyazisag .sonuyeler a {
        border: solid 3px #00002e;
    }




.ilkyazisag .sonuyeyazi span {
    font-size: 30px;
    font-weight: bold;
}

.ilkyazisag .sonuyeyazi {
    margin-top: -2px;
    font-size: 12px;
}

.uclukutu {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    width: 300px;
    margin-right: 40px;
    height: 400px;
    background-color: #00002e;
    border-radius: 30px;
}

    .uclukutu:nth-child(3) {
        width: 440px;
    }

    .uclukutu:last-child {
        margin-right: 0px;
        width: 380px;
    }

    .uclukutu .ucresim {
        position: relative;
        display: block;
        width: 100%;
        opacity: 0.5;
    }

        .uclukutu .ucresim img {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .uclukutu h4 {
        font-family: "Sora", sans-serif;
        position: absolute;
        bottom: 20px;
        color: #fff;
        z-index: 2;
        font-weight: 600;
        font-size: 22px;
        text-align: center;
        margin: 0;
    }

.ucluiki {
    font-family: "Sora", sans-serif;
    position: absolute;
    bottom: 20px;
    color: #fff;
    z-index: 2;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
}

    .ucluiki span {
        background-color: #02a6ff;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        border-radius: 6px;
        padding: 6px 10px;
        margin-top: 16px;
        display: inline-block;
    }


.ikiara {
    display: block;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    background-color: rgb(2 166 255 / 58%);
    margin-top: 20px;
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}



.ikinciyazi {
    font-family: "Sora", sans-serif;
    position: relative;
    display: block;
    float: left;
    width: 60%;
    margin-top: 10px;
    font-size: 46px;
    font-weight: 600;
    color: #072b57;
}

.ikinciyazia {
    display: block;
    float: right;
    width: 40%;
    margin-top: 60px;
    font-size: 20px;
    font-weight: 400;
}


.dortlugenel {
    display: block;
    overflow: hidden;
    margin-top: 60px;
}

.dortlu {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: calc(100% / 4 - 83px);
    height: 210px;
    background-color: #fff;
    margin-right: 30px;
    border-radius: 30px;
    padding: 30px;
    transition: all .5s ease-in-out;
}

    .dortlu:last-child {
        margin-right: 0;
    }

    .dortlu .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 60px;
        background-color: #2b9cd9;
        color: #fff;
        border-radius: 6px;
        padding: 20px;
        display: block;
        overflow: hidden;
        text-align: center;
        transition: all .5s ease-in-out;
    }

        .dortlu .icon i {
            font-size: 36px;
        }

    .dortlu:hover .icon {
        background-color: #00002e;
        width: calc(100% - 40px);
    }

    .dortlu a {
        display: block;
        overflow: hidden;
        font-family: "Sora", sans-serif;
        color: #00002e;
        font-weight: 600;
        font-size: 22px;
        position: absolute;
        bottom: -36px;
        z-index: 2;
        transition: all .5s ease-in-out;
    }

        .dortlu a span {
            margin-top: 20px;
            display: block;
            color: #00002e;
            font-weight: 400;
            font-size: 13px;
            transition: all .5s ease-in-out;
        }

    .dortlu:hover a {
        display: block;
        bottom: 30px;
        transition: all .5s ease-in-out;
    }


.ucara {
    padding: 130px 10px;
    display: block;
    overflow: hidden;
}

    .ucara .ucarasol {
        display: block;
        overflow: hidden;
        float: left;
        width: 350px;
        height: 400px;
        background-color: #00002e;
        border-radius: 30px;
    }

        .ucara .ucarasol img {
            display: block;
            overflow: hidden;
            width: 350px;
            height: 400px;
        }

    .ucara .ucarasag {
        display: block;
        overflow: hidden;
        float: right;
        width: calc(100% - 400px);
        height: 400px;
    }


.ucyazi {
    font-family: "Sora", sans-serif;
    position: relative;
    display: block;
    margin-top: 10px;
    font-size: 46px;
    font-weight: 600;
    color: #072b57;
    margin-bottom: 30px;
}

    .ucyazi span {
        display: block;
        margin-top: 10px;
        font-size: 20px;
        font-weight: 400;
    }

.ucuclu {
    display: block;
    float: left;
    width: calc(100% / 3 - 32px);
    margin-right: 30px;
    border: solid 1px #02a6ff;
    transition: all .2s ease-in-out;
    color: #00002e;
    border-radius: 30px;
}

    .ucuclu .baslik {
        display: block;
        overflow: hidden;
        font-family: "Sora", sans-serif;
        font-weight: 600;
        height: 124px;
        font-size: 20px;
        padding: 20px;
    }

        .ucuclu .baslik span {
            display: block;
            overflow: hidden;
            font-size: 14px;
            font-weight: 400;
            margin-top: 10px;
        }

    .ucuclu:hover {
        background-color: #02a6ff;
        color: #fff;
    }



.sssalan {
    display: block;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    background-color: #00002e;
    margin-top: 130px;
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}


.ssbaslik {
    font-family: "Sora", sans-serif;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    float: left;
    display: block;
    width: 500px;
}

    .ssbaslik span {
        display: block;
        font-family: "Sora", sans-serif;
        font-size: 16px;
        font-weight: 200;
    }

.enrutbe {
    display: block;
    margin-top: 20px;
    font-size: 30px;
}

    .enrutbe img {
        display: block;
        overflow: hidden;
        width: 200px;
    }

.sssag {
    display: block;
    float: right;
    width: 600px;
    color: #fff;
}

    .sssag .sor {
        display: block;
        font-size: 24px;
        font-weight: 600;
        border: solid 1px rgba(10, 139, 209, 0.3);
        padding: 10px;
        border-radius: 10px;
        background-color: #00002e;
        z-index: 2;
        position: relative;
    }

    .sssag .cevap {
        display: block;
        font-size: 14px;
        font-weight: 300;
        background-color: rgba(10, 139, 209, 0.3);
        padding: 20px;
        border-radius: 10px;
        margin-top: -10px;
        z-index: 1;
        margin-bottom: 30px;
    }

.blogalan {
    padding: 130px 10px;
    padding-bottom: 100px;
    display: block;
    overflow: hidden;
}


.tumblog {
    border-radius: 10px;
    background-color: #00002e;
    color: #fff;
    padding: 14px;
}


#haberlerDiv {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-top: 60px;
}


    #haberlerDiv li {
        list-style: none;
        float: left;
        overflow: hidden;
        display: block;
        width: calc(100% / 3 - 24px);
        margin-right: 36px;
        height: 320px;
        -webkit-box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

        #haberlerDiv li a {
            display: block;
            height: inherit;
            color: #000;
            overflow: hidden;
            border-radius: 10px;
            background-color: rgb(0 0 0 / 4%);
        }

            #haberlerDiv li a .blogresim {
                display: block;
                overflow: hidden;
                width: 100%;
                height: 200px;
            }

                #haberlerDiv li a .blogresim img {
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    height: 200px;
                    object-fit: cover;
                }

            #haberlerDiv li a .hbas {
                overflow: hidden;
                font-family: "Sora", sans-serif;
                font-weight: bold;
                font-size: 22px;
                padding: 10px;
                height: 48px;
                margin-bottom: 6px;
                color: #072b57;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            #haberlerDiv li a .blogbasalt {
                display: block;
                overflow: hidden;
                padding-left: 10px;
                padding-right: 10px;
                padding-top: 6px;
                border-top: solid 1px #ededed;
                color: #80868b;
            }

                #haberlerDiv li a .blogbasalt .blogbaskul {
                    display: block;
                    overflow: hidden;
                    float: left;
                    line-height: 30px;
                    font-size: 12px;
                }

                    #haberlerDiv li a .blogbasalt .blogbaskul img {
                        display: block;
                        overflow: hidden;
                        float: left;
                        width: 30px;
                        margin-right: 6px;
                        height: 30px;
                        border-radius: 100%;
                    }

                #haberlerDiv li a .blogbasalt .okuma, #haberlerDiv li a .blogbasalt .blogyorum {
                    display: block;
                    overflow: hidden;
                    float: right;
                    line-height: 30px;
                    font-size: 12px;
                    margin-left: 10px;
                }

                    #haberlerDiv li a .blogbasalt .okuma i, #haberlerDiv li a .blogbasalt .blogyorum i {
                        display: block;
                        overflow: hidden;
                        float: left;
                        line-height: 30px;
                        font-size: 16px;
                        margin-right: 4px;
                    }

        #haberlerDiv li:nth-child(3) {
            margin-right: 0px;
        }



.ikinciyazis {
    font-family: "Sora", sans-serif;
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 46px;
    font-weight: 600;
    color: #072b57;
    text-align: center;
}


.iletisim {
    display: block;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    background-color: #072b57;
    margin-top: -15px;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 50px;
}



.logoalanalt {
    display: block;
    width: 310px;
    margin: 0 auto;
}

    .logoalanalt a {
        display: block;
        color: #fff;
    }

.altyazi {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 20px;
}

    .altyazi span {
        display: block;
        overflow: hidden;
        font-weight: 400;
        font-size: 14px;
        margin-top: 10px;
    }





.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 100px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 400px;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 13px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }




.formalan {
    display: block;
    margin-bottom: 20px;
}

    .formalan .formbaslik {
        display: block;
        overflow: hidden;
        color: #00002e;
        font-size: 15px;
        padding-left: 10px;
    }

    .formalan .formkutu {
        display: block;
        margin-top: 5px;
    }

.txt {
    width: calc(100% - 30px);
    height: 26px;
    background: rgb(3 127 190 / 39%);
    color: #00002e;
    outline: 1px solid rgb(13 157 242 / 44%);
    border: 0;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 8px 15px 8px 15px;
    margin: 0 auto;
}

    .txt:focus {
        background: rgb(3 127 190 / 50%);
    }

    .txt:-webkit-autofill, .txt:-webkit-autofill:hover, .txt:-webkit-autofill:focus, .txt:-webkit-autofill:active {
        background: rgb(3 127 190 / 39%);
        background-color: rgb(3 127 190 / 39%);
        color: rgb(255 255 255 / 89%);
    }

        .txt:-webkit-autofill,
        .txt:-webkit-autofill:focus {
            transition: background-color 0s 600000s, color 0s 600000s !important;
        }

.btn-gir {
    line-height: 52px;
    width: 200px;
    border-radius: 10px;
    position: relative;
    user-select: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    box-shadow: none;
    color: rgb(255 255 255 / 50%);
    background-color: #031751;
    border: 1px solid #0b32a5;
}



.button {
    display: block;
    width: 100px;
    float: left;
    margin: 0;
    border: 1px solid #00002e;
    border-radius: 8px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    background-color: #00002e;
    color: rgb(255 255 255 / 89%);
    transition: all .3s ease;
}

    .button:hover {
        background-color: #050575;
    }

.sifremiunuttum {
    display: block;
    float: right;
    font-size: 14px;
    color: #00002e;
    padding: 10px;
}

@media screen and (max-width:850px) {
    header {
        width: 100%;
        height: 700px;
    }

    .harka {
        display: block;
        overflow: hidden;
        position: absolute;
        background-image: url(../img/harita.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center -170px;
        width: 100%;
        height: 700px;
        opacity: 0.4;
        z-index: 1;
    }

    .ortala {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .logoalan {
        display: block;
        float: none;
        width: 310px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .menuleralan {
        display: block;
        position: relative;
        height: auto;
        z-index: 2;
        border-bottom: solid 1px #065783;
    }

    .menu {
        margin-top: 10px;
    }

        .menu ul li {
            margin-bottom: 10px;
        }

    .giris {
        display: none;
    }

    .girisyazi {
        margin-top: 36px;
    }

    .gyazi h1 {
        font-size: 22px;
    }

    .gyazi h2 {
        font-size: 12px;
        margin-top: 10px;
    }

    .gyazi {
        position: relative;
        display: block;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .girisyap {
        margin-right: 30px;
    }


    .yil {
        float: none;
        margin: 0 auto;
    }

    .sonuyeler {
        float: none;
        margin-top: 30px;
        margin-left: 30px;
    }

    .ilkyazi {
        float: none;
        width: 100%;
        margin-top: 10px;
        font-size: 24px;
    }

        .ilkyazi span {
            display: block;
            margin-top: 10px;
            font-size: 16px;
            font-weight: 400;
        }

    .ilkyazisag {
        position: relative;
        display: block;
        float: none;
        width: 100%;
        margin-top: 40px;
        color: #072b57;
        text-align: center;
    }

        .ilkyazisag .sonuyeler {
            background-color: #00002e;
            padding: 10px;
            border-radius: 20px;
            display: block;
            width: calc(100% - 20px);
            height: 70px;
            margin: 0;
        }

    .uclukutu {
        position: relative;
        display: block;
        overflow: hidden;
        float: none;
        width: 96%;
        margin: 0 auto;
        margin-bottom: 30px;
        height: 400px;
        background-color: #00002e;
        border-radius: 30px;
    }

        .uclukutu:nth-child(3) {
            width: 96%;
        }

    .ikinciyazi {
        float: none;
        width: 96%;
        margin-top: 10px;
        margin: 0 auto;
        font-size: 27px;
        padding-left: 10px;
    }

    .ikinciyazia {
        display: block;
        float: none;
        width: 96%;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 400;
        padding-left: 10px;
    }

    .dortlu {
        display: block;
        overflow: hidden;
        position: relative;
        float: none;
        width: calc(96% - 70px);
        height: 210px;
        background-color: #fff;
        margin-right: 0;
        margin: 0 auto;
        border-radius: 30px;
        margin-bottom: 20px;
        padding: 30px;
        transition: all .5s ease-in-out;
    }

        .dortlu:last-child {
            margin-right: 14px;
        }

    .ucara .ucarasol {
        display: block;
        overflow: hidden;
        float: none;
        width: 96%;
        margin: 0 auto;
        height: 400px;
        background-color: #00002e;
        border-radius: 30px;
    }

    .ucara .ucarasag {
        display: block;
        overflow: hidden;
        float: none;
        width: 96%;
        height: auto;
        margin-top: 30px;
    }

    .ucuclu {
        display: block;
        float: none;
        width: 96%;
        margin-right: 0;
        margin: 0 auto;
        border: solid 1px #02a6ff;
        transition: all .2s ease-in-out;
        color: #00002e;
        border-radius: 30px;
        margin-bottom: 30px;
    }

    .sssalan {
        display: block;
        overflow: hidden;
        width: 96%;
        margin: 0 auto;
        background-color: #00002e;
        margin-top: 0px;
        border-radius: 20px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ssbaslik {
        font-family: "Sora", sans-serif;
        font-size: 38px;
        font-weight: 600;
        color: #fff;
        float: none;
        display: block;
        width: 96%;
        padding-left: 10px;
    }

    .sssag {
        display: block;
        float: none;
        width: 96%;
        color: #fff;
        margin: 0 auto;
    }

    #haberlerDiv li {
        list-style: none;
        float: none;
        overflow: hidden;
        display: block;
        width: 96%;
        margin-right: 0;
        margin: 0 auto;
        height: 320px;
        -webkit-box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

        #haberlerDiv li:nth-child(3) {
            margin-right: 10px;
        }

    .ikinciyazis {
        font-size: 18px;
    }

    .popup {
        width: 80%;
    }
}
