.footer__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-social-logo { /*sosyal medya alt */
    color: #fff;

}

.social__icon--link {/* sosyal medya logo en alt*/
    color: #fff;
    font-size: 24px;
}

.social__icon--link:hover { /* sosyal m logo hover*/
    color: #2260bb;
}

.social__media {
    max-width: 1000px;
    width: 100%;
}

.social__media--wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    padding-top: 1rem;
}

.social__icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80px;
}

.website__rights {
    color: #fff; /* haklar*/
    font-size: 1.3rem;
}

@media screen and (max-width: 820px) {
    #footer__logo {
        margin-bottom: 2rem;
    }

    .website__rights {
        margin-bottom: 1rem;
    }

    .social__media--wrap {
        flex-direction: column;
    }
    .website__rights{
        font-size: 1rem;
    }
}
@media screen and (max-width:350px){
    .website__rights{
        font-size: 0.9rem;
    }
}