INDEPENDENT RESEARCH • DISCLOSURE • GLOBAL TRUTH
SUPPORT THE MISSION
Your support fuels our ability to provide unfiltered intelligence and deep-dive research. Join us in illuminating the truth and navigating the Great Awakening together. Every contribution directly funds our independent reporting and investigative efforts.
/* HERO SECTION WITH SPECIFIC BACKGROUND IMAGE */
.gar-donate-hero-image {
background-image: url('https://magenta-turkey-703829.hostingersite.com/wp-content/uploads/2024/07/man-hands-holding-global-network-and-data-950x700-1.webp') !important;
background-size: cover !important;
background-position: center !important;
background-attachment: fixed !important; /* Optional: adds a parallax-like effect */
padding: 160px 5% !important;
width: 100vw !important;
position: relative !important;
left: 50% !important;
right: 50% !important;
margin-left: -50vw !important;
margin-right: -50vw !important;
display: flex !important;
align-items: center !important;
text-align: center !important;
overflow: hidden !important;
}
/* Dark Overlay to ensure text pops over the network image */
.gar-hero-overlay {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
background: rgba(10, 15, 20, 0.7) !important;
z-index: 1 !important;
}
.gar-hero-container {
max-width: 1000px;
margin: 0 auto !important;
position: relative !important;
z-index: 2 !important;
}
/* TYPOGRAPHY */
.gar-hero-badge-white {
display: inline-block !important;
color: #ffffff !important;
border: 1px solid rgba(255,255,255,0.6) !important;
padding: 10px 24px !important;
font-size: 12px !important;
font-weight: 800 !important;
letter-spacing: 2px !important;
text-transform: uppercase !important;
line-height: 1.5 !important;
}
.gar-hero-title-premium {
color: #ffffff !important;
font-size: 78px !important;
font-weight: 900 !important;
margin: 40px 0 25px 0 !important;
letter-spacing: -2px !important;
line-height: 1 !important;
text-transform: uppercase !important;
}
.blue-text-alt { color: #1471b9 !important; }
.gar-hero-summary-premium p {
color: #ffffff !important;
font-size: 20px !important;
line-height: 1.5 !important;
max-width: 800px;
margin: 0 auto 50px auto !important;
opacity: 0.95 !important;
}
/* BUTTONS */
.gar-hero-btn-premium {
display: inline-block !important;
background: #1471b9 !important;
color: #ffffff !important;
text-decoration: none !important;
padding: 22px 60px !important;
font-weight: 900 !important;
font-size: 16px !important;
letter-spacing: 1px !important;
transition: 0.4s !important;
}
.gar-hero-btn-premium:hover {
background: #ffffff !important;
color: #1471b9 !important;
transform: translateY(-3px) !important;
}
.gar-sub-text-premium {
color: #ffffff !important;
font-size: 12px !important;
font-weight: 700 !important;
margin-top: 25px !important;
text-transform: uppercase !important;
opacity: 0.8 !important;
}
/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
.gar-donate-hero-image { padding: 100px 20px !important; }
.gar-hero-badge-white {
font-size: 10px !important;
padding: 8px 15px !important;
}
.gar-hero-title-premium {
font-size: 42px !important;
line-height: 1.1 !important;
}
.gar-hero-summary-premium p {
font-size: 16px !important;
}
.gar-hero-btn-premium {
width: 100% !important;
box-sizing: border-box !important;
padding: 18px 30px !important;
}
}