/* Genel Ayarlar */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

/* Header Kısmı */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #f5f5f5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header .logo {
    font-family: 'Sacramento', cursive;
    font-size: 36px;
    color: #156; /* Eflom Digital yazısı gri yapıldı */
}

nav ul {
    list-style-type: none;
    display: flex;
    gap: 30px;
	}

nav ul li a {
    text-decoration: none;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    position: relative;
}

nav ul li a:hover {
    color: #007bff;
}

nav ul li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #007bff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}


nav ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.user-cart a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    margin-left: 15px;
}

.user-cart a:hover {
    color: #007bff;
}

/* Body Kısmı - Video Bölgesi */
.body-content {
    padding: 50px 20px;
    background-color: #f8f8f8;
}

.video-section {
    text-align: center;
}

.video-section .video-content h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.video-section .video-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.video-container {
    display: flex;
    justify-content: center;
}

video {
    width: 80%;
    max-width: 900px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Mobil Uyumu */
@media (max-width: 768px) {
    header {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }

    nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    nav ul li a {
        font-size: 16px; /* Daha küçük font boyutu mobilde */
    }

    .user-cart {
        margin-top: 15px;
    }

    .user-cart a {
        margin-left: 10px;
    }

    .video-section .video-content h2 {
        font-size: 28px;
    }

    .video-section .video-content p {
        font-size: 16px;
    }

    video {
        width: 90%;
    }
}
.scroll-banner {
    background-color: #111;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 10px 0;
    position: relative;
    z-index: 2;
}

.scroll-text {
    display: inline-block;
    padding-left: 100%;
    font-size: 18px;
    font-weight: 600;
    animation: bannerScroll 15s linear infinite;
}

/* Animasyonu tanımlıyoruz */
@keyframes bannerScroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Mouse üzerine gelince animasyonu durdur */
.scroll-banner:hover .scroll-text {
    animation-play-state: paused;
    cursor: defa
	
}
/* Sayfa yüksekliği tam, footer en altta */
html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1; /* İçerik büyüsün, footer en alta kalsın */
}

/* Footer stili */
.footer {
  background-color: black;
  color: white;
  padding: 40px 20px;
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.8;
}

.footer a {
  color: #d1d1d1;
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: #ffffff;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-about,
.footer-links,
.footer-contact {
  flex: 1 1 200px;
  margin: 3px;
}

.footer-about h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-links h4,
.footer-contact h4 {
  margin-bottom: 12px;
  font-size: 16px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.social-icons {
  margin-top: 10px;
}

.social-icon {
  display: inline-block;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #444;
  text-align: center;
  border-radius: 50%;
  color: #d1d1d1;
  font-weight: bold;
  transition: all 0.3s;
  font-size: 12px;
}

.social-icon:hover {
  background-color: #555;
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 25px;
  border-top: 1px solid #444;
  padding-top: 18px;
  font-size: 12px;
  color: #aaa;
  line-height: 1.6;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-about,
  .footer-links,
  .footer-contact {
    margin: 15px 0;
  }

  .social-icon {
    margin: 5px;
  }
}
/* ===============================
   PORTFÖY SAYFASI STİLİ
   =============================== */

/* Hero (Başlık) Bölümü */
.portfolio-header {
    text-align: center;
    padding: 15px 20px 20px;
    background: linear-gradient(135deg, #0a0f2c, #000);
    color: #fff;
}

.portfolio-title {
    font-size: 42px;
    margin-bottom: 10px;
    color: #e62b1e;
    font-weight: 700;
}

.portfolio-subtitle {
    font-size: 18px;
    color: #ccc;
}

/* Portföy Grid Alanı */
.portfolio-section {
    background-color: #f7f7f7;
    padding: 60px 80px;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Proje Kartları */
.project-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Görsel */
.project-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.project-card:hover img {
    opacity: 0.85;
}

/* Bilgi Alanı */
.project-info {
    padding: 20px;
    text-align: left;
}

.project-title {
    color: #0a0f2c;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
}

.project-desc {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

/* Footer */
.site-footer {
    background: #0a0f2c;
    color: #fff;
    text-align: center;
    padding: 25px 10px;
    font-size: 14px;
}

/* RESPONSIVE TASARIM */
@media(max-width: 992px) {
    .portfolio-section {
        padding: 40px 30px;
    }
}

@media(max-width: 768px) {
    .portfolio-header {
        padding: 80px 20px 30px;
    }
    .portfolio-title {
        font-size: 34px;
    }
    .portfolio-grid {
        gap: 20px;
    }
}
/* ===============================
   HAKKIMIZDA SAYFASI
=============================== */

.about-section {
    background: #f7f7f7;
    padding: 80px 40px;
    font-family: 'Poppins', sans-serif;
    color: #222;
}

.about-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.about-header {
    text-align: center;
    margin-bottom: 60px;
}

.about-title {
    font-size: 38px;
    color: #e62b1e;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-intro {
    font-size: 17px;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

.about-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.about-block {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.about-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.about-heading {
    font-size: 22px;
    color: #0a0f2c;
    font-weight: 600;
    margin-bottom: 10px;
    border-left: 4px solid #e62b1e;
    padding-left: 10px;
}

.about-text {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}

/* ===============================
   BAŞARI / İSTATİSTİK BÖLÜMÜ
=============================== */
.stats-section {
    background: white;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.stats-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.stats-block {
    flex: 1 1 200px;
    background: #151d46;
    padding: 30px 20px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stats-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.stats-number {
    font-size: 36px;
    font-weight: 700;
    color: #e62b1e;
    margin-bottom: 10px;
}

.stats-text {
    font-size: 16px;
    color: #fff;
}

/* ===============================
   RESPONSIVE TASARIM
=============================== */
@media (max-width: 768px) {
    .about-section {
        padding: 60px 20px;
    }

    .about-title {
        font-size: 32px;
    }

    .about-intro {
        font-size: 16px;
    }

    .stats-wrapper {
        flex-direction: column;
        gap: 20px;
    }
}
/* Genel Container */
#faq {
    padding: 60px 20px;
    background-color: #f9f9f9;
    font-family: 'Arial', sans-serif;
    color: #333;
}

#faq .container {
    max-width: 800px;
    margin: 0 auto;
}

/* Başlık */
#faq h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #1a1a1a;
}

/* SSS maddeleri */
.faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    overflow: hidden;
}

/* Checkbox gizle */
.faq-item input {
    display: none;
}

/* Soru */
.faq-question {
    display: block;
    padding: 20px;
    font-size: 1.1rem;
    font-weight: bold;
    background: #e50914; /* Eflom kırmızı tonu */
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #b00610;
}

/* Cevap */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    background-color: #f1f1f1;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-answer p {
    padding: 0 20px;
    margin: 0;
}

/* Checkbox seçili ise aç */
.faq-item input:checked ~ .faq-answer {
    max-height: 500px; /* yeterli yükseklik ayarlayın */
    padding: 15px 20px;
}

