﻿@media all and (min-width: 1200px) {
    /******ANA body ALTI***********/
    .bod {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0;
        border: 0px solid black;
    }
    /*******SONUÇLAR KISMI*******/
    .bodm {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 30px;
        border: 1px solid blue;
        background-color: #fbe1e1;
        height: 650px;
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }
    /******SCORE KISMI*******/
    .bodalt {
        width: 100%;
        max-width: 400px;
        height: 100%;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid darkgray;
        border-radius: 3px;
        flex-direction: column;
    }
    /*********TAM ÇERÇEVE***********/
    .anasoru {
        display: flex;
        flex-direction: column;
        height: 600px;
        width: contain;
        min-width: 800px;
        align-items: center;
        justify-content: space-between;
        border: 0px solid black;
        padding: 3px;
        margin-top: 0;
    }
    /**************SORU***************/
    .sorum {
        flex: 2;
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        border: 0px solid red;
        border-radius: 2px;
        margin: 5px;
        margin-top: 0;
        padding: 10px;
        font-size: 18px;
    }

    .sorusag {
        height: 100%;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: 3px solid #e0dddd;
        padding: 20px;
        border-radius: 5px;
    }

    .sorusol {
        height: 230px;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px solid blue;
        margin: 0px;
    }

    .img11 {
        border-radius: 5px;
    }

    .ustyazi {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        width: 800px;
        flex: 8;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px solid black;
    }

    .altses {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -20px;
        border: 0px solid #e0dddd;
        height: 100%;
        width: 100%;
        padding: 5px;
        flex: 1;
    }
    /* ***CEVAPLAR BÖLÜMÜ****/
    .cvpconi {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 800px;
        height: 600px;
        border: 0px solid #e0dddd;
    }

    .cvp {
        flex: 1;
        display: flex;
        height: 60px;
        width: 100%;
        align-items: center;
        border-radius: 0px 3px 3px 0px;
        margin: 4px;
        padding-left: 30px;
        border: 2px solid #e0dddd;
        background-color: #faf7f7;
    }

    .cv1:hover {
        text-decoration: none;
        list-style-type: none;
    }

    .cvp:hover {
        background-color: #faf7f7;
        border: 0px solid black;
        box-shadow: 0 0 5px #808080, 0 0 5px #ffffff;
        text-decoration: none;
        list-style-type: none;
    }

    * /********ŞIKLAR YUVARLAK*********/
    .ent {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        border: 0px solid black;
    }

    .grid {
        width: 100%;
        height: 100%;
        background-color: darkgray;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .grid1 {
        width: 100%;
        height: 300px;
        background-color: aliceblue;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px solid black;
        visibility: hidden;
    }

    .grid2 {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: 0px solid black;
        border-radius: 3px;
    }

    .quiz {
        padding: 5px;
        padding-top: 1px;
        border: 1px solid silver;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

    .sira {
        width: 30px;
        height: 30px;
        border: 4px solid black;
        border-radius: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 2px;
    }

    .fullwidth {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        display: block;
        text-align: center;
    }

    .ust {
        flex: 2;
        border: 0px solid pink;
        border-radius: 10px;
        background-color: white;
    }

    .alt {
        flex: 1;
        border: 0px solid black;
        border-radius: 10px;
        background-color: white;
    }

    .true {
        /*flex: 1;*/
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 60%;
        border: 1px solid #e0dddd;
        background-color: #faf7f7;
        border-radius: 3px;
        margin: 5px;
    }

        .true:hover {
            background-color: #faf7f7;
            border: 0px solid black;
            box-shadow: 0 0 5px #808080, 0 0 5px #ffffff;
            text-decoration: none;
            list-style-type: none;
        }

    .false {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 60%;
        border: 1px solid #e0dddd;
        background-color: #faf7f7;
        border-radius: 3px;
        margin: 5px;
    }

        .false:hover {
            background-color: #faf7f7;
            border: 0px solid black;
            box-shadow: 0 0 5px #808080, 0 0 5px #ffffff;
            text-decoration: none;
            list-style-type: none;
        }

    .next {
        height: contain;
        width: contain;
        border: 0px solid blue;
        margin: 0px;
        padding: 3px;
    }
    /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
    /*html butonu tammen görünmez yaptım*/
    /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
    .butoni {
        color: transparent;
        background-color: transparent;
        border-color: transparent;
        cursor: default;
    }

    .date {
        width: 100%;
        height: 30px;
        border: 0px solid black;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .sag {
        flex: 1;
        height: 100%;
        display: flex;
        border: 0px solid black;
        border-radius: 2px 2px 0 0;
        align-items: center;
        justify-content: center;
        background-color: #f3f1f1;
    }

    .orta {
        flex: 1;
        display: flex;
        height: 100%;
        border: 0px solid black;
        align-items: center;
        justify-content: center;
        border-radius: 2px 2px 0 0;
        background-color: #eae7fc;
    }

    .sol {
        flex: 1;
        height: 100%;
        display: flex;
        border: 0px solid black;
        border-radius: 2px 2px 0 0;
        align-items: center;
        justify-content: center;
        background-color: #f3f1f1;
        font-weight: bold;
    }
    /* *************BAŞLIK**********/
    .sc {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .sci {
        margin-left: 10px;
        text-align: center;
        animation: beat .5s infinite alternate;
        transform-origin: center;
    }

    .lime {
        border-radius: 5px;
    }

    .lime1 {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
}

/*#######################################################################################################################################################################################################################################################################################################################################*/

@media all and (max-width: 1200px) {
    /******ANA body ALTI***********/
    .bod {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0;
        border: 0px solid black;
    }

    .bod {
        width: 100%;
    }

    .lime {
        border-radius: 5px;
    }

    .lime1 {
        display: flex;
        justify-content: left;
        align-items: flex-start;
        border-radius: 5px;
    }
    /*********TAM ÇERÇEVE******************/
    .anasoru {
        display: flex;
        flex-direction: column;
        height: 600px;
        width: contain;
        min-width: 400px;
        align-items: center;
        justify-content: space-between;
        border: 10px solid black;
        padding: 3px;
        margin-top: 0;
    }

    .anasoru {
        display: flex;
        flex-direction: column;
        min-height: 500px;
        height: 100%;
        width: 400px;
        min-width: 400px;
        align-items: center;
        justify-content: space-between;
        border: 0px solid red;
    }
    /**************SORU***************/

    .sorum {
        /*position:absolute;*/
        flex: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        border: 0px solid black;
        border-radius: 2px;
        margin: 0px;
        padding: 0px;
        font-weight: bold;
        font-size: 16px;
    }
    /******SCORE KISMI*******/

    .bodalt {
        width: 100%;
        max-width: 400px;
        height: 100%;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 3px solid darkgray;
        border-radius: 3px;
        flex-direction: column;
    }

    .bodalt {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px solid black;
        border-radius: 2px;
        flex-direction: column;
    }

    * /********ŞIKLAR YUVARLAK*********/
    .ent {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        border: 0px solid black;
    }

    .entry {
        width: 100%;
        height: 700px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    /*******SONUÇLAR KISMI*******/
    .bodm {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 30px;
        border: 1px solid blue;
        background-color: #fbe1e1;
        height: 650px;
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .grid1 {
        width: 100%;
        height: 300px;
        background-color: aliceblue;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px solid black;
        visibility: hidden;
    }

    .grid2 {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: 0px solid black;
        border-radius: 3px;
    }

    .grid2 {
        padding: 10px;
        padding-top: 0;
        width: 100%;
    }

    .quiz {
        padding: 5px;
        border: 1px solid silver;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

    .akis {
        display: flex;
        width: 100%;
        height: contain;
        background-color: antiquewhite;
        justify-content: space-evenly;
        flex-wrap: wrap;
        padding-top: 30px;
    }

    .sira {
        width: 30px;
        height: 30px;
        border: 4px solid black;
        border-radius: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 2px;
    }

    .fullwidth {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        display: block;
        text-align: center;
    }

    .ust {
        flex: 2;
        border: 0px solid pink;
        border-radius: 10px;
        background-color: white;
    }

    .alt {
        flex: 1;
        border: 0px solid black;
        border-radius: 10px;
        background-color: white;
    }

    .sorusol {
        height: 230px;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px solid red;
        margin: 0px;
        border: 0px solid #e0dddd;
    }

    .sorusol {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px solid red;
    }

    .img11 {
        border-radius: 5px;
    }

    .img11 {
        width: 100%;
        border-radius: 5px;
    }

    .sorusag {
        height: 100%;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: 1px solid #e0dddd;
        padding: 20px;
        border-radius: 5px;
    }

    .sorusag {
        width: 100%;
        min-width: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #e0dddd;
        border-radius: 3px;
        /*margin:30px;*/
    }

    .ustyazi {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        width: 400px;
        flex: 8;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px solid black;
    }

    .ustyazi {
        height: 100%;
        flex: 8;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 10px;
        padding: 20px;
    }

    .akt {
        margin-top: 10px;
    }

    .altses {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -20px;
        border: 0px solid #e0dddd;
        height: 100%;
        width: 100%;
        padding: 5px;
        flex: 1;
    }

    .cvpconi {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 445px;
        height: 500px;
        border: 0px solid #e0dddd;
    }

    .cvpconi {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 400px;
        height: 500px;
        border: 1px solid #e0dddd;
    }

    .cvp {
        flex: 1;
        display: flex;
        height: 60px;
        width: 100%;
        align-items: center;
        border-radius: 0px 3px 3px 0px;
        margin: 2px;
        padding-left: 20px;
        font-size: 14px;
        border: 1px solid #e0dddd;
        background-color: #faf7f7;
    }

    .cv1:hover {
        text-decoration: none;
        list-style-type: none;
    }

    .cvp:hover {
        background-color: #faf7f7;
        border: 0px solid black;
        box-shadow: 0 0 5px #808080, 0 0 5px #ffffff;
        text-decoration: none;
        list-style-type: none;
    }

    .true {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 60%;
        border: 1px solid #e0dddd;
        background-color: #faf7f7;
        border-radius: 3px;
        margin: 5px;
    }

        .true:hover {
            background-color: #faf7f7;
            border: 0px solid black;
            box-shadow: 0 0 5px #808080, 0 0 5px #ffffff;
            text-decoration: none;
            list-style-type: none;
        }

    .false {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 60%;
        border: 1px solid #e0dddd;
        background-color: #faf7f7;
        border-radius: 3px;
        margin: 5px;
    }

        .false:hover {
            background-color: #faf7f7;
            border: 0px solid black;
            box-shadow: 0 0 5px #808080, 0 0 5px #ffffff;
            text-decoration: none;
            list-style-type: none;
        }

    .next {
        height: contain;
        width: contain;
        border: 0px solid blue;
        margin: 0px;
        padding: 3px;
    }
    /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
    /*html butonu tammen görünmez yaptım*/
    /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
    .butoni {
        color: transparent;
        background-color: transparent;
        border-color: transparent;
        cursor: default;
    }

    .date {
        width: 100%;
        height: 30px;
        border: 2px solid #e0dddd;
        border-radius: 3px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .sag {
        flex: 1;
        height: 100%;
        display: flex;
        border: 0px solid black;
        border-radius: 2px 2px 0 0;
        align-items: center;
        justify-content: center;
        background-color: #f3f1f1;
    }

    .orta {
        flex: 1;
        display: flex;
        height: 100%;
        border: 0px solid black;
        align-items: center;
        justify-content: center;
        border-radius: 2px 2px 0 0;
        background-color: #eae7fc;
    }

    .sol {
        flex: 1;
        height: 100%;
        display: flex;
        border: 0px solid black;
        border-radius: 2px 2px 0 0;
        align-items: center;
        justify-content: center;
        background-color: #f3f1f1;
        font-weight: bold;
    }

    .scoreo {
        height: contain;
        width: contain;
        border: 0px solid black;
        padding: 5px;
    }

    .covgiris {
        visibility: hidden;
    }

    .sc {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sci {
        margin-left: 10px;
        text-align: center;
        animation: beat .5s infinite alternate;
        transform-origin: center;
    }
}
