/* 1. TEMEL AYARLAR VE TAŞMAYI ENGELLEME */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden !important;
}
body {
font-family: ‘Arial’, ‘Helvetica’, sans-serif;
line-height: 1.7;
color: #1a2332;
background-color: #ffffff;
}
/* 2. İÇERİK KUTUSU */
.container {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
position: relative;
}
/* 3. TAM EKRAN (FULL-WIDTH) TAŞIRMA AYARLARI */
.hero, .welcome, .courses, .special-offer, .cta, footer {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
/* — BÖLÜM STILLERI — */
/* HERO BÖLÜMÜ – ÜST BOŞLUK BURADA ÇÖZÜLÜYOR */
.hero {
background: linear-gradient(135deg, rgba(30, 58, 138, 0.85) 0%, rgba(59, 130, 246, 0.85) 50%, rgba(96, 165, 250, 0.85) 100%),
url(‘https://kalempsikolojiedm.com/wp-content/uploads/2026/05/3e619-whatsapp-gorsel-2025-11-11-saat-14.56.21_93c002a5-rotated-1.jpg’);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: white !important;
padding: 8rem 0;
overflow: hidden;
/* İŞTE O ÜSTTEKİ BOŞLUĞU YOK EDEN KOD BU! */
margin-top: -3rem !important; /* Temanın bıraktığı boşluğu yukarı çekerek kapatır */
/* ————————————— */
}
.hero-content {
position: relative;
z-index: 1;
max-width: 900px;
}
.hero-tag {
display: inline-block;
background: rgba(96, 165, 250, 0.25);
color: #bfdbfe !important;
padding: 0.5rem 1.5rem;
border-radius: 30px;
font-size: 0.9rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 1.5rem;
border: 1px solid rgba(96, 165, 250, 0.4);
}
.hero h1 {
font-size: 3.5rem;
margin-bottom: 1.5rem;
font-weight: 700;
line-height: 1.2;
letter-spacing: -1px;
color: white !important;
}
.hero p {
font-size: 1.25rem;
line-height: 1.8;
opacity: 0.95;
max-width: 700px;
color: white !important;
}
/* WELCOME BÖLÜMÜ */
.welcome {
padding: 6rem 0;
background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
text-align: center;
}
.welcome-content {
max-width: 800px;
margin: 0 auto;
}
.welcome h2 {
font-size: 2.5rem;
color: #1e3a8a !important;
margin-bottom: 1.5rem;
font-weight: 700;
}
/* COURSES BÖLÜMÜ */
.courses {
padding: 6rem 0;
background: white;
}
.section-title {
text-align: center;
font-size: 2.8rem;
margin-bottom: 1rem;
color: #1e3a8a !important;
font-weight: 700;
letter-spacing: -1px;
}
.section-subtitle {
text-align: center;
font-size: 1.15rem;
color: #475569 !important;
margin-bottom: 2.5rem;
max-width: 700px;
margin-left: auto;
margin-right: auto;
line-height: 1.8;
}
.courses-header-wrapper {
background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
padding: 1.8rem 2rem 1.3rem;
border-radius: 26px;
box-shadow: 0 8px 25px rgba(37, 99, 235, 0.15);
margin-bottom: 2.5rem;
}
.courses-header-top {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 1.3rem;
}
.search-box {
flex: 1;
display: flex;
align-items: center;
background: #ffffff;
border-radius: 999px;
padding: 0.25rem 0.25rem 0.25rem 1.5rem;
box-shadow: 0 3px 12px rgba(37, 99, 235, 0.20);
}
.search-icon { font-size: 1.1rem; margin-right: 0.7rem; opacity: 0.7; }
.search-box input {
flex: 1;
border: none;
outline: none;
padding: 0.7rem 0.5rem;
font-size: 1rem;
color: #1a2332;
background: transparent;
}
.search-circle-btn {
width: 40px; height: 40px;
border-radius: 999px;
display: flex; align-items: center; justify-content: center;
background: radial-gradient(circle at 30% 30%, #eff6ff 0%, #3b82f6 60%, #1d4ed8 100%);
color: #ffffff;
font-size: 1.1rem;
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.55);
flex-shrink: 0;
}
.category-dropdown {
border-radius: 999px;
padding: 0.75rem 1.6rem;
background: #ffffff;
font-size: 0.95rem;
font-weight: 600;
color: #1d4ed8;
display: inline-flex; align-items: center; gap: 0.5rem;
box-shadow: 0 3px 10px rgba(37, 99, 235, 0.25);
}
.courses-header-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.9);
margin-top: 0.5rem;
padding-top: 0.8rem;
}
.category-tabs {
display: flex; flex-wrap: wrap; gap: 2rem; justify-content: flex-start;
}
.category-tab {
background: transparent; border: none;
border-bottom: 2px solid transparent;
padding: 0.6rem 0;
font-size: 0.98rem; font-weight: 600;
color: #1e3a8a; cursor: pointer; transition: all 0.25s ease;
}
.category-tab.active { color: #2563eb; border-bottom-color: #2563eb; }
.course-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2.5rem;
margin-top: 1.5rem;
}
.course-card {
background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
border-radius: 20px;
box-shadow: 0 4px 20px rgba(30, 58, 138, 0.1);
transition: all 0.4s;
border: 2px solid transparent;
overflow: hidden;
}
.course-card:hover { transform: translateY(-10px); box-shadow: 0 12px 35px rgba(30, 58, 138, 0.2); border-color: #3b82f6; }
.course-card.hidden { display: none; }
.course-image { width: 100%; height: 240px; object-fit: cover; }
.course-content { padding: 2rem; }
.course-level {
display: inline-block; background: rgba(59, 130, 246, 0.15);
color: #1e40af !important; padding: 0.4rem 1rem;
border-radius: 20px; font-size: 0.85rem; font-weight: 600;
margin-bottom: 0.5rem;
}
.course-category-label {
display: inline-block; margin-left: 0.75rem; font-size: 0.8rem;
padding: 0.25rem 0.7rem; border-radius: 999px;
background: #dbeafe; color: #1e40af; font-weight: 600;
}
.course-card h3 { font-size: 1.6rem; margin-bottom: 1rem; color: #1e3a8a !important; font-weight: 700; line-height: 1.3; }
.course-card h3 a { color: #1e3a8a !important; text-decoration: none; }
.course-card p { color: #475569 !important; line-height: 1.8; font-size: 0.98rem; margin-bottom: 1.5rem; }
.course-features { display: flex; gap: 1rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.feature-tag { background: #f8f9fa; color: #475569 !important; padding: 0.5rem 1rem; border-radius: 15px; font-size: 0.85rem; }
.course-meta { padding-top: 1.5rem; border-top: 2px solid rgba(59, 130, 246, 0.1); }
.course-duration { color: #1e40af !important; font-weight: 600; font-size: 0.95rem; }
.course-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 1.5rem; }
.price { font-size: 2.2rem; color: #1e3a8a !important; font-weight: 700; }
.currency { font-size: 1rem; color: #475569 !important; font-weight: 600; }
.enroll-btn {
background: linear-gradient(135deg, #3b82f6, #2563eb);
color: white !important; padding: 1rem 2rem; border-radius: 50px;
font-weight: 700; text-decoration: none; display: inline-block;
box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3); transition: all 0.3s;
}
.enroll-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4); }
/* SPECIAL OFFER */
.special-offer {
padding: 6rem 0;
background: linear-gradient(135deg, #0ea5e9 0%, #3b82f6 50%, #60a5fa 100%);
color: white;
overflow: hidden;
}
.special-offer .section-title, .special-offer .section-subtitle { color: white !important; position: relative; z-index: 1; }
.special-offer .section-subtitle { color: rgba(255,255,255,0.9) !important; }
.offer-content { display: flex; justify-content: center; margin-top: 3rem; position: relative; z-index: 1; }
.offer-card {
background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(20px);
border: 2px solid rgba(255, 255, 255, 0.3); border-radius: 30px;
padding: 3rem; max-width: 600px; text-align: center;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2); transition: all 0.4s;
}
.offer-card:hover { transform: translateY(-10px); }
.offer-badge { display: inline-block; background: linear-gradient(135deg, #fbbf24, #f59e0b); color: #78350f !important; padding: 0.6rem 1.5rem; border-radius: 50px; font-weight: 700; margin-bottom: 1.5rem; }
.offer-card h3 { font-size: 2.2rem; margin-bottom: 1.2rem; color: white !important; font-weight: 700; }
.offer-card > p { font-size: 1.1rem; color: rgba(255, 255, 255, 0.9) !important; margin-bottom: 2rem; }
.offer-features { margin: 2rem 0; display: flex; flex-direction: column; gap: 1rem; }
.offer-feature { background: rgba(255, 255, 255, 0.1); padding: 1rem 1.5rem; border-radius: 15px; color: white !important; text-align: left; border: 1px solid rgba(255, 255, 255, 0.2); }
.offer-btn {
display: inline-block; background: linear-gradient(135deg, #10b981, #059669);
color: white !important; padding: 1.2rem 3rem; border-radius: 50px;
font-weight: 700; text-decoration: none; margin-top: 1rem;
box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4); transition: all 0.3s;
}
.offer-btn:hover { transform: translateY(-3px); }
/* CTA */
.cta {
padding: 6rem 0;
background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
color: white; text-align: center; overflow: hidden;
}
.cta h2 { font-size: 3rem; margin-bottom: 1.5rem; color: white !important; }
.cta p { font-size: 1.2rem; margin-bottom: 2.5rem; color: white !important; max-width: 700px; margin-left: auto; margin-right: auto; }
.cta-btn {
display: inline-block; padding: 1.2rem 3.5rem; background: white;
color: #1e3a8a !important; text-decoration: none; border-radius: 50px;
font-weight: 700; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); transition: all 0.3s;
}
.cta-btn:hover { transform: translateY(-3px); background: linear-gradient(135deg, #3b82f6, #2563eb); color: white !important; }
/* FOOTER */
footer { background: #0f172a; color: rgba(255, 255, 255, 0.8) !important; padding: 3rem 0; }
.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; margin-bottom: 2rem; }
.footer-section h4 { color: #bfdbfe !important; font-size: 1.2rem; margin-bottom: 1rem; font-weight: 700; }
.footer-section p { line-height: 1.8; font-size: 0.95rem; color: rgba(255, 255, 255, 0.8) !important; }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.9rem; color: rgba(255, 255, 255, 0.7) !important; }
/* MOBİL UYUMLULUK */
@media (max-width: 768px) {
.hero h1 { font-size: 2.2rem; }
.section-title { font-size: 2rem; }
.course-grid { grid-template-columns: 1fr; }
.courses-header-top { flex-direction: column; align-items: stretch; }
.category-dropdown { justify-content: center; }
}
Bireysel Eğitimler ile
Geleceğinizi Şekillendirin
Uzman eğitmenlerle hazırlanmış kurslarımızla kariyer hedeflerinize ulaşın. Her seviyeden öğrenci için tasarlanmış kapsamlı eğitim programları sizi bekliyor.
Hoş Geldiniz
Öğrenme yolculuğunuza başlamak için doğru yerdesiniz. Bireysel Eğitimler platformu olarak, size en kaliteli ve güncel içerikleri sunmak için çalışıyoruz.
Her kurs, alanında uzman eğitmenler tarafından hazırlanmış ve gerçek dünya deneyimleriyle desteklenmiştir. Kendi hızınızda öğrenin, istediğiniz zaman istediğiniz yerden eğitim alın.
Popüler Kurslarımız
Kariyerinizi ilerletmek için tasarlanmış profesyonel eğitim programları
🔍
🔎
Tüm Kategoriler ▾
Tüm Kurslar
Yazılım Geliştirme
Tasarım
Yapay Zeka
Dijital Pazarlama
Video Prodüksiyon
Başlangıç Seviyesi
Yazılım Geliştirme
Web Geliştirme Masterclass
HTML, CSS ve JavaScript ile sıfırdan profesyonel web siteleri geliştirmeyi öğrenin. Modern web teknolojileri ve responsive tasarım dahil.
📹 40+ Video
📄 Sertifika
♾️ Ömür Boyu
⏱️ 30 Saat İçerik
300 TL
Kayıt Ol
İleri Seviye
Yapay Zeka
Yapay Zeka ve Makine Öğrenmesi
Python ile yapay zeka ve makine öğrenmesi algoritmalarını öğrenin. Gerçek dünya problemlerini çözün.
📹 45+ Video
📄 Sertifika
⏱️ 35 Saat İçerik
300 TL
Kayıt Ol
Başlangıç Seviyesi
Dijital Pazarlama
Dijital Pazarlama ve SEO
Dijital pazarlama stratejileri, sosyal medya yönetimi ve arama motoru optimizasyonu teknikleri öğrenin.
📹 30+ Video
📄 Sertifika
⏱️ 18 Saat İçerik
300 TL
Kayıt Ol
Orta Seviye
Video Prodüksiyon
Video Prodüksiyon ve Kurgu
Profesyonel video çekimi, kurgu ve post-prodüksiyon teknikleri. Adobe Premiere ve After Effects eğitimi.
📹 38+ Video
📄 Sertifika
⏱️ 28 Saat İçerik
300 TL
Kayıt Ol
Orta Seviye
Tasarım
UI/UX Tasarım Eğitimi
Kullanıcı deneyimi ve arayüz tasarımının temellerini öğrenin. Figma ve Adobe XD ile profesyonel tasarımlar oluşturun.
📹 35+ Video
📄 Sertifika
⏱️ 20 Saat İçerik
300 TL
Kayıt Ol
İleri Seviye
Yazılım Geliştirme
Mobil Uygulama Geliştirme
React Native ile iOS ve Android için mobil uygulamalar geliştirmeyi öğrenin. Gerçek projelerle pratik yapın.
📹 50+ Video
📄 Sertifika
⏱️ 40 Saat İçerik
300 TL
Kayıt Ol
Özel Teklif
Sınırlı süreyle geçerli özel kampanya fırsatlarını kaçırmayın
🎉 Özel Fırsat
Tüm Kurslarda %30 İndirim
İlk kayıt olanlara özel! Dilediğiniz kursu seçin, kariyerinize yatırım yapın.
✅ Ömür boyu erişim
✅ Sertifika dahil
✅ Uzman mentor desteği
WhatsApp’tan İletişime Geç
Eğitime Bugün Başlayın
Hayalinizdeki kariyere ulaşmak için ilk adımı atın. Şimdi kaydolun ve öğrenmeye başlayın.