﻿
@media screen and (max-width: 820px) {
    body {
        font-size: 16px;
    }

    .container {
        flex-direction: column;
    }

    .modal {
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5% 5%;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 720px) {

    .modal {
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5% 5% !important;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s;
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

    .close:hover, .close:focus {
        color: #f00;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity = 50);
    }

.center {
    text-align: center;
}

h1 {
    font-weight: 300;
    font-size: 2em;
    text-align: center;
    line-height: 1.3;
    padding: 40px 20px 0 20px;
}

h3 {
    margin-bottom: 20px;
}

p a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    transition: border 0.3s;
}

    p a:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }

.content {
    padding: 30px 0;
}

.container-button {
    padding-top: 80px;
}

.button_modal {
    font-size: inherit;
    line-height: inherit;
    padding: 3px 45px;
    background-color: #99dfd6;
    color: black;
    border: none;
    border-radius: 4px;
    margin: 5px;
    width: 210px;
    cursor: pointer;
    text-align: center;
}

.button:hover {
    transform: scale(1.05);
    background: white;
    color: #363636;
}

.blur {
    filter: blur(5px); /* Arka planı blurla */
    pointer-events: none; /* Blur olan bölge üzerindeki etkileşimi pas geç */
}

.modal {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 30%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

    .modal:target {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .modal .modal-content {
        max-height: 95%;
        padding: 40px;
        background: white;
        border-radius: 5px;
        overflow: auto;
        position: relative;
    }

    .modal h3, .modal p {
        color: #363636;
    }

.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

    .modal-close:hover {
        color: #363636;
    }


.dogrula {
    width: 100%;
    background: white;
    border-radius: 5px;
    padding: 20px;
}

    .dogrula .baslik {
        width: 100%;
        text-align: center;
        font-size: 16px;
        border-radius: 5px;
        font-weight: bold;
        color: #512a00;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .dogrula input {
        width: 100%;
        min-height: 40px;
        margin-bottom: 20px;
        border-radius: 5px;
        border: 1px solid #f4f4f4;
        font-size: 12px;
        padding-left: 10px;
    }

    .dogrula .dogrulabuton {
        width: 100%;
        float: left;
        min-height: 50px;
        background: #E60023;
        border: none;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
    }

        .dogrula .dogrulabuton:hover {
            background: #af001b;
        }


.resetButton {
    border: none;
    outline: none;
    cursor: pointer;
    background: #61c7c2;
    padding: 10px 55px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s ease;
}

    .resetButton:hover {
        background: #30a99d;
        color: white;
    }


.dogrula {
    width: 100%;
}

    .dogrula .baslik {
        width: 100%;
        text-align: center;
        font-size: 16px;
        border-radius: 5px;
        font-weight: bold;
        color: #512a00;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .dogrula input {
        width: 100%;
        min-height: 40px;
        margin-bottom: 20px;
        border-radius: 5px;
        border: 1px solid #f4f4f4;
        font-size: 12px;
        padding-left: 10px;
    }

    .dogrula .dogrulabuton {
        width: 100%;
        float: left;
        min-height: 50px;
        background: #E60023;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
    }

        .dogrula .dogrulabuton:hover {
            background: #af001b;
        }


.oturumacalan {
    width: 100%;
    background: white;
    border-radius: 5px;
    padding: 30px;
}

    .oturumacalan .baslik {
        width: 100%;
        text-align: center;
        font-size: 16px;
        border-radius: 5px;
        font-weight: bold;
        color: #512a00;
        letter-spacing: 1px;
    }

    .oturumacalan .aciklama {
        width: 100%;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        color: #512a00;
        padding-top: 5px;
    }

    .oturumacalan .butongenel {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

        .oturumacalan .butongenel .girisyap {
            width: 49%;
            float: left;
            min-height: 50px;
            background: #E60023;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            color: #fff;
            font-size: 13px;
            font-weight: 500;
        }

            .oturumacalan .butongenel .girisyap:hover {
                background: #af001b;
            }

        .oturumacalan .butongenel .hesapolustur {
            width: 49%;
            float: right;
            min-height: 50px;
            background: #ee8502;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            color: #fff;
            font-size: 13px;
            font-weight: 500;
        }

            .oturumacalan .butongenel .hesapolustur:hover {
                background: #a7711e;
            }


