@import url(‘https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@300;400;500&display=swap’);
* { box-sizing: border-box; margin: 0; padding: 0; }
.about-wrap {
font-family: ‘DM Sans’, sans-serif;
color: #1a1a1a;
background: #f7f6f2;
overflow: hidden;
}
.hero {
position: relative;
background: #0a2e14;
padding: 80px 48px 100px;
overflow: hidden;
}
.hero-bg {
position: absolute; inset: 0;
background:
radial-gradient(ellipse 60% 80% at 80% 50%, rgba(29,158,117,0.18) 0%, transparent 70%),
radial-gradient(ellipse 40% 60% at 10% 20%, rgba(99,153,34,0.12) 0%, transparent 60%);
pointer-events: none;
}
.hero-grid {
position: absolute; inset: 0;
background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
background-size: 48px 48px;
}
.hero-inner { position: relative; max-width: 800px; }
.hero-tag {
display: inline-flex; align-items: center; gap: 8px;
background: rgba(29,158,117,0.2);
border: 1px solid rgba(29,158,117,0.4);
border-radius: 100px;
padding: 6px 16px;
font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
color: #5DCAA5;
margin-bottom: 28px;
}
.hero-tag-dot {
width: 6px; height: 6px; border-radius: 50%;
background: #1D9E75;
animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
0%,100% { opacity: 1; }
50% { opacity: 0.4; }
}
.hero h1 {
font-family: ‘Playfair Display’, serif;
font-size: clamp(40px, 6vw, 72px);
font-weight: 900;
line-height: 1.05;
color: #fff;
margin-bottom: 24px;
}
.hero h1 em {
font-style: italic;
color: #5DCAA5;
}
.hero-desc {
font-size: 17px; font-weight: 300; line-height: 1.75;
color: rgba(255,255,255,0.65);
max-width: 560px;
margin-bottom: 48px;
}
.hero-stats {
display: flex; gap: 0; flex-wrap: wrap;
border-top: 1px solid rgba(255,255,255,0.1);
padding-top: 40px;
}
.hero-stat {
padding: 0 40px 0 0;
margin-right: 40px;
border-right: 1px solid rgba(255,255,255,0.1);
}
.hero-stat:last-child { border: none; }
.hero-stat-num {
font-family: ‘Playfair Display’, serif;
font-size: 40px; font-weight: 700;
color: #fff;
line-height: 1;
margin-bottom: 4px;
}
.hero-stat-num span { color: #5DCAA5; }
.hero-stat-label {
font-size: 12px; font-weight: 400; letter-spacing: 1px;
text-transform: uppercase;
color: rgba(255,255,255,0.4);
}
.atk-section { padding: 80px 48px; background: #f7f6f2; }
.atk-section-alt { background: #fff; padding: 80px 48px; }
.section-tag {
font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase;
color: #1D9E75;
margin-bottom: 16px;
}
.section-title {
font-family: ‘Playfair Display’, serif;
font-size: clamp(28px, 4vw, 44px);
font-weight: 700;
line-height: 1.15;
color: #1a1a1a;
margin-bottom: 48px;
}
.mission-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2px;
border-radius: 16px;
overflow: hidden;
}
.mission-card {
background: #fff;
border: 0.5px solid #e5e5e5;
padding: 40px;
}
.mission-icon {
width: 48px; height: 48px;
border-radius: 12px;
display: flex; align-items: center; justify-content: center;
margin-bottom: 20px;
font-size: 22px;
}
.mission-icon-green { background: #EAF3DE; }
.mission-icon-teal { background: #E1F5EE; }
.mission-icon-amber { background: #FAEEDA; }
.mission-card h3 {
font-family: ‘Playfair Display’, serif;
font-size: 22px; font-weight: 700;
color: #1a1a1a;
margin-bottom: 12px;
}
.mission-card p {
font-size: 15px; font-weight: 300; line-height: 1.7;
color: #555;
}
.mission-card-featured {
background: #0a2e14 !important;
grid-column: span 2;
}
.mission-card-featured h3 { color: #fff !important; font-size: 26px !important; }
.mission-card-featured p { color: rgba(255,255,255,0.6) !important; font-size: 16px !important; }
.mission-card-featured .mission-icon { background: rgba(29,158,117,0.2) !important; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar {
padding: 36px;
background: #fff;
border: 0.5px solid #e5e5e5;
border-radius: 16px;
position: relative;
overflow: hidden;
}
.pillar::before {
content: ”;
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
}
.pillar-a::before { background: #1D9E75; }
.pillar-b::before { background: #639922; }
.pillar-c::before { background: #185FA5; }
.pillar-num {
font-family: ‘Playfair Display’, serif;
font-size: 48px; font-weight: 900;
line-height: 1;
margin-bottom: 16px;
}
.pillar-a .pillar-num { color: rgba(29,158,117,0.15); }
.pillar-b .pillar-num { color: rgba(99,153,34,0.15); }
.pillar-c .pillar-num { color: rgba(24,95,165,0.15); }
.pillar h3 { font-size: 18px; font-weight: 500; color: #1a1a1a; margin-bottom: 10px; }
.pillar p { font-size: 14px; font-weight: 300; line-height: 1.7; color: #666; }
.story-layout {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 64px;
align-items: start;
}
.story-year {
font-family: ‘Playfair Display’, serif;
font-size: 96px; font-weight: 900;
color: #e5e5e5;
line-height: 1;
margin-bottom: -8px;
}
.story-body p {
font-size: 16px; font-weight: 300; line-height: 1.85;
color: #555;
margin-bottom: 24px;
}
.story-body p.story-lead {
font-size: 20px; font-weight: 400; line-height: 1.65;
color: #1a1a1a;
}
.story-pull {
border-left: 3px solid #1D9E75;
padding: 20px 28px;
background: rgba(29,158,117,0.06);
border-radius: 0 12px 12px 0;
margin: 32px 0;
font-family: ‘Playfair Display’, serif;
font-style: italic;
font-size: 20px;
color: #1a1a1a;
line-height: 1.5;
}
.team-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.team-card {
background: #f7f6f2;
border: 0.5px solid #e5e5e5;
border-radius: 16px;
padding: 28px 24px;
text-align: center;
}
.team-avatar {
width: 64px; height: 64px;
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
font-family: ‘Playfair Display’, serif;
font-size: 22px; font-weight: 700;
margin: 0 auto 16px;
}
.av-green { background: #C0DD97; color: #27500A; }
.av-teal { background: #9FE1CB; color: #085041; }
.av-amber { background: #FAC775; color: #633806; }
.av-blue { background: #B5D4F4; color: #0C447C; }
.team-name { font-size: 15px; font-weight: 500; color: #1a1a1a; margin-bottom: 4px; }
.team-role { font-size: 12px; font-weight: 400; color: #777; }
.cta-section {
background: #0a2e14;
padding: 80px 48px;
text-align: center;
position: relative;
overflow: hidden;
}
.cta-section::before {
content: ”;
position: absolute; inset: 0;
background: radial-gradient(ellipse 50% 80% at 50% 50%, rgba(29,158,117,0.2) 0%, transparent 70%);
}
.cta-inner { position: relative; }
.cta-section h2 {
font-family: ‘Playfair Display’, serif;
font-size: clamp(28px, 4vw, 48px); font-weight: 700;
color: #fff;
margin-bottom: 16px;
}
.cta-section p {
font-size: 17px; font-weight: 300;
color: rgba(255,255,255,0.55);
margin-bottom: 36px;
}
.cta-btn {
display: inline-block;
background: #1D9E75;
color: #fff;
font-size: 15px; font-weight: 500;
padding: 14px 36px;
border-radius: 100px;
text-decoration: none;
}
.cta-btn:hover { background: #0F6E56; color: #fff; }
@media (max-width: 768px) {
.hero { padding: 48px 24px 64px; }
.atk-section, .atk-section-alt { padding: 48px 24px; }
.mission-grid { grid-template-columns: 1fr; }
.mission-card-featured { grid-column: span 1; }
.pillars-grid { grid-template-columns: 1fr; }
.story-layout { grid-template-columns: 1fr; gap: 24px; }
.story-year { font-size: 64px; }
.team-grid { grid-template-columns: 1fr 1fr; }
.hero-stat { padding: 0 20px 0 0; margin-right: 20px; }
}
About AgriTechKart
Where Agriculture
Meets Innovation
We are the world’s leading platform for agricultural technology insights — bridging the gap between cutting-edge innovation and the farmers, businesses, and investors who need it most.
AgriTech knowledge
Global Perspective, Local Impact
Founded by a team of agricultural engineers, data scientists, and industry veterans, AgriTechKart serves a global community of farmers, agribusinesses, investors, and technology innovators committed to transforming food production — from Silicon Valley to Sub-Saharan Africa.
Authority-Driven
Every piece of content is research-backed and validated by industry experts, agronomists, and technology leaders with real-world experience.
Future-Ready
We focus on emerging technologies and sustainable practices shaping the next decade of agriculture — always looking ahead so you can act now.
we do
Knowledge Access
Connecting millions of stakeholders with the innovations, tools, and financial resources they need — regardless of location or background.
Practical Agriculture
We don’t just cover technology in isolation. Every insight is grounded in what real farmers and agribusinesses can actually implement today.
Sustainable Future
Our editorial compass always points toward practices that build a productive, resilient, and equitable future for global food systems.
AgriTechKart was born from a simple but urgent observation: the agricultural technology revolution was happening fast — but the knowledge wasn’t reaching the people who needed it most.
Farmers in emerging markets were adopting mobile phones faster than tractors. Investors were pouring billions into agritech startups with no reliable source to evaluate them. Agribusinesses were making supply chain decisions without real-time data. The gap between innovation and application was costing the world — in food waste, inefficiency, and lost opportunity.
So we built the platform we wished existed. A place where a smallholder farmer in Maharashtra and a venture capitalist in San Francisco could both find authoritative, actionable insight. Where the language of technology meets the language of the soil.
Today, AgriTechKart serves readers across 150+ countries, publishing expert articles on precision agriculture, AI-driven crop management, agri-finance, climate-smart farming, and beyond. Our team of agricultural engineers, data scientists, and industry veterans continues to grow — united by a mission to make the future of food production accessible to everyone.
for the field
Ready to explore the future
of agriculture?
Join millions of readers discovering AgriTech innovations that matter.