/*
Theme Name: Solistim
Theme URI: https://solistim.com
Author: Senin İsmin
Author URI: https://solistim.com
Description: Solistim özel WordPress teması
Version: 1.0
License: GPL v2 or later
Text Domain: solistim
*/

@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/Sofia Pro Regular Az.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}


body {
  font-family: 'Sofia Pro', Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}



.container {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

header {
    background: #333;
    color: #fff;
    padding: 0px;
    text-align: center;
}

header h1 a {
    color: #fff;
    text-decoration: none;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 15px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

footer {
    text-align: center;
    padding: 20px;
    background: #333;
    color: #fff;
    margin-top: 20px;
}
nav {
    text-align: center;
    
    padding: 0px 0;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    transition: 0.3s;
}

nav ul li a:hover {
    background: #666;
    border-radius: 5px;
}
.solist-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.solist-item {
    width: 250px;
    background: #d1d1d1;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(43 43 43 / 71%);
    text-align: center;
}
.solist-aciklama {
    font-size: 14px;
    color: #555;
}

.solist-item img {
    width: 100%;
    border-radius: 10px;
}

.solist-item h3 {
    font-size: 18px;
   
    margin-bottom: 5px;
    margin-top: -40px;
}

.solist-item audio {
    width: 100%;
    margin-top: 10px;
	margin-bottom: -10px;
}
.solist-item img {
    width: 100%;
    height: 150px; /* Tüm görsellerin yüksekliğini eşitle */
    object-fit: cover; /* Görsellerin bozulmadan kırpılmasını sağlar */
    border-radius: 10px;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.solist-item {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 29%);
    text-align: center;
    width: 250px;
}
.solist-puan-yildiz{
position: absolute;
            top: 10px;
            left: 10px;
            background: rgba(0, 0, 0, 0.65);
            color: gold;
            padding: 3px 6px;
            font-size: 10px;
            font-weight: 600;
            border-radius: 8px;
            line-height: 1.1;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 2px;



}

.solist-resim img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

h3 a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

p.sarki-adi {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

audio {
    width: 100%;
}
.solist-resim img {
    width: 100%;
    height: 200px; /* Sabit yükseklik */
    object-fit: cover; /* Resmi kırparak eşitler */
    border-radius: 10px;
}
.diger-sarkilar {
 text-align: center;
    margin-top: -17px;
    margin-bottom: 10px;
}

.diger-sarkilar a {
    display: inline-block;
    background-image: linear-gradient(154deg, #754e58, #352db3c7);
    color: #ffffff;
    padding: 6px 10px 6px 6px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 10px;
    margin-bottom: -6px;
    margin-left: -1px;
}

.diger-sarkilar a:hover {
    background-color: #005a87;
}

.header-container {
    display: flex;
    align-items: center;
    gap: 15px; /* Logo ve site ismi arasındaki boşluk */
}

.site-logo img {
    max-width: 100px; /* Logo boyutunu küçült */
    height: auto;
}

/* Solist Profil Sayfası */
.solist-profile {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

/* Profil Resmi */
.solist-resim img {
    width: 100%;
    height: 200px; /* Ana sayfadaki gibi sabit yükseklik */
    object-fit: cover;
    border-radius: 10px;
}

/* Solist Bilgileri */
.solist-bilgileri {
    flex-grow: 1;
}

/* Header alanı */
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .31) !important;
    background-color: #252f39 !important;
    border-bottom: 1px solid #898989;
    height: 40px;
}

/* Logo ve Başlık */
.logo-title-container {
    display: flex;
    align-items: center;
}

/* Logo */
.site-logo img {
    max-width: 80px;
    height: auto;
}

/* Site Başlığı */
.site-title {
    font-size: 30px;
    font-weight: bold;
    margin-left: 10px;
    color: white; /* Beyaz renk */
}

/* Menü */
.main-navigation {
    margin-left: auto; /* Menü sağa yaslanacak */
}

.main-menu {
    list-style: none;
    display: flex;
    gap: 20px;
}

.main-menu li {
    display: inline-block;
}

.main-menu a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.main-menu a:hover {
    color: #0073aa;
}

.solist-ses-listesi {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.solist-ses {
    width: 100%;
    max-width: 300px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.solist-ses audio {
    width: 100%;
}
/* Genel menü stilleri */
.main-menu {
    display: flex;
    gap: 10px;
    list-style: none;
}

.main-menu li {
    list-style: none;
}

/* "Ana Sayfa" menü butonu */
 {
    background-color: #0073aa; /* Mavi */
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
}

.main-menu li:first-child a:hover {
    background-color: #005a87; /* Hover için koyu mavi */
}

/* "Giriş Yap" menü butonu */
.main-menu li:nth-child(2) a {
    background-color: #e60023; /* Kırmızı */
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
}

.main-menu li:nth-child(2) a:hover {
    background-color: #c4001d; /* Hover için koyu kırmızı */
}

/* Menü butonları arasındaki boşluğu azalt */
.main-menu {
    display: flex;
    gap: 15px; /* Varsayılan 10px yerine 5px yapıldı */
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Menü içindeki öğelerin yan boşluklarını kaldır */
.main-menu li {
    margin: 0; /* Yan boşlukları kaldır */
}

/* Menü öğeleri arasındaki padding ayarı */
.main-menu a {
    padding: 8px 12px; /* İç dolguyu biraz küçült */
}

/*
Theme Name: Solistim
Theme URI: https://solistim.com
Author: Senin İsmin
Author URI: https://solistim.com
Description: Solistim özel WordPress teması
Version: 1.0
License: GPL v2 or later
Text Domain: solistim
*/

/* Genel Ayarlar */
body {
    font-family: 'Sofia Pro', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

/* Header Alanı */
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #252f39 !important;
    border-bottom: 1px solid #898989;
    height: 40px;
}

/* Logo */
.site-logo img {
    max-width: 80px;
    height: auto;
}

/* Site Başlığı */
.site-title {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    color: white;
}

/* Menü Alanı */
.main-navigation {
    margin-left: auto;
}

.main-menu {
    display: flex;
    gap: 5px; /* Menü öğeleri arasındaki boşlukları azalttım */
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu li {
    list-style: none;
}

/* Menü Butonları */
.main-menu a {
    text-decoration: none;
    font-weight: bold;
    padding: 8px 12px;
    transition: background 0.3s ease;
    border-radius: 5px;
}

/* Ana Sayfa Butonu */
.main-menu li:first-child a {
    background-color: #b3253a;
font-size: 15px;
    color: white;
}

.main-menu li:first-child a:hover {
    background-color: #005a87;
}

/* Giriş Yap Butonu */
.main-menu li:nth-child(2) a {
    background-color: #376fb1c9;
    color: #1e0e0e;
    font-weight: normal;
}

.main-menu li:nth-child(2) a:hover {
    background-color: #c4001d;
}

/* Menü öğeleri arasındaki boşluğu azalt */
.main-menu {
    display: flex;
    gap: 8px; /* Varsayılan 10px yerine 8px yapıldı */
}

/* Solist Profili */
.solist-profile {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

/* Profil Resmi */
.solist-resim img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

/* Solist Bilgileri */
.solist-bilgileri {
    flex-grow: 1;
}



/* Solistlerin küçültülmesi ve yatay slider görünümü */
.solist-list {
    display: flex;
    overflow-x: auto; /* Yatay kaydırmayı aktif et */
    white-space: nowrap;
    gap: 15px; /* Solist kutuları arasındaki boşluğu artır */
    padding: 15px;
    scroll-behavior: smooth;
}

.solist-item {
    min-width: 150px;
    width: 150px;
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgb(109 109 109 / 71%);
    text-align: center;
    flex-shrink: 0;
}

.solist-item img {
    width: 100%;
    height: 120px; /* Daha büyük resimler */
    object-fit: cover;
    border-radius: 8px;
}

/* Scrollbar gizleme (isteğe bağlı) */
.solist-list::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.solist-list {
    -ms-overflow-style: none;  /* Internet Explorer */
    scrollbar-width: none; /* Firefox */
}

/* Şarkı çaları küçült ve daha minimalist hale getir */
.solist-item audio {
    width: 100%; /* Daha dar hale getir */
    height: 30px; /* Player yüksekliğini azalt */
    margin-top: 0px; /* Üst boşluğu biraz azalt */
margin-bottom: 20px;
}

/* Şarkı çaların özel stillerini değiştirme */
.solist-item audio::-webkit-media-controls-panel {
    background-color: #fff; /* Arka plan rengini değiştir */
}

.solist-item audio::-webkit-media-controls-play-button {
    background-color: #fff; /* Oynat/Duraklat düğmesi */
    border-radius: 50%; /* Yuvarlak buton */
}

.solist-item audio::-webkit-media-controls-volume-slider {
    background-color: #ddd; /* Ses seviyesi çubuğu */
}

/* Açılır menü butonunu gizle */
.menu-toggle {
    display: none !important;
}
.solist-tanitim-alani {
    text-align: center;
    padding: 10px 10px 20px 0px;
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 0px;
}

.solist-baslik {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
}

.solist-aciklama {
    font-size: 18px;
    color: #666;
}

.solist-item {
    position: relative; /* Konumu referans alacak */
}

.solist-item::after {
   content: '+';
    position: absolute;
    top: 7px;
    right: 6px;
    width: 23px;
    height: 23px;
    background-color: #a13131;
    color: white;
    font-size: 22px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.solist-item:hover::after {
    background-color: rgba(0, 123, 255, 1); /* Hoverda daha belirgin mavi */
}
.solist-tanitim-alani {
    text-align: center;
    margin-bottom: 30px;
}

.solist-baslik {
    font-size: 28px;
    margin-bottom: 10px;
}

.solist-aciklama {
    font-size: 16px;
    color: #555;
}

.solist-secim-alani {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    padding: 24px;
    margin: 25px auto;
    width: 95%;
    justify-content: center;
    max-width: 720px;
    display: flex;
    flex-direction: row;
    gap: 18px !important;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    flex-wrap: wrap; /* Mobilde taşma olursa sarma yapsın */
}

.solist-secim-alani:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
    transform: translateY(-2px) !important;
}

.solist-secim-alani select, 
.solist-secim-alani button {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-weight: normal;
    font-family: sans-serif;
}

.solist-secim-alani button {
    background-color: #0073aa;
    color: #fff;
    cursor: pointer;
    border: none;
}

.solist-secim-alani button:hover {
    background-color: #005a87;
}


.solist-tanitim-alani {
    text-align: center;
    margin: 0px 0;
}

.secim-alani {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.select-style {
    padding: 10px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    background-color: #fff;
}

.select-style:hover {
    border-color: #0073aa;
}

#hemen-basla-btn {
    background-image: linear-gradient(154deg, #ff262630, #2db33d59);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

#hemen-basla-btn:hover {
    background-color: #005a87;
}

.solist-tanitim-alani {
    margin-bottom: 10px; /* Bu alanın altındaki boşluğu azaltır */
    padding-bottom: 10px;   /* Alt paddingi kaldırır */
}

.container {
    margin-top: 0; /* Üst boşluğu tamamen kaldırır veya çok küçük yapabilirsin */
    padding-top: 5px; /* Üst iç boşluğu azaltır */
}

.content-wrapper {
    margin-top: 0; /* İçerik bölümünün üst boşluğunu azaltır */
}

.solist-list {
    margin-top: 0; /* Solist listesinin üst boşluğunu sıfırlar veya daha da azaltabilirsin */
}



/* Sadece solist profilindeki ses çalara etki edecek */
.solist-profile .solist-sarkilar .sarki-item audio {
    width: 100%;
    max-width: 250px; /* istediğin büyüklüğe ayarlayabilirsin */
    height: 40px; /* ses çalar yüksekliğini azaltır */
}
/* Başvuru Yap Butonu Stilleri */
.menu-basvuru-btn a {
    background-color: #e60023; /* Kırmızı */
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.menu-basvuru-btn a:hover {
    background-color: #b3001b; /* Daha koyu kırmızı */
}

/* Menüye hizalama için ek ayarlar */
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Menü Başvuru Butonu Stilleri */
.basvuru-buton a {
background-color: #d44646;
    color: white;
    padding: 6px 14px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.3s ease;
}

.basvuru-buton a:hover {
    background-color: #c4001d; /* Hover koyu kırmızı */
}

.basvuru-buton .dashicons {
    font-size: 18px; /* İkon boyutu */
    vertical-align: middle;
    color: #ffffff; /* Beyaz ikon rengi */
}
.solist-item h3 a {
    color: white !important;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 2px 3px 9px rgb(16 16 18 / 60%);
    font-family: 'Sofia Pro';
}

/* Hover Efekti (Üzerine gelince renk değişimi) */
.solist-item h3 a:hover {
    color: #FFD700 !important; /* Altın sarısı rengi */
    text-shadow: 3px 3px 10px rgba(255, 215, 0, 0.8);
}
.en-cok-seslendiren {
    font-size: 28px; /* Yazı boyutu büyüdü */
    color: #ffffff; /* Beyaz yazı rengi */
    background: linear-gradient(to right, #e60023, #ff6600); /* Kırmızıdan turuncuya geçişli arka plan */
    padding: 12px 20px; /* İç boşluk */
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2); /* Hafif gölge efekti */
    display: inline-block;
    margin: 20px auto;
}
.en-cok-seslendiren {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #e60023;
    display: inline-block;
margin-bottom: 0px;
}

.gizle-sparis {
    display: none;
}
.ses-kaydi audio {
    width: 100%; /* Player'ın genişliği container'a uyacak şekilde */
    max-width: 400px; /* Maksimum genişlik */
    margin-top: 10px; /* Üst boşluk */
}
.lyrics-generator-buton a {
    background-color: #e91e63;
    color: white !important;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}

.lyrics-generator-buton a:hover {
    background-color: #c2185b;
}

.solist-ucret {
   position: absolute;
    top: 28px;
    right: 89px;
    background: #87671d87;
    color: white;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    z-index: 5;
    box-shadow: 0 2px 6px rgb(193 77 77 / 20%);
    text-shadow: 1px 3px 3px rgb(16 45 39 / 82%);
}

.solist-tarz {
font-size: 12px;
    font-weight: normal;
    position: absolute;
    margin-top: -83px;
    text-align: center;
    background: #8f1b1b61;
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    z-index: 5;
    box-shadow: 0 2px 6px rgb(193 77 77 / 20%);
    text-shadow: 1px 3px 3px rgb(16 45 39 / 82%);
    margin-left: 2px;
}


/* 🔹 Hamburger Menü Butonu */
.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 25px;
    z-index: 1001;
    margin-left: auto;
}
.menu-right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    padding-right: 15px;
}

.hamburger-menu .bar {
    height: 3px;
    background-color: white;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s;
}

/* 🔹 X simgesi dönüşümü */
.hamburger-menu.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
}
.hamburger-menu.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* 🔹 Menü İçeriği (Animasyonlu) */
.hamburger-menu-content {
    position: absolute;
    top: 60px;
    right: 10px;
    background-color: #252f39;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    padding: 15px;
    display: flex;
align-items: center;
    flex-direction: column;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    z-index: 1000;
    min-width: 220px;
}

/* 🔹 Menü Bağlantıları */
.hamburger-menu-content a {
    color: white;
    text-decoration: none;
    padding: 10px 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.hamburger-menu-content a:last-child {
    border-bottom: none;
}

/* 🔹 Aktif olunca animasyonlu açılır */
.hamburger-menu-content.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* 🔹 Masaüstünde de görünsün */
@media screen and (min-width: 769px) {
    .hamburger-menu {
        display: flex;
    }
.sss-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    font-family: 'Sofia Pro', sans-serif;
}

.sss-container h1 {
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
    color: #2c3e50;
}

.sss-item {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-left: 5px solid #0073aa;
    border-radius: 6px;
}

.sss-item h3 {
    margin-top: 0;
    color: #0073aa;
    font-size: 18px;
}

.sss-item p {
    margin-bottom: 0;
    color: #333;
    line-height: 1.6;
}
.iletisim-formu {
    max-width: 600px;
    margin: 30px auto;
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-family: 'Sofia Pro', sans-serif;
}

.iletisim-formu label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    color: #333;
}

.iletisim-formu input[type="text"],
.iletisim-formu input[type="email"],
.iletisim-formu textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 18px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

.iletisim-formu button {
    background-color: #d1314b;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.iletisim-formu button:hover {
    background-color: #b3203b;
}

.kvkk-metni {
    font-size: 13px;
    color: #555;
    margin-bottom: 15px;
    display: block;
}

.iletisim-basarili, .iletisim-hata {
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 15px;
}

.iletisim-basarili {
    background-color: #d4edda;
    color: #155724;
}

.iletisim-hata {
   background-color: #ffffff;
            color: #55470e;
}
/* Masaüstünde sadece klasik player görünsün */
.mobile-only-player {
    display: none !important;
}
.desktop-only-player {
    display: block !important;
}
