/* ===== NAVIGATION ===== */ header.header { background-color: #0B1D3A; border-bottom: none; padding: 0 32px; height: 72px; display: flex; align-items: center; position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: all 0.35s ease; } header.header.scrolled { background-color: rgba(11, 29, 58, 0.97); box-shadow: 0 2px 24px rgba(0, 0, 0, 0.18); } /* Logo Text */ .header-title { font-family: 'DM Serif Display', Georgia, serif; font-size: 22px; color: #ffffff; letter-spacing: 0.01em; } .header-title span { color: #B8943E; } /* Navigation Links */ .header-nav a { font-size: 14px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); transition: color 0.2s; } .header-nav a:hover, .header-nav a.active { color: #B8943E; } .header-nav a.active::after { content: ''; display: block; height: 2px; background: #B8943E; margin-top: 4px; } /* Mobile Menu */ @media (max-width: 768px) { header.header { padding: 0 24px; height: 64px; } .header-nav { position: fixed; top: 64px; left: 0; right: 0; background: #0B1D3A; flex-direction: column; padding: 24px 32px; border-top: 1px solid rgba(255, 255, 255, 0.08); } .header-nav a { padding: 12px 0; font-size: 16px; } } /* ===== HERO SECTION ===== */ .hero-section { background: linear-gradient(170deg, #0B1D3A 0%, #122B52 55%, #163A5F 100%); padding: 160px 32px 100px; text-align: center; position: relative; overflow: hidden; margin-top: 72px; /* Account for fixed header */ } .hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at 30% 20%, rgba(184, 148, 62, 0.08) 0%, transparent 60%), radial-gradient(ellipse at 70% 80%, rgba(26, 107, 92, 0.06) 0%, transparent 50%); pointer-events: none; } .hero-eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #B8943E; margin-bottom: 24px; display: flex; align-items: center; justify-content: center; gap: 12px; } .hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 32px; height: 1px; background: #B8943E; opacity: 0.5; } .hero-section h1 { font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(36px, 5vw, 58px); color: #ffffff; line-height: 1.15; margin-bottom: 28px; font-weight: 400; } .hero-section h1 em { font-style: italic; color: #D4B565; } .hero-subtext { font-size: 18px; line-height: 1.7; color: rgba(255, 255, 255, 0.65); max-width: 620px; margin: 0 auto 44px; font-weight: 300; } .hero-cta { display: inline-flex; align-items: center; gap: 10px; background: #B8943E; color: #0B1D3A; font-size: 15px; font-weight: 600; padding: 16px 36px; border: none; border-radius: 2px; cursor: pointer; letter-spacing: 0.03em; transition: all 0.25s; } .hero-cta:hover { background: #D4B565; transform: translateY(-1px); } @media (max-width: 768px) { .hero-section { padding: 100px 24px 60px; } .hero-section h1 { font-size: 32px; } .hero-subtext { font-size: 16px; } }
0
Skip to Content
Alex HlaMyint
Home
About
Blog
Contact
Alex HlaMyint
Home
About
Blog
Contact
Home
About
Blog
Contact