Master SFX Bundle (Includes ALL SFX Packs)
.msfx-root { --msfx-ink: #0c0d10; --msfx-panel: #14161b; --msfx-paper: #f6f6f4; --msfx-line: rgba(12,13,16,0.10); --msfx-line-lt: rgba(255,255,255,0.12); --msfx-muted: #565a63; --m sfx-muted-d: rgba(255,255,255,0.66); --msfx-accent: #ff5a3c; /* warm cinematic ember */ --msfx-accent-2: #7cc4ff; /* cool studio blue */ --msfx-radius: 22px; font-family: inherit; color: var(--msfx-ink); line-height: 1.6; -webkit-font-smoothing: antialiased; max-width: 1180px; margin: 0 auto; padding: 8px 0 24px; overflow: hidden; } .msfx-root *, .msfx-root *::before, .msfx-root *::after { box-sizing: border-box; } /* ---------- reveal ---------- */ .msfx-reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); will-change: opacity, transform; } .msfx-reveal.msfx-in { opacity: 1; transform: none; } /* ===================== CROSS-SELL CALLOUT ===================== */ .msfx-crosssell { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; text-align: center; background: linear-gradient(100deg, rgba(255,90,60,.10), rgba(124,196,255,.10)); border: 1px solid var(--msfx-line); border-radius: 100px; padding: 12px 22px; margin: 0 auto clamp(28px,5vw,44px); max-width: 760px; font-size: .95rem; } .msfx-crosssell strong { color: var(--msfx-accent); } .msfx-crosssell a { color: var(--msfx-ink); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--msfx-accent); padding-bottom: 1px; white-space: nowrap; } .msfx-crosssell a:hover { color: var(--msfx-accent); } .msfx-tag { display: inline-flex; align-items: center; gap: 6px; background: var(--msfx-ink); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .04em; padding: 5px 12px; border-radius: 100px; white-space: nowrap; } /* ===================== HERO ===================== */ .msfx-hero { position: relative; border-radius: var(--msfx-radius); overflow: hidden; background: #000; isolation: isolate; min-height: 460px; } .msfx-hero video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; } .msfx-hero__veil { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.15) 40%, rgba(0,0,0,.78) 100%); } .msfx-hero__content { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; padding: clamp(20px,5vw,56px); overflow: hidden; } .msfx-eyebrow { display: inline-block; font-size: 12px; letter-spacing: .28em; text-transform: uppercase; font-weight: 700; padding: 7px 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 100px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); background: rgba(255,255,255,.08); margin-bottom: 20px; } .msfx-hero__num { font-weight: 800; letter-spacing: -0.03em; line-height: .9; font-size: clamp(3.4rem, 13vw, 9rem); background: linear-gradient(180deg,#fff 0%, #cfd6e0 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; margin: 0; } .msfx-hero__num span { color: var(--msfx-accent); -webkit-text-fill-color: var(--msfx-accent); } .msfx-hero__cap { font-weight: 700; font-size: clamp(1.1rem, 3vw, 2rem); letter-spacing: -0.01em; margin: 6px 0 0; } .msfx-hero__sub { font-size: clamp(.98rem,1.6vw,1.15rem); font-weight: 400; color: rgba(255,255,255,.85); max-width: 560px; margin: 16px auto 0; } /* ===================== SECTION SCAFFOLD ===================== */ .msfx-section { padding: clamp(48px,8vw,88px) clamp(16px,4vw,24px); } .msfx-kicker { font-size: 12px; letter-spacing: .26em; text-transform: uppercase; font-weight: 700; color: var(--msfx-accent); margin: 0 0 14px; } .msfx-h2 { font-weight: 800; font-size: clamp(1.8rem,4.4vw,3rem); line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 18px; text-wrap: balance; } .msfx-lead { font-size: clamp(1.02rem,1.6vw,1.2rem); font-weight: 400; color: var(--msfx-muted); max-width: 720px; } .msfx-center { text-align: center; } .msfx-center .msfx-lead { margin-left: auto; margin-right: auto; } /* ===================== STAT STRIP ===================== */ .msfx-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--msfx-line); border: 1px solid var(--msfx-line); border-radius: var(--msfx-radius); overflow: hidden; margin-top: clamp(34px,5vw,52px); } .msfx-stat { background: var(--msfx-paper); padding: 30px 20px; text-align: center; } .msfx-stat__n { font-weight: 800; font-size: clamp(1.7rem,3.6vw,2.6rem); letter-spacing: -0.02em; line-height: 1; } .msfx-stat__l { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--msfx-muted); margin-top: 8px; font-weight: 600; } /* ===================== STYLES (Neutral/Reverb/Crunch) ===================== */ .msfx-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2.4vw,26px); margin-top: clamp(34px,5vw,52px); } .msfx-style { border: 1px solid var(--msfx-line); border-radius: var(--msfx-radius); padding: clamp(26px,3vw,34px); background: var(--msfx-paper); text-align: left; transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s ease; } .msfx-style:hover { transform: translateY(-6px); box-shadow: 0 24px 60px -30px rgba(12,13,16,.4); } .msfx-style__wave { display: flex; align-items: flex-end; gap: 4px; height: 40px; margin-bottom: 18px; } .msfx-style__wave i { flex: 1; background: var(--msfx-accent); border-radius: 3px; opacity: .85; } .msfx-style h3 { font-weight: 800; font-size: 1.3rem; margin: 0 0 6px; letter-spacing: -0.01em; } .msfx-style p { margin: 0; font-size: .98rem; color: var(--msfx-muted); } /* ===================== FEATURE ROWS ===================== */ .msfx-rows { display: flex; flex-direction: column; gap: clamp(20px,3vw,28px); margin-top: clamp(34px,5vw,52px); } .msfx-feature { display: grid; grid-template-columns: 56px 1fr; gap: 22px; align-items: start; border: 1px solid var(--msfx-line); border-radius: var(--msfx-radius); padding: clamp(24px,3vw,32px); background: var(--msfx-paper); transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s ease; } .msfx-feature:hover { transform: translateY(-4px); box-shadow: 0 22px 56px -32px rgba(12,13,16,.38); } .msfx-feature__ic { width: 56px; height: 56px; border-radius: 15px; display: grid; place-items: center; background: var(--msfx-ink); color: #fff; } .msfx-feature__ic svg { width: 26px; height: 26px; } .msfx-feature h3 { font-weight: 800; font-size: 1.2rem; margin: 4px 0 6px; letter-spacing: -0.01em; } .msfx-feature p { margin: 0; color: var(--msfx-muted); font-size: 1rem; } .msfx-feature a { color: var(--msfx-accent); font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; } /* ===================== MEDIA BLOCKS ===================== */ .msfx-media { border-radius: var(--msfx-radius); overflow: hidden; background: #000; box-shadow: 0 30px 70px -42px rgba(12,13,16,.6); margin-top: clamp(34px,5vw,52px); } .msfx-media video, .msfx-media img { display: block; width: 100%; height: auto; } .msfx-media--plain { background: transparent; box-shadow: none; } /* ===================== DARK STORY PANEL ===================== */ .msfx-dark { background: var(--msfx-ink); color: #fff; border-radius: clamp(20px,3vw,34px); overflow: hidden; } .msfx-dark__inner { padding: clamp(40px,6vw,76px) clamp(20px,5vw,64px); } .msfx-dark .msfx-kicker { color: var(--msfx-accent-2); } .msfx-dark .msfx-h2 { color: #fff; } .msfx-dark p { color: var(--msfx-muted-d); } .msfx-dark img { display: block; width: 100%; height: auto; } /* ===================== INDIVIDUAL PACKS / ROBINPRO ===================== */ .msfx-packs-head { text-align: center; margin-bottom: clamp(28px,4vw,40px); } /* ===================== SPECS ===================== */ /* 6 items, fixed 3 columns = two even rows. No orphaned cell. */ .msfx-specs { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--msfx-line); border: 1px solid var(--msfx-line); border-radius: var(--msfx-radius); overflow: hidden; margin-top: clamp(30px,4vw,42px); } .msfx-spec { background: var(--msfx-paper); padding: 28px 26px; } .msfx-spec__l { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--msfx-accent); font-weight: 700; margin: 0 0 8px; } .msfx-spec__v { margin: 0; font-size: 1.02rem; font-weight: 600; } .msfx-spec__v small { display: block; color: var(--msfx-muted); font-weight: 400; font-size: .88rem; margin-top: 4px; } /* ===================== FOOT ===================== */ .msfx-foot { text-align: center; padding: clamp(40px,6vw,68px) 24px 10px; } .msfx-foot__note { font-size: .9rem; color: var(--msfx-muted); font-style: italic; max-width: 540px; margin: 22px auto 0; } .msfx-rights { font-size: .78rem; color: var(--msfx-muted); margin-top: 18px; letter-spacing: .04em; } /* ===================== RESPONSIVE ===================== */ @media (max-width: 820px) { .msfx-grid-3 { grid-template-columns: 1fr; } .msfx-stats { grid-template-columns: repeat(2,1fr); } .msfx-specs { grid-template-columns: repeat(2,1fr); } } @media (max-width: 600px) { /* Hero: keep overlay text comfortably inside the shorter video on phones */ .msfx-hero { min-height: 380px; } .msfx-hero__content { padding: 22px 18px; } .msfx-hero__num { font-size: clamp(3rem, 18vw, 4.6rem); } .msfx-hero__cap { font-size: clamp(1rem, 4.4vw, 1.35rem); } .msfx-hero__sub { font-size: .92rem; margin-top: 12px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .msfx-eyebrow { margin-bottom: 14px; font-size: 10px; letter-spacing: .2em; } } @media (max-width: 520px) { .msfx-feature { grid-template-columns: 1fr; } .msfx-feature__ic { margin-bottom: 4px; } .msfx-specs { grid-template-columns: 1fr; } } @media (max-width: 400px) { .msfx-hero__sub { -webkit-line-clamp: 2; } .msfx-hero__num { font-size: clamp(2.6rem, 19vw, 4rem); } } @media (prefers-reduced-motion: reduce) { .msfx-reveal { opacity: 1 !important; transform: none !important; transition: none; } } SAVE 25% Add the Ultimate Bundle with this and take 25% off your whole order at checkout. The Master SFX Bundle 330+ Cinematic Sound Effects Every single sound effect we make, crafted by professional sound designers, in one complete bundle. What's Included Our entire sound library, in one bundle The Master SFX Bundle brings together every sound effect we make into a single collection, saving you over 60% against buying each pack on its own. Powerful, captivating and ready to drop straight into your edit. 330+ Sound Effects 3 Designer Styles 60%+ Saving vs Packs AIFF Lossless Quality Three Ways To Play Every effect, in three designer styles Each sound is delivered in three flexible, dynamic flavours so you can match the mood of any scene instantly. Neutral Clean, dry and true to source. The most versatile starting point for any mix. Reverb Spacious and atmospheric, adding depth and a sense of place to your scene. Crunch Gritty, hard-hitting and loud. For moments that need to land with real impact. Built To Be Easy Professional sound, zero friction Works with every editing app Adobe Premiere, Final Cut Pro, DaVinci Resolve, Sony Vegas and more. Drag, drop, and match the sound to the action on screen. Suitable for all abilities No mixing degree required. Anyone can drop these effects in and instantly lift their production value. No confusing licenses Cleared for personal and commercial use after purchase, with no strings attached. Read the license. Lossless AIFF for maximum quality Absolute sound fidelity, delivered exactly how the sound designers intended. No compression, no compromise. Why Sound Design? The detail that separates pro from amateur Sound design is one of the most overlooked parts of filmmaking, yet one of the most important. Investing in high quality sound captures your audience's imagination instantly and lifts the production value of everything you make. Built For Modern Creators Professionally crafted, genuinely affordable A professional suite of designer sounds ready for high-budget productions, but genuinely useful for on-the-go content creators, freelance filmmakers and video editors, with a price tag to match. From designer whooshes built for drone filmmaking to atmospheres that score any scene in seconds. Inside The Bundle Explore the individual SFX packs Every pack below is included in full. Here is a closer look at what you get. Specifications The essentials Format Lossless AIFFMaximum sound fidelity Styles Neutral, Reverb, CrunchThree flavours of every sound Compatibility All editing softwarePremiere, FCP, Resolve, Vegas and more License Personal & commercialNo strings attached System Requirements NoneWorks with any film or sound editor Delivery Instant downloadEmailed to you straight after purchase Strictly not for sharing or resale. Please use this original product link to share. © All Rights Reserved - FCPX Full Access / Filmmaker Full Access (function () { var els = document.querySelectorAll('.msfx-root .msfx-reveal'); if (!('IntersectionObserver' in window)) { els.forEach(function (el) { el.classList.add('msfx-in'); }); return; } var io = new IntersectionObserver(function (entries) { entries.forEach(function (e, i) { if (e.isIntersecting) { e.target.style.transitionDelay = (Math.min(i, 3) * 0.08) + 's'; e.target.classList.add('msfx-in'); io.unobserve(e.target); } }); }, { threshold: 0.12, rootMargin: '0px 0px -8% 0px' }); els.forEach(function (el) { io.observe(el); }); })();
More you might like
Related
Cooler Master NR200P MAX V2 Mini-ITX PC Case Bundle – Includ
Related
Master Bundle: Chain Tasks - includes Quiz
Related
Master Bundle: Calculation Tables - includes Quiz
Related