/* Genel Stiller */
body {
	  overscroll-behavior: none; 
    margin: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #ffffff;
	   overflow-x: hidden; /* Yatay kaydırmayı önler */
    overflow-x: hidden; /* Taşmaları engelle */
	     overscroll-behavior-y: contain; /* Dikey kaydırma sınırlanır */
 
}

/* Video Arka Plan */
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Videoyu tüm içeriklerin altına al */
}

/* Hero Section */
.hero {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Header ve içerik arası mesafe */
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
}

/* Header */
header {
	
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
  padding: 20px 0;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

nav ul li {
  margin: 0 15px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.header-buttons .login {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.header-buttons .get-started {
  background: #007BFF;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}

/* Hamburger menü */
.hamburger-menu {
  display: none;
  cursor: pointer;
}

/* Yan panel */
.side-panel {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  transition: right 0.3s ease;
  z-index: 10;
}

.side-panel ul {
  list-style: none;
  padding: 20px;
  margin: 0;
}

.side-panel ul li {
  margin-bottom: 15px;
}

.side-panel ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.side-panel.active {
  right: 0;
}

/* Küçük ekranlar için */
@media screen and (max-width: 768px) {
  nav ul {
      display: none;
  }
  .header-buttons {
      display: none;
  }
  .hamburger-menu {
      display: block;
      margin-left: auto;
      margin-top: -40px;
  }
}

.side-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}

.side-panel.active ~ .side-panel-overlay {
  display: block;
}

/* Hero Yazı İçeriği */
.hero-content {
    max-width: 800px;
    margin: auto;
}

.hero-content h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 900;
    color: #f9f9f9;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 1.5px;
}

.hero-content p {
    font-size: 1.2em;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #ddd;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.get-started-btn {
    background: #007BFF;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2em;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.4);
    transition: all 0.3s ease;
}

.get-started-btn:hover {
    background: #0056b3;
    box-shadow: 0 6px 8px rgba(0, 86, 179, 0.6);
    transform: translateY(-2px);
}


/* Harita ve Logoların Konteyneri */
.map-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* Dünya Haritası */
.world-map {
  width: 100%; /* Harita, ekran genişliğine uyum sağlar */
  height: auto;
}

/* Logolar */
.logo {
  position: absolute;
  width: 10vw; /* Ekran genişliğine göre dinamik boyut */
  min-width: 50px; /* Çok küçük ekranlarda alt limit */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Logoların Konumu */
.spotify {top: 40%; left: 10%; }
.facebook { top: 5%; left: 30%; }
.apple-music {width:6vw;  top: 38%; left: 48%; }
.soundcloud { top: 5%; left: 70%; }
.youtube { top: 40%; left: 80%; }
.pandora { top: 80%; left: 20%; }
.deezer { top: 75%; left: 50%; }

/* Hover Efekti */
.logo:hover {
  transform: scale(1.5); /* Üzerine gelindiğinde büyütme */
  opacity: 3; /* Görünürlüğü artır */
}

/* Mobil ve Tablet için Medya Sorguları */
@media (max-width: 768px) {
  .logo {
      width: 20w; /* Mobilde logolar biraz büyür */
  }

  /* Logoların Mobildeki Konumları */
  .spotify { top: 45%; left: 15%; }
  .facebook { top: 10%; left: 35%; }
  .apple-music { top: 45%; left: 45%; }
  .soundcloud { top: 10%; left: 75%; }
  .youtube { top: 45%; left: 80%; }
  .pandora { top: 85%; left: 25%; }
  .deezer { top: 80%; left: 55%; }
}

/* İkinci section'u sayfanın ortasına taşıma */
.platforms {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Sayfanın tamamını kapsayacak şekilde ortalanır */
    padding: 50px 20px;
}

h1 {
    font-size: 2.5rem;
    color: #1a73e8;
    margin-bottom: 10px;
}

p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #fff;
}
.view-partners {
    background-color: #1a73e8;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

.view-partners:hover {
    background-color: #135cb3;
}
  

/* Stats Bölümü */
.stats-section {
    background-color: #2a2636;
    text-align: center;
    padding: 90px 20px;
}

.stats-container h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.stats-container p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #b0b0b0;
}

/* İstatistikler */
.stats {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.2rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    transition: all 1s ease-out;
}

.symbol {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    margin-left: 4px;
    transition: opacity 0.5s ease-in-out;
}

/* Label Styling */
.stat-label {
    font-size: 1rem;
    text-transform: uppercase;
    gap: 5px;
    font-weight: 600;
    color: #b0b0b0;
}

/* Görünürlüğü kontrol için */
.stats-section.in-view .symbol {
    opacity: 1;
}



/* Parallax arka plan */
.parallax-section {
    height: 70vh;
    background-image: url('https://wiltonrecords.com/_assets/home/1g15mb4.jpg'); /* Resim yolu */
    background-size: cover;
    background-attachment: fixed; /* Parallax efekti */
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  /* İçerik */
  .content {
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  }
  
  .content h1 {
    color: rgb(255, 255, 255);
    font-size: 2,5rem;
    margin-bottom: 20px;
  }
  
  .subscribe-form {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  
  .subscribe-form input {
    padding: 15px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 300px;
  }
  
  .subscribe-form button {
    padding: 15px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    background-color: #00b4d8;
    color: white;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .subscribe-form button:hover {
    background-color: #0096c7;
  }

  /* Footer Genel Ayarları */
.footer {
    background-color: #222; /* Arka plan rengi */
    color: white; /* Metin rengi */
    padding: 20px 20px;
    text-align: center;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  /* Logo veya Başlık */
  .footer-logo h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #00b4d8; /* Başlık rengi */
  }
  
  /* Menü Stili */
  .footer-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
  }
  
  .footer-menu ul li {
    display: inline;
  }
  
  .footer-menu ul li a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    transition: color 0.3s ease;
  }
  
  .footer-menu ul li a:hover {
    color: #00b4d8; /* Hover rengi */
  }
  
  /* Sosyal Medya İkonları */
  .footer-socials a {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: color 0.3s ease;
  }
  
  .footer-socials a:hover {
    color: #00b4d8;
  }
  
  /* Copyright */
  .footer-copyright {
    font-size: 0.9rem;
    color: #aaa;
  }
  


  /* Genel Responsive Ayarlar */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #ffffff;
  color: #ffffff;
  overflow-x: hidden;
}

/* Video Arka Plan: Mobilde kesilmemesi için */
.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Hero Section */
.hero {
  padding: 20px;
  text-align: center;
  height: 100vh;
}

.hero-content h1 {
  font-size: 3rem; /* Varsayılan */
}

/* Subscribe Form */
.subscribe-form {
  flex-direction: column; /* Mobil için sütun yap */
  gap: 15px;
}

/* Responsive Düzenlemeler */
@media (max-width: 1200px) {
  .hero-content h1 {
      font-size: 2.5rem; /* Daha küçük başlık */
  }

  .stats {
      flex-direction: column; /* Sütun yap */
      gap: 40px; /* Boşlukları azalt */
  }
}

@media (max-width: 992px) {
  .hero-content h1 {
      font-size: 2.2rem; /* Daha küçük başlık */
  }

  .get-started-btn {
      padding: 12px 25px;
      font-size: 1rem;
  }

  nav ul li {
      margin: 0 10px; /* Menü aralıkları daralt */
  }
}

@media (max-width: 768px) {
  /* Genel küçültme */
  .hero-content h1 {
      font-size: 1.8rem; /* Başlığı küçült */
  }

  .subscribe-form input {
      width: 90%; /* Email input genişliği */
  }

  .stats {
      flex-direction: column; /* Alt alta istatistikler */
      gap: 20px;
  }
}

@media (max-width: 576px) {
  /* Küçük mobil cihazlar için */
  header {
      flex-direction: column;
  }

  .container {
      flex-direction: column;
      gap: 20px;
  }

  .hero-content h1 {
      font-size: 1.5rem; /* Küçük ekranlar için uygun başlık */
  }

  nav ul {
      flex-direction: column;
      gap: 10px;
  }

  .subscribe-form input {
      width: 70%; /* Tam genişlik */
  }

  .subscribe-form button {
      width: 50%; /* Tam genişlik */
  }
}

@media (max-width: 400px) {
  /* En küçük ekranlar için */
  .hero-content h1 {
      font-size: 1.2rem; /* Daha küçük başlık */
  }

  .get-started-btn {
      padding: 10px 20px;
      font-size: 0.9rem;
  }

  .footer-logo h2 {
      font-size: 1.5rem;
  }
}
