4K AI Gimbal Camera
/* ===== RESET & BASE ===== */ .vgc*{box-sizing:border-box;margin:0;padding:0} .vgc{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1a1a2e;backgrou nd:#f8f7f4;line-height:1.6} /* ===== SCROLL REVEAL β hidden by default, JS adds .on ===== */ .vgc [data-sr]{opacity:0;transition:opacity .65s ease,transform .65s ease} .vgc [data-sr='fade']{transform:translateY(32px)} .vgc [data-sr='left']{transform:translateX(-40px)} .vgc [data-sr='right']{transform:translateX(40px)} .vgc [data-sr='up']{transform:translateY(20px)} .vgc [data-sr='zoom']{transform:scale(.94)} .vgc [data-sr].sr-on{opacity:1;transform:none} /* ===== HERO ===== */ .vgc-hero{background:linear-gradient(135deg,#eef2ff 0%,#f0fdf4 50%,#fefce8 100%);border-radius:20px;padding:56px 40px 40px;text-align:center;margin-bottom:24px;position:relative;overflow:hidden} .vgc-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 20%,rgba(99,102,241,.08) 0%,transparent 60%);pointer-events:none} .vgc-hero-tag{display:inline-block;background:rgba(99,102,241,.12);color:#4f46e5;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 16px;border-radius:50px;margin-bottom:20px;border:1px solid rgba(99,102,241,.2)} .vgc-hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15;color:#0f172a;margin-bottom:16px} .vgc-hero h1 span{background:linear-gradient(135deg,#4f46e5,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text} .vgc-hero>p{font-size:1.05rem;color:#475569;max-width:580px;margin:0 auto 28px} .vgc-hero-img{border-radius:16px;overflow:hidden;margin:0 auto 28px;max-width:560px;box-shadow:0 20px 60px rgba(0,0,0,.1)} .vgc-hero-img img{width:100%;display:block} .vgc-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:center} .vgc-badge{background:#fff;border:1px solid #e2e8f0;color:#334155;font-size:.82rem;font-weight:600;padding:8px 16px;border-radius:50px;box-shadow:0 2px 8px rgba(0,0,0,.06)} /* ===== SPECS BAR ===== */ .vgc-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px} .vgc-spec{background:#fff;border-radius:16px;padding:24px 16px;text-align:center;border:1px solid #e8ecf0;box-shadow:0 2px 12px rgba(0,0,0,.05);transition:transform .25s,box-shadow .25s} .vgc-spec:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)} .vgc-spec-icon{font-size:1.8rem;margin-bottom:8px} .vgc-spec-val{font-size:1.4rem;font-weight:800;color:#0f172a;line-height:1} .vgc-spec-label{font-size:.78rem;color:#64748b;font-weight:500;margin-top:4px;text-transform:uppercase;letter-spacing:.05em} /* ===== FEATURE ROWS ===== */ .vgc-row{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:20px;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.06);border:1px solid #e8ecf0} .vgc-row.alt{background:#f8f7f4} .vgc-row-media{overflow:hidden} .vgc-row-media img,.vgc-row-media video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease} .vgc-row:hover .vgc-row-media img,.vgc-row:hover .vgc-row-media video{transform:scale(1.03)} .vgc-row-content{padding:48px 40px;display:flex;flex-direction:column;justify-content:center} .vgc-row-tag{display:inline-block;background:linear-gradient(135deg,#4f46e5,#06b6d4);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:50px;margin-bottom:14px;width:fit-content} .vgc-row-content h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#0f172a;margin-bottom:14px;line-height:1.2} .vgc-row-content p{font-size:.97rem;color:#475569;line-height:1.75} /* ===== GALLERY ===== */ .vgc-gallery{margin-bottom:24px} .vgc-gallery>h2{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;color:#0f172a;text-align:center;margin-bottom:28px} .vgc-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px} .vgc-gallery-item{background:#fff;border-radius:18px;overflow:hidden;border:1px solid #e8ecf0;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s} .vgc-gallery-item:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.12)} .vgc-gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block} .vgc-gallery-caption{padding:20px} .vgc-gallery-caption h3{font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:8px;line-height:1.3} .vgc-gallery-caption p{font-size:.85rem;color:#64748b;line-height:1.65} /* ===== VIDEO REVIEWS ===== */ .vgc-reviews{margin-bottom:24px} .vgc-reviews>h2{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;color:#0f172a;text-align:center;margin-bottom:28px} .vgc-reviews-track-wrap{position:relative;display:flex;align-items:center;gap:12px} .vgc-reviews-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;flex:1;padding:8px 4px} .vgc-reviews-track::-webkit-scrollbar{display:none} .vgc-vcard{min-width:200px;max-width:220px;background:#fff;border-radius:18px;overflow:hidden;border:1px solid #e8ecf0;box-shadow:0 2px 12px rgba(0,0,0,.06);scroll-snap-align:start;flex-shrink:0} .vgc-vcard-video{aspect-ratio:9/16;overflow:hidden;background:#0f172a;cursor:pointer;position:relative} .vgc-vcard-video video{width:100%;height:100%;object-fit:cover;display:block} .vgc-vcard-body{padding:14px} .vgc-stars{display:flex;gap:2px;margin-bottom:8px} .vgc-star{width:14px;height:14px;color:#f59e0b} .vgc-vcard-title{font-size:.88rem;font-weight:700;color:#0f172a;margin-bottom:4px} .vgc-vcard-desc{font-size:.78rem;color:#64748b;line-height:1.5} .vgc-arrow{background:#fff;border:1px solid #e2e8f0;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.08);flex-shrink:0;transition:background .2s,box-shadow .2s} .vgc-arrow:hover{background:#f1f5f9;box-shadow:0 4px 16px rgba(0,0,0,.12)} .vgc-arrow svg{width:18px;height:18px;color:#334155} /* ===== FAQ ===== */ .vgc-faq{background:#fff;border-radius:20px;padding:48px 40px;margin-bottom:24px;border:1px solid #e8ecf0;box-shadow:0 2px 16px rgba(0,0,0,.05)} .vgc-faq>h2{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;color:#0f172a;margin-bottom:8px;text-align:center} .vgc-faq-sub{text-align:center;color:#64748b;font-size:.95rem;margin-bottom:32px} .vgc-faq-item{border-bottom:1px solid #f1f5f9} .vgc-faq-item:last-child{border-bottom:none} .vgc-faq-btn{width:100%;background:none;border:none;padding:18px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:16px} .vgc-faq-q{font-size:.97rem;font-weight:600;color:#0f172a;text-align:left;line-height:1.4} .vgc-faq-icon{width:22px;height:22px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .3s} .vgc-faq-icon::before{content:'+';font-size:1rem;color:#4f46e5;font-weight:700;line-height:1} .vgc-faq-item.open .vgc-faq-icon{background:#4f46e5;transform:rotate(45deg)} .vgc-faq-item.open .vgc-faq-icon::before{color:#fff} .vgc-faq-ans{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease} .vgc-faq-item.open .vgc-faq-ans{max-height:300px;padding-bottom:16px} .vgc-faq-ans p{font-size:.92rem;color:#475569;line-height:1.75} /* ===== CTA β LIGHT VERSION ===== */ .vgc-cta{background:linear-gradient(135deg,#eef2ff 0%,#f0fdf4 50%,#fefce8 100%);border-radius:20px;padding:56px 40px;text-align:center;border:1px solid #e2e8f0;box-shadow:0 2px 16px rgba(0,0,0,.06)} .vgc-cta h2{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:900;margin-bottom:14px;line-height:1.2;color:#0f172a} .vgc-cta p{font-size:1rem;color:#334155;max-width:520px;margin:0 auto 28px;line-height:1.7;font-weight:500} .vgc-cta-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:center} .vgc-cta-badge{background:#fff;border:1px solid #c7d2fe;color:#4f46e5;font-size:.82rem;font-weight:700;padding:8px 18px;border-radius:50px;box-shadow:0 2px 8px rgba(99,102,241,.1)} /* ===== RESPONSIVE ===== */ @media(max-width:768px){ .vgc-hero{padding:40px 20px 32px} .vgc-specs{grid-template-columns:repeat(2,1fr);gap:12px} .vgc-row{grid-template-columns:1fr} .vgc-row.alt .vgc-row-content{order:-1} .vgc-row-media{min-height:240px} .vgc-row-content{padding:28px 20px} .vgc-gallery-grid{grid-template-columns:1fr} .vgc-faq{padding:32px 20px} .vgc-cta{padding:40px 20px} .vgc-vcard{min-width:160px;max-width:180px} } @media(max-width:480px){ .vgc-specs{grid-template-columns:repeat(2,1fr)} } π₯ 4K AI Gimbal Camera Capture Life Like Never Before Meet the 4K AI Gimbal Camera β engineered for creators who demand cinematic quality without the complexity. Intelligent, compact, and always ready when the moment strikes. π₯ 4K Ultra HD π€ AI Tracking β¨ 3-Axis Stabilization π Night Mode π Pocket-Sized π₯ 4K Ultra HD β¨ 3-Axis Stabilization π€ AI Smart Tracking π Night Low-Light Mode Versatility Your Frame, Your Rules Switch effortlessly between vertical and horizontal shooting β optimized for every platform from Instagram Reels to YouTube. The 180Β° flip screen means you're always in the shot, framed exactly how you want it. Night Mode When Light Fades, Quality Doesn't Purpose-built low-light technology separates this camera from the rest. Advanced sensor processing reduces noise and preserves color accuracy β so golden hour, city nights, and candlelit moments all look exactly as vivid as you remember them. Stabilization Move Freely. Film Flawlessly. The 3-axis gimbal system compensates for every twist, turn, and bump in real time β delivering buttery-smooth footage whether you're hiking a trail, riding a bike, or dancing at a concert. No tripod. No excuses. Portability Pro Power. Zero Bulk. At just 172g, this gimbal slips into your pocket and goes wherever you go. A 1.9-inch flip screen, 100MP sensor, and 2000mAh battery packed into a frame smaller than your hand β lightweight enough to forget you're carrying it, powerful enough to never leave it behind. Three Technologies. One Camera. π― Instant Lock-On Autofocus Advanced AF locks onto your subject in milliseconds β tracking faces, bodies, and objects with precision. Fast action or slow moments, every frame is tack-sharp without manual adjustment. π± 180Β° Flip Screen for Total Control The high-resolution rotating display lets you monitor your shot from any angle β front-facing for solo content, tilted for low-angle creativity. What you see is exactly what you get. π Low-Light Mastery While other cameras struggle after sunset, this one thrives. Intelligent noise reduction and enhanced sensor sensitivity deliver vivid, grain-free footage from dusk to dawn β no extra lighting needed. Real Creators. Real Results. β€οΈ Compact & Powerful Fits in my pocket β shoots like a pro rig My Go-To for TikTok AI tracking keeps me in frame every time Unboxed & Filming in 2 Min Easiest setup I've ever experienced Zero Shake on Trails Hiked 10km β footage was silky smooth Perfect Travel Companion Packed it in my carry-on β shot everything AI Tracking is a Game Changer Locks on and never loses me β incredible Got Questions? We've Got Answers. Everything you need to know before you shoot How does the AI tracking work?The camera uses on-device AI to detect and lock onto faces, bodies, or objects in real time. Once locked, the gimbal motors automatically adjust to keep your subject centered β no app or manual control needed. Is it compatible with iOS and Android?Yes β fully compatible with iOS 12.0+ and Android 8.0+. Connect via Bluetooth or Wi-Fi and pair in under 5 minutes using the companion app. How long does the battery last?The gimbal camera delivers up to 6 hours of continuous recording on a single charge β enough for a full day of shooting without reaching for a power bank. Do I need filming experience to use it?Not at all. Smart auto modes handle exposure, focus, and stabilization automatically. Beginners get great results from day one, while advanced users can dive into manual controls for full creative freedom. Is my payment information secure?Absolutely. All transactions are protected by SSL encryption and processed through secure payment gateways. Your payment details are never stored on our servers. Do you ship internationally?Yes β we deliver to 180+ countries worldwide. Shipping costs and estimated delivery times are calculated at checkout based on your location. π₯ Your Story Deserves Better Footage. The 4K AI Gimbal Camera is built for creators who refuse to settle. Intelligent tracking, cinematic stabilization, and all-day battery β everything you need to tell your story, beautifully. β 4K Ultra HD β 3-Axis Stabilization β AI Tracking β Night Mode β Pocket-Sized (function(){ /* ===== SCROLL REVEAL ENGINE ===== */ function initSR(){ var els=document.querySelectorAll('[data-sr]'); if(!els.length) return; if(!('IntersectionObserver' in window)){ els.forEach(function(el){el.classList.add('sr-on');});return; } var io=new IntersectionObserver(function(entries){ entries.forEach(function(entry){ if(entry.isIntersecting){ var el=entry.target; var delay=parseInt(el.getAttribute('data-sr-delay')||0,10); setTimeout(function(){el.classList.add('sr-on');},delay); io.unobserve(el); } }); },{threshold:0.12,rootMargin:'0px 0px -40px 0px'}); els.forEach(function(el){io.observe(el);}); } if(document.readyState==='loading'){ document.addEventListener('DOMContentLoaded',initSR); } else { initSR(); } /* ===== FAQ ACCORDION ===== */ document.addEventListener('click',function(e){ var btn=e.target.closest('.vgc-faq-btn'); if(!btn) return; var item=btn.closest('.vgc-faq-item'); var isOpen=item.classList.contains('open'); document.querySelectorAll('.vgc-faq-item.open').forEach(function(i){i.classList.remove('open');}); if(!isOpen) item.classList.add('open'); }); /* ===== VIDEO REVIEW CAROUSEL ===== */ var track=document.getElementById('vgcTrack'); if(track){ document.querySelector('.vgc-arrow-l').addEventListener('click',function(){track.scrollBy({left:-220,behavior:'smooth'});}); document.querySelector('.vgc-arrow-r').addEventListener('click',function(){track.scrollBy({left:220,behavior:'smooth'});}); track.querySelectorAll('video').forEach(function(v){ v.addEventListener('mouseenter',function(){this.play();}); v.addEventListener('mouseleave',function(){this.pause();}); v.addEventListener('touchstart',function(){this.paused?this.play():this.pause();},{passive:true}); }); } })();
More you might like
Related
FlowTechyβ’ 4K AI Gimbal Camera
Related
Gimbal Smartphone - Gimbal voor Smartphone & Camera - Handhe
Related
FIMI Mini 3 4K AI Drone With 3-Axis Gimbal Camera System
Related