/* FOOTER SETTİNG */

/* First Bar */

.footer-firstBar {
    padding-top: 31px;
    padding-bottom: 50px;
}

.footer-firstBar-right div {
    padding-bottom: 14px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-navs {
    padding: 0 16px;
}

.footer-nav-header {
    font-size: 16px;
    padding: 8px 0;
    margin-bottom: 18px;
    font-weight: bold;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-nav .nav-link {
    color: white;
    padding: 0;
    padding-bottom: 8px;
    font-size: 13px;
}

.footer-nav .nav-link:focus {
    color: wheat
}

/* Second Bar */

.footer-secondBar {
    padding: 11px 0;
}

.footer-copyright {
    font-size: 13px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo {
    width: 120px;
    height: auto;
}

.footer-shield {
    width: 29px;
    margin: 0 16px;
}

.footer-visa-master {
    width: 57px;
    margin-left: 8px;
}

/* Third Bar */

.footer-thirdBar {
    font-size: 16px;
    padding: 16px 0;
}

/* RESPONSİVE */

@media only screen and (max-width: 375px) and (min-width: 300px) {
    .footer-copyright p:first-child {
        font-size: 11px;
        text-align: center !important;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 600px) and (min-width: 375px) {
    .footer-copyright p:first-child {
        width: 100%;
        text-align: center !important;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .hideMobile {
        display: none !important;
    }

    .footer-seo-links {
        margin-top: 24px;
    }

    .footer-firstBar {
        padding-bottom: 31px;
    }

    .footer-firstBar-right {
        padding-top: 31px;
    }

    .footer-copyright {
        font-size: 13px;
        right: 0px;
    }

    .footer-copyright p:first-child {
        width: 100%;
        text-align: center !important;
    }

    .footer-secondBar .cover .col-12 div {
        justify-content: center !important;
        padding-bottom: 15px;
        width: 100% !important;
    }

    .footer-secondBar .cover div:last-child {
        padding-bottom: 0;
    }

    .footer-thirdBar p {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .footer-shield {
        margin: 0 8px;
        width: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-seo-links {
        flex-direction: column;
        margin-top: 16px;
    }

    .footer-seo-links > .col-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer-seo-links .footer-navs {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    .footer-seo-links .footer-brand-list {
        max-height: 220px;
    }
}
