/********** Template CSS **********/
:root {
    --primary: #e52123;
    --light: #e52123;
    --dark: #103741;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-dark {
    background-color: #245f6e !important;
}

a {
    color: #FE5D37;
    text-decoration: none !important;
}

    a:hover {
        color: #cb4a2c
    }

    a:not([href]):not([class]),
    a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none !important;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select > option {
        color: #404040;
    }




/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

    .btn.btn-primary {
        color: #FFFFFF;
        background-color: #e52123;
        border-color: #e52123;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: 'Noto Sans Adlam', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

 h5,
 h6,
.h5,
.h6 {
    font-weight: 600;
}

.font-secondary {
    font-family: 'Lobster Two', cursive;
}
.navbar-custom {
    background-color: #f7f7f7 !important;
}

    .navbar-custom .nav-link {
        background-color: purple;
        color: white;
        text-align: center;
        transition: 0.3s;
        width: 100%;
        
    }

        .navbar-custom .nav-link:hover {
            background-color: white;
            color: black;
            border-radius:10px;
        }

.nav-column {
    display: flex;
    justify-content: center;
    gap: 0.5rem;

}

.nav-column-alt{
     background-color:purple;
    padding:10px;
    border-radius:10px;
    gap:0.5rem;
}

    .nav-column .nav-item {
        max-width: 400px;
        width: 100%;
    }

bg-purple {
    background-color: purple;
}




/*** Header ***/
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    /*! background: url(../img/bg-header-top.png) center center repeat-x; */
    z-index: 1;
}

.header-carousel::after,
.page-header::after {
    height: 19px;
    top: auto;
    bottom: 0;
    /*! background: url(../img/bg-header-bottom.png) center center repeat-x; */
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
}

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin: 7px 0;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: transparent;
        border: 1px solid #FFFFFF;
        border-radius: 45px;
        font-size: 22px;
        transition: .5s;
        background: var(--primary);
        border-color: var(--primary);
    }



@media (max-width: 768px) {

    .header-carousel .owl-nav {
        padding: 15px;
    }

        .header-carousel .owl-nav .owl-prev,
        .header-carousel .owl-nav .owl-next {
            margin: 7px 0;
            width: 15px;
            height: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
            background: transparent;
            border: 1px solid #FFFFFF;
            border-radius: 45px;
            font-size: 8px;
            transition: .5s;
            background: var(--primary);
            border-color: var(--primary);
        }
}



.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}



/*** Facility ***/
.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .facility-item .facility-icon::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .9);
        transition: .5s;
        z-index: 1;
        border-radius: 100%;
    }

    .facility-item .facility-icon span:last-child {
        left: auto;
        right: 0;
    }

    .facility-item .facility-icon i {
        position: relative;
        z-index: 2;
    }

.facility-item .facility-text {
    position: relative;
    min-height: 250px;
    /*! padding: 30px; */
    border-radius: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item .facility-min-150 {
    min-height: 150px;
}

.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
    border-radius: 30px;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}


.facility-item:hover * {
    color: #FFFFFF !important;
}


/*** About ***/
.about-img img {
    transition: .5s;
}

    .about-img img:hover {
        background: var(--primary) !important;
    }


/*** Classes ***/
.classes-item {
    transition: .5s;
    width: 100%;
}



/*** Team ***/
.team-item .team-text {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--light);
    border-radius: 250px;
    transition: .5s;
}

.team-item:hover .team-text {
    border-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        position: relative;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: var(--primary);
        border-radius: 45px;
        font-size: 20px;
        transition: .5s;
    }

        .testimonial-carousel .owl-nav .owl-prev:hover,
        .testimonial-carousel .owl-nav .owl-next:hover {
            background: var(--dark);
        }


/*** Footer ***/
 .btn.btn-social {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 45px;
    transition: .3s;
}

   .btn.btn-social:hover {
        border-color: var(--primary);
        background: var(--primary);
    }

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

    .footer .btn.btn-link::before {
        position: relative;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
    }

    .footer .btn.btn-link:hover {
        color: var(--primary) !important;
        letter-spacing: 1px;
        box-shadow: none;
    }

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

    .footer .copyright a {
        color: #FFFFFF;
    }

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

    .footer .copyright a:hover,
    .footer .footer-menu a:hover {
        color: var(--primary) !important;
    }

    .footer .footer-menu a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }

body {
    background-image: linear-gradient(to bottom, #51c3e5, #bfe5f2);
}

.bg-light {
    background-image: linear-gradient(to right, #51c3e5, #bfe5f2) !important;
}

.form-floating > label {
    font-size: 12px;
}

@media (max-width: 992px) {

    .hideSmallScreen {
        display: none;
    }
}

.genelLink {
    padding: 0.4rem;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    color: var(--dark) !important;
    cursor: pointer;
}

    .genelLink:hover {
        color: var(--primary) !important;
        letter-spacing: 1px;
        box-shadow: none;
    }

.form-control:read-only {
    background-color: #fff;
}

.form-check.divChk {
    position: relative;
    margin: 7px 0px 5px;
    cursor: pointer;
    font-size: 20px important !;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.form-floating.divChk input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 20px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #f2f2f2;
    border: 1px solid #FE5D37;
}

/* On mouse-over, add a grey background color */
.form-floating.divChk:hover input ~ .checkmark {
    border: solid 2px #FE5D37;
}

/* When the checkbox is checked, add a blue background */
.form-floating.divChk input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-floating.divChk input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #FE5D37;
    ;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

/* swal alert düzenlemeler */
.swal-icon--success__ring {
    border: 4px solid var(--primary);
}

.swal-icon--success__line {
    background-color: var(--primary);
}

.classes-item .item-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.classes-item:hover .item-overlay {
    height: 100%;
    opacity: 1;
}

@media (min-width:480px) {
    .lg-pd-5_xs-pd-1 {
        padding: 0;
    }
}

@media (max-width:480px) {
    .lg-pd-5_xs-pd-1 {
        padding: 0.5rem;
    }
}


@media (min-width:480px) {
    .lg-w-80_xs-w-100 {
        width: 70% !important;
    }
}

@media (max-width:480px) {
    .lg-w-80_xs-w-100 {
        width: 100% !important;
    }
}


.testimonial-item {
    box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    float: left;
    margin: 8px;
    border: 1px solid rgba(0,0,0,.25);
}



.transform-rotate-eksi4 {
    transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
}

.transform-rotate-arti4 {
    transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
}

/* chalk board  */
.tebesir-tahta {
    background: url(../img/tebesir.png) no-repeat;
    min-height: 300px;
    padding: 35px;
    max-width: 500px;
}

.text-duyuru {
    color: #fff;
    font-size: 16px;
}

    .text-duyuru .duyuru-baslik {
        text-decoration: underline;
        display: block;
        text-decoration-style: double;
        padding: 3px;
        font-size: 20px;
    }

@media (min-width: 900px) {
    .sinav-takvim {
        width: 100%;
    }
}


/* whatsapp butonu ekleme */
.whats-app {
    position: fixed;
    width: 75px;
    height: 75px;
    bottom: 30px;
    left: 0.1rem;
    right: unset;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.baslik {
    background-color: #e52123de;
    font-size: 18px;
    padding: 10px 0;
    justify-content: center;
}

.img-fluid {
    background-color: #fff;
}
/* small screen logo size */
@media (max-width: 480px) {
    .tebesir-tahta .text-duyuru {
        font-size: 14px;
    }
}


/* Sosyal medya */
.api {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}

.whatsapp {
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 999;
    margin-top: 10px;
}

    .whatsapp a {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
        font-size: 28px;
        display: block;
        text-align: center;
        line-height: 50px;
        color: white;
        background: #4dc247;
    }

    .whatsapp .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        line-height: normal;
        font-size: 15px;
        top: 13px;
        left: 105%;
        height: auto;
    }

    .whatsapp:hover a {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .whatsapp:hover .tooltiptext {
        visibility: visible;
    }




.telefonSimge {
    position: relative;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

    .telefonSimge a {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
        font-size: 28px;
        display: block;
        text-align: center;
        line-height: 50px;
        color: white;
        background: #337ab7;
    }

    .telefonSimge .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        line-height: normal;
        font-size: 15px;
        top: 13px;
        left: 105%;
        height: auto;
    }

    .telefonSimge:hover a {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .telefonSimge:hover .tooltiptext {
        visibility: visible;
    }

.youtube {
    position: relative;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

    .youtube a {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
        font-size: 28px;
        display: block;
        text-align: center;
        line-height: 50px;
        color: white;
        background: #c4302b;
    }

    .youtube .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        line-height: normal;
        font-size: 15px;
        top: 13px;
        left: 105%;
        height: auto;
    }

    .youtube:hover a {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .youtube:hover .tooltiptext {
        visibility: visible;
    }


.facebook {
    position: relative;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

    .facebook a {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
        font-size: 28px;
        display: block;
        text-align: center;
        line-height: 50px;
        color: white;
        background: #3b5998;
    }

    .facebook .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        line-height: normal;
        font-size: 15px;
        top: 13px;
        left: 105%;
        height: auto;
    }

    .facebook:hover a {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .facebook:hover .tooltiptext {
        visibility: visible;
    }

.instagram {
    position: relative;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

    .instagram a {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
        font-size: 28px;
        display: block;
        text-align: center;
        line-height: 50px;
        color: white;
        background: #fd3a67;
    }

    .instagram .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        line-height: normal;
        font-size: 15px;
        top: 13px;
        left: 105%;
        height: auto;
    }

    .instagram:hover a {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .instagram:hover .tooltiptext {
        visibility: visible;
    }

/* girintili paragraf oluşturma */
p.girintili {
    text-indent: 20px;
    font-size: 14px;
}

@media (max-width: 480px) {
    p.girintili {
        text-indent: 10px;
    }
}

.bg-gri {
    background-color: #f7f7f7 !important;
}



/* sınav takvimdeki resim için media queries */
@media (max-width: 900px) {
    .sinav-takvim {
        width: 900px;
        height: auto;
    }
}

@media (min-width: 900px) {
    .sinav-takvim {
        width: 100%;
    }
}

.testimonial-carousel > .owl-stage-outer {
    max-height: 260px;
}
/*countDown */

#countdown > ul > li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

    #countdown > ul > li span {
        display: block;
        font-size: 4.5rem;
    }

@media (max-width: 800px) {
    #countdown > ul > li span {
        font-size: 1.5rem;
    }
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}


/* Infinite loop container */
.infinite-loop-container {
    position: relative;
    overflow: hidden;
}

.infinite-loop {
    display: flex;
}

.infinite-loop-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    transition: transform 0.3s ease;
    background: white;
    border-radius: 1rem;
    margin: 0.5rem;
    min-width: 200px;
}

    .infinite-loop-item img {
        width: 180px;
        height: 180px;
    }

    .infinite-loop-item p {
        margin-top: 10px;
        text-align: center;
        color: var(--main-color) !important;
        font-family: 'Proxima Nova';
    }




.infinite-loop-schools {
    display: flex;
}

.infinite-loop-item-schools {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    transition: transform 0.3s ease;
    background: white;
    border-radius: 1rem;
    margin: 0.5rem;
    min-width: 230px;
}

    .infinite-loop-item-schools img {
        width: 160px;
        height: 160px;
    }

    .infinite-loop-item-schools p {
        margin-top: 10px;
        text-align: center;
        color: var(--main-color) !important;
        font-family: 'Proxima Nova';
    }

/*loop-sampiyon */
.infinite-loop-sampiyon2025 {
    display: flex;
}

.infinite-loop-item-sampiyon2025 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    transition: transform 0.3s ease;
    background: white;
    border-radius: 1rem;
    margin: 0.5rem;
    min-width: 430px;
}

    .infinite-loop-item-sampiyon2025 img {
        width: 400px;
        height: 500px;
        border-radius: 10px;
    }

    .infinite-loop-item-sampiyon2025 p {
        margin-top: 10px;
        text-align: center;
        color: var(--main-color) !important;
        font-family: 'Proxima Nova';
    }

/*loop-sampiyon */
.infinite-loop-sampiyon2024 {
    display: flex;
}

.infinite-loop-item-sampiyon2024 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    transition: transform 0.3s ease;
    background: white;
    border-radius: 1rem;
    margin: 0.5rem;
    min-width: 450px;
}

    .infinite-loop-item-sampiyon2024 img {
        width: 450px;
        height: 400px;
        border-radius: 10px;
    }

    .infinite-loop-item-sampiyon2024 p {
        margin-top: 10px;
        text-align: center;
        color: var(--main-color) !important;
        font-family: 'Proxima Nova';
    }

/* Keyframe animation */
@keyframes infiniteLoopAnimation {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.componentItemFour {
    width: 100%;
    height: auto;
    background-color: #103741 !important;
    border-radius: 1.5rem;
    padding: 30px;
    box-sizing: border-box;
    color: white;
}

/* afiş talep */
.afis {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
    z-index: 100;
    border-radius: 20px;
}

@media (max-width:700px) {
    .afis {
        top: auto;
        position: fixed;
        bottom: 10px;
        right: 20px;
        z-index: 100;
        border-radius: 20px;
        transform: none;
    }
}

.accordion-button {
    color: #6f42c1;
    font-size: 20px;
}

    .accordion-button:not(.collapsed) {
        color: #fff;
        font-size: 24px;
        background-color: purple;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
}


/* The Close Button */
.close {
    color: orangered;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
}

    .close:hover,
    .close:focus {
        color: red;
        text-decoration: none;
        cursor: pointer;
    }

@keyframes blink-menu {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink-menu {
    animation: blink-menu 1s step-start infinite;
    background-color: white;
    color: black;
}
.gradient-title {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    background: linear-gradient(90deg,#103741,#e52123);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
}
/*  form üzerinde şifre gösterme gözü*/
.password-toggle {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
    z-index: 10;
}