Help
RSS
API
Feed
Maltego
Contact
Domain > aquafitarena.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-28
18.239.225.53
(
ClassC
)
2025-06-27
18.165.116.53
(
ClassC
)
2026-02-11
3.175.34.51
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 28533Connection: keep-aliveLast-Modified: Sat, 19 Jul 2025 18:36:05 GMTx-amz-version-id: nullServer: AmazonS3Date: Wed, 11 Feb 2026 23:31:04 GMTETag: f521055b4753222c6941706988ebbe67X-Cache: RefreshHit from cloudfrontVia: 1.1 6f487ff94f33b54cc57c94581b06fb50.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: 61G3_jJB9zgJzLo-snnWbUVuuBHsitkJgd7W4KimckkCZtvguhBz0g !DOCTYPE html>html langen>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> meta namedescription contentAqua Fit Arena offers Learn to Swim, Intermediate swimming, Advanced & Competitive swiming, Stroke Correction swimming, Weekend swimming Batches, swimming lessons, aqua fitness, and a family-friendly pool & Temperature Controlled Swimming Pool experience in a hygienic indoor facility.> meta namekeywords contentSwimming, Aqua Fitness, Pool, Kids Swim Classes, Bangalore Pools, Indoor Swimming, Aqua Aerobics> link relcanonical hrefhttps://aquafitarena.com/ /> title>Aqua Fit Arena/title> !-- ✅ START: Inserted SEO Meta Tags --> !-- Primary Meta Tags --> title>Aqua Fit Arena | Indoor Swimming | Temperature Controlled Swimming Pool | Aqua Fitness in Bangalore/title> meta nametitle contentAqua Fit Arena | Indoor Swimming | Temperature Controlled Swimming Pool | Aqua Fitness in Bangalore> meta namedescription contentAqua Fit Arena offers swimming lessons, aqua fitness, and family-friendly indoor pool & Temperature Controlled Swimming Pool experiences in Bangalore. Safe, hygienic & fun for all ages.> meta namekeywords contentTemperature Controlled Swimming Pool in Bangalore, Indoor Swimming Pool for Kids and Adults, Best Swimming Pool Near Me in Bangalore, Aqua Zumba Classes in Bangalore, Indoor Pool with Aqua Fitness in Bangalore, Swimming Pool with Hygiene and Safety, Swimming Classes for Kids in Bangalore, Aqua Fitness Training in Indoor Pool, Learn Swimming in Bangalore Indoor Pool, Swimming Pool for Ladies in Bangalore, Aqua Aerobics Classes Near Me, Best Family-Friendly Indoor Pool in Bangalore, Summer Swimming Camps in Bangalore, Aqua Therapy and Fitness Bangalore, Swimming Pool with Coach in Bangalore, Clean and Safe Swimming Pool in Bangalore, Private Swimming Lessons for Beginners, Swimming Pool for All Age Groups Bangalore, Affordable Swimming Classes Near Me, Aqua Fit Arena – Bangalore’s Best Indoor Pool> meta nameauthor contentAqua Fit Arena> link relcanonical hrefhttps://www.aquafitarena.com/ /> !-- Open Graph / Facebook --> meta propertyog:type contentbusiness.business> meta propertyog:url contenthttps://www.aquafitarena.com/> meta propertyog:title contentAqua Fit Arena | Indoor Swimming | Temperature Controlled Swimming Pool | Aqua Fitness in Bangalore> meta propertyog:description contentJoin our indoor pool for swimming classes, aqua fitness & Zumba. Family-friendly, hygienic and fun!> meta propertyog:image contenthttps://www.aquafitarena.com/images/seo-Banner.jpg> meta propertyog:site_name contentAqua Fit Arena> !-- Favicon --> link relicon href/favicon.ico typeimage/x-icon> !-- JSON-LD Structured Data for Google & Social Media --> script typeapplication/ld+json> { @context: https://schema.org, @type: SportsActivityLocation, name: Aqua Fit Arena, image: https://www.aquafitarena.com/images/Aquafitarena.png, @id: https://www.aquafitarena.com/, url: https://www.aquafitarena.com/, telephone: +91-9740740947, address: { @type: PostalAddress, streetAddress: No 1 Vijaya Theater Road, Mysore Rd, Byatarayanapura, addressLocality: Bangalore, addressRegion: Karnataka, postalCode: 560026, addressCountry: IN }, geo: { @type: GeoCoordinates, latitude: 12.9716, longitude: 77.5946 }, openingHoursSpecification: { @type: OpeningHoursSpecification, dayOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday , opens: 06:00, closes: 21:00 }, sameAs: https://www.facebook.com/aquafitarena, https://www.instagram.com/aquafitarena/, https://www.youtube.com/@aquafitarena, https://www.google.com/search?qAqua+Fit+Arena+Bangalore } /script> !-- ✅ END: SEO Tags --> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> style> /* Base Reset */ * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } body { background: white; color: #333; } /* Hero Section */ .hero-section { background: url(swimming-pool.jpg) no-repeat center center/cover; height: 60vh; color: #ffffff; display: flex; flex-direction: column; justify-content: space-between; align-items: center; position: relative; text-align: center; } .hero-content { margin-top: 100px; } .logo { max-width: 360px; margin-bottom: 20px; } .hero-content h1 { font-size: 36px; font-weight: bold; text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); } /* Navigation Bar */ .navbar { width: 100%; position: absolute; top: 20px; text-align: center; } .navbar ul { list-style: none; padding: 0; margin: 0; } .navbar ul li { display: inline-block; margin: 0 20px; } .navbar ul li a { text-decoration: none; color: rgb(21, 1, 68); font-size: 18px; font-weight: bold; transition: color 0.3s; } .navbar ul li a:hover { color: #00e6e6; } /* Buttons and CTA */ .cta a { background: #0077b6; color: white; padding: 10px 15px; margin: 5px; border-radius: 4px; text-decoration: none; display: inline-block; } /* Section Styling */ .section { padding: 40px 20px; max-width: 1800px; margin: auto; } .section h2 { font-size: 28px; color: #003b6f; margin-bottom: 20px; text-align: center; } .flex { display: flex; flex-wrap: wrap; gap: 40px; } .flex-1 { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; /* centers child elements horizontally */ align-items: center; /* aligns items vertically (optional) */ text-align: center; } .feature, .service-card { text-align: center; } .feature { flex: 1 1 200px; max-width: 250px; text-align: center; } .feature img, .service-card img { width: 100%; max-width: 1200px; height: 200px; object-fit: cover; border-radius: 10px; } .service-card { background: #fff; padding: 10px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } body { font-family: Arial, sans-serif; margin: 0; background: #f2fcff; } .services-section { padding: 60px 20px; text-align: center; background-color: #eafaff; } .services-section h2 { font-size: 36px; color: #005b8f; margin-bottom: 40px; } .slider-container { position: relative; max-width: 1000px; margin: 0 auto; overflow: hidden; } .slider-track { display: flex; gap: 20px; transition: transform 0.5s ease-in-out; } .slide { min-width: 300px; background-color: #ffffff; border-radius: 12px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); text-align: center; padding-bottom: 20px; } .slide img { width: 100%; height: auto; border-radius: 12px 12px 0 0; } .slide h3 { font-size: 20px; color: #0077b6; margin: 15px 0 10px; } .slide p { padding: 0 15px 15px; font-size: 14px; color: #444; } .cta-button { background-color: #25D366; color: white; padding: 10px 18px; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background 0.3s; } .cta-button:hover { background-color: #1ebe5d; } /* Arrows */ .prev, .next { position: absolute; top: 45%; transform: translateY(-50%); background-color: #0077b6; color: white; border: none; padding: 10px 16px; border-radius: 50%; cursor: pointer; font-size: 20px; } body { margin: 0; font-family: Segoe UI, sans-serif; background-color: #ffffff; } .session-wrapper { max-width: 1200px; margin: 60px auto; padding: 0 20px; text-align: center; } .session-title { font-size: 36px; margin-bottom: 40px; color: #0077b6; } .session-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; } .session-box { background-color: #ffffff; border-radius: 20px; padding: 30px; width: 300px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); transition: 0.3s ease; } .session-box.highlight { border: 2px solid #0077b6; background: #e0f7ff; box-shadow: 0 6px 24px rgba(0, 119, 182, 0.2); } .session-box h3 { font-size: 24px; color: #005b8f; margin-bottom: 10px; } .session-box p { font-size: 16px; margin-bottom: 20px; color: #333; } .session-box a { display: inline-block; text-decoration: none; background-color: #25D366; color: white; padding: 10px 20px; border-radius: 30px; font-weight: bold; transition: background-color 0.3s; } .session-box a:hover { background-color: #1ebe5d; } @media (max-width: 768px) { .session-grid { flex-direction: column; align-items: center; } .session-box { width: 90%; } } .gallery-section { text-align: center; padding: 60px 20px; background-color: #f7f7f7; } .gallery-section h2 { font-size: 2rem; color: #00796B; margin-bottom: 10px; } .gallery-section p { font-size: 1rem; color: #444; margin-bottom: 30px; } .gallery-slider { display: flex; overflow-x: auto; gap: 10px; padding: 10px; scroll-snap-type: x mandatory; } .gallery-slider img { height: 180px; border-radius: 10px; scroll-snap-align: start; transition: transform 0.3s ease; } .gallery-slider img:hover { transform: scale(1.05); } .view-more-btn { margin-top: 20px; background-color: #00796B; color: white; padding: 12px 25px; border: none; border-radius: 8px; cursor: pointer; font-size: 1rem; transition: background-color 0.3s ease; } .view-more-btn:hover { background-color: #004d40; } /* Modal Styles */ .modal { display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; overflow-y: auto; background-color: rgba(0, 0, 0, 0.95); padding: 40px 20px; } .modal-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .modal-content img { max-width: 300px; width: 100%; border-radius: 10px; transition: 0.3s ease; } .modal-content img:hover { transform: scale(1.05); } .close { color: white; position: absolute; top: 20px; right: 35px; font-size: 35px; font-weight: bold; cursor: pointer; } body { margin: 0; font-family: Segoe UI, sans-serif; background-color: white; padding: 40px 20px; } .section { text-align: center; /* margin-bottom: 50px; */ } .section h1 { color: #0077b6; font-size: 32px; margin-bottom: 15px; } .section p { font-size: 18px; color: #333; max-width: 800px; margin: auto; line-height: 1.6; } .columns-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; max-width: 1000px; margin: auto; padding: 20px; } .column { background: white; border-radius: 15px; padding: 25px; width: 300px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } .column h2 { text-align: center; font-size: 24px; color: #00b894; margin-bottom: 15px; } .column ul { list-style: none; padding: 0; text-align: left; } .column ul li { font-size: 16px; color: #333; margin-bottom: 10px; padding-left: 20px; position: relative; } .column ul li::before { content: ✔; position: absolute; left: 0; color: #00b894; } @media (max-width: 768px) { .columns-container { flex-direction: column; align-items: center; } } @media (max-width: 768px) { footer divstyle*flex: 1 { flex: 1 1 100% !important; text-align: center !important; } footer ul { margin: 0 auto; } footer p { padding: 0 10px; } } .map iframe { width: 100%; height: 300px; border: none; } footer { background: #0077b6; color: white; padding: 20px; text-align: center; } .social-icons a, .quick-links a { display: block; color: white; text-decoration: underline; margin: 5px 0; } .whatsapp { position: fixed; bottom: 20px; right: 20px; background: #25D366; padding: 10px 15px; border-radius: 50%; color: white; font-size: 24px; text-align: center; } /* Intro Section */ .intro-section { padding: 2rem; background: #fff; } .intro-content { display: flex; /* max-width: 1200px; */ /* margin: 0 auto; */ justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2rem; } .intro-images { flex: 1 1 40%; text-align: center; } .intro-images img { max-width: 100%; height: auto; border-radius: 8px; } .intro-text { flex: 1 1 55%; } .intro-text h2 { font-size: 28px; color: #003b6f; margin-bottom: 20px; } .intro-text p { font-size: 16px; line-height: 1.7; color: #333; margin-bottom: 30px; } .explore-btn { border: 2px solid #0077b6; padding: 10px 20px; text-decoration: none; color: #0077b6; font-weight: bold; border-radius: 4px; transition: 0.3s; } .explore-btn:hover { background: #0077b6; color: #fff; } .slider-wrapper { position: relative; display: flex; align-items: center; justify-content: center; margin: 0 auto; width: 90%; } .slider-container { overflow: hidden; width: 100%; } .slider-track { display: flex; transition: transform 0.5s ease-in-out; } .slide { flex: 0 0 33.3333%; box-sizing: border-box; padding: 20px; text-align: center; } .nav-button { background-color: #0077cc; color: white; border: none; font-size: 2rem; padding: 10px 15px; cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; border-radius: 50%; transition: background-color 0.3s ease; } .nav-button:hover { background-color: #005fa3; } .prev { left: -40px; /* push outside the container */ } .next { right: -40px; } @media (max-width: 768px) { .slide { flex: 0 0 100%; /* Show 1 slide on mobile */ } } /* Responsive Design */ @media (max-width: 768px) { .hero-content h1 { font-size: 24px; } .navbar ul li { margin: 0 10px; } .logo { max-width: 90px; } .navbar { flex-direction: column; align-items: flex-start; } .navbar nav { flex-direction: column; gap: 10px; } .intro-content, .flex, .slider { flex-direction: column; align-items: center; } .gallery img { width: 100%; max-width: 100%; } } @media (max-width: 480px) { .cta a { padding: 8px 12px; font-size: 14px; } .service-card img { max-width: 100%; height: auto; } .slider div { text-align: center; } } /style>/head>body> header classhero-section> nav classnavbar> ul> li>a href#home>Home/a>/li> li>a href#about>About/a>/li> li>a href#gallery>Gallery/a>/li> li>a href#contact>Contact Us/a>/li> /ul> /nav> /header> section classintro-section idhome> div classintro-content> div classintro-images> img srcUntitled.jpg altChild Swimming /> /div> div classintro-text> h2>Health, Safety, and Learning Through Having Fun/h2> p> The AquaFit Arena provides a wide array of courses for children and adults, specializing in swimming, diving, and aqua aerobics. With a team of highly qualified instructors and a calm, supportive atmosphere, the facility is dedicated to helping participants overcome water-related fears. Through personalized guidance, individuals can learn and refine swimming techniques, ultimately discovering their preferred style while building confidence and enhancing their aquatic skills. /p> a href# classexplore-btn>Explore AquaFit/a> /div> /div> /section> section idwhy-choose-us classsection> h2>Why Choose Us?/h2> div classflex-1> div classfeature>img srcTemperature-Controlled Indoor Pool.JPG altIndoor Pool> p>Temperature-Controlled Indoor Pool/p> /div> div classfeature>img srcSeparate Timings for Kids & Adults.JPG altKids Pool> p>Separate Timings for Kids & Adults/p> /div> div classfeature>img srcCertified Coaches & Lifeguards.JPG altCertified Coaches> p>Trained & Certified Instructors and Lifeguards/p> /div> div classfeature>img srcHygienic, Safe & Family-Friendly Atmosphere.JPG altHygienic Atmosphere> p>Hygienic, Safe & Family-Friendly Atmosphere/p> /div> /div> /section> section idservices classsection> h2>Our Services/h2> div classslider-wrapper> button classnav-button prev onclickslide(-1)>❮/button> div classslider-container> div classslider-track idsliderTrack> !-- Service 1 --> div classslide> img srcLearn to Swim.JPG altLearn to Swim> h3>Learn to Swim/h3> p>Personal and group swimming classes for children and adults./p> a hrefhttps://wa.me/919740740947?textIm%20interested%20in%20Learn%20to%20Swim classcta-button target_blank>Enroll Now/a> /div> !-- Service 2 --> div classslide> img srcAqua Fitness & Aerobics.JPG altAqua Aerobics> h3>Fitness & Aqua Aerobics/h3> p>Low-impact, high-energy workouts guided by certified instructors./p> a hrefhttps://wa.me/919740740947?textIm%20interested%20in%20Aqua%20Aerobics classcta-button target_blank>Enroll Now/a> /div> !-- Service 3 --> div classslide> img srcOpen Swim Hours.JPG altOpen Swim Hours> h3>Open Swim Hours/h3> p>Flexible timings to enjoy a casual swim./p> a hrefhttps://wa.me/919740740947?textIm%20interested%20in%20Open%20Swim%20Hours classcta-button target_blank>Enroll Now/a> /div> !-- Service 4 --> div classslide> img srcHygienic, Safe & Family-Friendly Atmosphere.JPG altSpecial Training> h3>Special Training/h3> p>Tailored programs for athletes and competitive swimmers./p> a hrefhttps://wa.me/919740740947?textIm%20interested%20in%20Special%20Training classcta-button target_blank>Enroll Now/a> /div> /div> /div> button classnav-button next onclickslide(1)>❯/button> /div> /section> script> let currentIndex 0; const track document.getElementById(sliderTrack); const slides document.querySelectorAll(.slide); const slidesPerView 3; function slide(direction) { const maxIndex slides.length - slidesPerView; currentIndex + direction; if (currentIndex 0) currentIndex 0; if (currentIndex > maxIndex) currentIndex maxIndex; const slideWidth slides0.offsetWidth; track.style.transform `translateX(-${currentIndex * slideWidth}px)`; } /script> /section> section classgallery-section idgallery> h2>Gallery/h2> div classgallery-slider> img srcswimming-pool.jpg altGallery Image 1> img srcTWW08088.JPG altGallery Image 2> img srcTWW08095.JPG altGallery Image 3> img srcPersonal Coaching.JPG altGallery Image 4> img srcTWW08202.JPG altGallery Image 5> /div> button classview-more-btn onclickopenGallery()>View More/button> /section> !-- Fullscreen Modal Gallery --> div idfullGalleryModal classmodal> span classclose onclickcloseGallery()>×/span> div classmodal-content> img srcswimming-pool.jpg altFull View> img srcTWW08088.JPG altFull View> img srcTWW08095.JPG altFull View> img srcPersonal Coaching.JPG altFull View> img srcTWW08202.JPG altFull View> img srcTWW08095.JPG altFull View> img srcTWW08202.jpg altFull View> /div> /div> /section> script> function openGallery() { document.getElementById(fullGalleryModal).style.display block; } function closeGallery() { document.getElementById(fullGalleryModal).style.display none; } /script> section idabout classsection> h1>About Aqua Fit Arena/h1> p> Aqua Fit Arena isn’t just a swimming pool – it’s a water-loving community. Founded with a vision to promote wellness through aquatic training, we offer a secure, sanitized, and temperature-controlled environment where learners thrive. /p> /div> /section> div classsection> h1>Our Mission/h1> p> To promote fitness, water safety, and personal confidence through structured aquatic learning. /p> /div> div classcolumns-container> div classcolumn> h2>Core Values/h2> ul> li>Safety First/li> li>Inclusive Environment/li> li>Lifelong Fitness/li> li>Personal Growth/li> li>Community Engagement/li> /ul> /div> div classcolumn> h2>Facilities/h2> ul> li>Indoor Heated Pool/li> li>Trained Lifeguards/li> li>Aqua Aerobics Area/li> li>Kids Pool Section/li> li>Separate Changing Rooms/li> li>Regular Pool Sanitization/li> /ul> /div> /div> /section> div classmap> iframe srchttps://www.google.com/maps?qAqua+Fit+Arena+Bangalore&outputembed loadinglazy>/iframe> /div> footer stylebackground-color: #003b6f; color: white; padding: 40px 20px; text-align: center; idcontact> div stylemax-width: 1200px; margin: auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; text-align: center;> !-- Quick Links Section --> div styleflex: 1; min-width: 200px; text-align: center;> h3 stylemargin-bottom: 20px; font-size: 20px;>Quick Links/h3> ul stylelist-style: none; padding: 0; display: inline-block; text-align: left;> li>a href#home stylecolor: white; text-decoration: none; margin-bottom: 10px; display: block;>Home/a> /li> li>a href#about stylecolor: white; text-decoration: none; margin-bottom: 10px; display: block;>About/a>/li> li>a href#gallery stylecolor: white; text-decoration: none; margin-bottom: 10px; display: block;>Gallery/a>/li> li>a href#contact stylecolor: white; text-decoration: none; margin-bottom: 10px; display: block;>Contact Us/a>/li> /ul> /div> !-- Follow Us Section --> div styleflex: 1; min-width: 200px;> h3 stylemargin-bottom: 20px; font-size: 20px;>Follow Us/h3> div styledisplay: flex; gap: 15px; justify-content: center;> a hrefhttps://www.instagram.com/aquafitarena/ target_blank stylecolor: white; font-size: 24px;>i classfab fa-instagram>/i>/a> a hrefhttps://www.facebook.com/profile.php?id61575989177299 target_blank stylecolor: white; font-size: 24px;>i classfab fa-facebook>/i>/a> a hrefhttps://www.youtube.com/@AquaFitArena target_blank stylecolor: white; font-size: 24px;>i classfab fa-youtube>/i>/a> /div> /div> !-- Contact Section --> div styleflex: 1; min-width: 200px;> h3 stylemargin-bottom: 20px; font-size: 20px;>Contact Us/h3> p stylemargin-bottom: 10px;>strong>Address:/strong> No 1, Vijaya Theater Road, Mysore Rd, Byatarayanapura, Bengaluru, Karnataka – 560026/p> p stylemargin-bottom: 10px;>Call us: a hreftel:+919740740947 stylecolor: #00e6e6; text-decoration: none;>+91 9740740947/a>/p> p>Email: a hrefmailto:aquafitarena@gmail.com stylecolor: #00e6e6; text-decoration: none;>aquafitarena@gmail.com/a>/p> /div> /div> !-- Copyright Section --> div stylemargin-top: 20px; border-top: 1px solid #00e6e6; padding-top: 20px;> p>© 2025 Aqua Fit Arena | All Rights Reserved | Digital Partner frame 2 frame media - 9008488029/p> /div> /footer> a hrefhttps://wa.me/919740740947 classwhatsapp target_blank>i classfab fa-whatsapp>/i>/a>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 28533Connection: keep-aliveLast-Modified: Sat, 19 Jul 2025 18:36:05 GMTx-amz-version-id: nullServer: AmazonS3Date: Wed, 11 Feb 2026 23:31:04 GMTETag: f521055b4753222c6941706988ebbe67X-Cache: Hit from cloudfrontVia: 1.1 592551d5faa08ddff89e731404b54008.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: Cge58r1cteHIMLqeZSo_tWXa5ofCm9yXGnGLh7zyIs62GeLaFTOJTg !DOCTYPE html>html langen>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> meta namedescription contentAqua Fit Arena offers Learn to Swim, Intermediate swimming, Advanced & Competitive swiming, Stroke Correction swimming, Weekend swimming Batches, swimming lessons, aqua fitness, and a family-friendly pool & Temperature Controlled Swimming Pool experience in a hygienic indoor facility.> meta namekeywords contentSwimming, Aqua Fitness, Pool, Kids Swim Classes, Bangalore Pools, Indoor Swimming, Aqua Aerobics> link relcanonical hrefhttps://aquafitarena.com/ /> title>Aqua Fit Arena/title> !-- ✅ START: Inserted SEO Meta Tags --> !-- Primary Meta Tags --> title>Aqua Fit Arena | Indoor Swimming | Temperature Controlled Swimming Pool | Aqua Fitness in Bangalore/title> meta nametitle contentAqua Fit Arena | Indoor Swimming | Temperature Controlled Swimming Pool | Aqua Fitness in Bangalore> meta namedescription contentAqua Fit Arena offers swimming lessons, aqua fitness, and family-friendly indoor pool & Temperature Controlled Swimming Pool experiences in Bangalore. Safe, hygienic & fun for all ages.> meta namekeywords contentTemperature Controlled Swimming Pool in Bangalore, Indoor Swimming Pool for Kids and Adults, Best Swimming Pool Near Me in Bangalore, Aqua Zumba Classes in Bangalore, Indoor Pool with Aqua Fitness in Bangalore, Swimming Pool with Hygiene and Safety, Swimming Classes for Kids in Bangalore, Aqua Fitness Training in Indoor Pool, Learn Swimming in Bangalore Indoor Pool, Swimming Pool for Ladies in Bangalore, Aqua Aerobics Classes Near Me, Best Family-Friendly Indoor Pool in Bangalore, Summer Swimming Camps in Bangalore, Aqua Therapy and Fitness Bangalore, Swimming Pool with Coach in Bangalore, Clean and Safe Swimming Pool in Bangalore, Private Swimming Lessons for Beginners, Swimming Pool for All Age Groups Bangalore, Affordable Swimming Classes Near Me, Aqua Fit Arena – Bangalore’s Best Indoor Pool> meta nameauthor contentAqua Fit Arena> link relcanonical hrefhttps://www.aquafitarena.com/ /> !-- Open Graph / Facebook --> meta propertyog:type contentbusiness.business> meta propertyog:url contenthttps://www.aquafitarena.com/> meta propertyog:title contentAqua Fit Arena | Indoor Swimming | Temperature Controlled Swimming Pool | Aqua Fitness in Bangalore> meta propertyog:description contentJoin our indoor pool for swimming classes, aqua fitness & Zumba. Family-friendly, hygienic and fun!> meta propertyog:image contenthttps://www.aquafitarena.com/images/seo-Banner.jpg> meta propertyog:site_name contentAqua Fit Arena> !-- Favicon --> link relicon href/favicon.ico typeimage/x-icon> !-- JSON-LD Structured Data for Google & Social Media --> script typeapplication/ld+json> { @context: https://schema.org, @type: SportsActivityLocation, name: Aqua Fit Arena, image: https://www.aquafitarena.com/images/Aquafitarena.png, @id: https://www.aquafitarena.com/, url: https://www.aquafitarena.com/, telephone: +91-9740740947, address: { @type: PostalAddress, streetAddress: No 1 Vijaya Theater Road, Mysore Rd, Byatarayanapura, addressLocality: Bangalore, addressRegion: Karnataka, postalCode: 560026, addressCountry: IN }, geo: { @type: GeoCoordinates, latitude: 12.9716, longitude: 77.5946 }, openingHoursSpecification: { @type: OpeningHoursSpecification, dayOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday , opens: 06:00, closes: 21:00 }, sameAs: https://www.facebook.com/aquafitarena, https://www.instagram.com/aquafitarena/, https://www.youtube.com/@aquafitarena, https://www.google.com/search?qAqua+Fit+Arena+Bangalore } /script> !-- ✅ END: SEO Tags --> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> style> /* Base Reset */ * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } body { background: white; color: #333; } /* Hero Section */ .hero-section { background: url(swimming-pool.jpg) no-repeat center center/cover; height: 60vh; color: #ffffff; display: flex; flex-direction: column; justify-content: space-between; align-items: center; position: relative; text-align: center; } .hero-content { margin-top: 100px; } .logo { max-width: 360px; margin-bottom: 20px; } .hero-content h1 { font-size: 36px; font-weight: bold; text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); } /* Navigation Bar */ .navbar { width: 100%; position: absolute; top: 20px; text-align: center; } .navbar ul { list-style: none; padding: 0; margin: 0; } .navbar ul li { display: inline-block; margin: 0 20px; } .navbar ul li a { text-decoration: none; color: rgb(21, 1, 68); font-size: 18px; font-weight: bold; transition: color 0.3s; } .navbar ul li a:hover { color: #00e6e6; } /* Buttons and CTA */ .cta a { background: #0077b6; color: white; padding: 10px 15px; margin: 5px; border-radius: 4px; text-decoration: none; display: inline-block; } /* Section Styling */ .section { padding: 40px 20px; max-width: 1800px; margin: auto; } .section h2 { font-size: 28px; color: #003b6f; margin-bottom: 20px; text-align: center; } .flex { display: flex; flex-wrap: wrap; gap: 40px; } .flex-1 { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; /* centers child elements horizontally */ align-items: center; /* aligns items vertically (optional) */ text-align: center; } .feature, .service-card { text-align: center; } .feature { flex: 1 1 200px; max-width: 250px; text-align: center; } .feature img, .service-card img { width: 100%; max-width: 1200px; height: 200px; object-fit: cover; border-radius: 10px; } .service-card { background: #fff; padding: 10px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } body { font-family: Arial, sans-serif; margin: 0; background: #f2fcff; } .services-section { padding: 60px 20px; text-align: center; background-color: #eafaff; } .services-section h2 { font-size: 36px; color: #005b8f; margin-bottom: 40px; } .slider-container { position: relative; max-width: 1000px; margin: 0 auto; overflow: hidden; } .slider-track { display: flex; gap: 20px; transition: transform 0.5s ease-in-out; } .slide { min-width: 300px; background-color: #ffffff; border-radius: 12px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); text-align: center; padding-bottom: 20px; } .slide img { width: 100%; height: auto; border-radius: 12px 12px 0 0; } .slide h3 { font-size: 20px; color: #0077b6; margin: 15px 0 10px; } .slide p { padding: 0 15px 15px; font-size: 14px; color: #444; } .cta-button { background-color: #25D366; color: white; padding: 10px 18px; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background 0.3s; } .cta-button:hover { background-color: #1ebe5d; } /* Arrows */ .prev, .next { position: absolute; top: 45%; transform: translateY(-50%); background-color: #0077b6; color: white; border: none; padding: 10px 16px; border-radius: 50%; cursor: pointer; font-size: 20px; } body { margin: 0; font-family: Segoe UI, sans-serif; background-color: #ffffff; } .session-wrapper { max-width: 1200px; margin: 60px auto; padding: 0 20px; text-align: center; } .session-title { font-size: 36px; margin-bottom: 40px; color: #0077b6; } .session-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; } .session-box { background-color: #ffffff; border-radius: 20px; padding: 30px; width: 300px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); transition: 0.3s ease; } .session-box.highlight { border: 2px solid #0077b6; background: #e0f7ff; box-shadow: 0 6px 24px rgba(0, 119, 182, 0.2); } .session-box h3 { font-size: 24px; color: #005b8f; margin-bottom: 10px; } .session-box p { font-size: 16px; margin-bottom: 20px; color: #333; } .session-box a { display: inline-block; text-decoration: none; background-color: #25D366; color: white; padding: 10px 20px; border-radius: 30px; font-weight: bold; transition: background-color 0.3s; } .session-box a:hover { background-color: #1ebe5d; } @media (max-width: 768px) { .session-grid { flex-direction: column; align-items: center; } .session-box { width: 90%; } } .gallery-section { text-align: center; padding: 60px 20px; background-color: #f7f7f7; } .gallery-section h2 { font-size: 2rem; color: #00796B; margin-bottom: 10px; } .gallery-section p { font-size: 1rem; color: #444; margin-bottom: 30px; } .gallery-slider { display: flex; overflow-x: auto; gap: 10px; padding: 10px; scroll-snap-type: x mandatory; } .gallery-slider img { height: 180px; border-radius: 10px; scroll-snap-align: start; transition: transform 0.3s ease; } .gallery-slider img:hover { transform: scale(1.05); } .view-more-btn { margin-top: 20px; background-color: #00796B; color: white; padding: 12px 25px; border: none; border-radius: 8px; cursor: pointer; font-size: 1rem; transition: background-color 0.3s ease; } .view-more-btn:hover { background-color: #004d40; } /* Modal Styles */ .modal { display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; overflow-y: auto; background-color: rgba(0, 0, 0, 0.95); padding: 40px 20px; } .modal-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .modal-content img { max-width: 300px; width: 100%; border-radius: 10px; transition: 0.3s ease; } .modal-content img:hover { transform: scale(1.05); } .close { color: white; position: absolute; top: 20px; right: 35px; font-size: 35px; font-weight: bold; cursor: pointer; } body { margin: 0; font-family: Segoe UI, sans-serif; background-color: white; padding: 40px 20px; } .section { text-align: center; /* margin-bottom: 50px; */ } .section h1 { color: #0077b6; font-size: 32px; margin-bottom: 15px; } .section p { font-size: 18px; color: #333; max-width: 800px; margin: auto; line-height: 1.6; } .columns-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; max-width: 1000px; margin: auto; padding: 20px; } .column { background: white; border-radius: 15px; padding: 25px; width: 300px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } .column h2 { text-align: center; font-size: 24px; color: #00b894; margin-bottom: 15px; } .column ul { list-style: none; padding: 0; text-align: left; } .column ul li { font-size: 16px; color: #333; margin-bottom: 10px; padding-left: 20px; position: relative; } .column ul li::before { content: ✔; position: absolute; left: 0; color: #00b894; } @media (max-width: 768px) { .columns-container { flex-direction: column; align-items: center; } } @media (max-width: 768px) { footer divstyle*flex: 1 { flex: 1 1 100% !important; text-align: center !important; } footer ul { margin: 0 auto; } footer p { padding: 0 10px; } } .map iframe { width: 100%; height: 300px; border: none; } footer { background: #0077b6; color: white; padding: 20px; text-align: center; } .social-icons a, .quick-links a { display: block; color: white; text-decoration: underline; margin: 5px 0; } .whatsapp { position: fixed; bottom: 20px; right: 20px; background: #25D366; padding: 10px 15px; border-radius: 50%; color: white; font-size: 24px; text-align: center; } /* Intro Section */ .intro-section { padding: 2rem; background: #fff; } .intro-content { display: flex; /* max-width: 1200px; */ /* margin: 0 auto; */ justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2rem; } .intro-images { flex: 1 1 40%; text-align: center; } .intro-images img { max-width: 100%; height: auto; border-radius: 8px; } .intro-text { flex: 1 1 55%; } .intro-text h2 { font-size: 28px; color: #003b6f; margin-bottom: 20px; } .intro-text p { font-size: 16px; line-height: 1.7; color: #333; margin-bottom: 30px; } .explore-btn { border: 2px solid #0077b6; padding: 10px 20px; text-decoration: none; color: #0077b6; font-weight: bold; border-radius: 4px; transition: 0.3s; } .explore-btn:hover { background: #0077b6; color: #fff; } .slider-wrapper { position: relative; display: flex; align-items: center; justify-content: center; margin: 0 auto; width: 90%; } .slider-container { overflow: hidden; width: 100%; } .slider-track { display: flex; transition: transform 0.5s ease-in-out; } .slide { flex: 0 0 33.3333%; box-sizing: border-box; padding: 20px; text-align: center; } .nav-button { background-color: #0077cc; color: white; border: none; font-size: 2rem; padding: 10px 15px; cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; border-radius: 50%; transition: background-color 0.3s ease; } .nav-button:hover { background-color: #005fa3; } .prev { left: -40px; /* push outside the container */ } .next { right: -40px; } @media (max-width: 768px) { .slide { flex: 0 0 100%; /* Show 1 slide on mobile */ } } /* Responsive Design */ @media (max-width: 768px) { .hero-content h1 { font-size: 24px; } .navbar ul li { margin: 0 10px; } .logo { max-width: 90px; } .navbar { flex-direction: column; align-items: flex-start; } .navbar nav { flex-direction: column; gap: 10px; } .intro-content, .flex, .slider { flex-direction: column; align-items: center; } .gallery img { width: 100%; max-width: 100%; } } @media (max-width: 480px) { .cta a { padding: 8px 12px; font-size: 14px; } .service-card img { max-width: 100%; height: auto; } .slider div { text-align: center; } } /style>/head>body> header classhero-section> nav classnavbar> ul> li>a href#home>Home/a>/li> li>a href#about>About/a>/li> li>a href#gallery>Gallery/a>/li> li>a href#contact>Contact Us/a>/li> /ul> /nav> /header> section classintro-section idhome> div classintro-content> div classintro-images> img srcUntitled.jpg altChild Swimming /> /div> div classintro-text> h2>Health, Safety, and Learning Through Having Fun/h2> p> The AquaFit Arena provides a wide array of courses for children and adults, specializing in swimming, diving, and aqua aerobics. With a team of highly qualified instructors and a calm, supportive atmosphere, the facility is dedicated to helping participants overcome water-related fears. Through personalized guidance, individuals can learn and refine swimming techniques, ultimately discovering their preferred style while building confidence and enhancing their aquatic skills. /p> a href# classexplore-btn>Explore AquaFit/a> /div> /div> /section> section idwhy-choose-us classsection> h2>Why Choose Us?/h2> div classflex-1> div classfeature>img srcTemperature-Controlled Indoor Pool.JPG altIndoor Pool> p>Temperature-Controlled Indoor Pool/p> /div> div classfeature>img srcSeparate Timings for Kids & Adults.JPG altKids Pool> p>Separate Timings for Kids & Adults/p> /div> div classfeature>img srcCertified Coaches & Lifeguards.JPG altCertified Coaches> p>Trained & Certified Instructors and Lifeguards/p> /div> div classfeature>img srcHygienic, Safe & Family-Friendly Atmosphere.JPG altHygienic Atmosphere> p>Hygienic, Safe & Family-Friendly Atmosphere/p> /div> /div> /section> section idservices classsection> h2>Our Services/h2> div classslider-wrapper> button classnav-button prev onclickslide(-1)>❮/button> div classslider-container> div classslider-track idsliderTrack> !-- Service 1 --> div classslide> img srcLearn to Swim.JPG altLearn to Swim> h3>Learn to Swim/h3> p>Personal and group swimming classes for children and adults./p> a hrefhttps://wa.me/919740740947?textIm%20interested%20in%20Learn%20to%20Swim classcta-button target_blank>Enroll Now/a> /div> !-- Service 2 --> div classslide> img srcAqua Fitness & Aerobics.JPG altAqua Aerobics> h3>Fitness & Aqua Aerobics/h3> p>Low-impact, high-energy workouts guided by certified instructors./p> a hrefhttps://wa.me/919740740947?textIm%20interested%20in%20Aqua%20Aerobics classcta-button target_blank>Enroll Now/a> /div> !-- Service 3 --> div classslide> img srcOpen Swim Hours.JPG altOpen Swim Hours> h3>Open Swim Hours/h3> p>Flexible timings to enjoy a casual swim./p> a hrefhttps://wa.me/919740740947?textIm%20interested%20in%20Open%20Swim%20Hours classcta-button target_blank>Enroll Now/a> /div> !-- Service 4 --> div classslide> img srcHygienic, Safe & Family-Friendly Atmosphere.JPG altSpecial Training> h3>Special Training/h3> p>Tailored programs for athletes and competitive swimmers./p> a hrefhttps://wa.me/919740740947?textIm%20interested%20in%20Special%20Training classcta-button target_blank>Enroll Now/a> /div> /div> /div> button classnav-button next onclickslide(1)>❯/button> /div> /section> script> let currentIndex 0; const track document.getElementById(sliderTrack); const slides document.querySelectorAll(.slide); const slidesPerView 3; function slide(direction) { const maxIndex slides.length - slidesPerView; currentIndex + direction; if (currentIndex 0) currentIndex 0; if (currentIndex > maxIndex) currentIndex maxIndex; const slideWidth slides0.offsetWidth; track.style.transform `translateX(-${currentIndex * slideWidth}px)`; } /script> /section> section classgallery-section idgallery> h2>Gallery/h2> div classgallery-slider> img srcswimming-pool.jpg altGallery Image 1> img srcTWW08088.JPG altGallery Image 2> img srcTWW08095.JPG altGallery Image 3> img srcPersonal Coaching.JPG altGallery Image 4> img srcTWW08202.JPG altGallery Image 5> /div> button classview-more-btn onclickopenGallery()>View More/button> /section> !-- Fullscreen Modal Gallery --> div idfullGalleryModal classmodal> span classclose onclickcloseGallery()>×/span> div classmodal-content> img srcswimming-pool.jpg altFull View> img srcTWW08088.JPG altFull View> img srcTWW08095.JPG altFull View> img srcPersonal Coaching.JPG altFull View> img srcTWW08202.JPG altFull View> img srcTWW08095.JPG altFull View> img srcTWW08202.jpg altFull View> /div> /div> /section> script> function openGallery() { document.getElementById(fullGalleryModal).style.display block; } function closeGallery() { document.getElementById(fullGalleryModal).style.display none; } /script> section idabout classsection> h1>About Aqua Fit Arena/h1> p> Aqua Fit Arena isn’t just a swimming pool – it’s a water-loving community. Founded with a vision to promote wellness through aquatic training, we offer a secure, sanitized, and temperature-controlled environment where learners thrive. /p> /div> /section> div classsection> h1>Our Mission/h1> p> To promote fitness, water safety, and personal confidence through structured aquatic learning. /p> /div> div classcolumns-container> div classcolumn> h2>Core Values/h2> ul> li>Safety First/li> li>Inclusive Environment/li> li>Lifelong Fitness/li> li>Personal Growth/li> li>Community Engagement/li> /ul> /div> div classcolumn> h2>Facilities/h2> ul> li>Indoor Heated Pool/li> li>Trained Lifeguards/li> li>Aqua Aerobics Area/li> li>Kids Pool Section/li> li>Separate Changing Rooms/li> li>Regular Pool Sanitization/li> /ul> /div> /div> /section> div classmap> iframe srchttps://www.google.com/maps?qAqua+Fit+Arena+Bangalore&outputembed loadinglazy>/iframe> /div> footer stylebackground-color: #003b6f; color: white; padding: 40px 20px; text-align: center; idcontact> div stylemax-width: 1200px; margin: auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; text-align: center;> !-- Quick Links Section --> div styleflex: 1; min-width: 200px; text-align: center;> h3 stylemargin-bottom: 20px; font-size: 20px;>Quick Links/h3> ul stylelist-style: none; padding: 0; display: inline-block; text-align: left;> li>a href#home stylecolor: white; text-decoration: none; margin-bottom: 10px; display: block;>Home/a> /li> li>a href#about stylecolor: white; text-decoration: none; margin-bottom: 10px; display: block;>About/a>/li> li>a href#gallery stylecolor: white; text-decoration: none; margin-bottom: 10px; display: block;>Gallery/a>/li> li>a href#contact stylecolor: white; text-decoration: none; margin-bottom: 10px; display: block;>Contact Us/a>/li> /ul> /div> !-- Follow Us Section --> div styleflex: 1; min-width: 200px;> h3 stylemargin-bottom: 20px; font-size: 20px;>Follow Us/h3> div styledisplay: flex; gap: 15px; justify-content: center;> a hrefhttps://www.instagram.com/aquafitarena/ target_blank stylecolor: white; font-size: 24px;>i classfab fa-instagram>/i>/a> a hrefhttps://www.facebook.com/profile.php?id61575989177299 target_blank stylecolor: white; font-size: 24px;>i classfab fa-facebook>/i>/a> a hrefhttps://www.youtube.com/@AquaFitArena target_blank stylecolor: white; font-size: 24px;>i classfab fa-youtube>/i>/a> /div> /div> !-- Contact Section --> div styleflex: 1; min-width: 200px;> h3 stylemargin-bottom: 20px; font-size: 20px;>Contact Us/h3> p stylemargin-bottom: 10px;>strong>Address:/strong> No 1, Vijaya Theater Road, Mysore Rd, Byatarayanapura, Bengaluru, Karnataka – 560026/p> p stylemargin-bottom: 10px;>Call us: a hreftel:+919740740947 stylecolor: #00e6e6; text-decoration: none;>+91 9740740947/a>/p> p>Email: a hrefmailto:aquafitarena@gmail.com stylecolor: #00e6e6; text-decoration: none;>aquafitarena@gmail.com/a>/p> /div> /div> !-- Copyright Section --> div stylemargin-top: 20px; border-top: 1px solid #00e6e6; padding-top: 20px;> p>© 2025 Aqua Fit Arena | All Rights Reserved | Digital Partner frame 2 frame media - 9008488029/p> /div> /footer> a hrefhttps://wa.me/919740740947 classwhatsapp target_blank>i classfab fa-whatsapp>/i>/a>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]