﻿body {
    font-size: 13px;
    line-height: 1.6;
    color: #222;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    margin: 0px;
    background: #ffffff;
}

.pt-100{
    padding-top: 100px!important;
}

.bubble {
    position: relative;
    width: 80%;
    text-align: center;
    line-height: 1.4em;
    margin: 40px auto;
    background-color: #d3e6f9;
    border: 4px solid #333;
    border-radius: 30px;
    font-family: sans-serif;
    padding: 20px;
    font-size: large;
}

.bubble:before,
.bubble:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

.speech:before {
    left: 30px;
    bottom: -50px;
    border: 25px solid;
    border-color: #333 transparent transparent #333;
}

.speech:after {
    left: 35px;
    bottom: -38px;
    border: 20px solid;
    border-color: #d3e6f9 transparent transparent #d3e6f9;
}

@media (max-width: 767px) {
    .bubble {
        width: 80%;
        text-align: center;
        line-height: 12px !important;
        margin: 20px auto;
        border-radius: 30px;
        padding: 10px;
        font-size: 10px !important;
    }

    .bubble p{
        line-height: 20px !important;
        font-size: 14px !important;
    }
}

.main {
    margin: 40px;
}

@media (max-width: 767px) {
    .main {
        margin: 20px 4px;
    }
}

.main .left-bar {
    background: #ffffff;
    text-align: center;
}

    .main .left-bar .logo {
        max-width: 140px;
    }

    .main .left-bar .zeynep {
        max-width: 80%;
    }

@media (max-width: 767px) {
    .main .left-bar p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .main .left-bar .logo {
        max-width: 100px;
    }

    .main .left-bar .zeynep {
        max-width: 100%;
    }
}

    .main .content-bar {
        background: #ffffff;
    }

        .main .content-bar .content {
            background: #f3f3f3;
            width: 100%;
            min-height: 300px;
            border-radius: 12px;
            margin: auto;
            margin-top: 80px;
            padding: 20px;
        }

            .main .content-bar .content .marka ul {
                text-decoration: none;
                font-size: 18px;
                line-height: 32px;
                color: #222;
                font-weight: 400;
            }

@media (max-width: 767px) {
    .main .content-bar .content .marka ul {
        font-size: 14px;
        line-height: 20px;
    }
}

            .main .content-bar .content .marka ul li:hover {
                font-weight: 800;
            }

            .main .content-bar .content .marka ul li a {
                text-decoration: none;
            }

            .main .content-bar .content .marka ul li::before {
                content: "→ ";
                display: inline-block;
                margin-right: 0.2rem;
            }

            .main .content-bar .content .kontrol ul li::before {
                content: "✅";
                display: inline-block;
                margin-right: 0.2rem;
            }

            .main .content-bar .content img {
                max-width: 80%;
            }

            .main .content-bar .content .destek a {
                text-decoration: none;
                font-size: 18px;
                line-height: 32px;
                color: #222;
                font-weight: 400;
            }

                .main .content-bar .content .destek a:hover {
                    font-weight: 800!important;
                }

@media (max-width: 767px) {
    .main .content-bar .content .sonuc  {
        padding-top: 10px!important;
    }
}

            .main .content-bar .content .sonuc a {
                text-decoration: none;
                font-size: 20px;
                line-height: 40px;
                color: #222;
                font-weight: 400;
            }

                .main .content-bar .content .sonuc a:hover {
                    font-weight: 800 !important;
                }

            .main .content-bar .content .sonuc a i {
                font-size: 20px;
                line-height: 32px;
                color: #9bf30a;
                margin-right: 10px;
            }

        .main .content-bar .content-button {
            text-align: center;
            padding: 10px 20px;
            margin: 4px;
        }

        .main .content-bar .content-button a {
            background: #003e79;
            color: #fff;
            font-family: "Inter", sans-serif;
            font-size: 12px;
            font-weight: 600;
            text-align: center;
            padding: 10px 20px;
            margin: 4px;
            text-decoration: none;
            border-radius: 4px;
        }

            .main .content-bar .content-button a:hover {
                background: #fff;
                color: #003e79;
                border: 1px solid #003e79;
            }

@media (max-width: 767px) {
    .main .content-bar .content-button {
        padding: 4px 10px;
        margin: 0px;
    }

        .main .content-bar .content-button a {
            font-size: 11px;
            font-weight: 500;
            padding: 10px 10px;
            margin: 0px;
        }
}