footer {
    margin-top: -3rem;
    padding-top: 46px;
    padding-bottom: 24px;
    background-color: #01148E;
    border-top-right-radius: 62px;
    border-top-left-radius: 62px;
}

.footer-row {
    justify-content: space-between !important;
}

.footer-detay {
    margin-top: 32px;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #FFFFFF;
}

.footer-border {
    margin-bottom: 24px;
    border: 1px solid #3443A5;
}

.footer-baslik {
    margin-bottom: 24px;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: start;
    color: #FFFFFF;
}

footer a {
    text-decoration: none !important;
}

.footer-icerik {
    margin-bottom: 24px;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: start;
    color: #B0B6DC;
}

.iletisim-icerik {
    margin-bottom: 24px;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: start;
    color: #FFFFFF;
    display: flex;
    column-gap: 8px;
}

.iletisim-icerik span {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: start;
    color: #B0B6DC;
}

.footer-sosyal {
    display: flex;
    align-items: center;
    column-gap: 18px;
    justify-content: end;
}

.footer-logo {
    width: 233px;
}

@media only screen and (max-width:991px) {
    .acik-banner {
        padding-top: 4rem;
        padding-bottom: 7rem;
    }
    footer {
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
    }
    .footer-baslik {
        margin-top: 1rem;
    }
    .footer-detay {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width:767px) {
    .footer-baslik {
        margin-top: 2rem;
    }
    .footer-sosyal {
        justify-content: center;
    }
    .argede {
        display: flex;
        margin-bottom: 2rem;
        justify-content: center !important;
    }
}