﻿﻿﻿
body {
    font-family: 'Raleway', sans-serif;
    background-color: rgb(193,193,193) !important;
    background: linear-gradient(90deg, rgba(193,193,193,1) 0%, rgba(215,215,215,1) 46%, rgba(193,193,193,1) 100%) !important;
    font-weight:700 !important;
}
a{
    text-decoration:none !important;
}
a:hover{
    text-decoration:none !important;
}
.quiz-container {
}

.banner-div {
}
.konyali-logo{
    text-align:center;
}
.baslik {
    font-size: 35px;
}

.konyali-img {
    max-width: 100%;
    width: 60%;
    max-height: 100% !important;
}

.saat-img {
    max-height: 100% !important;
}

.content-quiz {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: -10px;
}

.basla-buton {
    margin-top: 110px;
    font-weight:900;
}

.basla-a:hover {
    text-decoration: none;
}

.basla-btn {
    border: solid 1px #e10600;
    background-color: #e10600;
    width: 90%;
    height: 80px;
    padding-top: 14px;
    color: white;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    font-weight: 900;
    text-decoration: none;
}

    .basla-btn:hover {
        text-decoration: none;
        background-color: white;
        color: #e10600;
    }

.odul-baslik {
    margin-top: 0px;
    font-size: 30px;
}

.soru-content {
    width: 50%;
    margin: auto;
}

.soru-div {
    background-color: white;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    height: 80px;
    color: #e10600;
    padding-top: 21px;
    border: solid 1px red;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 40px;
}

    .soru-div:hover {
        background-color: #e10600;
        color: white;
        cursor: pointer;
    }

.form-item {
    width: 100%;
    margin-top: 10px;
}

.form-input {
    width: 100%;
    height: 40px;
    font-size: 20px;
    border: none;
    border-bottom: solid 1px red;
    outline: none !important;
}

.form-check {
    float: left;
    font-size: 40px;
    width: 20px;
    height: 20px;
}

.form-item label {
    font-size: 20px;
}

.kayit-btn {
    background-color: red;
    color: white;
    cursor: pointer;
    border: solid 1px red;
    text-align: center;
    transition: all 0.2s;
    margin-top: 20px;
    height: 52px;
    padding-top: 10px;
    font-weight: 700;
    font-size: 20px;
    width: 90%;
    margin: auto;
}

    .kayit-btn:hover {
        background-color: white;
        color: red;
        cursor: pointer;
    }
    .kayit-btn:hover img{
        display:none !important; 
    }
#katilimform {
    width: 100%;
}

@media (min-width:750px) {

    .soru-div {
        font-size: 25px;
    }
}


.form-itemm {
    width: 100%;
    margin-top: 10px;
}

.form-inputm {
    width: 100%;
    text-align: center;
    height: 80px;
    padding-top: 13px;
    font-size: 40px;
}

.form-checkm {
    float: left;
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.form-itemm label {
    font-size: xxx-large;
}

.kayit-btnm {
    background-color: #e10600;
    color: white;
    cursor: pointer;
    border: solid 1px #e10600;
    text-align: center;
    transition: all 0.2s;
    margin-top: 20px;
    height: 90px;
    padding-top: 15px;
    font-size: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
}

    .kayit-btnm:hover {
        background-color: white;
        color: #e10600;
        cursor: pointer;
    }

#katilimformm {
    width: 100%;
}

.soru-baslik {
    font-size: 40px;
}


@media screen and (max-width: 992px) {
    .konyali-img {
        max-height: 100% !important;
        width:100%;
    }

    .kayit-btn {
        background-color: red;
        border: solid 1px red;
    }

    .form-item label {
        margin-top: 3qx;
        font-size: large;
    }

    .form-check {
        float: left;
        font-size: 30px;
        width: 30px;
        height: 30px;
    }

    .form-item {
        width: 100%;
        margin-top: 10px;
    }

    .form-input {
        width: 100%;
        height: 60px;
        padding-top: 5px;
        font-size: 25px;
    }
    .saat-img {
        width: 90% !important;
    }
}

.basla-btn {
    width: 90%;
    height: 49px;
    padding-top: 9px;
    font-size: 17px;
}
}

.soru-content {
    width: 100% !important;
    margin-left: 4%;
}

.soru-div {
    margin-top: 20px;
    height: 50px;
    color: #e10600;
    padding-top: 12px;
    font-size: 16px;
    font-weight: 700;
}

.soru-baslik {
    font-size: 30px;
}

.baslik {
    font-size: 18px;
}

}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    body {
        overflow: hidden;
    }

    .kayit-btn {
        background-color: red;
    }

    .konyali-img {
        max-height: 100% !important;
        width:100%;
    }

    .saat-img {
        width: 150% !important;

    }

    .baslik {
        font-size: 18px;
    }
}

.seperator {
    width: 100%;
    margin: auto;
    height: 1px;
    margin-top: 17px;
    background-color: rgba(0,0,0,0.3);
}
.arrow-img {
    float: right;
    width: auto;
    height: 75%;
    margin-top: 0px
}
.ins-img {
    margin-right:5%;
    width: auto;
    height: 75%;
    margin-top: 0px;
    background-color:red;
    transition:all 0.5s;

}
.img-twitter {
    margin-right: 5%;
    width: auto;
    height: 75%;
    margin-top: 0px;

    transition: all 0.5s;
}
.img-twitter-red{
    display:none;
}
.sonuc-btn i {
    transition: all 0.5s;
    font-size: 35px;
    margin-right: 50px;

}
.sonuc-btn{
    cursor:pointer;
    margin-top:10px;
}
.sonuc-btn span {
    margin-top: -5px;
    vertical-align: super;
}
.sonuc-btn:hover .i-twitter {
    transform: rotateZ(360deg);
}
.sonuc-btn:active .i-twitter {
    transform: rotateZ(-360deg);
}
.sonuc-btn:hover .i-ins {
    transform: rotateZ(360deg);
}

.sonuc-btn:active .i-ins {
    transform: rotateZ(-360deg);
}
#mobile-banner {
    display: none;
}
.btn-hover:hover{
    background-color:white !important;
    color:red;
}



@media screen and (max-width: 992px) {

    #desktop-banner {
        display: none;
    }

    #mobile-banner {
        display: block;
    }
}