<?php
$page = 'Coastal Recreation - Home';
$pageDesc = '""';
include 'includes/header.php';
$page = 'home';
?>
<main>
<section class="gallary-125" style="
background-image: url('images/big-toys/1.jpg') !important;
background-position: center center;
background-size: cover;
">
<div class="container">
<div class="row ">
<div class="col-12 col-md-12">
<h2 class="theme-2">
Big Toys Play Equipment
</h2>
</div>
</div>
</section>
<section class="inlusive-banner">
<div class="container">
<div class="row g-5 align-items-center">
<div class="col-12 col-md-6">
<div class="banner-inlusive">
<h2>Inclusive Play </h2>
<p>We believe that every child deserves a safe space to explore, imagine, and grow. Our
inclusive playgrounds are designed with both adventure and safety in mind, encouraging
children to take bold steps, discover new worlds, and learn through play. We are committed
to creating inclusive play spaces where every child feels welcome and can confidently
explore their potential. </p>
</div>
</div>
<div class="col-12 col-md-6">
<div class="inclusive-img">
<img src="images/big-toys/1.jpg" class="img-fluid" alt="img">
</div>
</div>
</div>
</div>
</section>
<section class="inlusive-banner">
<div class="container">
<div class="row g-5 align-items-center">
<div class="col-12 col-md-6">
<div class="inclusive-img">
<img src="images/big-toys/2.jpg" class="img-fluid" alt="img">
</div>
</div>
<div class="col-12 col-md-6">
<div class="banner-inlusive">
<h2>Inclusive Play </h2>
<p>We believe that every child deserves a safe space to explore, imagine, and grow. Our
inclusive playgrounds are designed with both adventure and safety in mind, encouraging
children to take bold steps, discover new worlds, and learn through play. We are committed
to creating inclusive play spaces where every child feels welcome and can confidently
explore their potential. </p>
</div>
</div>
</div>
</div>
</section>
<section class="inlusive-banner">
<div class="container">
<div class="row g-5 align-items-center">
<div class="col-12 col-md-6">
<div class="banner-inlusive">
<h2>Inclusive Play </h2>
<p>We believe that every child deserves a safe space to explore, imagine, and grow. Our
inclusive playgrounds are designed with both adventure and safety in mind, encouraging
children to take bold steps, discover new worlds, and learn through play. We are committed
to creating inclusive play spaces where every child feels welcome and can confidently
explore their potential. </p>
</div>
</div>
<div class="col-12 col-md-6">
<div class="inclusive-img">
<img src="images/big-toys/3.jpg" class="img-fluid" alt="img">
</div>
</div>
</div>
</div>
</section>
<section class="inlusive-banner">
<div class="container">
<div class="row g-5 align-items-center">
<div class="col-12 col-md-6">
<div class="inclusive-img">
<img src="images/big-toys/4.jpg" class="img-fluid" alt="img">
</div>
</div>
<div class="col-12 col-md-6">
<div class="banner-inlusive">
<h2>Inclusive Play </h2>
<p>We believe that every child deserves a safe space to explore, imagine, and grow. Our
inclusive playgrounds are designed with both adventure and safety in mind, encouraging
children to take bold steps, discover new worlds, and learn through play. We are committed
to creating inclusive play spaces where every child feels welcome and can confidently
explore their potential. </p>
</div>
</div>
</div>
</div>
</section>
<section class="silder-images">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-md-12">
<div class="owl-carousel owl-theme theme-silder">
<div class="item">
<a href="images/big-toys/4.jpg" data-fancybox="gallery">
<img src="images/big-toys/4.jpg" class="img-fluid" alt="img">
</a>
</div>
<div class="item">
<a href="images/big-toys/3.jpg" data-fancybox="gallery">
<img src="images/big-toys/3.jpg" class="img-fluid" alt="img">
</a>
</div>
<div class="item">
<a href="images/big-toys/2.jpg" data-fancybox="gallery">
<img src="images/big-toys/2.jpg" class="img-fluid" alt="img">
</a>
</div>
<div class="item">
<a href="images/big-toys/5.jpg" data-fancybox="gallery">
<img src="images/big-toys/5.jpg" class="img-fluid" alt="img">
</a>
</div>
<div class="item">
<a href="images/big-toys/6.jpg" data-fancybox="gallery">
<img src="images/big-toys/6.jpg" class="img-fluid" alt="img">
</a>
</div>
<div class="item">
<a href="images/big-toys/7.jpg" data-fancybox="gallery">
<img src="images/big-toys/7.jpg" class="img-fluid" alt="img">
</a>
</div>
<div class="item">
<a href="images/big-toys/8.jpg" data-fancybox="gallery">
<img src="images/big-toys/8.jpg" class="img-fluid" alt="img">
</a>
</div>
<div class="item">
<a href="images/big-toys/9.jpg" data-fancybox="gallery">
<img src="images/big-toys/9.jpg" class="img-fluid" alt="img">
</a>
</div>
<div class="item">
<a href="images/big-toys/10.jpg" data-fancybox="gallery">
<img src="images/big-toys/10.jpg" class="img-fluid" alt="img">
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<?php
include 'includes/footer.php';
$page = 'home';
?>
</main>