/* =====================================================
   FOOTER COPYRIGHT ALANI
   Mobil uyumlu ve düzenlenmiş sürüm
===================================================== */

.footer2 .copyright {
    position: relative;

    display: block;

    width: 100%;
    max-width: 100%;

    left: auto;

    margin: 0;
    padding: 70px 20px 20px 20px;

    box-sizing: border-box;

    text-align: center;

    color: #ffffff;

    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
}

/* Copyright içindeki küçük metin */
.footer2 .copyright span {
    display: inline-block;

    margin-top: 6px;

    color: #999999;

    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;

    text-decoration: none;
}

/* Linkler */
.footer2 .copyright a,
.footer2 .copyright span a {
    color: inherit;

    text-decoration: none;

    transition: color 0.25s ease;
}

.footer2 .copyright a:hover,
.footer2 .copyright span a:hover {
    color: #a07e49;

    text-decoration: none;
}


/* =====================================================
   TABLET UYUMU
===================================================== */

@media screen and (max-width: 991px) {
    .footer2 .copyright {
        padding: 55px 18px 18px 18px;

        font-size: 13px;
        line-height: 1.6;
    }

    .footer2 .copyright span {
        font-size: 11px;
    }
}


/* =====================================================
   MOBİL UYUMU
===================================================== */

@media screen and (max-width: 768px) {
    .footer2 .copyright {
        padding: 40px 16px 18px 16px;

        font-size: 13px;
        line-height: 1.55;
    }

    .footer2 .copyright span {
        display: block;

        margin-top: 8px;

        font-size: 11px;
        line-height: 1.5;
    }
}


/* =====================================================
   KÜÇÜK MOBİL
===================================================== */

@media screen and (max-width: 480px) {
    .footer2 .copyright {
        padding: 32px 14px 16px 14px;

        font-size: 12px;
        line-height: 1.5;
    }

    .footer2 .copyright span {
        font-size: 10.5px;
        line-height: 1.45;
    }
}


/* =====================================================
   ÇOK KÜÇÜK EKRAN
===================================================== */

@media screen and (max-width: 360px) {
    .footer2 .copyright {
        padding: 28px 12px 14px 12px;

        font-size: 11.5px;
    }

    .footer2 .copyright span {
        font-size: 10px;
    }
}

