p {
    color: #000000;
    font-size: 16px;
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #ababab;
    font-size: 13px;
}

#footer .footer-copyright p {
    color: #ababab;
}

#footer {
    margin-top: -8px;
}

.call-to-action.call-to-action-in-footer {
    margin-bottom: 0px !important;
}

.kitaplar-wrapper {
    object-fit: cover;
}


#header .header-nav-main nav>ul>li>a {
    color: #c0c2ca !important;
    /* same color as your .header-top or as you prefer */
}

#header .header-nav-main nav>ul>li>a:hover {
    color: #c0c2ca !important;
    background: transparent;
    /* optional, if you want no bg */
}

#header .header-nav-main nav>ul>li>a:hover {
    color: #ffffff !important;
    background: transparent;
    /* optional, if you want no bg */
}

#header,
#header .header-body {
    background-color: #222325 !important;
    /* same dark color as your .header-top or as you prefer */
}