Free
Hero
Bold Horizon Hero
A hero block extracted from the Bold Horizon template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
0
10
A hero block extracted from the Bold Horizon template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.FontAwesomeConfig = {
autoReplaceSvg: 'nest'
};
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bold Horizon Hero | Tailwind CSS UI Block</title>
<meta name="description" content="A hero block extracted from the Bold Horizon template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.">
<meta name="keywords" content="Bold Horizon, Tailwind CSS template, HTML website template, business transformation, management consulting, case study landing page, responsive corporate design">
<meta name="author" content="Let's templates">
<link rel="canonical" href="">
<meta property="og:type" content="product">
<meta property="og:site_name" content="Let's templates">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="">
<meta property="og:title" content="Bold Horizon | Tailwind CSS Business Transformation Template">
<meta property="og:description" content="A bold Tailwind CSS consulting template for business transformation firms, case studies, leadership insights, and corporate strategy teams.">
<meta property="og:image" content="">
<meta property="og:image:alt" content="Bold Horizon template preview">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="">
<meta name="twitter:title" content="Bold Horizon | Tailwind CSS Business Transformation Template">
<meta name="twitter:description" content="A bold Tailwind CSS consulting template for business transformation firms, case studies, leadership insights, and corporate strategy teams.">
<meta name="twitter:image" content="">
<meta name="twitter:image:alt" content="Bold Horizon template preview">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Archivo:wght@400;700;900&family=Inter:wght@300;400;500&display=swap" rel="stylesheet">
<style>
html {
overflow-x: hidden;
}
body {
font-family: 'Inter', sans-serif;
background-color: #ffffff;
color: #000000;
overflow-x: hidden;
}
h1, h2, h3, .font-bold-title {
font-family: 'Archivo', sans-serif;
text-transform: uppercase;
}
.text-huge {
font-size: clamp(2.75rem, 11vw, 18rem);
line-height: 0.85;
letter-spacing: -0.04em;
}
.text-mega {
font-size: clamp(2rem, 7.5vw, 8rem);
line-height: 0.92;
letter-spacing: -0.03em;
}
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
.hide-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
</style>
</head>
<body class="antialiased overflow-x-hidden">
<!-- block:start hero -->
<section id="hero" class="pt-6 sm:pt-10 overflow-hidden">
<div class="px-4 sm:px-6 md:px-12 max-w-full">
<h1 class="text-huge font-black mb-6 sm:mb-10 text-center break-words px-1">BOLD HORIZON</h1>
<div class="relative w-full max-w-full h-[320px] sm:h-[420px] md:h-[700px] overflow-hidden mb-8 sm:mb-12 rounded-xl md:rounded-none">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_263b578d49_9e3945c3a3b9198c.png" alt="corporate boardroom meeting with professionals discussing strategy, high-end office interior, cinema" />
<div class="absolute inset-0 flex flex-col justify-end p-5 sm:p-8 md:p-16">
<p class="text-white text-base sm:text-xl md:text-3xl max-w-xl font-light italic leading-tight">
Together,<br>we are building<br>a future<br>where<br>business and<br>society thrive.
</p>
</div>
</div>
<div class="border-t border-b border-black py-4 sm:py-6 text-[10px] uppercase font-bold tracking-widest">
<div class="flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4">
<div class="flex flex-wrap items-center justify-center sm:justify-start gap-x-2 gap-y-1">
<span>EST. 2004</span>
<span class="opacity-30 hidden sm:inline">•</span>
<span>LOS ANGELES, CA</span>
</div>
<div class="flex items-center justify-center sm:justify-end gap-3">
<a href="#ask-us" class="bg-black text-white px-5 sm:px-6 py-2 rounded-full hover:bg-neutral-800 transition-colors whitespace-nowrap">Book a Call</a>
<button
id="hero-menu-button"
type="button"
class="md:hidden w-10 h-10 rounded-full border border-black/20 flex items-center justify-center shrink-0"
aria-label="Open navigation"
aria-expanded="false"
aria-controls="hero-navigation"
>
<span id="hero-menu-icon-open" aria-hidden="true"><i class="fa-solid fa-bars text-sm"></i></span>
<span id="hero-menu-icon-close" class="hidden" aria-hidden="true"><i class="fa-solid fa-xmark text-sm"></i></span>
</button>
</div>
</div>
<nav
id="hero-navigation"
class="hidden md:flex flex-col md:flex-row flex-wrap justify-center gap-3 md:gap-10 mt-4 md:mt-6 pt-4 md:pt-0 border-t md:border-t-0 border-black/10 text-center md:text-left"
aria-label="Primary navigation"
>
<a href="#case-study" class="hover:opacity-50 transition-opacity">Industries</a>
<a href="#support" class="hover:opacity-50 transition-opacity">Capabilities</a>
<a href="#content-grid" class="hover:opacity-50 transition-opacity">Our Insights</a>
<a href="#footer" class="hover:opacity-50 transition-opacity">Locations</a>
<a href="#footer" class="hover:opacity-50 transition-opacity">Careers</a>
<a href="#podcast" class="hover:opacity-50 transition-opacity">About Us</a>
</nav>
</div>
</div>
</section>
<!-- block:end hero -->
<script>
(function () {
var button = document.getElementById('hero-menu-button');
var navigation = document.getElementById('hero-navigation');
var iconOpen = document.getElementById('hero-menu-icon-open');
var iconClose = document.getElementById('hero-menu-icon-close');
if (!button || !navigation) return;
function setHeroMenu(open) {
navigation.classList.toggle('hidden', !open);
navigation.classList.toggle('flex', open);
button.setAttribute('aria-expanded', String(open));
button.setAttribute('aria-label', open ? 'Close navigation' : 'Open navigation');
if (iconOpen && iconClose) {
iconOpen.classList.toggle('hidden', open);
iconClose.classList.toggle('hidden', !open);
}
}
button.addEventListener('click', function (event) {
event.stopPropagation();
setHeroMenu(navigation.classList.contains('hidden'));
});
navigation.querySelectorAll('a').forEach(function (link) {
link.addEventListener('click', function () {
if (window.matchMedia('(max-width: 767px)').matches) {
setHeroMenu(false);
}
});
});
document.addEventListener('click', function (event) {
if (window.matchMedia('(max-width: 767px)').matches &&
navigation.classList.contains('flex') &&
!navigation.contains(event.target) &&
!button.contains(event.target)) {
setHeroMenu(false);
}
});
})();
</script>
</body>
</html>
Free
Agency
Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.