<footer class='w-full relative z-[9]'>
<div class="absolute font-supply font-[500] text-[16px] bottom-4 flex justify-between min-w-full lg:px-12 px-5 <?php echo is_page_template('about.php') || is_page('about') || is_page_template('media.php') || is_page('media') ? 'text-[#000]' : 'text-[#ffff]' ?> py-0 text-xs">
<div>
<p class='text-[16px]'>Copyright © <?php echo date("Y"); ?></p>
</div>
<div class='uppercase font-900 text-[14px]'>
Crafted by: <a href="https://republika.tv/" target="_blank">Republika.Tv</a>
</div>
</div>
</footer>