@charset "UTF-8";
/**
 * ============================================================================
 * ADA FM 90.0 - Optimize Edilmiş Çekirdek Stil Dosyası
 * Geliştirici: WebFirmam Sakarya Web Tasarım ve Yazılım Hizmetleri
 * Resmi Web Sitesi: https://webfirmam.com
 * Açıklama: Sıfır atıl kod, donanım hızlandırmalı modern arayüz tasarımı
 * ============================================================================
 */

/* 1. Özel İkon Fontu (Fontello) */
@font-face {
  font-family: 'fontello';
  src: url('../script/icon/font/fontellodb38.eot?3265166');
  src: url('../script/icon/font/fontellodb38.eot?3265166#iefix') format('embedded-opentype'),
       url('../script/icon/font/fontellodb38.ttf?3265166') format('truetype'),
       url('../script/icon/font/fontellodb38.svg?3265166#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.my-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: 0 .2em;
  text-align: center;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 2. Modern CSS Sıfırlama ve Temel Ayarlar (Reset & Base) */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  background: #dedede;
  color: #fff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: 0;
}

.container {
  margin: 0 auto;
  width: 100%;
}

/* 3. Sayfa Yerleşimi: Sol Görsel & Sağ Bilgi Bölümü */
#left {
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

#left .color-cover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 15px 40px;
  position: relative;
}

#left .logo {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

#left .logo img {
  max-width: 220px;
  width: 65%;
  height: auto;
}

#right {
  float: right;
  width: 50%;
  min-height: 100vh;
  background: #1d1d1d;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 40px 20px;
}

#right .locations {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

#right .location {
  margin-bottom: 2em;
}

#right .location .title {
  font-weight: 400;
  font-size: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  color: #fff;
}

#right .location .tel {
  font-size: 1.85em;
  margin-bottom: 0.5em;
  font-weight: 400;
}

#right .location .address {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin-bottom: 1.2em;
}

#right .location .social {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  gap: 15px;
}

#right .location .social a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.2em;
  transition: color 0.2s ease, transform 0.2s ease;
}

#right .location .social a:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* 4. Radyo Çalar ve Kontrol Paneli */
#players {
  width: 100%;
}

.radio-container {
  width: 440px;
  max-width: 94%;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.radio-container .radio-body {
  position: relative;
  border-radius: 20px;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 10px 10px 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.radio-container .radio-body .shine {
  display: none;
}

.radio-container .radio-body .radio-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 3;
}

.radio-container .radio-body .radio-buttons .button-group-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.radio-container .button {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  user-select: none;
  position: relative;
  overflow: hidden;
}

/* Oynat Butonu: Modern Cam Dokusu & Canlı Yayında Neon Mavi Nabız (Büyütülmüş & Ergonomik) */
.radio-container .radio-body .radio-buttons .button-play {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.09));
  border: 2px solid rgba(255, 255, 255, 0.55);
  font-size: 2.1em;
  padding-left: 5px;
  /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4), inset 0 1.5px 2px rgba(255, 255, 255, 0.4); */
  box-shadow: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.radio-container .radio-body .radio-buttons .button-play:hover {
  background: linear-gradient(135deg, rgba(0, 210, 255, 0.42), rgba(255, 255, 255, 0.2));
  border-color: rgba(0, 220, 255, 0.85);
  transform: translateY(-3px) scale(1.06);
  /* box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45), 0 0 24px rgba(0, 210, 255, 0.55); */
  box-shadow: none;
}

.radio-container .radio-body .radio-buttons .button-play:active {
  transform: translateY(1px) scale(0.95);
}

/* Çalma Esnasında Aktif Mavi Nabız Dalgası (Playing Pulse) */
.radio-container .radio-body .radio-buttons .button-play.is-playing {
  background: linear-gradient(135deg, rgba(0, 200, 255, 0.4), rgba(255, 255, 255, 0.16));
  border-color: rgba(0, 220, 255, 0.9);
  animation: play-pulse-blue 2.2s infinite cubic-bezier(0.4, 0, 0.6, 1);
  padding-left: 0;
}

/* Yükleme / Canlı Akış Tamponlama Durumu (Loading Spinner) */
.radio-container .radio-body .radio-buttons .button-play.is-loading {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  border-color: rgba(0, 210, 255, 0.65);
  animation: play-pulse-loading 1.4s infinite ease-in-out;
  padding-left: 0;
  cursor: wait;
}

.radio-container .radio-body .radio-buttons .button-play.is-loading i {
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes play-pulse-loading {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 210, 255, 0.5), 0 4px 18px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 210, 255, 0), 0 6px 24px rgba(0, 0, 0, 0.4);
  }
}

@keyframes play-pulse-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 210, 255, 0.7), 0 6px 24px rgba(0, 0, 0, 0.35);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(0, 210, 255, 0), 0 6px 28px rgba(0, 0, 0, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 210, 255, 0), 0 6px 24px rgba(0, 0, 0, 0.35);
  }
}

/* Durdur Butonu (Stop - Büyütülmüş & Şık) */
.radio-container .radio-body .radio-buttons .button-stop {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  font-size: 1.35em;
  opacity: 0.9;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.radio-container .radio-body .radio-buttons .button-stop:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.55);
  opacity: 1;
  transform: translateY(-2px) scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.radio-container .radio-body .radio-buttons .button-stop:active {
  transform: translateY(1px) scale(0.93);
}

/* 5. Kurumsal Cam Ekolayzır ve Çalan Parça Alanı */
.radio-container .wave-container {
  position: relative;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: none;
}

.radio-container .wave-bars {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3px;
  padding: 0 10px 6px;
  z-index: 1;
  opacity: 0.45;
  pointer-events: none;
  width: 100%;
  box-sizing: border-box;
  transition: opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1), transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  contain: layout paint;
  transform-origin: bottom center;
}

.radio-container .wave-bars.wave-fading-out {
  opacity: 0.12 !important;
  transform: scaleY(0.18) !important;
}

.radio-container .wave-bars .wave {
  flex: 1;
  height: 85px;
  border-radius: 2px 2px 1px 1px;
  min-width: 2px;
  max-width: 5px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.35) 60%, rgba(255, 255, 255, 0.8) 100%);
  position: relative;
  transform-origin: bottom center;
  transform: scaleY(0.1);
  will-change: transform;
  transition: animation-duration 1.4s ease, opacity 1.4s ease;
}

/* Zarif Buz Mavisi Akua Geçişi */
.radio-container .wave-bars .wave:nth-child(even) {
  background: linear-gradient(0deg, rgba(0, 210, 255, 0.08) 0%, rgba(0, 210, 255, 0.35) 60%, rgba(180, 240, 255, 0.85) 100%);
}

/* Ekolayzır Tepe LED Çizgisi */
.radio-container .wave-bars .wave::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 2px 2px 0 0;
}

/* Anlık Çalan Şarkı Bilgisi (Büyütülmüş, Vurgulu & Okunaklı) */
.radio-container .current-song {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 10px 14px;
  overflow: hidden;
}

.radio-container .current-song p#wfcalansarki {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.6px;
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.8), 0 0 12px rgba(0, 210, 255, 0.35);
  word-break: break-word;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.radio-container .current-song p#wfcalansarki.song-fade-out {
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
}

.radio-container .current-song p#wfcalansarki.song-fade-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 6. Sağ Kenara Gizlenen Akıllı Ses Kontrol Çekmecesi */
.side-volume-dock {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(calc(100% - 44px));
  z-index: 9999;
  display: flex;
  align-items: center;
  background: rgba(18, 18, 18, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-right: none;
  border-radius: 30px 0 0 30px;
  padding: 6px 16px 6px 8px;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease;
  user-select: none;
}

.side-volume-dock.is-expanded {
  transform: translateY(-50%) translateX(0);
  background: rgba(18, 18, 18, 0.92);
  border-color: rgba(255, 255, 255, 0.22);
}

.side-volume-toggle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.15em;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.side-volume-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.08);
}

.side-volume-dock.is-expanded .side-volume-toggle {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
}

.side-volume-panel {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease 0.1s;
}

.side-volume-dock.is-expanded .side-volume-panel {
  opacity: 1;
  pointer-events: auto;
}

.side-volume-track {
  width: 120px;
  display: flex;
  align-items: center;
}

.side-volume-dock input[type=range] {
  width: 100%;
  height: 5px;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: none;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  outline: none;
}

.side-volume-dock input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
  transition: transform 0.15s ease;
}

.side-volume-dock input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.25);
}

.side-volume-dock input[type=range]::-moz-range-track {
  border-radius: 5px;
  height: 5px;
  border: none;
  background: rgba(255, 255, 255, 0.22);
}

.side-volume-dock input[type=range]::-moz-range-thumb {
  background: #ffffff;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.side-volume-label {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  min-width: 32px;
  text-align: right;
  letter-spacing: 0.5px;
}

/* 7. Mobilde Çift Yönlü Kaydırma Butonu (Aşağı / Yukarı) */
.scroll-down {
  display: none;
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  z-index: 9999;
  animation: bounce 2.2s infinite ease-in-out;
  transition: background 0.3s ease, border-color 0.3s ease, bottom 0.3s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.scroll-down::before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border: 2px solid #fff;
  border-width: 0 0 2px 2px;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), top 0.3s ease;
}

/* Aşağı Kaydırıldığında Yukarı Dönen Ok */
.scroll-down.is-up {
  bottom: 22px;
  background: rgba(18, 18, 18, 0.75);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  animation: bounce-up 2.2s infinite ease-in-out;
}

.scroll-down.is-up::before {
  transform: rotate(135deg);
  top: calc(50% - 4px);
}

@keyframes bounce-up {
  0%, 100%, 20%, 50%, 80% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(8px);
  }
  60% {
    transform: translateX(-50%) translateY(4px);
  }
}

/* 8. WebFirmam Telif & İmza */
.wfcopy {
  position: relative;
}

.wfbottomright {
  position: fixed;
  bottom: 8px;
  right: 20px;
  font-size: 10px;
  opacity: 0.35;
  color: #fff;
}

/* 9. Ekolayzır GPU Dalga Animasyonları (Donanım Hızlandırmalı) */
.radio-container .wave-bars .wave.wave-1 {
  animation: wave1 0.6s ease-in-out alternate infinite;
}

.radio-container .wave-bars .wave.wave-2 {
  animation: wave2 0.75s ease-in-out alternate infinite;
}

.radio-container .wave-bars .wave.wave-3 {
  animation: wave3 0.5s ease-in-out alternate infinite;
}

.radio-container .wave-bars .wave.wave-4 {
  animation: wave4 0.85s ease-in-out alternate infinite;
}

.radio-container .wave-bars .wave.wave-5 {
  animation: wave5 0.68s ease-in-out alternate infinite;
}

.radio-container .wave-bars .wave.no-animation {
  animation: none !important;
}

@keyframes wave1 {
  0% { transform: scaleY(0.12); }
  35% { transform: scaleY(0.68); }
  70% { transform: scaleY(0.25); }
  100% { transform: scaleY(0.85); }
}

@keyframes wave2 {
  0% { transform: scaleY(0.88); }
  30% { transform: scaleY(0.22); }
  65% { transform: scaleY(0.94); }
  100% { transform: scaleY(0.38); }
}

@keyframes wave3 {
  0% { transform: scaleY(0.30); }
  40% { transform: scaleY(0.96); }
  75% { transform: scaleY(0.42); }
  100% { transform: scaleY(0.15); }
}

@keyframes wave4 {
  0% { transform: scaleY(0.48); }
  28% { transform: scaleY(0.20); }
  62% { transform: scaleY(0.86); }
  100% { transform: scaleY(0.32); }
}

@keyframes wave5 {
  0% { transform: scaleY(0.22); }
  35% { transform: scaleY(0.78); }
  65% { transform: scaleY(0.35); }
  100% { transform: scaleY(0.90); }
}

@keyframes stopwaves {
  100% { transform: scaleY(0.1); }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}


/* 10. Duyarlı Tasarım ve Ekran Kuralları (Responsive Media Queries) */
@media only screen and (max-width: 990px) {
  #left {
    position: relative;
    width: 100%;
    min-height: 100vh;
  }

  .scroll-down {
    display: block;
    bottom: 18px;
  }

  #right {
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }

  #left {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }

  #left .color-cover {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 15px 50px;
  }

  #left .logo {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  #left .logo img {
    max-width: 200px;
    width: 60%;
  }

  .radio-container {
    width: 100%;
    max-width: 96%;
    margin-top: 15px;
    gap: 18px;
  }

  .radio-container .radio-body {
    padding: 5px 5px;
    gap: 18px;
  }

  .radio-container .radio-body .radio-buttons .button-group-center {
    gap: 20px;
  }

  /* Mobilde Maksimum Ergonomik Oynat / Durdur Butonları */
  .radio-container .radio-body .radio-buttons .button-play {
    width: 78px;
    height: 78px;
    font-size: 2em;
  }

  .radio-container .radio-body .radio-buttons .button-stop {
    width: 48px;
    height: 48px;
    font-size: 1.25em;
  }

  .radio-container .wave-container {
    min-height: 110px;
  }

  .radio-container .wave-bars .wave {
    height: 80px;
  }

  /* Mobilde Maksimum Görünür ve Okunaklı Şarkı Başlığı */
  .radio-container .current-song {
    padding: 8px 10px;
  }

  .radio-container .current-song p#wfcalansarki {
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.4px;
    font-weight: 600;
  }

  .scroll-down {
    bottom: 16px;
  }
}

@media only screen and (max-width: 380px) {
  .radio-container .radio-body .radio-buttons .button-play {
    width: 72px;
    height: 72px;
    font-size: 1.85em;
  }

  .radio-container .radio-body .radio-buttons .button-stop {
    width: 44px;
    height: 44px;
    font-size: 1.15em;
  }

  .radio-container .current-song p#wfcalansarki {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 600px;
    position: relative;
  }
}