﻿body {
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif !important;
    padding-top: 132px;
}

a {
    text-decoration: none !important;
}

.wrap {
    max-width: 1050px;
    margin: auto;
}

.mobile-slider {
    display: none;
}

.open-menu {
    display: none;
}

.content .wrap {
    min-height: 700px;
}

.text-primary {
    color: #c70751 !important;
}

.text-secondary {
    color: #231f20 !important;
}

.text-third {
    color: #00aeef !important;
}

/* Section Top */

.top {
    width: 100%;
    min-height: 50px;
    background: #231f20;
    position: fixed;
    top: 0;
    z-index: 999;
    letter-spacing: -.50px;
}

.profileImg {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #fff;
    position: relative;
    top: 7px;
}

    .profileImg img {
        border-radius: 100%;
    }

.profileImg2 {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #eaeaea;
    position: relative;
}

    .profileImg2 img {
        border-radius: 100%;
    }

.top table td {
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
}

.top nav a {
    color: #fff;
    padding: 0 7px;
    font-size: 13px !important;
    letter-spacing: .50px;
}

.cikis {
    color: #fff !important;
    font-weight: bold;
    padding: 0 15px;
}

.borderTop {
    width: 1px;
    height: 30px;
    background: #fff;
    opacity: .7;
}

.profilePuan {
    background: #665b5e;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
}

/* Section Main Navigation */
.mainNavigation {
    padding: 15px 20px;
    position: fixed;
    top: 52px;
    z-index: 999;
    background: #fff;
    width: 100%;
}

    .mainNavigation nav {
        margin-top: 15px;
    }

        .mainNavigation nav a {
            font-weight: 500;
            color: #333 !important;
            padding: 10px;
            transition: .5s;
        }

            .mainNavigation nav a:hover {
                color: #c70751 !important;
            }

.box {
    border-radius: 5px;
}

.my-btn1 {
    background: #c70751;
    color: #fff;
    font-size: 14px;
}

.my-btn2 {
    background: #99dff9;
    color: #231f20;
    font-size: 14px;
}

.my-btn3 {
    background: #231f20;
    color: #fff;
    font-size: 14px;
}

.my-btn5 {
    background: #fff;
    color: #c70751;
    font-size: 14px;
}

.my-btn4 {
    border: 1px solid #c70751;
    color: #c70751;
    font-size: 14px;
}


.online-akademi {
    position: relative;
    min-height: 280px;
    overflow: hidden;
}

.akademImg {
    position: absolute;
    top: 0;
    right: -10px;
}

.akademiText {
    position: relative;
    z-index: 99;
    top: 30px;
}

.buddy {
    min-height: 280px;
    background: #c70751;
}

.gamesPart {
    background: #c70751;
}

.bil-kazan {
    background: #fff;
}

.bilNoti {
    font-size: 12px;
    background: #99dff9;
    color: #231f20;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 5px;
}

.carkNoti {
    font-size: 12px;
    background: #a7a5a6;
    color: #231f20;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 5px;
}

.izleNoti {
    background: #e99cb9;
    font-size: 12px;
    color: #231f20;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 5px;
}

.takdir-img {
    height: 70px;
    overflow: hidden;
    width: 70px;
    border-radius: 100%;
    border: 3px solid #c70751;
}

.takdir-edilen-isim {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.takdir-edilen-unvan {
    font-size: 16px;
    margin-bottom: 0;
    opacity: .6;
}

.takdir-ozet {
    background: #e5e5e5;
    border-radius: 5px;
}

    .takdir-ozet p {
        font-size: 14px;
        opacity: .8;
    }

.basariDedikodu {
    min-height: 425px;
    position: relative;
}

.star {
    position: absolute;
    top: 0;
    right: 0;
}

.dedikodu-giris {
    position: relative;
    background: #c70751;
    min-height: 425px;
    overflow: hidden;
}

.dedikodu {
    position: absolute;
    left: -80px;
    bottom: 0;
}

.dedikodu-giris select {
    height: 50px;
}

.hediye {
    background: #fff;
}

.footer {
    background: #231f20;
}

    .footer p {
        color: #fff;
        padding-top: 13px;
    }

.mobile-menu {
    display: none;
    background: #fff;
    border-bottom: 2px solid #ad0747;
}

.mobileNav a {
    width: 100%;
    padding: 13px;
    color: #231f20 !important;
    float: left;
    text-align: center;
}

.where {
    background: #c70751;
    padding: 15px;
}

    .where p {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

.question {
    border-radius: 4px;
    position: relative;
}

.radio {
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}

.correct-answer {
    background: #28a745 !important;
}

    .correct-answer label {
        color: #fff !important;
    }

.radio label {
    text-align: center;
    font-size: 14px;
    color: #333333;
    width: 100%;
    min-height: 21px;
    font-weight: bold;
}

.wrong-answer {
    background: #dc3545 !important;
}

    .wrong-answer label {
        color: #fff !important;
    }

.wrong-text {
    color: #ff0000;
    text-align: center;
}

.correct-text {
    color: #1acf45;
    text-align: center;
}

.sure-text {
    color: #999999;
    text-align: center;
}

.sure {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 48px;
}

.bilKazanSonuc {
    max-width: 500px;
    border-radius: 4px;
    margin: auto;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    color: #c70751;
    font-size: 15px;
    padding-top: 8px;
    text-align: center;
}

.circle2 {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #c70751;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.profile-menu a {
    float: left;
    width: 100%;
    line-height: 60px;
    color: #231f20;
    transition: .5s;
    border-radius: 4px;
    padding-left: 10px;
}

.aktif-menu {
    font-weight: bold;
    background: #eaeaea;
    color: #c70751 !important;
    padding-left: 15px;
}

.profile-form .form-control {
    height: 50px;
}

.profile-form label {
    font-weight: bold;
    color: #c70751;
}


.login {
    max-width: 500px;
    width: 92%;
    margin: 40px auto;
    border-radius: 10px;
    background: #fff;
}

.divimizMaster {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.5) !important;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999;
}

.basariDedikodu .carousel-indicators .active {
    background-color: #c70751 !important;
}

.basariDedikodu .carousel-indicators li {
    background-color: #999999;
}

.basariDedikodu .carousel-indicators {
    bottom: -40px !important;
}


.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.rotate {
    transform: rotate(90deg);
}

.kocluk-tablolar td {
    text-align: center;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #c70751 !important;
}

.kocluk-tablos .nav-link {
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.bg-dark {
    background-color: #231f20 !important;
}

.kocluk-tablos .nav-tabs .nav-link {
    font-size: 16px !important;
    padding: 10px 30px !important;
}

.bg-light {
    background-color: #f0f1f3 !important;
}

.bg-light2 {
    background-color: #e1e2e5 !important;
}

.popover-example {
    margin: 0 0 10px;
    list-style: none;
}

    .popover-example li {
        display: inline-block;
        margin: 4px;
        padding: 0px;
    }

.btn:focus {
    outline: none;
}

.modExample .btn {
    margin: 4px 8px 4px 0;
}

.parkur {
    background: no-repeat center center url(../img/parkur.png);
    width: 1050px;
    height: 491px;
    position: relative;
}

.k-left-top {
    position: absolute;
    top: 11px;
    left: 20px;
}

.k-right-top {
    position: absolute;
    top: 20px;
    right: 20px;
}

.k-puan {
    background: #fff;
    border-radius: 5px;
    width: 340px;
    height: 45px;
    font-weight: bold;
    line-height: 45px;
    font-size: 20px;
    color: #983f0b;
    padding: 0 15px;
}

.k-siram {
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    padding-left: 5px;
    color: #983f0b;
    padding-top: 9px;
}

.k-right-top a {
    font-size: 18px;
    font-weight: bold;
}

.kosu-alani {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
}

.besli-alan .alann {
    width: 20%;
    float: left;
    text-align: center;
}

.alann2 {
    position: relative;
    top: 30px;
}

.parkur-sira {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #c70751;
    color: #fff !important;
    width: 80%;
    margin: auto;
}

    .parkur-sira h5 {
        color: #c70751;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .parkur-sira p {
        font-size: 14px;
    }

.k-sure {
    width: 194px;
    height: 150px;
    font-size: 48px;
    padding-left: 50px;
    line-height: 110px;
    font-weight: bold;
    color: #c70751;
    background: no-repeat center center url(../img/second.png);
    margin: auto;
}

.parkur-iki {
    display: none;
}

@media screen (max-device-width: 768px) {
    .izlekazanMesaj {
        display: block !important;
    }
}

.izlekazanMesaj {
    display: none;
}

.yeniii {
    border-radius: 5px;
    width: 98%;
    margin: auto;
}

    .yeniii table {
        width: 101%;
        background: #fff;
    }

        .yeniii table td {
            padding: 0 5px;
            font-size: 16px;
            text-align: left;
        }

.bg-danger {
    background: #c70751 !important;
}
