Azai Enterprises
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: ‘Poppins’, sans-serif;
background: #0a0a0a;
color: #ffffff;
}
/* NAVBAR */
header {
position: fixed;
width: 100%;
padding: 20px 60px;
display: flex;
justify-content: space-between;
align-items: center;
background: rgba(0,0,0,0.6);
backdrop-filter: blur(10px);
z-index: 1000;
}
header h3 {
margin: 0;
font-weight: 600;
letter-spacing: 2px;
}
nav a {
color: white;
text-decoration: none;
margin-left: 30px;
font-size: 14px;
transition: 0.3s;
}
nav a:hover {
color: #d4af37;
}
/* SECTIONS */
section {
padding: 120px 20px;
text-align: center;
opacity: 0;
transform: translateY(40px);
transition: 1s ease;
}
section.visible {
opacity: 1;
transform: translateY(0);
}
h1 {
font-size: 52px;
margin-bottom: 20px;
}
h2 {
font-size: 32px;
margin-bottom: 30px;
}
p {
max-width: 700px;
margin: 0 auto 20px;
color: #cccccc;
}
/* BUTTON */
.btn {
display: inline-block;
margin-top: 30px;
padding: 14px 40px;
background: #d4af37;
color: black;
text-decoration: none;
font-weight: 600;
border-radius: 30px;
transition: 0.3s;
}
.btn:hover {
background: white;
}
/* GLASS CARDS */
.services {
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
margin-top: 50px;
}
.card {
background: rgba(255,255,255,0.05);
border: 1px solid rgba(255,255,255,0.1);
backdrop-filter: blur(15px);
padding: 40px;
width: 300px;
border-radius: 15px;
transition: 0.4s ease;
}
.card:hover {
transform: translateY(-10px);
border-color: #d4af37;
}
/* STATS */
.stats {
display: flex;
justify-content: center;
gap: 60px;
flex-wrap: wrap;
}
.stat h3 {
font-size: 48px;
color: #d4af37;
}
/* CONTACT */
form {
max-width: 500px;
margin: auto;
display: flex;
flex-direction: column;
gap: 20px;
}
input, textarea {
padding: 12px;
background: #111;
border: 1px solid #333;
color: white;
border-radius: 8px;
}
input:focus, textarea:focus {
outline: none;
border-color: #d4af37;
}
footer {
background: #000;
padding: 40px;
text-align: center;
color: #777;
font-size: 14px;
}
/* MOBILE */
@media(max-width:768px){
h1 { font-size: 34px; }
.services { flex-direction: column; align-items: center; }
.stats { flex-direction: column; gap: 30px; }
header { padding: 20px; }
}
AZAI ENTERPRISES
Precision. Power. Performance.
Azai Enterprises delivers strategic business solutions engineered for sustainable global growth and operational excellence.
Built On Strategy. Driven By Execution.
We operate where disciplined execution meets long-term thinking — enabling businesses to scale confidently in competitive global markets.
Our Core Expertise
Strategic Consulting
Data-driven frameworks designed for measurable performance growth.
Global Trade
Reliable sourcing and supply networks built on trust and precision.
Market Expansion
Structured strategies to enter and dominate new markets.
Proven Authority
0
Years Experience
0
International Partners
0
Successful Projects
Request a Private Consultation
/* Scroll Reveal */
const sections = document.querySelectorAll(“section”);
window.addEventListener(“scroll”, () => {
sections.forEach(sec => {
const top = sec.getBoundingClientRect().top;
if(top {
const updateCount = () => {
const target = +counter.getAttribute(‘data-target’);
const count = +counter.innerText;
const increment = target / 100;
if(count < target){
counter.innerText = Math.ceil(count + increment);
setTimeout(updateCount, 20);
} else {
counter.innerText = target + "+";
}
};
updateCount();
});