.site-footer { background-color: #5c94fc; border-top: 6px solid #000; padding-top: 60px; padding-bottom: 0; position: relative; overflow: hidden; image-rendering: pixelated; font-family: 'Press Start 2P', cursive, sans-serif; } .footer-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%); background-size: 100% 4px; pointer-events: none; z-index: 1; } .site-footer .sky-content { position: relative; z-index: 10; } .site-footer .social-menu .menu { display: flex; justify-content: center; gap: 24px; margin-bottom: 40px; } .site-footer .social-account { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; background-color: #f1c40f; border: 4px solid #000; border-radius: 0 !important; color: #5d3200 !important; font-size: 24px; background-image: radial-gradient(circle, #000 2px, transparent 2.5px), radial-gradient(circle, #000 2px, transparent 2.5px), radial-gradient(circle, #000 2px, transparent 2.5px), radial-gradient(circle, #000 2px, transparent 2.5px); background-position: 4px 4px, 40px 4px, 4px 40px, 40px 40px; background-repeat: no-repeat; box-shadow: 4px 4px 0px rgba(0,0,0,0.4); transition: all 0.1s steps(2); } .site-footer .social-account:hover { transform: translateY(-8px); background-color: #ffeaa7; box-shadow: 4px 12px 0px rgba(0,0,0,0.2); } .site-footer .social-account svg { width: 24px; height: 24px; filter: drop-shadow(1px 1px 0 rgba(255,255,255,0.5)); } .site-footer .main-menu .menu { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-bottom: 50px; } .site-footer .menu-item { color: #fff !important; text-transform: uppercase; text-decoration: none; font-size: 12px !important; line-height: 1.5; position: relative; text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; transition: color 0.1s; } .site-footer .menu-item:hover { color: #f1c40f !important; transform: scale(1.1); } .site-footer .menu-item:hover::before { content: "►"; position: absolute; left: -18px; top: 0px; color: #fff; text-shadow: 2px 2px 0 #000; animation: blink 0.5s infinite; } @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } } .site-footer .active-indicator { display: none !important; } .footer-ground { width: 100%; position: relative; z-index: 20; background-color: #d04800; background-image: linear-gradient(335deg, rgba(0,0,0,0.3) 23px, transparent 23px), linear-gradient(155deg, rgba(0,0,0,0.3) 23px, transparent 23px), linear-gradient(335deg, rgba(0,0,0,0.3) 23px, transparent 23px), linear-gradient(155deg, rgba(0,0,0,0.3) 23px, transparent 23px); background-size: 58px 58px; background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px; border-top: 4px solid #000; } .footer-ground::before { content: ""; display: block; width: 100%; height: 12px; background-color: #00a800; background-image: linear-gradient(90deg, transparent 50%, rgba(0,0,0,0.1) 50%); background-size: 10px 100%; border-bottom: 4px solid #000; } .footer-text { padding: 30px 15px; text-align: center; } .footer-text p { color: #ffce00; font-size: 10px; margin: 0; text-transform: uppercase; text-shadow: 2px 2px 0 #000; letter-spacing: 1px; } @media (max-width: 768px) { .site-footer .main-menu .menu { flex-direction: column; gap: 20px; margin-bottom: 30px; } .site-footer .social-menu .menu { gap: 15px; } .site-footer .menu-item:hover::before { display: none; } }