/* © 2026 Galaxy Host. All Rights Reserved. by vincent */
footer { width: 100%; display: flex; justify-content: center; } .footer-wrapper { width: 1425px; padding: 25px 30px; display: flex; flex-direction: row; justify-content: center; align-items: center; } .footer-block2 { display: flex; flex-direction: column; justify-content: space-between; gap: 15px; } .footer-block-logo { margin-bottom: 20px; } .footer-block-text-block { display: flex; flex-direction: column; justify-content: center; } .footer-block-title { color: #FFFFFF; font-size: 16px; font-weight: 600; line-height: 2; } .footer-block-text { color: #FFFFFF60; font-size: 16px; font-weight: 500; line-height: 2; text-decoration: none; transition: .3s; } div.footer-block-text, a.footer-block-text { cursor: pointer; } div.footer-block-text:hover, a.footer-block-text:hover { color: #FFFFFF70; } .footer-block-pays-block { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: flex-start; width: 290px; gap: 10px; } .footer-block-pays-block2 { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; } @media (max-width: 1630px) { .footer-wrapper { width: 1160px; } } @media (max-width: 1230px) { .footer-wrapper { width: auto; flex-direction: column; align-items: center; text-align: center; gap: 40px; } .footer-block-pays-block { justify-content: center; } .footer-block-pays-block2 { align-items: center; } } @media (max-width: 840px) { .footer-block-text, .footer-block-title { font-size: 14px; } .footer-block-pay { height: 25px; } } .footer-simple { background: #ffffff08; border: 1px solid #ffffff15; border-radius: 12px; padding: 20px 40px; display: flex; justify-content: center; align-items: center; gap: 40px; margin: 0 auto; } .footer-block-simple { display: flex; flex-direction: row; align-items: center; gap: 15px; } .footer-block-simple .footer-block-text { line-height: 1.8; } .footer-modern { width: 100%; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 45px; padding: 60px 10px 45px; } .footer-modern-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; max-width: 330px; } .footer-modern-logo { display: flex; align-items: center; gap: 10px; font-size: 24px; font-weight: 800; color: #FFFFFF; text-decoration: none; } .footer-modern-logo img { height: 58px; width: auto; filter: drop-shadow(0 0 10px rgba(59, 130, 246, .4)); } .footer-modern-about { font-size: 14px; font-weight: 400; color: #FFFFFF55; line-height: 1.9; } .footer-modern-social { display: flex; gap: 12px; margin-top: 4px; } .footer-modern-social a { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 19px; color: #FFFFFF80; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); text-decoration: none; transition: .3s; } .footer-modern-social a:hover { background: linear-gradient(135deg, #60A5FA, #3B82F6); color: #FFFFFF; border-color: transparent; box-shadow: 0 8px 20px rgba(59, 130, 246, 0.14); transform: translateY(-3px); } .footer-modern-social-soon { display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 42px; padding: 0 12px; border-radius: 12px; font-size: 19px; color: #FFFFFF80; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); cursor: default; opacity: .75; } .footer-modern-social-soon .soon-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #60A5FA; } .footer-modern-col { display: flex; flex-direction: column; gap: 12px; } .footer-modern-title { font-size: 16px; font-weight: 700; color: #FFFFFF; margin-bottom: 8px; position: relative; padding-bottom: 10px; } .footer-modern-title::after { content: ''; position: absolute; bottom: 0; right: 0; width: 32px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, #60A5FA, #3B82F6); } .footer-modern-link { font-size: 14px; font-weight: 500; color: #FFFFFF55; text-decoration: none; transition: .3s; width: fit-content; } .footer-modern-link:hover { color: #60A5FA; transform: translateX(-4px); } .footer-modern-bottom { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 10px; border-top: 1px solid rgba(255, 255, 255, .08); } .footer-modern-bottom p { font-size: 13px; font-weight: 500; color: #FFFFFF45; } .footer-modern-bottom .footer-block-pays-block { width: auto; } .footer-modern-bottom .footer-block-pay { height: 26px; border-radius: 4px; } @media (max-width: 1230px) { .footer-modern { grid-template-columns: 1fr 1fr; gap: 35px; } .footer-modern-brand { grid-column: 1 / -1; } .footer-modern-bottom { flex-direction: column; align-items: center; text-align: center; } } @media (max-width: 560px) { .footer-modern { grid-template-columns: 1fr; } .footer-modern-brand { max-width: none; } .footer-modern-col { align-items: flex-start; } }