Let Us Bring the
M
A
G
I
C
B
O
U
N
C
E
To You!
Let Us Bring the
M
A
G
I
C
B
O
U
N
C
E
To You!
⭐⭐⭐⭐⭐
165
Five-Star Google Reviews
Trusted by hundreds of happy families across Miami!
.review-highlight-section {
padding: 80px 20px;
text-align: center;
}
.review-highlight-content {
max-width: 800px;
margin: 0 auto;
}
.review-stars {
font-size: 48px;
color: #FFD700;
margin-bottom: 20px;
letter-spacing: 5px;
}
.review-highlight-content h2 {
font-family: 'Luckiest Guy', cursive;
font-size: 40px;
color: #222;
margin-bottom: 10px;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
}
.review-highlight-content .review-count {
font-size: 60px;
color: #ff0000;
}
.review-text-gradient {
font-size: 40px;
background: linear-gradient(to right, #ff2e2e, #ff944d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
}
/* Only apply negative margin-top on desktop */
@media screen and (min-width: 1024px) {
.review-highlight-section {
margin-top: -150px;
}
}
.review-highlight-content p {
font-family: 'Lato', sans-serif;
font-size: 20px;
color: #555;
margin-top: 10px;
}
⭐⭐⭐⭐⭐
“The slide was amazing! This made for a spectacular day. Highly recommend this company!!!”
– Kelly Fodiman
⭐⭐⭐⭐⭐
“Magic City Party Rentals is the best! You see the care from start to finish. Amazing service.”
– G. N.
⭐⭐⭐⭐⭐
“Great experience! They delivered on time, were friendly, and the kids had the best time. Will definitely rent from them again! 😊”
– Iliana Gabriela Duran
⭐⭐⭐⭐⭐
“I planned an impromptu party for my daughters and ended up renting a bounce house from Magic City. They were responsive, pleasant, reasonably priced, and reliable.”
– J T
⭐⭐⭐⭐⭐
“Great service, slide was phenomenal. We had a party for 45 kids and the slide never even flinched! Fantastic service.”
– Lissel Cruz
⭐⭐⭐⭐⭐
“I’ve been booking with them since my daughter’s 3rd birthday—she turns 8 this year! Quick, professional, affordable. I won’t book with anyone else!”
– Melodie C.
⭐⭐⭐⭐⭐
“The kids were so excited when they saw the enormous bouncy house and waterslide. They played on it all afternoon. Great experience!”
– Joanna Blasi
.testimonial-section-2 {
padding: 80px 20px;
font-family: 'Poppins', sans-serif;
text-align: center;
}
.testimonial-heading-2 h1 {
font-family: 'Luckiest Guy', cursive;
font-size: 38px;
margin-bottom: 10px;
background: linear-gradient(to right, #ff2e2e, #ff944d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.testimonial-heading-2 p {
font-size: 16px;
font-weight: 600;
color: #666;
margin-bottom: 40px;
}
.testimonial-swiper {
max-width: 1200px;
margin: 0 auto;
}
.testimonial-card {
background: linear-gradient(135deg, #67D6F4, #104d8e);
border-radius: 24px;
padding: 40px 30px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08), -6px 8px 24px rgba(0, 0, 0, 0.04), 0 20px 40px rgba(0, 0, 0, 0.07);
text-align: center;
color: #ffffff;
min-height: 260px;
display: flex;
flex-direction: column;
justify-content: center;
}
.stars {
color: #ffc107;
font-size: 22px;
margin-bottom: 15px;
}
.quote {
font-style: italic;
font-size: 16px;
margin-bottom: 20px;
}
.author {
font-weight: bold;
font-size: 14px;
}
.swiper-button-next,
.swiper-button-prev {
color: #ff2e2e;
}
.swiper-pagination-bullet-active {
background-color: #ff2e2e;
}
@media (max-width: 768px) {
.testimonial-card {
padding: 30px 20px;
}
}
@media screen and (min-width: 1024px) {
.review-highlight-section {
padding-top: 200px;
}
.testimonial-section-2 {
padding-top: 40px; /* was 80px */
}
}
new Swiper('.testimonial-swiper', {
slidesPerView: 1,
loop: true,
spaceBetween: 30,
autoplay: {
delay: 5000,
disableOnInteraction: false
},
pagination: {
el: '.swiper-pagination',
clickable: true
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev'
}
});
✅
22+ Years Experience
🎈
Setup & Takedown Included
🧼
Clean & Sanitized Equipment
🥳
Perfect for All Ages
/* 🎈 Trust Section – Clean Floating Style */
.trust-clean-section {
background-color: #fff;
padding: 60px 20px;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 30px;
text-align: center;
}
.trust-clean-card {
border-radius: 20px;
padding: 30px 25px;
width: 280px;
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
border: 2px solid transparent;
color: #222;
text-align: center;
transition: transform 0.4s ease;
animation: floatUpDown 4s ease-in-out infinite;
}
/* Icons */
.trust-clean-icon {
font-size: 48px;
margin-bottom: 15px;
}
/* Card Headings */
.trust-clean-card h3 {
font-family: 'Luckiest Guy', cursive;
font-size: 20px;
margin: 0;
color: #222;
}
/* Floating animation */
@keyframes floatUpDown {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.trust-clean-card:hover {
transform: translateY(-6px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
/* Colored background, border, and shadow */
.trust-clean-card:nth-child(1) {
background-color: rgba(255, 0, 0, 0.07); /* Red */
border-color: rgba(255, 0, 0, 0.3);
box-shadow: 0 8px 20px rgba(255, 0, 0, 0.2);
}
.trust-clean-card:nth-child(2) {
background-color: rgba(255, 165, 0, 0.07); /* Orange */
border-color: rgba(255, 165, 0, 0.3);
box-shadow: 0 8px 20px rgba(255, 165, 0, 0.2);
}
.trust-clean-card:nth-child(3) {
background-color: rgba(0, 191, 255, 0.07); /* Sky Blue */
border-color: rgba(0, 191, 255, 0.3);
box-shadow: 0 8px 20px rgba(0, 191, 255, 0.2);
}
.trust-clean-card:nth-child(4) {
background-color: rgba(144, 238, 144, 0.07); /* Light Green */
border-color: rgba(144, 238, 144, 0.3);
box-shadow: 0 8px 20px rgba(144, 238, 144, 0.2);
}
/* Responsive design */
@media (max-width: 768px) {
.trust-clean-section {
flex-direction: column;
gap: 20px;
}
.trust-clean-card {
width: 100%;
max-width: 320px;
margin: 0 auto;
}
}
We Deliver to These Counties
Proudly serving families across South Florida!
Palm Beach • Broward • Miami-Dade
.delivery-area-section {
padding: 80px 20px !important;
text-align: center;
background-color: #fefefe;
margin-top -100px !important;
}
.delivery-area-section h2 {
font-family: 'Luckiest Guy', cursive;
font-size: 36px;
color: #222;
margin-bottom: 10px;
}
.delivery-area-section p {
font-family: 'Lato', sans-serif;
font-size: 18px;
color: #444;
margin-bottom: 20px;
}
.delivery-map {
max-width: 600px;
width: 100%;
height: auto;
border-radius: 12px;
margin-bottom: 20px;
}
.delivery-counties {
font-size: 20px;
font-weight: bold;
color: #222;
margin-bottom: 30px;
}
.delivery-buttons {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
margin-top: 20px;
}
.delivery-book-btn,
.delivery-whatsapp-btn {
display: inline-block;
padding: 10px 24px !important;
font-size: 18px;
font-family: 'Luckiest Guy', cursive;
text-decoration: none;
border-radius: 50px;
color: #fff;
text-align: center;
white-space: nowrap;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
transition: all 0.25s ease-in-out;
}
/* Book Now Button */
.delivery-book-btn {
background: linear-gradient(145deg, #FF9900, #FF5722);
}
.delivery-book-btn:hover {
background: linear-gradient(145deg, #FF6F00, #D84315);
transform: translateY(-2px);
}
/* WhatsApp Button */
.delivery-whatsapp-btn {
background-color: #25D366;
}
.delivery-whatsapp-btn:hover {
background-color: #1ebe5d;
transform: translateY(-2px);
}
/* 📱 Mobile Optimization */
@media (max-width: 768px) {
.delivery-map {
max-width: 80% !important;
}
.delivery-buttons {
flex-direction: column;
gap: 15px;
}
.delivery-book-btn,
.delivery-whatsapp-btn {
font-size: 16px;
padding: 8px 20px !important;
}
}
ALL PRICES INCLUDE DELIVERY FEES