service section style issue fixed
This commit is contained in:
parent
00b4f0d497
commit
62fd7dd1c7
@ -258,6 +258,31 @@
|
||||
});
|
||||
}
|
||||
|
||||
/* ── Service Tabs (Themes) ────────────────────────────── */
|
||||
function initServiceTabs() {
|
||||
var pillBtns = qsa('.svc-pill-btn');
|
||||
var themePanels = qsa('.svc-fw-theme-panel');
|
||||
if (!pillBtns.length || !themePanels.length) return;
|
||||
|
||||
pillBtns.forEach(function (btn) {
|
||||
btn.addEventListener('click', function () {
|
||||
var targetId = btn.getAttribute('data-target');
|
||||
if (!targetId) return;
|
||||
|
||||
// Remove active class from all buttons and panels
|
||||
pillBtns.forEach(function (b) { b.classList.remove('active'); });
|
||||
themePanels.forEach(function (p) { p.classList.remove('active'); });
|
||||
|
||||
// Add active class to clicked button and target panel
|
||||
btn.classList.add('active');
|
||||
var targetPanel = qs('#' + targetId);
|
||||
if (targetPanel) {
|
||||
targetPanel.classList.add('active');
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
/* ── Bootstrap ────────────────────────────────────────── */
|
||||
function initPortfolio() {
|
||||
const grid = document.getElementById('v2-portfolio-grid');
|
||||
@ -338,6 +363,7 @@
|
||||
initReveal();
|
||||
initCounters();
|
||||
initActiveNav();
|
||||
initServiceTabs();
|
||||
initPortfolio();
|
||||
});
|
||||
|
||||
|
||||
@ -530,51 +530,51 @@ el.textContent=new Date().getFullYear();
|
||||
</div>
|
||||
|
||||
<div class="v2-services-grid v2-services-grid-new">
|
||||
<a href="/rentals" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<a href="/services" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<div class="v2-feature-icon" style="margin-bottom: 16px;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.8 4.6a5.5 5.5 0 0 0-7.7 0l-1.1 1-1.1-1a5.5 5.5 0 0 0-7.8 7.8l1 1 7.9 7.9 7.9-7.9 1-1a5.5 5.5 0 0 0 0-7.8z"/></svg>
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/icons/fusion.webp" alt="Fusion Weddings" style="width: 100%; height: 100%; object-fit: contain;" />
|
||||
</div>
|
||||
<div class="v2-service-title-top" style="margin-bottom: 0;">FUSION WEDDINGS</div>
|
||||
</a>
|
||||
<a href="/rentals" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<a href="/services" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<div class="v2-feature-icon" style="margin-bottom: 16px;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72Z"/><path d="m14 7 3 3"/><path d="M5 6v4"/><path d="M19 14v4"/><path d="M10 2v2"/><path d="M7 8H3"/><path d="M21 16h-4"/><path d="M11 3H9"/></svg>
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/icons/cermony.webp" alt="Ceremony and Reception Design" style="width: 100%; height: 100%; object-fit: contain;" />
|
||||
</div>
|
||||
<div class="v2-service-title-top" style="margin-bottom: 0;">CEREMONY & RECEPTION DESIGN</div>
|
||||
</a>
|
||||
<a href="/rentals" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<a href="/services" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<div class="v2-feature-icon" style="margin-bottom: 16px;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 2 7 2 17 12 22 22 17 22 7 12 2"/></svg>
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/icons/mandap.webp" alt="Stage and Mandap Design" style="width: 100%; height: 100%; object-fit: contain;" />
|
||||
</div>
|
||||
<div class="v2-service-title-top" style="margin-bottom: 0;">STAGE & MANDAP DESIGN</div>
|
||||
</a>
|
||||
<a href="/rentals" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<a href="/services" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<div class="v2-feature-icon" style="margin-bottom: 16px;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z"/><path d="M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12"/></svg>
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/icons/table.webp" alt="Table and Floral Styling" style="width: 100%; height: 100%; object-fit: contain;" />
|
||||
</div>
|
||||
<div class="v2-service-title-top" style="margin-bottom: 0;">TABLE & FLORAL STYLING</div>
|
||||
</a>
|
||||
<a href="/rentals" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<a href="/services" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<div class="v2-feature-icon" style="margin-bottom: 16px;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.5 4.27 9 5.15"/><path d="M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z"/><path d="m3.3 7 8.7 5 8.7-5"/><path d="M12 22V12"/></svg>
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/icons/rentals.webp" alt="Event Rentals and Custom Builds" style="width: 100%; height: 100%; object-fit: contain;" />
|
||||
</div>
|
||||
<div class="v2-service-title-top" style="margin-bottom: 0;">EVENT RENTALS & CUSTOM BUILDS</div>
|
||||
</a>
|
||||
<a href="/rentals" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<a href="/services" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<div class="v2-feature-icon" style="margin-bottom: 16px;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polyline points="20 12 20 22 4 22 4 12"/><rect width="20" height="5" x="2" y="7"/><line x1="12" x2="12" y1="22" y2="7"/><path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"/><path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"/></svg>
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/icons/private.webp" alt="Private Celebrations and Milestone Events" style="width: 100%; height: 100%; object-fit: contain;" />
|
||||
</div>
|
||||
<div class="v2-service-title-top" style="margin-bottom: 0;">PRIVATE CELEBRATIONS & MILESTONE EVENTS</div>
|
||||
</a>
|
||||
<a href="/rentals" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<a href="/services" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<div class="v2-feature-icon" style="margin-bottom: 16px;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg>
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/icons/corporate.webp" alt="Corporate and Community Events" style="width: 100%; height: 100%; object-fit: contain;" />
|
||||
</div>
|
||||
<div class="v2-service-title-top" style="margin-bottom: 0;">CORPORATE & COMMUNITY EVENTS</div>
|
||||
</a>
|
||||
<a href="/rentals" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<a href="/services" class="v2-service-card-new" style="justify-content: center; align-items: center; padding: 40px 15px; height: 100%;">
|
||||
<div class="v2-feature-icon" style="margin-bottom: 16px;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"/><path d="m9 12 2 2 4-4"/></svg>
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/icons/on-site.webp" alt="Corporate and Community Events" style="width: 100%; height: 100%; object-fit: contain;" />
|
||||
</div>
|
||||
<div class="v2-service-title-top" style="margin-bottom: 0;">ON-SITE STYLING & COORDINATION SUPPORT</div>
|
||||
</a>
|
||||
@ -1557,301 +1557,538 @@ el.textContent=new Date().getFullYear();
|
||||
</section>
|
||||
|
||||
<!-- ═══════════════════════════════════════════════
|
||||
SECTION 1 — EVENT THEMES & DECOR (Accordion + Image)
|
||||
SECTION 1 — EVENT THEMES & DECOR (Full-Width Tabbed Hero View)
|
||||
═══════════════════════════════════════════════ -->
|
||||
<section class="svc-themes-section">
|
||||
<div class="svc-themes-wrap">
|
||||
<div class="svc-fw-themes-container">
|
||||
|
||||
<!-- LEFT: Accordion -->
|
||||
<div class="svc-themes-left">
|
||||
<!-- Header -->
|
||||
<div class="svc-fw-header">
|
||||
<span class="svc-eyebrow">EXPLORE OUR THEMES</span>
|
||||
<h2 class="svc-themes-title" style="font-family:var(--v2-font-display);">Event Themes<br/>& Decor</h2>
|
||||
<p class="svc-themes-intro">Every event deserves a story. Explore our curated themes and let us bring your vision to life with stunning Decor, florals, and design that leave lasting impressions.</p>
|
||||
|
||||
<div class="svc-accordion" id="svcThemesAccordion">
|
||||
|
||||
<!-- Bohemian -->
|
||||
<div class="svc-acc-item active" data-img="/theme_aakriti_v2/static/src/img/services/theme/Bohemian.webp">
|
||||
<button class="svc-acc-btn" type="button">
|
||||
<span class="svc-acc-icon">✦</span>
|
||||
<span class="svc-acc-label">Bohemian</span>
|
||||
<span class="svc-acc-arrow">→</span>
|
||||
</button>
|
||||
<div class="svc-acc-body">
|
||||
<p><strong>Bohemian Event Decor</strong></p>
|
||||
<p>Creating a bohemian-inspired event is all about embracing a relaxed yet artistic aesthetic, showcasing creativity, and incorporating natural elements. Below are key elements and ideas to consider when designing your bohemian event Decor.</p>
|
||||
<p><strong>1. Natural Textures:</strong> Utilise a variety of textures to bring depth and interest to your space. Consider using organic materials such as wood, wicker, and linen. Throw rugs and macramé hangings can add warmth and a touch of boho flair.</p>
|
||||
<p><strong>2. Earthy Colour Palette:</strong> Opt for a colour scheme that reflects nature, such as muted tones of greens, browns, and soft pastels. Layer these colours in your textiles, flowers, and table settings to create a harmonious look.</p>
|
||||
<p><strong>3. Layered Textiles:</strong> Incorporate a mix of fabrics, such as flowing drapes, patterned cushions, and eclectic blankets. Drape fabric from ceilings or use it to create canopies over seating areas, fostering an inviting atmosphere.</p>
|
||||
<p><strong>4. Wildflower Arrangements:</strong> Choose loose, wildflower floral arrangements for centrepieces and other displays. Seasonal blooms and foraged greenery can enhance the natural vibe, making each display unique.</p>
|
||||
<p><strong>5. Vintage Furnishings:</strong> Source vintage or antique furniture pieces to create an effortlessly chic setting. Low tables, poufs, and floor cushions along with a mix of old and new items can help set the tone.</p>
|
||||
<p><strong>6. Ambient Lighting:</strong> Use soft, warm lighting to create a magical ambiance. String lights, candles, and lanterns can illuminate your space beautifully, especially during evening events. Consider using fairy lights intertwined with greenery for added charm.</p>
|
||||
<p><strong>7. Artistic Touches:</strong> Encourage artistic expression in your Decor. Incorporate handmade elements, like painted signs or DIY decorations, that reflect personal touches and foster a creative atmosphere.</p>
|
||||
<p><strong>8. Nature-Inspired Elements:</strong> Bring the outside in by using elements such as stones, feathers, and wood in your Decor. These natural details can connect your event with nature and reinforce the bohemian ethos.</p>
|
||||
<p><strong>9. Unique Seating Arrangements:</strong> Move away from traditional seating models. Use a mix of benches, pouffs, and floor cushions arranged in circles or casual clusters to encourage social interaction and a relaxed vibe.</p>
|
||||
<p><strong>10. Personalisation:</strong> Finally, add personal touches that reflect the host's personality and story. Incorporate items that hold sentimental value, such as family heirlooms or travel souvenirs, to create a warm and inviting atmosphere.</p>
|
||||
<p>By focusing on these elements, your bohemian event Decor will not only captivate guests but will also create an unforgettable experience that feels organic and true to the bohemian spirit.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Elegance -->
|
||||
<div class="svc-acc-item" data-img="/theme_aakriti_v2/static/src/img/services/theme/Elegance.webp">
|
||||
<button class="svc-acc-btn" type="button">
|
||||
<span class="svc-acc-icon">✦</span>
|
||||
<span class="svc-acc-label">Elegance</span>
|
||||
<span class="svc-acc-arrow">→</span>
|
||||
</button>
|
||||
<div class="svc-acc-body">
|
||||
<p><strong>Elegant Event Decor</strong></p>
|
||||
<p>Creating an ambiance of elegance for your event requires careful consideration of various elements that not only enhance the aesthetic appeal but also create a memorable experience for guests. Here are some key components to consider when planning elegant event Decor:</p>
|
||||
<p><strong>Colour Palette:</strong> Choose a sophisticated colour palette that complements the theme of your event. Soft neutrals, muted pastels, and rich jewel tones can convey elegance. Incorporating metallics, such as gold or silver, can add a touch of luxury.</p>
|
||||
<p><strong>Centrepieces:</strong> The centrepiece is often the focal point of each table. Opt for tall floral arrangements featuring exquisite blossoms like orchids, hydrangeas, or peonies, arranged in elegant vases. For a more minimalist approach, consider using simple candle arrangements with tasteful accents of greenery.</p>
|
||||
<p><strong>Table Settings:</strong> Use fine table linens, such as satin or brocade, to create an upscale look. Layer your table settings with exquisite china, crystal glassware, and polished cutlery. Adding personalised place cards can elevate the experience for each guest.</p>
|
||||
<p><strong>Lighting:</strong> Lighting is crucial in setting the mood. Utilize a combination of soft uplighting, chandeliers, or fairy lights to create a warm and inviting atmosphere. Dimmed lights during the evening enhance the elegance of the decor while highlighting key features of the event space.</p>
|
||||
<p><strong>Floral Arrangements:</strong> Incorporate lush floral arrangements throughout the venue. Use a mix of seasonal flowers with varying heights to create visual interest. Elegant greenery can serve as a beautiful contrast and add depth to the arrangements.</p>
|
||||
<p><strong>Styling Spaces:</strong> Consider designated areas for guests to relax and mingle, furnished with stylish lounge seating. Use elegant draping, stylish furniture, and decorative accessories that reflect the overall theme to enhance these spaces.</p>
|
||||
<p><strong>Final Touches:</strong> Small details can make a big impact. Incorporate elements such as bespoke signage, beautifully wrapped favours, or custom lighting to bring the overall decor together seamlessly.</p>
|
||||
<p>By thoughtfully combining these components, you can achieve an elegant atmosphere that leaves a lasting impression on your guests, ensuring your event is both refined and memorable.</p>
|
||||
</div>
|
||||
<!-- Pills Navigation -->
|
||||
<div class="svc-theme-pills-nav">
|
||||
<button class="svc-pill-btn active" data-target="theme-panel-0">Bohemian</button>
|
||||
<button class="svc-pill-btn" data-target="theme-panel-1">Elegance</button>
|
||||
<button class="svc-pill-btn" data-target="theme-panel-2">Fairy Tale</button>
|
||||
<button class="svc-pill-btn" data-target="theme-panel-3">Hollywood Glamour</button>
|
||||
<button class="svc-pill-btn" data-target="theme-panel-4">Romance</button>
|
||||
<button class="svc-pill-btn" data-target="theme-panel-5">The Royal Wedding</button>
|
||||
<button class="svc-pill-btn" data-target="theme-panel-6">Rustic</button>
|
||||
<button class="svc-pill-btn" data-target="theme-panel-7">Shimmer, Sparkle, and Bling!</button>
|
||||
<button class="svc-pill-btn" data-target="theme-panel-8">Vintage</button>
|
||||
<button class="svc-pill-btn" data-target="theme-panel-9">Winter, Spring, Summer, Fall</button>
|
||||
<button class="svc-pill-btn" data-target="theme-panel-10">Black Tie Affair</button>
|
||||
<button class="svc-pill-btn" data-target="theme-panel-11">Simplistic</button>
|
||||
</div>
|
||||
|
||||
<!-- Fairy Tale -->
|
||||
<div class="svc-acc-item" data-img="/theme_aakriti_v2/static/src/img/services/theme/Fairy-Tale.webp">
|
||||
<button class="svc-acc-btn" type="button">
|
||||
<span class="svc-acc-icon">✦</span>
|
||||
<span class="svc-acc-label">Fairy Tale</span>
|
||||
<span class="svc-acc-arrow">→</span>
|
||||
</button>
|
||||
<div class="svc-acc-body">
|
||||
<p><strong>Fairy Tale Event Decor</strong></p>
|
||||
<p>Transform your special occasion into a whimsical fairy tale with exquisite decor that evokes magic and romance. At Wedding Dream Decor & Flowers, we believe every event deserves an enchanting atmosphere that tells a story. Here are key elements to consider for a fairy tale-themed decor:</p>
|
||||
<p><strong>1. Venue Selection:</strong> Choose a venue that embodies the charm of a fairy tale, such as a castle, lush garden, or a grand ballroom. The setting itself should evoke a sense of wonder, enhancing the overall theme of your event.</p>
|
||||
<p><strong>2. Colour Palette:</strong> Opt for soft, ethereal colours like blush pink, lavender, gold, and ivory. These shades can create a dreamy ambiance. Accentuate with pops of deeper hues like royal blue or emerald green for added depth and sophistication.</p>
|
||||
<p><strong>3. Floral Arrangements:</strong> Incorporate lush floral arrangements that include peonies, roses, and delicate greenery. Consider cascading floral designs for centerpieces or statement installations that create a whimsical focal point. Add elements like fairy lights intertwined with the florals to enhance the magical feel.</p>
|
||||
<p><strong>4. Lighting:</strong> Create an enchanting atmosphere with soft, warm lighting. Use chandeliers, fairy lights, and lanterns to illuminate your space. Uplighting can also be effective in highlighting architectural features and creating a romantic glow.</p>
|
||||
<p><strong>5. Table Settings:</strong> Select elegant tableware that reflects a fairy tale aesthetic. Consider using vintage-inspired plates, crystal glassware, and ornate cutlery. Accentuate each place setting with personalised name cards and small tokens for your guests.</p>
|
||||
<p><strong>6. Thematic Elements:</strong> Incorporate thematic decor items such as candelabras, vintage mirrors, and whimsical centrepieces that nod to classic fairy tales. Consider elements like enchanted forests or royal ball motifs, complete with small details that add layers to your theme.</p>
|
||||
<p><strong>7. Draping and Fabrics:</strong> Use soft fabrics like tulle, chiffon, or silk to create draped ceiling treatments or backdrops. These elements can help create a fairytale-like environment, making the space feel intimate and romantic.</p>
|
||||
<p><strong>8. Focal Points:</strong> Create statement areas within your venue, such as a beautifully decorated archway for the ceremony or a whimsical cake display. These components can serve as stunning photo opportunities and focal points for your guests.</p>
|
||||
<p>Embrace your fairy tale dreams with decor that blends elegance with enchantment. Let every detail reflect the magic of your love story, ensuring a memorable event that feels truly like a fairy tale come to life.</p>
|
||||
<!-- Content Panels -->
|
||||
<div class="svc-fw-theme-content-wrapper">
|
||||
<div class="svc-fw-theme-panel active" id="theme-panel-0">
|
||||
<div class="svc-fw-hero-banner">
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/theme/Bohemian.webp" class="svc-fw-hero-img" alt="Bohemian Event Decor" />
|
||||
<div class="svc-fw-hero-overlay">
|
||||
<span class="svc-fw-hero-badge">EXPLORE THEME</span>
|
||||
<h3 class="svc-fw-hero-title">Bohemian Event Decor</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hollywood Glamour -->
|
||||
<div class="svc-acc-item" data-img="/theme_aakriti_v2/static/src/img/services/theme/Hollywood-Glamour.webp">
|
||||
<button class="svc-acc-btn" type="button">
|
||||
<span class="svc-acc-icon">✦</span>
|
||||
<span class="svc-acc-label">Hollywood Glamour</span>
|
||||
<span class="svc-acc-arrow">→</span>
|
||||
</button>
|
||||
<div class="svc-acc-body">
|
||||
<p><strong>Hollywood Glamour Event Decor</strong></p>
|
||||
<p>Transform your event space into a luxurious Hollywood-inspired oasis that radiates glamour and sophistication. At Wedding Dream Decor & Flowers, we pay attention to every detail to capture the essence of iconic film premieres and red carpet events.</p>
|
||||
<p><strong>Colour Palette:</strong> Opt for a classic colour scheme of black, gold, and white. These tones evoke elegance while allowing for various accent colours, such as deep reds or rich royal blues, to enhance your design.</p>
|
||||
<p><strong>Lighting:</strong> Emphasize dramatic lighting effects. Use chandeliers and elegant pendant lights to create a warm, inviting atmosphere. Incorporate soft spotlights to highlight key areas, such as the stage, dining tables, and entrance, ensuring a celebrity-worthy welcome.</p>
|
||||
<p><strong>Table Settings:</strong> Select opulent tableware, including gold-rimmed plates, crystal glassware, and sleek cutlery. Layer table linens with luxurious fabrics like satin or sequined overlays. Centrepieces can feature tall floral arrangements in gold vases, adorned with feathers, crystals, or pearls, reminiscent of vintage Hollywood glamour.</p>
|
||||
<p><strong>Backdrops:</strong> Create stunning backdrops that serve as photo opportunities. Options include a shimmering sequined wall, a lush floral arrangement intertwined with greenery, or a vintage-style marquee sign. These elements will not only enhance the visual interest but also provide guests with memorable photo moments.</p>
|
||||
<p><strong>Floral Decor:</strong> Choose extravagant floral arrangements with orchids, roses, and lilies, interspersed with gold accents. Consider using oversized arrangements or cascading floral installations to instil a sense of grandeur throughout the venue.</p>
|
||||
<p><strong>Accessories:</strong> Incorporate accessories that exude luxury, such as gold candelabras, art deco sculptures, and plush lounge seating. This will enhance the overall aesthetic and provide comfort for guests.</p>
|
||||
<p><strong>Final Touches:</strong> Elevate the experience with silk drapery, luxe lounge areas with rich fabrics, and plush throw pillows. For a truly immersive experience, consider offering a signature cocktails menu inspired by classic Hollywood films.</p>
|
||||
<p>By blending lavish decor with attention to detail, your Hollywood glamour event will dazzle guests and create unforgettable memories. Let Wedding Dream Decor & Flowers help you craft an enchanting event that truly embodies the elegance and glamour of Tinseltown.</p>
|
||||
<div class="svc-fw-body">
|
||||
<p class="svc-fw-lead">Creating a bohemian-inspired event is all about embracing a relaxed yet artistic aesthetic, showcasing creativity, and incorporating natural elements. Below are key elements and ideas to consider when designing your bohemian event Decor.</p>
|
||||
<div class="svc-fw-grid">
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>1. Natural Textures</h4>
|
||||
<p>Utilise a variety of textures to bring depth and interest to your space. Consider using organic materials such as wood, wicker, and linen. Throw rugs and macramé hangings can add warmth and a touch of boho flair.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>2. Earthy Colour Palette</h4>
|
||||
<p>Opt for a colour scheme that reflects nature, such as muted tones of greens, browns, and soft pastels. Layer these colours in your textiles, flowers, and table settings to create a harmonious look.</p>
|
||||
</div>
|
||||
|
||||
<!-- Romance -->
|
||||
<div class="svc-acc-item" data-img="/theme_aakriti_v2/static/src/img/services/theme/Romance.webp">
|
||||
<button class="svc-acc-btn" type="button">
|
||||
<span class="svc-acc-icon">✦</span>
|
||||
<span class="svc-acc-label">Romance</span>
|
||||
<span class="svc-acc-arrow">→</span>
|
||||
</button>
|
||||
<div class="svc-acc-body">
|
||||
<p><strong>Romantic Event Decor</strong></p>
|
||||
<p>Creating a romantic atmosphere for your event involves a careful selection of decor elements that evoke intimacy and elegance. Here are key aspects to consider:</p>
|
||||
<p><strong>Colour Palette:</strong> Opt for soft, muted colours such as blush pinks, ivory, and light greys, complemented by deeper shades like burgundy or navy blue. These combinations create a warm and inviting backdrop.</p>
|
||||
<p><strong>Lighting:</strong> Utilise soft lighting to enhance the romance. String lights, fairy lights, and candle arrangements can add a magical touch. Consider using dimmable fixtures to adjust the ambiance throughout the event.</p>
|
||||
<p><strong>Floral Arrangements:</strong> Choose lush and full floral arrangements with seasonal blossoms. Romantic flowers such as roses, peonies, and hydrangeas work beautifully. Incorporate greenery for added texture and to create a more organic feel.</p>
|
||||
<p><strong>Fabrics and Textures:</strong> Layer different fabrics like silk, lace, and velvet to bring depth to the decor. Table runners, chair sashes, and drapery can all be crafted from these materials for a cohesive look.</p>
|
||||
<p><strong>Table Settings:</strong> Set the scene with elegant table settings. Use fine china, crystal glassware, and polished silverware. Personalised touches, such as custom place cards or folded napkins, can enhance the overall aesthetic.</p>
|
||||
<p><strong>Centrepieces:</strong> Create striking centrepieces that not only catch the eye but also tie in the floral themes and colour palette. Tall arrangements, clusters of small vases, or lanterns filled with candles can serve as focal points.</p>
|
||||
<p><strong>Ambient Music:</strong> Finally, select a playlist that complements the romantic theme. Soft instrumental music or acoustic love songs create a serene environment conducive to connection and celebration.</p>
|
||||
<p>By meticulously crafting each element, your event decor will encapsulate the essence of romance, leaving a lasting impression on your guests.</p>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>3. Layered Textiles</h4>
|
||||
<p>Incorporate a mix of fabrics, such as flowing drapes, patterned cushions, and eclectic blankets. Drape fabric from ceilings or use it to create canopies over seating areas, fostering an inviting atmosphere.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>4. Wildflower Arrangements</h4>
|
||||
<p>Choose loose, wildflower floral arrangements for centrepieces and other displays. Seasonal blooms and foraged greenery can enhance the natural vibe, making each display unique.</p>
|
||||
</div>
|
||||
|
||||
<!-- The Royal Wedding -->
|
||||
<div class="svc-acc-item" data-img="/theme_aakriti_v2/static/src/img/services/theme/Royal-Wedding.webp">
|
||||
<button class="svc-acc-btn" type="button">
|
||||
<span class="svc-acc-icon">✦</span>
|
||||
<span class="svc-acc-label">The Royal Wedding</span>
|
||||
<span class="svc-acc-arrow">→</span>
|
||||
</button>
|
||||
<div class="svc-acc-body">
|
||||
<p><strong>Royal Wedding Event Decor</strong></p>
|
||||
<p>Transforming your wedding into a royal affair requires meticulous attention to detail and a touch of grandeur. Here are some essential elements to consider for achieving that opulent look:</p>
|
||||
<p><strong>Venue Selection:</strong> Choose a majestic venue that evokes a sense of history and elegance. Places such as heritage manors, luxurious hotels, or sprawling gardens can serve as stunning backdrops.</p>
|
||||
<p><strong>Colour Palette:</strong> Opt for rich, regal colours like deep burgundy, navy blue, gold, or emerald green. These shades create a sophisticated atmosphere and can be wonderfully complemented with soft whites or blush tones.</p>
|
||||
<p><strong>Floral Arrangements:</strong> Luxurious blooms such as peonies, roses, and orchids can be used to create extravagant centrepieces and bouquets. Consider cascading arrangements or ornate floral arches to enhance the overall aesthetic.</p>
|
||||
<p><strong>Table Settings:</strong> Dress each table with elegant linens, perhaps in silk or satin, paired with fine china and crystal glassware. Incorporate gold or silver cutlery for that added touch of opulence.</p>
|
||||
<p><strong>Lighting:</strong> Utilize chandeliers or candelabras for ambient lighting. Warm, soft lighting can evoke a romantic feel while highlighting the intricate decor elements.</p>
|
||||
<p><strong>Ceremony Decor:</strong> For the ceremony, think grand entrance pieces and elaborate altar setups. Incorporating flowing draperies and plush seating arrangements can elevate the overall experience.</p>
|
||||
<p><strong>Thematic Elements:</strong> Consider incorporating items like vintage books, ornate mirrors, or regal seat assignments to enhance the royal theme. Personal touches, such as monogrammed items, can also add a bespoke feel.</p>
|
||||
<p><strong>Grand Cake:</strong> A tiered wedding cake adorned with intricate sugar flowers, gold accents, or regal motifs can serve as a stunning focal point.</p>
|
||||
<p>Creating a royal wedding involves harmonizing all these elements to present a cohesive vision that wows guests and creates unforgettable memories. By investing in high-quality decor and thoughtful design, your wedding can truly reflect the grandeur of a royal celebration.</p>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>5. Vintage Furnishings</h4>
|
||||
<p>Source vintage or antique furniture pieces to create an effortlessly chic setting. Low tables, poufs, and floor cushions along with a mix of old and new items can help set the tone.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>6. Ambient Lighting</h4>
|
||||
<p>Use soft, warm lighting to create a magical ambiance. String lights, candles, and lanterns can illuminate your space beautifully, especially during evening events. Consider using fairy lights intertwined with greenery for added charm.</p>
|
||||
</div>
|
||||
|
||||
<!-- Rustic -->
|
||||
<div class="svc-acc-item" data-img="/theme_aakriti_v2/static/src/img/services/theme/Rustic.webp">
|
||||
<button class="svc-acc-btn" type="button">
|
||||
<span class="svc-acc-icon">✦</span>
|
||||
<span class="svc-acc-label">Rustic</span>
|
||||
<span class="svc-acc-arrow">→</span>
|
||||
</button>
|
||||
<div class="svc-acc-body">
|
||||
<p><strong>Rustic Event Decor: Capturing the Essence of Nature</strong></p>
|
||||
<p>Rustic event decor embodies a warm and inviting atmosphere, drawing inspiration from the great outdoors. This style is characterised by its earthy tones, natural textures, and handcrafted elements, making it ideal for weddings, birthdays, and corporate events that seek a charming and down-to-earth feel.</p>
|
||||
<p><strong>Materials and Textures:</strong> Utilising materials like reclaimed wood, burlap, and metal creates an authentic rustic aesthetic. Wooden pallets can serve as backdrops or display areas, while burlap table runners add warmth and texture to tablescapes. Incorporating wrought iron elements like candle holders and lanterns enhances the rugged beauty typical of rustic designs.</p>
|
||||
<p><strong>Floral Arrangements:</strong> Florals play a significant role in rustic decor. Opt for wildflowers, dried flowers, and greenery to create arrangements that feel organic and unstructured. Mason jars, wooden crates, or vintage tins can serve as unique vases, providing a charming touch while complementing the overall aesthetic.</p>
|
||||
<p><strong>Lighting:</strong> Soft, ambient lighting is crucial in setting the mood for a rustic event. String lights twinkling overhead, along with the warm glow of lanterns and candles, can transform any space into a cozy retreat. Consider using Edison bulbs for a vintage feel, as they evoke a sense of nostalgia and simplicity.</p>
|
||||
<p><strong>Furniture and Seating:</strong> Choose farmhouse-style tables and mismatched chairs to enhance the rustic vibe. Long banquet tables foster a communal atmosphere, encouraging conversation and connection among guests. If the event permits, mixing different seating options can add character and flair.</p>
|
||||
<p><strong>Additional Touches:</strong> Personalisation is key to rustic decor. Custom signage made from reclaimed wood, hand-painted details, and personal mementos can make your event memorable. Photo displays using wooden frames or string displays of memories evoke a sense of nostalgia and connection.</p>
|
||||
<p><strong>Conclusion:</strong> Rustic event decor creates a welcoming environment that allows guests to feel at ease while celebrating life's special moments. By thoughtfully integrating natural materials, warm lighting, and personal touches, you can craft an unforgettable experience that reflects the beauty of simplicity and nature.</p>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>7. Artistic Touches</h4>
|
||||
<p>Encourage artistic expression in your Decor. Incorporate handmade elements, like painted signs or DIY decorations, that reflect personal touches and foster a creative atmosphere.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>8. Nature-Inspired Elements</h4>
|
||||
<p>Bring the outside in by using elements such as stones, feathers, and wood in your Decor. These natural details can connect your event with nature and reinforce the bohemian ethos.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>9. Unique Seating Arrangements</h4>
|
||||
<p>Move away from traditional seating models. Use a mix of benches, pouffs, and floor cushions arranged in circles or casual clusters to encourage social interaction and a relaxed vibe.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>10. Personalisation</h4>
|
||||
<p>Finally, add personal touches that reflect the host's personality and story. Incorporate items that hold sentimental value, such as family heirlooms or travel souvenirs, to create a warm and inviting atmosphere.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-theme-panel" id="theme-panel-1">
|
||||
<div class="svc-fw-hero-banner">
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/theme/Elegance.webp" class="svc-fw-hero-img" alt="Elegant Event Decor" />
|
||||
<div class="svc-fw-hero-overlay">
|
||||
<span class="svc-fw-hero-badge">EXPLORE THEME</span>
|
||||
<h3 class="svc-fw-hero-title">Elegant Event Decor</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-body">
|
||||
<p class="svc-fw-lead">Creating an ambiance of elegance for your event requires careful consideration of various elements that not only enhance the aesthetic appeal but also create a memorable experience for guests. Here are some key components to consider when planning elegant event Decor:</p>
|
||||
<div class="svc-fw-grid">
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Colour Palette</h4>
|
||||
<p>Choose a sophisticated colour palette that complements the theme of your event. Soft neutrals, muted pastels, and rich jewel tones can convey elegance. Incorporating metallics, such as gold or silver, can add a touch of luxury.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Centrepieces</h4>
|
||||
<p>The centrepiece is often the focal point of each table. Opt for tall floral arrangements featuring exquisite blossoms like orchids, hydrangeas, or peonies, arranged in elegant vases. For a more minimalist approach, consider using simple candle arrangements with tasteful accents of greenery.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Table Settings</h4>
|
||||
<p>Use fine table linens, such as satin or brocade, to create an upscale look. Layer your table settings with exquisite china, crystal glassware, and polished cutlery. Adding personalised place cards can elevate the experience for each guest.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Lighting</h4>
|
||||
<p>Lighting is crucial in setting the mood. Utilize a combination of soft uplighting, chandeliers, or fairy lights to create a warm and inviting atmosphere. Dimmed lights during the evening enhance the elegance of the decor while highlighting key features of the event space.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Floral Arrangements</h4>
|
||||
<p>Incorporate lush floral arrangements throughout the venue. Use a mix of seasonal flowers with varying heights to create visual interest. Elegant greenery can serve as a beautiful contrast and add depth to the arrangements.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Styling Spaces</h4>
|
||||
<p>Consider designated areas for guests to relax and mingle, furnished with stylish lounge seating. Use elegant draping, stylish furniture, and decorative accessories that reflect the overall theme to enhance these spaces.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Final Touches</h4>
|
||||
<p>Small details can make a big impact. Incorporate elements such as bespoke signage, beautifully wrapped favours, or custom lighting to bring the overall decor together seamlessly.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-theme-panel" id="theme-panel-2">
|
||||
<div class="svc-fw-hero-banner">
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/theme/Fairy-Tale.webp" class="svc-fw-hero-img" alt="Fairy Tale Event Decor" />
|
||||
<div class="svc-fw-hero-overlay">
|
||||
<span class="svc-fw-hero-badge">EXPLORE THEME</span>
|
||||
<h3 class="svc-fw-hero-title">Fairy Tale Event Decor</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-body">
|
||||
<p class="svc-fw-lead">Transform your special occasion into a whimsical fairy tale with exquisite decor that evokes magic and romance. At Wedding Dream Decor & Flowers, we believe every event deserves an enchanting atmosphere that tells a story. Here are key elements to consider for a fairy tale-themed decor:</p>
|
||||
<div class="svc-fw-grid">
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>1. Venue Selection</h4>
|
||||
<p>Choose a venue that embodies the charm of a fairy tale, such as a castle, lush garden, or a grand ballroom. The setting itself should evoke a sense of wonder, enhancing the overall theme of your event.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>2. Colour Palette</h4>
|
||||
<p>Opt for soft, ethereal colours like blush pink, lavender, gold, and ivory. These shades can create a dreamy ambiance. Accentuate with pops of deeper hues like royal blue or emerald green for added depth and sophistication.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>3. Floral Arrangements</h4>
|
||||
<p>Incorporate lush floral arrangements that include peonies, roses, and delicate greenery. Consider cascading floral designs for centerpieces or statement installations that create a whimsical focal point. Add elements like fairy lights intertwined with the florals to enhance the magical feel.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>4. Lighting</h4>
|
||||
<p>Create an enchanting atmosphere with soft, warm lighting. Use chandeliers, fairy lights, and lanterns to illuminate your space. Uplighting can also be effective in highlighting architectural features and creating a romantic glow.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>5. Table Settings</h4>
|
||||
<p>Select elegant tableware that reflects a fairy tale aesthetic. Consider using vintage-inspired plates, crystal glassware, and ornate cutlery. Accentuate each place setting with personalised name cards and small tokens for your guests.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>6. Thematic Elements</h4>
|
||||
<p>Incorporate thematic decor items such as candelabras, vintage mirrors, and whimsical centrepieces that nod to classic fairy tales. Consider elements like enchanted forests or royal ball motifs, complete with small details that add layers to your theme.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>7. Draping and Fabrics</h4>
|
||||
<p>Use soft fabrics like tulle, chiffon, or silk to create draped ceiling treatments or backdrops. These elements can help create a fairytale-like environment, making the space feel intimate and romantic.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>8. Focal Points</h4>
|
||||
<p>Create statement areas within your venue, such as a beautifully decorated archway for the ceremony or a whimsical cake display. These components can serve as stunning photo opportunities and focal points for your guests.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-theme-panel" id="theme-panel-3">
|
||||
<div class="svc-fw-hero-banner">
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/theme/Hollywood-Glamour.webp" class="svc-fw-hero-img" alt="Hollywood Glamour Event Decor" />
|
||||
<div class="svc-fw-hero-overlay">
|
||||
<span class="svc-fw-hero-badge">EXPLORE THEME</span>
|
||||
<h3 class="svc-fw-hero-title">Hollywood Glamour Event Decor</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-body">
|
||||
<p class="svc-fw-lead">Transform your event space into a luxurious Hollywood-inspired oasis that radiates glamour and sophistication. At Wedding Dream Decor & Flowers, we pay attention to every detail to capture the essence of iconic film premieres and red carpet events. By blending lavish decor with attention to detail, your Hollywood glamour event will dazzle guests and create unforgettable memories. Let Wedding Dream Decor & Flowers help you craft an enchanting event that truly embodies the elegance and glamour of Tinseltown.</p>
|
||||
<div class="svc-fw-grid">
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Colour Palette</h4>
|
||||
<p>Opt for a classic colour scheme of black, gold, and white. These tones evoke elegance while allowing for various accent colours, such as deep reds or rich royal blues, to enhance your design.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Lighting</h4>
|
||||
<p>Emphasize dramatic lighting effects. Use chandeliers and elegant pendant lights to create a warm, inviting atmosphere. Incorporate soft spotlights to highlight key areas, such as the stage, dining tables, and entrance, ensuring a celebrity-worthy welcome.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Table Settings</h4>
|
||||
<p>Select opulent tableware, including gold-rimmed plates, crystal glassware, and sleek cutlery. Layer table linens with luxurious fabrics like satin or sequined overlays. Centrepieces can feature tall floral arrangements in gold vases, adorned with feathers, crystals, or pearls, reminiscent of vintage Hollywood glamour.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Backdrops</h4>
|
||||
<p>Create stunning backdrops that serve as photo opportunities. Options include a shimmering sequined wall, a lush floral arrangement intertwined with greenery, or a vintage-style marquee sign. These elements will not only enhance the visual interest but also provide guests with memorable photo moments.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Floral Decor</h4>
|
||||
<p>Choose extravagant floral arrangements with orchids, roses, and lilies, interspersed with gold accents. Consider using oversized arrangements or cascading floral installations to instil a sense of grandeur throughout the venue.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Accessories</h4>
|
||||
<p>Incorporate accessories that exude luxury, such as gold candelabras, art deco sculptures, and plush lounge seating. This will enhance the overall aesthetic and provide comfort for guests.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Final Touches</h4>
|
||||
<p>Elevate the experience with silk drapery, luxe lounge areas with rich fabrics, and plush throw pillows. For a truly immersive experience, consider offering a signature cocktails menu inspired by classic Hollywood films.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-theme-panel" id="theme-panel-4">
|
||||
<div class="svc-fw-hero-banner">
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/theme/Romance.webp" class="svc-fw-hero-img" alt="Romantic Event Decor" />
|
||||
<div class="svc-fw-hero-overlay">
|
||||
<span class="svc-fw-hero-badge">EXPLORE THEME</span>
|
||||
<h3 class="svc-fw-hero-title">Romantic Event Decor</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-body">
|
||||
<p class="svc-fw-lead">Creating a romantic atmosphere for your event involves a careful selection of decor elements that evoke intimacy and elegance. Here are key aspects to consider: By meticulously crafting each element, your event decor will encapsulate the essence of romance, leaving a lasting impression on your guests.</p>
|
||||
<div class="svc-fw-grid">
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Colour Palette</h4>
|
||||
<p>Opt for soft, muted colours such as blush pinks, ivory, and light greys, complemented by deeper shades like burgundy or navy blue. These combinations create a warm and inviting backdrop.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Lighting</h4>
|
||||
<p>Utilise soft lighting to enhance the romance. String lights, fairy lights, and candle arrangements can add a magical touch. Consider using dimmable fixtures to adjust the ambiance throughout the event.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Floral Arrangements</h4>
|
||||
<p>Choose lush and full floral arrangements with seasonal blossoms. Romantic flowers such as roses, peonies, and hydrangeas work beautifully. Incorporate greenery for added texture and to create a more organic feel.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Fabrics and Textures</h4>
|
||||
<p>Layer different fabrics like silk, lace, and velvet to bring depth to the decor. Table runners, chair sashes, and drapery can all be crafted from these materials for a cohesive look.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Table Settings</h4>
|
||||
<p>Set the scene with elegant table settings. Use fine china, crystal glassware, and polished silverware. Personalised touches, such as custom place cards or folded napkins, can enhance the overall aesthetic.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Centrepieces</h4>
|
||||
<p>Create striking centrepieces that not only catch the eye but also tie in the floral themes and colour palette. Tall arrangements, clusters of small vases, or lanterns filled with candles can serve as focal points.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Ambient Music</h4>
|
||||
<p>Finally, select a playlist that complements the romantic theme. Soft instrumental music or acoustic love songs create a serene environment conducive to connection and celebration.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-theme-panel" id="theme-panel-5">
|
||||
<div class="svc-fw-hero-banner">
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/theme/Royal-Wedding.webp" class="svc-fw-hero-img" alt="Royal Wedding Event Decor" />
|
||||
<div class="svc-fw-hero-overlay">
|
||||
<span class="svc-fw-hero-badge">EXPLORE THEME</span>
|
||||
<h3 class="svc-fw-hero-title">Royal Wedding Event Decor</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-body">
|
||||
<p class="svc-fw-lead">Transforming your wedding into a royal affair requires meticulous attention to detail and a touch of grandeur. Here are some essential elements to consider for achieving that opulent look:</p>
|
||||
<div class="svc-fw-grid">
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Venue Selection</h4>
|
||||
<p>Choose a majestic venue that evokes a sense of history and elegance. Places such as heritage manors, luxurious hotels, or sprawling gardens can serve as stunning backdrops.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Colour Palette</h4>
|
||||
<p>Opt for rich, regal colours like deep burgundy, navy blue, gold, or emerald green. These shades create a sophisticated atmosphere and can be wonderfully complemented with soft whites or blush tones.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Floral Arrangements</h4>
|
||||
<p>Luxurious blooms such as peonies, roses, and orchids can be used to create extravagant centrepieces and bouquets. Consider cascading arrangements or ornate floral arches to enhance the overall aesthetic.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Table Settings</h4>
|
||||
<p>Dress each table with elegant linens, perhaps in silk or satin, paired with fine china and crystal glassware. Incorporate gold or silver cutlery for that added touch of opulence.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Lighting</h4>
|
||||
<p>Utilize chandeliers or candelabras for ambient lighting. Warm, soft lighting can evoke a romantic feel while highlighting the intricate decor elements.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Ceremony Decor</h4>
|
||||
<p>For the ceremony, think grand entrance pieces and elaborate altar setups. Incorporating flowing draperies and plush seating arrangements can elevate the overall experience.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Thematic Elements</h4>
|
||||
<p>Consider incorporating items like vintage books, ornate mirrors, or regal seat assignments to enhance the royal theme. Personal touches, such as monogrammed items, can also add a bespoke feel.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Grand Cake</h4>
|
||||
<p>A tiered wedding cake adorned with intricate sugar flowers, gold accents, or regal motifs can serve as a stunning focal point.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-theme-panel" id="theme-panel-6">
|
||||
<div class="svc-fw-hero-banner">
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/theme/Rustic.webp" class="svc-fw-hero-img" alt="Rustic Event Decor: Capturing the Essence of Nature" />
|
||||
<div class="svc-fw-hero-overlay">
|
||||
<span class="svc-fw-hero-badge">EXPLORE THEME</span>
|
||||
<h3 class="svc-fw-hero-title">Rustic Event Decor: Capturing the Essence of Nature</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-body">
|
||||
<p class="svc-fw-lead">Rustic event decor embodies a warm and inviting atmosphere, drawing inspiration from the great outdoors. This style is characterised by its earthy tones, natural textures, and handcrafted elements, making it ideal for weddings, birthdays, and corporate events that seek a charming and down-to-earth feel.</p>
|
||||
<div class="svc-fw-grid">
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Materials and Textures</h4>
|
||||
<p>Utilising materials like reclaimed wood, burlap, and metal creates an authentic rustic aesthetic. Wooden pallets can serve as backdrops or display areas, while burlap table runners add warmth and texture to tablescapes. Incorporating wrought iron elements like candle holders and lanterns enhances the rugged beauty typical of rustic designs.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Floral Arrangements</h4>
|
||||
<p>Florals play a significant role in rustic decor. Opt for wildflowers, dried flowers, and greenery to create arrangements that feel organic and unstructured. Mason jars, wooden crates, or vintage tins can serve as unique vases, providing a charming touch while complementing the overall aesthetic.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Lighting</h4>
|
||||
<p>Soft, ambient lighting is crucial in setting the mood for a rustic event. String lights twinkling overhead, along with the warm glow of lanterns and candles, can transform any space into a cozy retreat. Consider using Edison bulbs for a vintage feel, as they evoke a sense of nostalgia and simplicity.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Furniture and Seating</h4>
|
||||
<p>Choose farmhouse-style tables and mismatched chairs to enhance the rustic vibe. Long banquet tables foster a communal atmosphere, encouraging conversation and connection among guests. If the event permits, mixing different seating options can add character and flair.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Additional Touches</h4>
|
||||
<p>Personalisation is key to rustic decor. Custom signage made from reclaimed wood, hand-painted details, and personal mementos can make your event memorable. Photo displays using wooden frames or string displays of memories evoke a sense of nostalgia and connection.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Conclusion</h4>
|
||||
<p>Rustic event decor creates a welcoming environment that allows guests to feel at ease while celebrating life's special moments. By thoughtfully integrating natural materials, warm lighting, and personal touches, you can craft an unforgettable experience that reflects the beauty of simplicity and nature.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-theme-panel" id="theme-panel-7">
|
||||
<div class="svc-fw-hero-banner">
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/theme/Shimmer.webp" class="svc-fw-hero-img" alt="Shimmer, Sparkle, and Blind Event Decor" />
|
||||
<div class="svc-fw-hero-overlay">
|
||||
<span class="svc-fw-hero-badge">EXPLORE THEME</span>
|
||||
<h3 class="svc-fw-hero-title">Shimmer, Sparkle, and Blind Event Decor</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-body">
|
||||
<p class="svc-fw-lead">Elevate your event with decor that mesmerizes and enchants. Shimmer and sparkle are not just themes; they are experiences that transform your venue into a breathtaking wonderland. When meticulously designed, these elements can create an unforgettable atmosphere that captivates your guests.</p>
|
||||
<div class="svc-fw-grid">
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Incorporating Shimmering Textures</h4>
|
||||
<p>Utilise fabrics such as satin, silk, and organza in your draping and table settings to introduce a luxurious feel. Sequined tablecloths, shimmering overlays, and metallic accents can create an opulent base for your decor. Consider pairing these with ambient lighting to reflect and amplify the sparkle throughout the space.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Dazzling Centrepieces</h4>
|
||||
<p>Centrepieces serve as a focal point at any gathering. Opt for designs that incorporate crystals, glass, and mirrored surfaces to capture and refract light. Floral arrangements can be enhanced with glitter or metallic-painted branches that catch the eye, providing both height and depth.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Lighting as a Key Element</h4>
|
||||
<p>Lighting plays a critical role in achieving a "blindly" stunning effect. Soft fairy lights, up-lighting, and chandeliers can illuminate your space, highlighting the shimmering elements. Incorporate LED lights within floral arrangements or along pathways to guide guests through a shimmering landscape.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Accents and Details</h4>
|
||||
<p>Don't overlook the importance of smaller details. Use shimmer-infused candles, glittering table numbers, or reflective place cards to tie in the theme subtly. Even your signage can be embellished with metallic accents or sparkling elements to ensure consistency and elegance.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Conclusion</h4>
|
||||
<p>Utilising shimmer, sparkle, and blind decor can elevate your event to extraordinary heights. By thoughtfully incorporating these elements, you will create an enchanting environment that leaves a lasting impression on all who attend. Ensure every detail is carefully curated for a cohesive, dazzling experience that truly shines.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-theme-panel" id="theme-panel-8">
|
||||
<div class="svc-fw-hero-banner">
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/theme/Vintage.webp" class="svc-fw-hero-img" alt="Vintage Event Decor" />
|
||||
<div class="svc-fw-hero-overlay">
|
||||
<span class="svc-fw-hero-badge">EXPLORE THEME</span>
|
||||
<h3 class="svc-fw-hero-title">Vintage Event Decor</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-body">
|
||||
<p class="svc-fw-lead">Creating a vintage atmosphere for your event is an art that blends nostalgia with elegance. Here are essential elements to consider when crafting a vintage-inspired Decor:</p>
|
||||
<div class="svc-fw-grid">
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>1. Colour Palette</h4>
|
||||
<p>Opt for muted tones like pastels, creams, and earthy hues. Incorporate soft pinks, dusty blues, or sage greens to evoke a romantic, bygone era. Accents of gold or brass can add a touch of sophistication.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>2. Furniture and Seating</h4>
|
||||
<p>Think about incorporating antique furniture pieces such as Victorian chairs, side tables, and vintage settees. Mixing and matching different styles can create a charming, curated look. Look for items with intricate detailing and rich textures.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>3. Table Settings</h4>
|
||||
<p>Utilise mismatched china, vintage cutlery, and ornate glassware for table settings. Lace or burlap runners can provide the perfect foundation for your centrepieces. Consider using doilies for added texture and old-world appeal.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>4. Floral Arrangements</h4>
|
||||
<p>Choose flowers that were popular in vintage times, such as peonies, hydrangeas, and daisies. Use vintage vases or mason jars to hold your arrangements, and incorporate dried flowers for a rustic touch.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>5. Lighting</h4>
|
||||
<p>Soft, warm lighting sets the tone for any vintage event. Use strings of fairy lights, chandeliers, or lanterns to create a magical ambience. Candles, especially in vintage holders, can add a romantic glow to your space.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>6. Accessories and Props</h4>
|
||||
<p>Incorporate vintage props like typewriters, old books, gramophones, or globes. These small touches can greatly enhance the vintage feel. Consider using antique frames for photographs or signage to tie everything together.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>7. Themed Elements</h4>
|
||||
<p>Customize elements of your event to reflect the specific vintage era you wish to evoke. Whether it's the Roaring Twenties, the elegant Fifties, or the bohemian Sixties, ensure all Decor aligns with your chosen theme.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>8. Textiles</h4>
|
||||
<p>Incorporate vintage fabrics through table linens, drapery, or cushions. Items like lace, brocade, or patterned fabrics can create depth and interest in your Decor.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-theme-panel" id="theme-panel-9">
|
||||
<div class="svc-fw-hero-banner">
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/theme/Winter.webp" class="svc-fw-hero-img" alt="Winter, Spring, Summer, Fall Event Decor" />
|
||||
<div class="svc-fw-hero-overlay">
|
||||
<span class="svc-fw-hero-badge">EXPLORE THEME</span>
|
||||
<h3 class="svc-fw-hero-title">Winter, Spring, Summer, Fall Event Decor</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-body">
|
||||
<p class="svc-fw-lead">Seasonal weddings offer a unique opportunity to reflect the beauty and charm of each time of year through decor that resonates with nature's offerings.</p>
|
||||
<div class="svc-fw-grid">
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Winter Weddings</h4>
|
||||
<p>Embrace the cozy sparkle of winter with soft, twinkling lights that mimic the starry night. Incorporate elegant elements such as frosted greenery, deep jewel tones, and luxurious fabrics. Accents like candles and faux fur can create warmth and intimacy, inviting guests to share in the magic of the season.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Spring Weddings</h4>
|
||||
<p>Celebrate the vibrant awakening of spring with fresh blooms that announce the season's arrival. Pastel colors, botanical prints, and delicate floral arrangements can inspire joy and renewal. Incorporate elements like rustic wooden tables adorned with wildflowers and greenery to create an enchanting garden feel.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Summer Weddings</h4>
|
||||
<p>Capture the essence of summer with bright, bold colors and sun-kissed themes. Utilize outdoor settings where natural light enhances floral decor. Focus on vibrant hues, tropical motifs, and light, airy fabrics that evoke a sense of freedom and celebration. Incorporate elements like picnic-style seating, lanterns, and seasonal fruits to bring a playful, festive atmosphere.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Fall Weddings</h4>
|
||||
<p>Welcome the rich, rustic hues of fall with a palette of deep reds, oranges, and browns. Utilize natural elements such as pumpkins, akins, and abundant harvest florals. Create a warm ambiance with wooden accents, cozy blankets, and soft candlelight, enticing guests to feel the comforting spirit of the season.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-theme-panel" id="theme-panel-10">
|
||||
<div class="svc-fw-hero-banner">
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/theme/Black-Tie-Affair.webp" class="svc-fw-hero-img" alt="Black Tie Affair Decor" />
|
||||
<div class="svc-fw-hero-overlay">
|
||||
<span class="svc-fw-hero-badge">EXPLORE THEME</span>
|
||||
<h3 class="svc-fw-hero-title">Black Tie Affair Decor</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-body">
|
||||
<p class="svc-fw-lead">Creating an enchanting atmosphere for a black tie affair involves a careful selection of decor elements that exude elegance and sophistication. Here are key components to consider for your event:</p>
|
||||
<div class="svc-fw-grid">
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Colour Palette</h4>
|
||||
<p>Stick to a refined colour scheme that typically includes black, white, gold, or silver. These classic hues will help set the tone for a luxurious evening. Incorporating rich jewel tones like deep emerald or royal blue can also add a contemporary touch.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Table Settings</h4>
|
||||
<p>Opt for crisp white table linens paired with black satin napkins. Consider using gold or silver charger plates to enhance the opulence. Centrepieces can feature low arrangements of seasonal flowers in monochromatic shades, complemented by candles in elegant holders to create a warm, inviting glow.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Lighting</h4>
|
||||
<p>Strategic lighting plays a crucial role in establishing an upscale ambiance. Use dimmable chandeliers or candelabras that cast a soft light. Uplighting around the venue can accentuate architectural features and enhance the overall decor.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Floral Arrangements</h4>
|
||||
<p>Choose lavish floral arrangements that reflect your colour palette. Think about using classic blooms like roses or orchids, alongside greenery for texture. Tall centrepieces can be impactful, while low arrangements provide an intimate feel.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Chairs and Tables</h4>
|
||||
<p>Select sleek and stylish furniture. Chiavari chairs adorned with plush cushions offer both comfort and style. For tables, consider round setups for a cohesive look or long banquet styles for a more communal feel, dressed in elegant table runners.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Additional Touches</h4>
|
||||
<p>Incorporate elements such as personalised place cards, menu cards in calligraphy, and elegant floral accents at each setting. Use sophisticated glassware and cutlery to elevate the dining experience.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-theme-panel" id="theme-panel-11">
|
||||
<div class="svc-fw-hero-banner">
|
||||
<img src="/theme_aakriti_v2/static/src/img/services/theme/Simplistic.webp" class="svc-fw-hero-img" alt="Simplistic Event Decor" />
|
||||
<div class="svc-fw-hero-overlay">
|
||||
<span class="svc-fw-hero-badge">EXPLORE THEME</span>
|
||||
<h3 class="svc-fw-hero-title">Simplistic Event Decor</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svc-fw-body">
|
||||
<p class="svc-fw-lead">Embracing a minimalist aesthetic can transform any event into a serene and sophisticated experience. Simplistic event decor focuses on clean lines, subtle colour palettes, and thoughtfully curated elements that highlight the beauty of simplicity.</p>
|
||||
<div class="svc-fw-grid">
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Key Components of Simplistic Decor</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Neutral Colour Schemes</h4>
|
||||
<p>Opt for soft tones like whites, creams, and pale pastels. These colours can create a calm and inviting atmosphere, allowing other elements of the decor to shine.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Natural Elements</h4>
|
||||
<p>Incorporate elements from nature such as greenery, flowers, and raw materials. A simple arrangement of fresh foliage or a few understated blooms can serve as a stunning focal point without overwhelming the senses.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Minimalist Table Settings</h4>
|
||||
<p>Use sleek tableware, understated linens, and delicate glassware. A single floral centrepiece or a stylish candle can add elegance without clutter.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Lighting</h4>
|
||||
<p>Soft, ambient lighting sets the tone for any event. Consider string lights, candles, or simple lanterns to create an intimate and warm environment.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Open Spaces</h4>
|
||||
<p>Allow for plenty of space in your layout. Avoid overcrowding tables or seating areas, which can create a chaotic feeling. Less is often more in minimalist design.</p>
|
||||
</div>
|
||||
<div class="svc-fw-grid-item">
|
||||
<h4>Personal Touches</h4>
|
||||
<p>While simplicity is key, incorporating personal elements like custom signage or small mementos can add a unique flair that resonates with guests.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Shimmer, Sparkle, and Bling! -->
|
||||
<div class="svc-acc-item" data-img="/theme_aakriti_v2/static/src/img/services/theme/Shimmer.webp">
|
||||
<button class="svc-acc-btn" type="button">
|
||||
<span class="svc-acc-icon">✦</span>
|
||||
<span class="svc-acc-label">Shimmer, Sparkle, and Bling!</span>
|
||||
<span class="svc-acc-arrow">→</span>
|
||||
</button>
|
||||
<div class="svc-acc-body">
|
||||
<p><strong>Shimmer, Sparkle, and Blind Event Decor</strong></p>
|
||||
<p>Elevate your event with decor that mesmerizes and enchants. Shimmer and sparkle are not just themes; they are experiences that transform your venue into a breathtaking wonderland. When meticulously designed, these elements can create an unforgettable atmosphere that captivates your guests.</p>
|
||||
<p><strong>Incorporating Shimmering Textures:</strong> Utilise fabrics such as satin, silk, and organza in your draping and table settings to introduce a luxurious feel. Sequined tablecloths, shimmering overlays, and metallic accents can create an opulent base for your decor. Consider pairing these with ambient lighting to reflect and amplify the sparkle throughout the space.</p>
|
||||
<p><strong>Dazzling Centrepieces:</strong> Centrepieces serve as a focal point at any gathering. Opt for designs that incorporate crystals, glass, and mirrored surfaces to capture and refract light. Floral arrangements can be enhanced with glitter or metallic-painted branches that catch the eye, providing both height and depth.</p>
|
||||
<p><strong>Lighting as a Key Element:</strong> Lighting plays a critical role in achieving a "blindly" stunning effect. Soft fairy lights, up-lighting, and chandeliers can illuminate your space, highlighting the shimmering elements. Incorporate LED lights within floral arrangements or along pathways to guide guests through a shimmering landscape.</p>
|
||||
<p><strong>Accents and Details:</strong> Don't overlook the importance of smaller details. Use shimmer-infused candles, glittering table numbers, or reflective place cards to tie in the theme subtly. Even your signage can be embellished with metallic accents or sparkling elements to ensure consistency and elegance.</p>
|
||||
<p><strong>Conclusion:</strong> Utilising shimmer, sparkle, and blind decor can elevate your event to extraordinary heights. By thoughtfully incorporating these elements, you will create an enchanting environment that leaves a lasting impression on all who attend. Ensure every detail is carefully curated for a cohesive, dazzling experience that truly shines.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Vintage -->
|
||||
<div class="svc-acc-item" data-img="/theme_aakriti_v2/static/src/img/services/theme/Vintage.webp">
|
||||
<button class="svc-acc-btn" type="button">
|
||||
<span class="svc-acc-icon">✦</span>
|
||||
<span class="svc-acc-label">Vintage</span>
|
||||
<span class="svc-acc-arrow">→</span>
|
||||
</button>
|
||||
<div class="svc-acc-body">
|
||||
<p><strong>Vintage Event Decor</strong></p>
|
||||
<p>Creating a vintage atmosphere for your event is an art that blends nostalgia with elegance. Here are essential elements to consider when crafting a vintage-inspired Decor:</p>
|
||||
<p><strong>1. Colour Palette:</strong> Opt for muted tones like pastels, creams, and earthy hues. Incorporate soft pinks, dusty blues, or sage greens to evoke a romantic, bygone era. Accents of gold or brass can add a touch of sophistication.</p>
|
||||
<p><strong>2. Furniture and Seating:</strong> Think about incorporating antique furniture pieces such as Victorian chairs, side tables, and vintage settees. Mixing and matching different styles can create a charming, curated look. Look for items with intricate detailing and rich textures.</p>
|
||||
<p><strong>3. Table Settings:</strong> Utilise mismatched china, vintage cutlery, and ornate glassware for table settings. Lace or burlap runners can provide the perfect foundation for your centrepieces. Consider using doilies for added texture and old-world appeal.</p>
|
||||
<p><strong>4. Floral Arrangements:</strong> Choose flowers that were popular in vintage times, such as peonies, hydrangeas, and daisies. Use vintage vases or mason jars to hold your arrangements, and incorporate dried flowers for a rustic touch.</p>
|
||||
<p><strong>5. Lighting:</strong> Soft, warm lighting sets the tone for any vintage event. Use strings of fairy lights, chandeliers, or lanterns to create a magical ambience. Candles, especially in vintage holders, can add a romantic glow to your space.</p>
|
||||
<p><strong>6. Accessories and Props:</strong> Incorporate vintage props like typewriters, old books, gramophones, or globes. These small touches can greatly enhance the vintage feel. Consider using antique frames for photographs or signage to tie everything together.</p>
|
||||
<p><strong>7. Themed Elements:</strong> Customize elements of your event to reflect the specific vintage era you wish to evoke. Whether it's the Roaring Twenties, the elegant Fifties, or the bohemian Sixties, ensure all Decor aligns with your chosen theme.</p>
|
||||
<p><strong>8. Textiles:</strong> Incorporate vintage fabrics through table linens, drapery, or cushions. Items like lace, brocade, or patterned fabrics can create depth and interest in your Decor.</p>
|
||||
<p>By thoughtfully blending these elements, your vintage event Decor will transport guests to a charming past, creating an unforgettable experience. Let the beauty of yesteryears define the elegance of your celebration.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Winter, Spring, Summer, Fall -->
|
||||
<div class="svc-acc-item" data-img="/theme_aakriti_v2/static/src/img/services/theme/Winter.webp">
|
||||
<button class="svc-acc-btn" type="button">
|
||||
<span class="svc-acc-icon">✦</span>
|
||||
<span class="svc-acc-label">Winter, Spring, Summer, Fall</span>
|
||||
<span class="svc-acc-arrow">→</span>
|
||||
</button>
|
||||
<div class="svc-acc-body">
|
||||
<p>Seasonal weddings offer a unique opportunity to reflect the beauty and charm of each time of year through decor that resonates with nature's offerings.</p>
|
||||
<p><strong>Winter Weddings:</strong> Embrace the cozy sparkle of winter with soft, twinkling lights that mimic the starry night. Incorporate elegant elements such as frosted greenery, deep jewel tones, and luxurious fabrics. Accents like candles and faux fur can create warmth and intimacy, inviting guests to share in the magic of the season.</p>
|
||||
<p><strong>Spring Weddings:</strong> Celebrate the vibrant awakening of spring with fresh blooms that announce the season's arrival. Pastel colors, botanical prints, and delicate floral arrangements can inspire joy and renewal. Incorporate elements like rustic wooden tables adorned with wildflowers and greenery to create an enchanting garden feel.</p>
|
||||
<p><strong>Summer Weddings:</strong> Capture the essence of summer with bright, bold colors and sun-kissed themes. Utilize outdoor settings where natural light enhances floral decor. Focus on vibrant hues, tropical motifs, and light, airy fabrics that evoke a sense of freedom and celebration. Incorporate elements like picnic-style seating, lanterns, and seasonal fruits to bring a playful, festive atmosphere.</p>
|
||||
<p><strong>Fall Weddings:</strong> Welcome the rich, rustic hues of fall with a palette of deep reds, oranges, and browns. Utilize natural elements such as pumpkins, akins, and abundant harvest florals. Create a warm ambiance with wooden accents, cozy blankets, and soft candlelight, enticing guests to feel the comforting spirit of the season.</p>
|
||||
<p>By tailoring your decor to the distinct features of each season, your wedding can showcase not only the beauty of love but also the beauty of nature in all its forms. Each seasonal event is an opportunity to create a memorable experience that reflects your style and embraces the magic of the chosen time of year.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Culturally-specific themes -->
|
||||
<div class="svc-acc-item" data-img="/theme_aakriti_v2/static/src/img/services/theme/Culturally-specific-themes.webp">
|
||||
<button class="svc-acc-btn" type="button">
|
||||
<span class="svc-acc-icon">✦</span>
|
||||
<span class="svc-acc-label">Culturally-specific themes</span>
|
||||
<span class="svc-acc-arrow">→</span>
|
||||
</button>
|
||||
<div class="svc-acc-body">
|
||||
<p>Culturally specific event decor plays a pivotal role in creating an authentic and immersive atmosphere that resonates with the traditions and values of different communities. At Wedding Dream Decor & Flowers, we understand that every culture has its unique customs, symbols, and aesthetics, and we strive to reflect these elements in our decor designs.</p>
|
||||
<p>From the vibrant colours and intricate patterns of Indian weddings to the elegant simplicity of Scandinavian celebrations, our team is well-versed in the specifics that define various cultural ceremonies. For a traditional Indian wedding, we incorporate rich textiles, ornate mandaps, and elaborate floral arrangements that highlight the significance of each ritual.</p>
|
||||
<p>For Chinese weddings, we emphasise red and gold hues, using lanterns, dragon motifs, and intricately designed centrepieces that honour heritage and invite good fortune. Similarly, for a Jewish ceremony, we focus on elements like the chuppah adorned with meaningful flowers and textiles that resonate with the couple's story.</p>
|
||||
<p>By offering decor that is both culturally specific and steeped in respect for tradition, we ensure that each event not only celebrates love but does so in a way that is deeply meaningful to the families and communities involved. Our goal is to create a harmonious blend of personal expression and cultural integrity, making your event truly unforgettable.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Black Tie Affair -->
|
||||
<div class="svc-acc-item" data-img="/theme_aakriti_v2/static/src/img/services/theme/Black-Tie-Affair.webp">
|
||||
<button class="svc-acc-btn" type="button">
|
||||
<span class="svc-acc-icon">✦</span>
|
||||
<span class="svc-acc-label">Black Tie Affair</span>
|
||||
<span class="svc-acc-arrow">→</span>
|
||||
</button>
|
||||
<div class="svc-acc-body">
|
||||
<p><strong>Black Tie Affair Decor</strong></p>
|
||||
<p>Creating an enchanting atmosphere for a black tie affair involves a careful selection of decor elements that exude elegance and sophistication. Here are key components to consider for your event:</p>
|
||||
<p><strong>Colour Palette:</strong> Stick to a refined colour scheme that typically includes black, white, gold, or silver. These classic hues will help set the tone for a luxurious evening. Incorporating rich jewel tones like deep emerald or royal blue can also add a contemporary touch.</p>
|
||||
<p><strong>Table Settings:</strong> Opt for crisp white table linens paired with black satin napkins. Consider using gold or silver charger plates to enhance the opulence. Centrepieces can feature low arrangements of seasonal flowers in monochromatic shades, complemented by candles in elegant holders to create a warm, inviting glow.</p>
|
||||
<p><strong>Lighting:</strong> Strategic lighting plays a crucial role in establishing an upscale ambiance. Use dimmable chandeliers or candelabras that cast a soft light. Uplighting around the venue can accentuate architectural features and enhance the overall decor.</p>
|
||||
<p><strong>Floral Arrangements:</strong> Choose lavish floral arrangements that reflect your colour palette. Think about using classic blooms like roses or orchids, alongside greenery for texture. Tall centrepieces can be impactful, while low arrangements provide an intimate feel.</p>
|
||||
<p><strong>Chairs and Tables:</strong> Select sleek and stylish furniture. Chiavari chairs adorned with plush cushions offer both comfort and style. For tables, consider round setups for a cohesive look or long banquet styles for a more communal feel, dressed in elegant table runners.</p>
|
||||
<p><strong>Additional Touches:</strong> Incorporate elements such as personalised place cards, menu cards in calligraphy, and elegant floral accents at each setting. Use sophisticated glassware and cutlery to elevate the dining experience.</p>
|
||||
<p>By thoughtfully combining these decor elements, your black tie affair will leave a lasting impression and provide a wonderfully elegant setting for any event.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Simplistic -->
|
||||
<div class="svc-acc-item" data-img="/theme_aakriti_v2/static/src/img/services/theme/Simplistic.webp">
|
||||
<button class="svc-acc-btn" type="button">
|
||||
<span class="svc-acc-icon">✦</span>
|
||||
<span class="svc-acc-label">Simplistic</span>
|
||||
<span class="svc-acc-arrow">→</span>
|
||||
</button>
|
||||
<div class="svc-acc-body">
|
||||
<p><strong>Simplistic Event Decor</strong></p>
|
||||
<p>Embracing a minimalist aesthetic can transform any event into a serene and sophisticated experience. Simplistic event decor focuses on clean lines, subtle colour palettes, and thoughtfully curated elements that highlight the beauty of simplicity.</p>
|
||||
<p><strong>Key Components of Simplistic Decor:</strong></p>
|
||||
<ul>
|
||||
<li><strong>Neutral Colour Schemes:</strong> Opt for soft tones like whites, creams, and pale pastels. These colours can create a calm and inviting atmosphere, allowing other elements of the decor to shine.</li>
|
||||
<li><strong>Natural Elements:</strong> Incorporate elements from nature such as greenery, flowers, and raw materials. A simple arrangement of fresh foliage or a few understated blooms can serve as a stunning focal point without overwhelming the senses.</li>
|
||||
<li><strong>Minimalist Table Settings:</strong> Use sleek tableware, understated linens, and delicate glassware. A single floral centrepiece or a stylish candle can add elegance without clutter.</li>
|
||||
<li><strong>Lighting:</strong> Soft, ambient lighting sets the tone for any event. Consider string lights, candles, or simple lanterns to create an intimate and warm environment.</li>
|
||||
<li><strong>Open Spaces:</strong> Allow for plenty of space in your layout. Avoid overcrowding tables or seating areas, which can create a chaotic feeling. Less is often more in minimalist design.</li>
|
||||
<li><strong>Personal Touches:</strong> While simplicity is key, incorporating personal elements like custom signage or small mementos can add a unique flair that resonates with guests.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div><!-- /svc-accordion -->
|
||||
</div><!-- /left -->
|
||||
|
||||
<!-- RIGHT: Sticky Image Panel -->
|
||||
<div class="svc-themes-right">
|
||||
<div class="svc-themes-img-frame">
|
||||
<!-- <div class="svc-themes-img-badge">FEATURED THEME</div> -->
|
||||
<img id="svcThemeImg"
|
||||
src="/theme_aakriti_v2/static/src/img/services/theme/Bohemian.webp"
|
||||
alt="Event Theme"
|
||||
class="svc-themes-img"/>
|
||||
<div class="svc-themes-img-overlay">
|
||||
<span id="svcThemeLabel" class="svc-themes-img-label">Bohemian</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div><!-- /wrap -->
|
||||
</section>
|
||||
|
||||
<!-- ═══════════════════════════════════════════════
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user