Home

Fitbol - Your Fitness, Reimagined

Elevate Your Fitness Journey

High-quality fitness equipment, designed for your home.

Shop the Collection
Free Delivery

Free Delivery

Across India

Space-Saving Design

Space-Saving Design

For Indian Homes

Premium Quality

Premium Quality

Durable and Long-lasting

Shop by Fitness Goals

Strength Training

Explore

Cardio Equipment

Explore

What Our Customers Say

Transform Your Fitness Today

Start your fitness journey with Fitbol's premium equipment.

Shop Now

© 2024 Fitbol. All rights reserved.

body { font-family: 'Roboto', sans-serif; margin: 0; padding: 0; } .hero { background: url('hero-image.jpg') no-repeat center center/cover; height: 100vh; position: relative; } .hero-overlay { background-color: rgba(0, 0, 0, 0.5); height: 100%; display: flex; justify-content: center; align-items: center; } .hero-content { color: white; text-align: center; } .hero-btn { padding: 10px 20px; background-color: #ff6600; color: white; border: none; cursor: pointer; text-transform: uppercase; } .product-grid { display: flex; justify-content: space-around; margin: 20px 0; } .product-item { text-align: center; } .product-info { padding: 10px; transition: transform 0.3s ease; } .product-item:hover .product-info { transform: translateY(-10px); } .benefits { display: flex; justify-content: space-around; background-color: #f4f4f4; padding: 40px 0; } .benefit-item { text-align: center; padding: 20px; } .category-grid { display: flex; justify-content: space-around; } .category-item { background-size: cover; background-position: center; width: 30%; height: 300px; position: relative; } .category-overlay { position: absolute; bottom: 20px; left: 20px; color: white; } .cta-banner { background-color: #ff6600; color: white; text-align: center; padding: 40px 0; } ``