# 3D Baskıcı > Endüstriyel 3D Baskı ve Hızlı Prototipleme Çözümleri ## Pages - [Geleceğe Destek](https://3dbaskici.com/gelecege-destek/) - [Referanslarimiz](https://3dbaskici.com/referanslarimiz/) - [Gizlilik Politikası](https://3dbaskici.com/gizlilik-politikasi/) - [Hakkımızda](https://3dbaskici.com/hakkimizda/) - [Enjeksiyon Kalıplama Hizmeti](https://3dbaskici.com/enjeksiyon-kaliplama-hizmeti/) - [Endüstriyel Tasarım Hizmeti](https://3dbaskici.com/endustriyel-tasarim-hizmeti/) - [Tersine Mühendislik Hizmeti](https://3dbaskici.com/tersine-muhendislik-hizmeti/) - [3D Tarama Hizmeti](https://3dbaskici.com/3d-tarama-hizmeti/) - [Metal Baskı Teknolojisi](https://3dbaskici.com/metal-baski-teknolojisi/) - [MJF Baskı Teknolojisi](https://3dbaskici.com/mjf-baski-teknolojisi/) - [SLA Baskı Teknolojisi](https://3dbaskici.com/sla-baski-teknolojisi/) - [FDM Baskı Teknolojisi](https://3dbaskici.com/fdm-baski-teknolojisi/) - [Kişisel Veriler Politikası](https://3dbaskici.com/kisisel-veriler-politikasi/) - [Anasayfa](https://3dbaskici.com/) - [Teklif Al](https://3dbaskici.com/teklif-al/): Teklif Al – 3D Baskıcı UPLOADCARE_PUBLIC_KEY = '10fc816021bc22b17695'; UPLOADCARE_LOCALE = 'tr'; UPLOADCARE_TABS = 'file'; UPLOADCARE_STORE = 1; :root { --red: #D32F2F; --red-dark: #b71c1c; --dark: #1a1a1a; --gray-100: #f7f7f5; --gray-200: #eeede9; --gray-400: #b0afa8; --gray-600: #6b6a65; --gray-800: #2e2e2c; --white: #ffffff; --border: #e2e1dc; --font-head: 'Montserrat', sans-serif; --font-body: 'DM Sans', sans-serif; --radius: 4px; --radius-lg: 10px; --shadow: 0 2px 24px rgba(0,0,0,0.07); --shadow-lg: 0 8px 48px rgba(0,0,0,0.12); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: var(--font-body); background: var(--gray-100); color: var(--dark); min-height: 100vh; } /* HERO BAND */ .hero-band { background: var(--dark); padding: 64px 48px; text-align: center; position: relative; overflow: hidden; } .hero-band::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,0.015) 0px, rgba(255,255,255,0.015) 1px, transparent 1px, transparent 80px); } .hero-eyebrow { display: inline-block; background: var(--red); color: #fff; font-family: var(--font-head); font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 5px 16px; border-radius: 2px; margin-bottom: 20px; position: relative; } .hero-band h1 { font-family: var(--font-head); font-size: 42px; font-weight: 800; color: #fff; line-height: 1.15; letter-spacing: -0.5px; position: relative; margin-bottom: 14px; } .hero-band h1 span { color: var(--red); } .hero-band p { color: rgba(255,255,255,0.6); font-size: 16px; line-height: 1.7; position: relative; } /* MAIN LAYOUT */ .main-wrap { max-width: 1100px; margin: 0 auto; padding: 56px 24px 80px; display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; } /* FORM CARD */ .form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; } .form-card-header { background: var(--gray-100); border-bottom: 1px solid var(--border); padding: 24px 32px; } .form-card-header h2 { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: 4px; } .form-card-header p { font-size: 13px; color: var(--gray-600); } .form-body { padding: 32px; } .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; } .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; } .form-group.no-mb { margin-bottom: 0; } label { font-size: 12px; font-weight: 600; color: var(--gray-800); letter-spacing: 0.3px; text-transform: uppercase; } label .req { color: var(--red); margin-left: 2px; } input[type="text"], input[type="email"], input[type="tel"], textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--border); border-radius: var(--radius); font-family: var(--font-body); font-size: 14px; color: var(--dark); background: var(--white); outline: none; transition: border-color 0.2s, box-shadow 0.2s; -webkit-appearance: none; } input:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(211,47,47,0.08); } textarea { resize: vertical; min-height: 110px; line-height: 1.6; } /* FILE UPLOAD */ .file-upload-area { border: 2px dashed var(--border); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; cursor: pointer; transition: border-color 0.2s, background 0.2s; background: var(--gray-100); position: relative; } .file-upload-area:hover, .file-upload-area.drag-over { border-color: var(--red); background: rgba(211,47,47,0.03); } .file-upload-area input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; } .upload-icon { width: 44px; height: 44px; margin: 0 auto 12px; background: var(--gray-200); border-radius: 50%; display: flex; align-items: center; justify-content: center; } .upload-icon svg { width: 22px; height: 22px; stroke: var(--gray-600); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .upload-text { font-size: 14px; font-weight: 500; color: var(--dark); margin-bottom: 4px; } .upload-sub { font-size: 12px; color: var(--gray-400); } .upload-sub span { color: var(--red); font-weight: 600; } #file-name { margin-top: 10px; font-size: 12px; color: var(--gray-600); font-weight: 500; } /* RECAPTCHA */ .recaptcha-wrap { margin: 20px 0; display: flex; justify-content: flex-start; } /* KVKK */ .kvkk-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 24px; font-size: 13px; color: var(--gray-600); line-height: 1.5; } .kvkk-row input[type="checkbox"] { width: 16px; height: 16px; min-width: 16px; margin-top: 2px; accent-color: var(--red); cursor: pointer; border: 1px solid var(--border); border-radius: 3px; padding: 0; box-shadow: none; } .kvkk-row a { color: var(--red); text-decoration: none; } .kvkk-row a:hover { text-decoration: underline; } /* SUBMIT */ .btn-submit { width: 100%; padding: 15px; background: var(--red); color: #fff; border: none; border-radius: var(--radius); font-family: var(--font-head); font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: background 0.25s, transform 0.15s; } .btn-submit:hover { background: var(--red-dark); } .btn-submit:active { transform: scale(0.98); } .form-note { text-align: center; font-size: 12px; color: var(--gray-400); margin-top: 14px; display: flex; align-items: center; justify-content: center; gap: 6px; } .form-note svg { width: 13px; height: 13px; stroke: var(--gray-400); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } /* SUCCESS */ .success-msg { display: none; text-align: center; padding: 48px 32px; } .success-icon { width: 64px; height: 64px; background: #e8f5e9; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; } .success-icon svg { width: 32px; height: 32px; stroke: #2e7d32; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; } .success-msg h3 { font-family: var(--font-head); font-size: 22px; font-weight: 700; margin-bottom: 10px; } .success-msg p { font-size: 15px; color: var(--gray-600); line-height: 1.6; } /* SIDEBAR */ .sidebar { display: flex; flex-direction: column; gap: 20px; } .info-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 28px; } .info-card-title { font-family: var(--font-head); font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gray-400); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--border); } .contact-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--gray-200); text-decoration: none; color: inherit; transition: color 0.2s; } .contact-item:last-child { border-bottom: none; padding-bottom: 0; } .contact-item:first-child { padding-top: 0; } .contact-item:hover .contact-label { color: var(--red); } .contact-icon { width: 40px; height: 40px; background: var(--gray-100); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .contact-icon svg { width: 18px; height: 18px; stroke: var(--red); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .contact-meta { font-size: 11px; color: var(--gray-400); margin-bottom: 2px; } .contact-label { font-size: 15px; font-weight: 600; color: var(--dark); } /* HOURS */ .hours-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-size: 13px; border-bottom: 1px solid var(--gray-200); } .hours-row:last-child { border-bottom: none; } .hours-day { color: var(--gray-600); } .hours-time { font-weight: 600; color: var(--dark); } .badge-open { display: inline-flex; align-items: center; gap: 5px; background: #e8f5e9; color: #2e7d32; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin-left: 8px; } .badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #2e7d32; animation: pulse-dot 1.5s infinite; } @keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } } /* WHY LIST */ .why-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--gray-200); } .why-item:last-child { border-bottom: none; } .why-num { width: 28px; height: 28px; background: var(--red); color: #fff; border-radius: 50%; font-family: var(--font-head); font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; } .why-text strong { display: block; font-size: 14px; font-weight: 600; color: var(--dark); margin-bottom: 2px; } .why-text span { font-size: 12px; color: var(--gray-600); line-height: 1.5; } /* FOOTER */ footer { background: var(--dark); padding: 28px 48px; text-align: center; font-size: 13px; color: rgba(255,255,255,0.35); } footer a { color: rgba(255,255,255,0.5); text-decoration: none; } footer a:hover { color: var(--red); } /* TECH SELECT */ .tech-option { display: block; cursor: pointer; } .tech-option input[type="radio"] { display: none; } .tech-box { display: flex; flex-direction: column; gap: 3px; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: var(--radius); background: var(--white); transition: border-color 0.2s, background 0.2s; } .tech-option:hover .tech-box { border-color: var(--red); background: rgba(211,47,47,0.03); } .tech-option input:checked + .tech-box { border-color: var(--red); background: rgba(211,47,47,0.05); } .tech-name { font-size: 13px; font-weight: 700; color: var(--dark); font-family: var(--font-head); } .tech-desc { font-size: 11px; color: var(--gray-400); } .tech-option input:checked + .tech-box .tech-name { color: var(--red); } /* ANIMATIONS */ @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .form-card { animation: fadeUp 0.5s ease 0.1s both; } .sidebar > * { animation: fadeUp 0.5s ease both; } .sidebar > *:nth-child(1) { animation-delay: 0.15s; } .sidebar > *:nth-child(2) { animation-delay: 0.25s; } .sidebar > *:nth-child(3) { animation-delay: 0.35s; } /* RESPONSIVE */ @media (max-width: 860px) { .hero-band { padding: 48px 24px; } .hero-band h1 { font-size: 30px; } .main-wrap { grid-template-columns: 1fr; padding: 32px 16px 60px; gap: 24px; } .form-row { grid-template-columns: 1fr; } .form-body { padding: 24px 20px; } .form-card-header { padding: 20px; } } 3D Baskı Üretim Teknoloji Projeniz İçinHızlı Teklif Alın Dosyanızı yükleyin, formu doldurun — en kısa sürede size dönelim. Teklif Formu Tüm alanları eksiksiz doldurmanız daha hızlı teklif almanızı sağlar. Ad Soyad * Şirket Adı Telefon * Telefon numarası tam 11 rakam olmalıdır. E-posta * Gecerli bir e-posta girin (ornek: ad@sirket.com). Dosya Linki (WeTransfer, Google Drive veya benzeri) Dosyanızı wetransfer.com'a yükleyin, oluşan linki buraya yapıştırın. Alternatif olarak Google Drive veya Dropbox linki de kullanabilirsiniz. Baskı Teknolojisi * 3D Baskı FDM 3D Baskı SLA 3D Baskı MJF 3D Baskı SLM Mesaj / Notlar KVKK Aydınlatma Metni'ni okudum ve kişisel verilerimin işlenmesini kabul ediyorum. Teklif Talebini Gönder Bilgileriniz güvende. Asla üçüncü taraflarla paylaşılmaz. Talebiniz Alındı! En kısa sürede bilgi@3dbaskici.com adresinden size dönüş yapılacaktır.Bizi tercih ettiğiniz için teşekkür ederiz. İletişim Telefon 0546 846 5388 E-posta bilgi@3dbaskici.com WhatsApp 0546 846 5388 Neden Biz? 1 Hızlı Teslimat 1–3 iş günü içinde üretim ve kargoya teslim. 2 Kalıpsız Üretim Ek kalıp maliyeti olmadan küçük ve büyük serilerde üretim. 3 Uzman Destek Mühendis ekibimiz dosyanızı analiz eder, en uygun çözümü önerir. 4 Gizlilik Garantisi Tüm dosya ve bilgileriniz Gizlilik Politikası kapsamında korunur. (function(){ var formBody = document.getElementById('form-body'); var successMsg = document.getElementById('success-msg'); var btn = document.getElementById('gonder-btn'); var telInput = document.getElementById('telefon'); var mailInput = document.getElementById('eposta'); var telError = document.getElementById('tel-error'); var mailError = document.getElementById('mail-error'); if(!btn){ return; } telInput.addEventListener('input', function(){ telInput.value = telInput.value.replace(/[^0-9]/g,'').slice(0,11); telError.style.display = 'none'; }); mailInput.addEventListener('input', function(){ mailError.style.display = 'none'; }); btn.addEventListener('click', function(){ var ad = document.getElementById('ad_soyad').value.trim(); var sirket = document.getElementById('sirket').value.trim(); var tel = telInput.value.trim(); var mail = mailInput.value.trim(); var mesaj = document.getElementById('mesaj').value.trim(); var kvkk = document.getElementById('kvkk').checked; var tekEl = document.querySelector('[name="baski_teknoloji"]:checked'); var tek = tekEl ? tekEl.value : 'Belirtilmedi'; var dosyaEl = document.getElementById('dosya_link'); var dosya = dosyaEl ? dosyaEl.value.trim() : ''; var valid = true; if(!ad){ alert('Ad Soyad zorunludur.'); return; } if(!tel || tel.length !== 11){ telError.style.display = 'block'; valid = false; } if(!mail || mail.indexOf('@') === -1 || mail.indexOf('.') === -1){ mailError.style.display = 'block'; valid = false; } if(!valid) return; if(!kvkk){ alert('KVKK metnini kabul edin.'); return; } btn.textContent = 'Gonderiliyor...'; btn.disabled = true; var payload = { access_key: '7413f1c2-88ad-4c92-817f-d1dc3e12b2da', subject: 'Teklif - ' + ad, from_name: '3DBaskici', name: ad, email: mail, message: 'Ad: ' + ad + 'nSirket: ' + (sirket||'-') + 'nTel: ' + tel + 'nMail: ' + mail + 'nTeknoloji: ' + tek + 'nDosya: ' + (dosya||'Belirtilmedi') + 'nMesaj: ' + (mesaj||'-') }; var xhr = new XMLHttpRequest(); xhr.open('POST', 'https://api.web3forms.com/submit'); xhr.setRequestHeader('Content-Type', 'application/json'); xhr.setRequestHeader('Accept', 'application/json'); xhr.onreadystatechange = function(){ if(xhr.readyState !== 4) return; try { var d = JSON.parse(xhr.responseText); if(d.success){ formBody.style.display = 'none'; successMsg.style.dis - [İletişim](https://3dbaskici.com/iletisim/) ## Optional - [Agent (MCP protocol)](websites-agents.hostinger.com/3dbaskici.com/mcp) [comment]: # (Generated by Hostinger Tools Plugin)