.pp-carnival-page{
--pp-purple:#321854;
--pp-purple2:#573288;
--pp-teal:#01847f;
--pp-gold:#f4d47c;
--pp-text:#1f1b2a;
--pp-muted:rgba(31,27,42,.78);
--pp-line:rgba(31,27,42,.12);
--pp-card:#ffffff;
--pp-soft:rgba(87,50,136,.08);
--pp-soft2:rgba(1,132,127,.08);
--pp-shadow:0 10px 28px rgba(0,0,0,.08);
--pp-shadow-lg:0 18px 44px rgba(0,0,0,.12);
font-family:"Kanit",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
color:var(--pp-text);
position:relative;
}
.pp-carnival-page *{box-sizing:border-box;}
.pp-carnival-page a{color:var(--pp-purple2);text-decoration:none;}
.pp-carnival-page a:hover{text-decoration:underline;}
.pp-wrap{max-width:1180px;margin:0 auto;padding:0 18px;}
.pp-hero{
background:
radial-gradient(900px 380px at 15% 15%, rgba(106,27,154,.28), transparent 60%),
radial-gradient(900px 380px at 85% 25%, rgba(1,132,127,.22), transparent 60%),
linear-gradient(135deg,var(--pp-purple) 0%, #1c0f31 100%);
color:#fff;border-radius:22px;overflow:hidden;margin:18px 0;
}
.pp-hero-grid{
display:grid;grid-template-columns:1.3fr .9fr;gap:18px;align-items:stretch;padding:22px;
}
.pp-kicker{
display:inline-flex;gap:8px;align-items:center;font-size:.95rem;
color:rgba(255,255,255,.9);background:rgba(255,255,255,.10);
border:1px solid rgba(255,255,255,.18);padding:6px 10px;border-radius:999px;margin:0 0 10px;
}
.pp-hero h1{
margin:0 0 10px;font-size:clamp(1.7rem,2.7vw,2.6rem);line-height:1.12;letter-spacing:.01em;
}
.pp-hero p{
margin:0 0 12px;color:rgba(255,255,255,.92);font-size:1.03rem;line-height:1.55;
}
.pp-hero .pp-hero-subline{
margin:0;color:rgba(255,255,255,.82);font-size:.95rem;line-height:1.45;
border-left:3px solid rgba(255,255,255,.28);padding-left:10px;
}
.pp-checks{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:8px;}
.pp-checks li{display:flex;gap:10px;align-items:flex-start;color:rgba(255,255,255,.92);}
.pp-dot{width:10px;height:10px;margin-top:7px;border-radius:50%;background:rgba(255,255,255,.95);box-shadow:0 0 0 4px rgba(255,255,255,.12);flex:0 0 auto;}
.pp-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;}
.pp-btn{
display:inline-flex;align-items:center;justify-content:center;gap:8px;
padding:12px 14px;border-radius:12px;font-weight:900;letter-spacing:.01em;
border:1px solid transparent;text-decoration:none !important;line-height:1;cursor:pointer;user-select:none;
}
.pp-btn-primary{background:#fff;color:var(--pp-purple)!important;border-color:rgba(255,255,255,.5);}
.pp-btn-primary:hover{transform:translateY(-1px);filter:brightness(.98);}
.pp-btn-outline{background:rgba(255,255,255,.10);color:#fff!important;border-color:rgba(255,255,255,.22);}
.pp-btn-outline:hover{background:rgba(255,255,255,.14);}
.pp-hero-card{
background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);
border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-height:100%;
}
.pp-hero-img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;}
.pp-hero-badges{padding:14px;display:flex;flex-wrap:wrap;gap:8px;}
.pp-badge{
font-size:.92rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.20);
border-radius:999px;padding:7px 10px;color:rgba(255,255,255,.95);
}
.pp-section{margin:26px 0;}
.pp-section h2{margin:0 0 10px;font-size:clamp(1.35rem,2.2vw,1.85rem);letter-spacing:.01em;}
.pp-lede{margin:0 0 16px;color:var(--pp-muted);line-height:1.6;}
.pp-intro-band{
background:linear-gradient(135deg,rgba(87,50,136,.06),rgba(1,132,127,.06));
border:1px solid var(--pp-line);border-radius:18px;padding:16px;box-shadow:var(--pp-shadow);
}
.pp-section-card{
background:var(--pp-card);border:1px solid var(--pp-line);border-radius:22px;padding:18px;box-shadow:var(--pp-shadow);
}
.pp-section-head{
display:flex;gap:12px;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;margin-bottom:16px;
}
.pp-section-head p{margin:0;color:var(--pp-muted);line-height:1.6;}
.pp-section-label{
display:inline-flex;align-items:center;gap:8px;font-size:.83rem;font-weight:900;
text-transform:uppercase;letter-spacing:.08em;color:var(--pp-purple2);
background:var(--pp-soft);border:1px solid rgba(87,50,136,.14);border-radius:999px;padding:7px 10px;
}
.pp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.pp-grid.pp-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.pp-card{
background:var(--pp-card);border:1px solid var(--pp-line);border-radius:18px;
overflow:hidden;box-shadow:var(--pp-shadow);display:flex;flex-direction:column;
position:relative;transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.pp-card:hover{transform:translateY(-2px);}
.pp-card img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;}
.pp-card-body{padding:14px;display:flex;flex-direction:column;gap:8px;}
.pp-card-title{font-size:1.08rem;font-weight:900;margin:0;}
.pp-card-body p{margin:0;color:var(--pp-muted);line-height:1.55;}
.pp-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px;}
.pp-mini-badge{
display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;
font-size:.78rem;font-weight:900;line-height:1;background:rgba(31,27,42,.05);
border:1px solid rgba(31,27,42,.10);color:var(--pp-muted);
}
.pp-mini-badge.is-boost{
background:rgba(1,132,127,.10);border-color:rgba(1,132,127,.20);color:#0c615d;
}
.pp-pairs{margin-top:8px;padding-top:10px;border-top:1px dashed rgba(31,27,42,.12);}
.pp-pairs strong{display:block;font-size:.88rem;margin-bottom:8px;color:var(--pp-text);}
.pp-pair-chips{display:flex;flex-wrap:wrap;gap:8px;}
.pp-pair-chip{
display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;
font-size:.8rem;font-weight:800;background:var(--pp-soft2);border:1px solid rgba(1,132,127,.16);
color:#0c615d;text-decoration:none !important;
}
.pp-add{margin-top:10px;display:flex;gap:10px;align-items:center;flex-wrap:wrap;}
.pp-add-to-quote{
width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;
padding:11px 12px;border-radius:12px;border:1px solid rgba(31,27,42,.14);
background:#fff;font-weight:900;cursor:pointer;
transition:transform .15s ease, background .15s ease, border-color .15s ease;
}
.pp-add-to-quote:hover{
transform:translateY(-1px);border-color:rgba(87,50,136,.35);background:rgba(87,50,136,.06);
}
.pp-card.is-selected{
border-color:rgba(1,132,127,.45);
box-shadow:0 18px 40px rgba(1,132,127,.12);
}
.pp-package-grid{
display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;
}
.pp-package{
background:linear-gradient(135deg,rgba(87,50,136,.06),rgba(255,255,255,1));
border:1px solid var(--pp-line);
border-radius:18px;
padding:16px;
box-shadow:var(--pp-shadow);
display:flex;
flex-direction:column;
}
.pp-package h3{margin:0 0 8px;font-size:1.05rem;}
.pp-package p{margin:0 0 10px;color:var(--pp-muted);line-height:1.6;}
.pp-package ul{margin:0;padding-left:18px;color:var(--pp-text);}
.pp-package li{margin:6px 0;}
.pp-package-actions{margin-top:auto;padding-top:12px;}
.pp-add-to-quote.package-btn{
width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;
padding:11px 12px;border-radius:12px;border:1px solid rgba(31,27,42,.14);
background:#fff;font-weight:900;cursor:pointer;
transition:transform .15s ease, background .15s ease, border-color .15s ease;
}
.pp-add-to-quote.package-btn:hover{
transform:translateY(-1px);border-color:rgba(87,50,136,.35);background:rgba(87,50,136,.06);
}
.pp-package.is-selected{
border-color:rgba(1,132,127,.45);
box-shadow:0 18px 40px rgba(1,132,127,.12);
}
.pp-accordion details{
background:var(--pp-card);
border:1px solid var(--pp-line);
border-radius:16px;
padding:12px 14px;
box-shadow:0 10px 28px rgba(0,0,0,.05);
}
.pp-accordion details + details{margin-top:10px;}
.pp-accordion summary{font-weight:900;cursor:pointer;list-style:none;}
.pp-accordion summary::-webkit-details-marker{display:none;}
.pp-accordion .pp-ans{margin-top:10px;color:var(--pp-muted);line-height:1.65;}
/* Improved bottom sections (visually appealing on mobile + desktop) */
.pp-cta-band{
background:linear-gradient(135deg, rgba(1,132,127,.08), rgba(87,50,136,.08));
border:1px solid rgba(31,27,42,.10);
border-radius:22px;
padding:28px 24px;
text-align:center;
margin:32px 0;
box-shadow:var(--pp-shadow);
}
.pp-cta-band h2{margin:0 0 8px;font-size:clamp(1.35rem,2.2vw,1.85rem);}
.pp-cta-band p{margin:0 0 18px;color:var(--pp-muted);line-height:1.6;}
.pp-cta-band .pp-btn{
font-size:1.4rem;padding:22px 48px;
box-shadow:0 14px 36px rgba(1,132,127,.3);
letter-spacing:.02em;
}
.pp-area-wrap{
background:linear-gradient(180deg,#ffffff 0%, #faf8fd 100%);
border:1px solid var(--pp-line);
border-radius:22px;
padding:24px;
box-shadow:var(--pp-shadow);
}
.pp-area-grid{
display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px;
}
.pp-area-card{
background:rgba(87,50,136,.04);border:1px solid rgba(87,50,136,.10);
border-radius:18px;padding:20px;
}
.pp-area-card:nth-child(2){background:rgba(1,132,127,.05);border-color:rgba(1,132,127,.12);}
.pp-area-card h3{margin:0 0 10px;font-size:1.05rem;line-height:1.2;}
.pp-area-card p{margin:0;color:var(--pp-muted);line-height:1.65;}
.pp-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.pp-step{
background:var(--pp-card);border:1px solid var(--pp-line);
border-radius:20px;padding:20px;box-shadow:var(--pp-shadow);height:100%;
}
.pp-step h3{margin:0 0 10px;font-size:1.05rem;line-height:1.2;}
.pp-step p{margin:0;color:var(--pp-muted);line-height:1.65;}
@media (max-width:980px){
.pp-hero-grid{grid-template-columns:1fr;}
.pp-grid,.pp-grid.pp-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.pp-package-grid{grid-template-columns:1fr;}
.pp-cta-band{padding:24px 18px;}
.pp-area-grid,.pp-steps{grid-template-columns:1fr;}
}
@media (max-width:560px){
.pp-grid,.pp-grid.pp-grid-2{grid-template-columns:1fr;}
}
Serving PA, NJ, DE, MD, NY, CT, MA, RI & VA
Wedding Rentals East Coast
Party Pros East Coast delivers elegant wedding rentals for receptions, cocktail hours, rehearsal dinners, after-parties, and guest experiences across the entire East Coast. We help you build the perfect mix of tented setups, photo booths, custom keepsakes, interactive entertainment, and dessert stations so your celebration feels polished, personal, and stress-free.
Headquartered in Bridgeport, PA — just 20 minutes from Philadelphia.
View our full Philadelphia wedding rentals page →
- Wedding-ready foundations like tent, table, and chair combo planning
- Cocktail hour entertainment that feels polished, not childish
- Custom branding available for select booths, prints, and favor-style experiences
Call 844-PARTY-HQ
Browse Rentals
Tent + Table + Chair Planning
Photo Booths & Keepsakes
Cocktail Hour Entertainment
2-Hour Early Setup Window
Build a Better Wedding Guest Experience
This page is organized for how wedding hosts actually plan: start with the reception foundation, then layer in guest entertainment, photo keepsakes, and dessert or lounge add-ons. That makes it easier to request a quote that feels wedding-focused instead of piecing together random rentals.
Wedding Essentials
Reception Foundations & Signature Wedding Pieces
These rentals help shape the overall experience—from the physical setup to the high-visibility guest moments.
Tables, Chairs & Tent Combo Package
Create a clean reception foundation with coordinated coverage and seating so your ceremony, cocktail hour, or backyard reception starts from a polished base.
Wedding foundation
Most requested
Pairs well with:
DJ
Large Tent Photo Booth
Chocolate Fountain
Wedding DJ
Keep announcements crisp, cocktail hour smooth, and the dance floor moving with a DJ setup that can support both elegant transitions and a full reception party atmosphere.
Reception essential
Crowd favorite
Pairs well with:
360 Video Photo Booth
Golf Simulator
Large Tent Photo Booth
View details →
360 Video Photo Booth
Add a premium interactive moment with shareable wedding clips, branded overlays, and a high-energy keepsake experience guests will actually post and remember.
Signature photo experience
Brandable
Pairs well with:
Custom Photo Buttons
Cell-Phone Wallet Prints
DJ
View details →
Large Tent Photo Booth
Perfect for couples who want a more classic photo booth footprint with room for group shots, wedding props, and an experience that feels private yet polished.
Classic booth style
Group-friendly
Pairs well with:
Magazine Cover Photos
Cell-Phone Wallet Prints
Custom Photo Buttons
View details →
Golf Simulator
Ideal for cocktail hour, tented receptions, or upscale wedding weekends when you want a memorable guest attraction that feels fun but still polished and adult-friendly.
Cocktail hour entertainment
Premium interactive
Pairs well with:
Miniature Golf
Shuffleboard
Chair Massage
View details →
Cocktail Hour & Lounge Entertainment
Interactive Wedding Rentals Guests Can Actually Enjoy
These rentals work especially well during cocktail hour, between ceremony and reception transitions, or inside VIP lounge-style wedding setups.
Miniature Golf
A polished, social activity that gives guests something to do during cocktail hour without pulling attention away from the wedding itself.
Cocktail hour activity
All ages
Pairs well with:
Golf Simulator
360 Video Photo Booth
Frozen Drink Machine
View details →
Shuffleboard
Add a refined, low-pressure game station that fits cocktail areas and reception lounges without overwhelming the room.
Lounge-friendly
Easy guest flow
Pairs well with:
Giant Jenga
Golf Simulator
O2 Bars
View details →
Giant Jenga
A clean, photo-friendly lawn or cocktail-area activity that works especially well for mixed-age guest lists and outdoor receptions.
Giant lawn game
Outdoor favorite
Pairs well with:
Shuffleboard
Miniature Golf
Tent Combo Package
View details →
Chair Massage
Create a higher-end lounge or bridal-suite style add-on with short sessions that feel relaxing, useful, and genuinely memorable for guests.
VIP lounge add-on
Wellness touch
Pairs well with:
O2 Bars
Frozen Drink Machine
Golf Simulator
View details →
O2 Bars
Perfect for a wedding lounge concept, welcome party, or upscale reception corner when you want something distinctive and conversation-starting.
Luxury lounge feature
Unique guest experience
Pairs well with:
Chair Massage
Shuffleboard
360 Video Photo Booth
View details →
Keepsakes, Branding & Dessert Add-Ons
Custom Wedding Favors, Branded Moments & Dessert Stations
These rentals help weddings feel more personal, more branded, and more memorable without changing the overall elegance of the day.
Custom Cell-Phone Wallet Prints
Give guests a wedding favor they can actually keep and use, with photo-forward branding that makes the experience feel custom instead of generic.
Wedding favor
Custom branding
Pairs well with:
360 Video Photo Booth
Large Tent Photo Booth
Custom Photo Buttons
View details →
Custom Photo Buttons
Add a branded wedding favor station or welcome-event giveaway with buttons that can feature your couple graphics, hashtag, or design theme.
Take-home keepsake
Brandable
Pairs well with:
Cell-Phone Wallet Prints
360 Video Photo Booth
Magazine Cover Photos
View details →
Magazine Cover Photos
Create a fun editorial-style photo moment for guests, bridal party members, or rehearsal dinner attendees while still keeping the setup elevated and photo-friendly.
Editorial-style keepsake
Photo-friendly
Pairs well with:
Large Tent Photo Booth
Custom Photo Buttons
Cell-Phone Wallet Prints
View details →
Chocolate Fountain
A wedding-friendly dessert station that feels upscale, interactive, and perfect for receptions where you want a sweet feature beyond the main cake moment.
Dessert station
Reception add-on
Pairs well with:
Frozen Drink Machine
Tent Combo Package
Chair Massage
View details →
Frozen Drink Machine
Perfect for signature mocktails, welcome cocktails, or a late-night wedding refresh station—especially for tented summer receptions and outdoor celebrations.
Beverage station
Summer wedding favorite
Pairs well with:
Chocolate Fountain
Miniature Golf
O2 Bars
View details →
Suggested Layouts
Popular Wedding Rental Packages
Use these as a starting point, then add or swap rentals based on your venue, guest count, and the kind of wedding experience you want to create.
Wedding Reception Foundation
A strong starting point for tented receptions and backyard weddings that need polished structure and headline entertainment.
- Tables, Chairs & Tent Combo Package
- Wedding DJ
- Large Tent Photo Booth
- Planned 2-hour early setup window
Cocktail Hour Guest Experience
Built for weddings that want guests interacting, mingling, and staying engaged between major moments.
- Golf Simulator
- Miniature Golf
- Shuffleboard
- Giant Jenga
Custom Keepsakes & Dessert Lounge
Perfect for couples who want custom branding, memorable takeaways, and a stronger wedding-afterparty feel.
- 360 Video Photo Booth
- Custom Cell-Phone Wallet Prints
- Custom Photo Buttons
- Chocolate Fountain
- Frozen Drink Machine
Want even more wedding rentals?
Browse our complete catalog of thousands of party rentals — photo booths, games, glow attractions, concessions, and more — with easy filtering and instant quote building.
Browse All Categories →
Our Service Area & Trusted Partners
We proudly deliver and set up wedding rentals with our own teams across our 9-state East Coast region: PA, NJ, DE, MD, NY, CT, MA, RI & VA.
Direct East Coast Coverage
We directly serve PA, NJ, DE, MD, NY, CT, MA, RI & VA with delivery, setup, and full wedding-ready rentals for receptions and guest experiences.
Trusted Partner Support
For events outside this region or smaller gatherings where our direct service is not the best fit, we connect you with a trusted partner from our nationwide network of professional event companies.
How Wedding Rentals Work
A simple process that keeps your celebration moving and guests excited.
Pick your stations
Choose packages or individual rentals based on guest count, theme, and how many activity zones you want.
We deliver & set up
We confirm layout, spacing, and traffic flow so the party is ready before the first guest arrives.
Guests stay engaged
With a better mix of photo moments, music, games, and extras, every guest has something to do all night.
Wedding Rentals FAQ
How do I request a quote after selecting items?
Click Add to Quote on individual rentals or Add Package to Quote for a full setup, then use the floating Review Quote button at bottom-right to review and send your selections.
Do you arrive before the wedding to get everything set up?
Yes. For wedding-focused setups like tent packages, photo experiences, and guest entertainment, we plan for our crew to arrive about 2 hours before the event window so the core pieces are staged before guests begin flowing in.
Can you add custom branding to wedding rentals?
Yes. Select photo and keepsake experiences can be customized with branding elements such as couple graphics, wedding hashtags, themed overlays, and other visual details that make the rentals feel more unique to your event.
Can I mix elegant reception rentals with guest entertainment?
Absolutely. Many couples combine reception foundations like tent, tables, and chairs with cocktail-hour entertainment such as golf simulator, miniature golf, shuffleboard, photo booths, and dessert features to build a fuller guest experience.
How long do you rent items for?
Our standard rental time is 4 hours. We also offer full-day rentals and custom durations — just let us know your event schedule and we’ll quote the perfect length for you.
✅ Added! Keep building your wedding package. When you are ready, tap
Review Quote
.
Review Quote & Send
Your selected items
- No items selected yet. Click “Add to Quote” on any item or bundle.
Call 844-PARTY-HQ
Added to quote