@import "../fonts/fonts.css";


body {
    background-image: url('/assets/images/background2.png');
    background-repeat: no-repeat;
    /* Responsive background: grows/shrinks with viewport */
    background-position: top center;
    background-size: cover;
    background-attachment: scroll;
    font-family: 'Inter', sans-serif;
}

/* Mobile: keep cover (do not freeze or clamp) */
@media (max-width: 768px) {
    body {
        background-position: center center;
        background-size: cover;
    }
}

.btn-black {
    background-color: #FFFFFF;
}

    .btn-black:hover {
        background-color: #000000 !important;
    }

.giris-aciklama {
    color: #7C7C7C;
    text-align: center;
    font-family: 'Playfair Display';
    font-size: 18px;
    font-style: normal;
    margin: 0 auto;
}
/*
.form-select.rm-select {
    border-radius: 60px;
    background-color: #F2F2F2;
    height: 70px;
    color: #616161;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: -0.6px;
    border: none;
    padding-left: 24px;
}*/

.rm-input {
    border-radius: 60px;
    /*background-color: #F2F2F2;*/
    height: 50px;
    color: #616161;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: -0.6px;
}

.rm-checkbox input {
    height: 25px;
    width: 25px;
    margin-right: 8px;
}

    .rm-checkbox input:checked {
        background-color: #434343;
        border-color: #434343;
    }

.rm-checkbox label {
    position: relative;
    top: 4px;
}


.btn.rm-btn {
    /*width: 147px;*/
    height: 60px;
    /* border-radius: 60px;*/
    background-color: #6336F0;
    color: #FFF; /*
    font-size: 14px;
    font-weight: 700;*/
    line-height: 58px;
}

.btn.rm-btn-yeni {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 147px;
    height: 60px;
    padding: 0 1.35rem;
    border-radius: 60px;
    border: 2px solid #6336F0;
    background: #FCFBFE;
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.6px;
    white-space: nowrap;
    margin-right: 0;
    text-align: center;
}
    .btn.rm-btn-yeni:hover {
        background: #6336F0;
        color: white;
    }

.rm-home-kademe-btns .col-auto {
    padding-left: 10px;
    padding-right: 10px;
}
/* Responsive buttons on small screens */
@media (max-width: 768px) {
    .btn.rm-btn {
        width: 100%;
        max-width: 420px;
    }

    .rm-home-secondary {
        width: 100%;
        max-width: 420px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: .5rem;
    }
}

.btn.rm-btn-dark {
    background-color: #434343;
    border-radius: 30px;
    font-size: 14px;
}

.detayli-arama {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}


.container-fluid .rm-select, .container-fluid .rm-btn {
    height: 33px;
}

.modal-title {
    color: #1E262B;
    text-align: justify;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}

.rm-btn.cikis {
    border-radius: 20px;
    background-color: #fff;
    height: 30px;
    width: fit-content;
    color: #d6d6d6;
    border-color: #d6d6d6;
}

.modal-footer {
    justify-content: space-between;
}

.modal.show .modal-dialog {
    top: 10%;
}

.modal {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

    .modal .modal-content {
        box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
    }

.modal-backdrop {
    --bs-backdrop-bg: #d1d1d1;
}
