/*
Theme Name:       MugiListV2
Theme URI:        mugimanga.com
Author:           Rai
Author URI:       Mugimanga.com
Description:      Bu tema harika bir WordPress temasıdır.
Version:          3.0.0
License:          GNU General Public License v2 or later
License URI:      https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:      my-awesome-theme
Tags:             dark, responsive, blog, custom-menu
*/




 /* Temel sıfırlama */
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #181818;
    color: #eee;
}

header {
    background-color: #1a1a1a;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #333;
}

.site-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #00ffcc;
    text-decoration: none;
}

nav {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

nav ul li a {
    color: #ccc;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: background 0.3s ease, color 0.3s ease;
}

nav ul li a:hover {
    background: #00ffcc;
    color: #111;
}

@media (min-width: 600px) {
    nav {
        margin-top: 0;
        width: auto;
    }
}



/* Konteyner düzeni */
.post-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
    padding: 2rem 1rem;
}

/* Her bir post (kutu) için stil */
.post-box {
    position: relative;
    width: 160px; /* Genişlik 160px */
    height: 260px; /* Yükseklik 260px */
    background-color: #111;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

/* Resmin cover olması ve boyutların korunması */
.post-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Başlık kısmı */
.post-box .content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5); /* Arka planda yarı saydam bir siyah arka plan */
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px); /* Başlık başlangıçta biraz aşağıda */
}

/* Resmin üzerine gelince başlık değişir ve yukarı kayar */
.post-box:hover .content {
    opacity: 1;
    transform: translateY(0); /* Başlık yukarı kayar */
}

/* Sabit yazı durumu */
.post-box .content span {
    opacity: 1;
}

/* Hover durumunda yazı değişir */
.post-box:hover .content span {
    opacity: 0;
}

.post-box .content span.alt-text {
    opacity: 1;
}




.kategori .kategori-genel{
	background:red;
}
.wpfp-span .fa-plus{
	font-size:50px;
	margin-top:10px;
	color:green;
}
.wpfp-span .fa-check-double{
    font-size:50px;
	margin-top:10px;
	color:rgb(61, 125, 209);
}
.wpfp-span .fa-xmark{
    font-size:50px;
	margin-top:10px;
	color:rgb(202, 66, 48);
}
.wpfp-span .fa-ban{
    font-size:50px;
	margin-top:10px;
	color:rgb(197, 252, 0);
}
.manga-card{
	text-align:center;
}
.manga-meta{
	text-align:left;
}





/*SİNGLE PHP*/

 .manga-img .img-1 img{
        width: 500px;
        border-radius: 8px;
        
        z-index: 10;
       
        box-shadow: 1px 1px 20px  rgb(0, 0, 0);
        
    }
    .manga-img .img-2 img{
        object-fit: cover;
        width: 100%;
        height: 500px;
        filter: blur(40px);
    }
    
    .manga-name h1{
        color:white;
        margin-left:30px;
        z-index: 1;
        margin-top:50px;
    }
    .manga-name p{
        margin-left:50px;
        color: rgb(116, 116, 116);
        z-index: 1;
        font-size:24px;
        line-height: 2;
    }

    

    .manga-img-2 {
      position: absolute;
      top: 140px;
      left: 0;
      width: 100%;
      height: 500px;
      object-fit: cover;
      filter: blur(20px);
      z-index: 0;
    }

    .manga-img-1-wrapper {
      position: absolute;
      top: 570px;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }

    
    .fa-plus{
        font-size:50px;
        color:green;
        margin-top:20px;
    }

    /*Manga info kısmı*/
    .manga-img-1 {
      height: 500px;
      width: auto;
      object-fit: cover;
      display: block;
      border-radius: 8px;
      box-shadow: 2px 2px 20px black;
    }
    .manga-infos{
        margin-top:50px;
        margin-left:50px;
        font-size:20px;
        margin-right: 100px;
        
    }
    .manga-infos span{
        color:#b3b3b3;
        
        
        
        display: block;
    }
    .ceviri-durum p {
        color:green;
        font-weight: bold;
        font-size:24px;
        display: inline;
    }
    .eng-durum p {
        color:red;
        font-weight: bold;
        font-size:24px;
        display: inline;
    }
    .tur .manhwa{display: inline;background-color: purple; color:white; padding: 6px 8px; border-radius: 6px;}
    .kategori a{
        text-decoration: none;
        color:white;
        background-color: green;
        padding: 2px 5px;
        border-radius: 4px;
    }
    .kategori .korku{
        background-color: darkred;
    }
    /*Manga özet*/
    .manga-summary{
        margin-top:400px;
        margin-left:40px;
        margin-right: 40px;
        
    }
    .ozet{
        font-size:24px;
        font-weight: bold;
        color:white;
    }
    .manga-summary p{
        color:rgb(139, 139, 139);
        font-size:16px;
    }

    .yazar a, .cizer a, .yayin-yili a, .cev-site a{text-decoration: none;color:White}
/*MOBİL*/
    @media only screen and (max-width: 768px) {
    .manga-infos{
        
        margin-left:30px;
        
        
    }
    .manga-infos span{
        color:#b3b3b3;
        display: block;
        font-weight: bold;
        font-size:14px;
    }
    .ceviri-durum p {
        line-height: 0;
        font-size:18px;
        display: block;
    }
    .eng-durum p {
        line-height: 0;
        font-size:18px;
        display: block;
    }
    .tur .manhwa{background-color: purple; color:white; padding: 6px 8px; border-radius: 6px;}
    .kategori a{
        font-size: 12px;
        margin-top:2px;
    }
    .manga-name h1{
        font-size: 26px;

    }
    .manga-name p{
        line-height: 2;
        font-size:16px;
        
    }
}


/*GİRİŞ YERİ*/

/* Butonlar */
.auth-buttons {
  text-align: right;
  padding: 10px;
}
.auth-btn {
  background: linear-gradient(135deg, #333, #111);
  color: #fff;
  border: none;
  padding: 10px 18px;
  margin: 5px;
  cursor: pointer;
  border-radius: 25px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.auth-btn:hover {
  background: #555;
}

/* Kullanıcı Bloğu */
.auth-user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
}
.auth-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
}
.auth-name {
  color: #fff;
  margin-right: 10px;
}
.auth-logout {
  color: #bbb;
  text-decoration: none;
}
.auth-logout:hover {
  color: #fff;
}

/* Modal */
.auth-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
.auth-modal-content {
  background-color: #1e1e1e;
  color: #fff;
  margin: 10% auto;
  padding: 25px;
  border-radius: 14px;
  width: 90%;
  max-width: 400px;
  position: relative;
  box-shadow: 0 0 10px rgba(255,255,255,0.05);
}
.auth-modal-content input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 8px;
  border: none;
  background: #333;
  color: #fff;
}
.auth-modal-content input[type="submit"] {
  background: #00aaff;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.auth-modal-content input[type="submit"]:hover {
  background: #008ecc;
}
.auth-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}


/*ARAMA KUTUSU*/

#ajax-search-wrapper {
  position: relative;
  max-width: 500px;
  margin: 20px auto;
  z-index: 9999;
}

#ajax-search-input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  background: #1e1e1e;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

#ajax-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #111;
  border: 1px solid #333;
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 500px;
  overflow-y: auto;
  display: none;
  z-index: 9999;
}

.ajax-search-item {
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding: 10px;
  border-bottom: 1px solid #222;
  transition: background 0.2s ease;
  color: #fff;
}

.ajax-search-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.ajax-search-item:hover {
  background: #2a2a2a;
}

.ajax-search-item img {
  width: 50px;
  height: auto;
  border-radius: 4px;
}

.ajax-search-item-title {
  font-size: 14px;
  line-height: 1.3;
}

.ajax-search-favorite {
  
  font-size: 10px;
}


/*İkincil menu*/

.secondary-menu {
  background-color: none;
  border-bottom: 1px solid #2a2a2a;
  height: 50px; /* Veya 50px, sen ayarlarsın */
  width: 100%;
  display: block;
}

.secondary-menu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.menu-text {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 10px;
}

.menu-search input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  background-color: #1e1e1e;
  color: #fff;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
}

.menu-search input:focus {
  outline: none;
  background-color: #222;
  box-shadow: 0 0 5px #333;
}


/*SERİES*/

.series{
            margin:10px;
        }

        .series-container{
            background-color: #22222200;
            width: 170px;
            height: auto;
            padding: 5px;
            border-radius: 8px;
            display: inline-block;
        }
        .series-container img{
            width: 100%;
            height: 260px;
            object-fit: cover;
            border-radius: 8px;
            filter: brightness(0.9);
            transition: 0.3s ease;
            position:relative;
        }
        .series-container img:hover{
            filter: brightness(0.5);
        }
.series-container .puan{
position: absolute;
    z-index: 10;
    font-size:10px;
    color:black;
    padding:2px 5px 2px 5px;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius:4px;
    margin-left:6px;
    margin-top:6px;
    font-weight:bold;
    
  
}
.series-container:hover span.puan{
            opacity:1;
    
        }
.puan:hover  .series-container img{ filter: brightness(0.5);}
        .series-container span.series-name{
            color:white;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-weight: 200;
            -webkit-line-clamp: 1;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }
        abbr[data-title] {
	font-family: helvetica, sans-serif;
  position: relative;
  text-decoration: underline dotted; 
}
/*white-space: nowrap;
  box-shadow: 1px 1px 20px #0641AD;*/
abbr[data-title]:hover::after,
abbr[data-title]:focus::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  width: auto;
 
  background: none;
	backdrop-filter: blur(5px);
  color: white;
  border-radius: 5px;
  
  font-size: 14px;
  padding: 3px 5px;
  width: 110px;
  text-align: center;
	
}



@media screen and (max-width: 800px) {
.series-container {
    background-color: #22222200;
    width: 158px;
    height: auto;
    padding: 5px;
    border-radius: 8px;
    display: inline-block;
}
	
	.series-container img {
    
    height: 248px;
    
}
  }

  .series-container span.flag img {
    position: absolute;
    width: auto;
    height: 30px;
    object-fit: cover;
    z-index: 1;
    /* border: 4px; */
    border-radius: 4px;
    margin: 230px 0 0 0;
}

/*Özel CSS*/
/* Durum Seçimi Formu */
.user-status-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1e1e1e;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}

.durum-secimi {
    background-color: #333;
    color: #fff;
    border: 1px solid #555;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 16px;
}

.durum-secimi:focus {
    border-color: #888;
}

.btn-durum-kaydet {
    background-color: #00aaff;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.btn-durum-kaydet:hover {
    background-color: #0099cc;
}

/* Durum Gösterimi */
.durum-goster {
    background-color: #292929;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 16px;
}

.durum {
    font-weight: bold;
    color: #00aaff;
}
.ajax-search-item img{
	width:50px;
}
.ajax-search-favorite{
	margin-left:0px;
}

.ajax-search-favorite span.wpfp-span i{
	font-size:30px;
	line-height:1.6
}

.secondary-menu{
	background:none;
	padding-bottom:60px;
}




/*Series*/
.series{
            margin:10px;
        }

        .series-container{
            background-color: #22222200;
            width: 170px;
            height: auto;
            padding: 5px;
            border-radius: 8px;
            display: inline-block;
        }
        .series-container img{
            width: 100%;
            height: 260px;
            object-fit: cover;
            border-radius: 8px;
            filter: brightness(0.9);
            transition: 0.3s ease;
            position:relative;
        }
        .series-container img:hover{
            filter: brightness(0.5);
        }
.series-container .puan{
position: absolute;
    z-index: 10;
    font-size:10px;
    color:black;
    padding:2px 5px 2px 5px;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius:4px;
    margin-left:6px;
    margin-top:6px;
    font-weight:bold;
    
  
}
.series-container:hover span.puan{
            opacity:1;
    
        }
.puan:hover  .series-container img{ filter: brightness(0.5);}
        .series-container span.series-name{
            color:white;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-weight: 200;
            -webkit-line-clamp: 1;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }
        abbr[data-title] {
	font-family: helvetica, sans-serif;
  position: relative;
  text-decoration: underline dotted; 
}
/*white-space: nowrap;
  box-shadow: 1px 1px 20px #0641AD;*/
abbr[data-title]:hover::after,
abbr[data-title]:focus::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  width: auto;
 
  background: none;
	backdrop-filter: blur(5px);
  color: white;
  border-radius: 5px;
  
  font-size: 14px;
  padding: 3px 5px;
  width: 110px;
  text-align: center;
	
}


.series-container span.flag img {
    position: absolute;
    width: auto;
    height: 30px;
    object-fit: cover;
    z-index: 1;
    border-radius: 4px;
    margin: 230px 0 0 0;
}
@media screen and (max-width: 800px) {
.series-container {
    background-color: #22222200;
    width: 158px;
    height: auto;
    padding: 5px;
    border-radius: 8px;
    display: inline-block;
}
	
	.series-container img {
    height: 248px;
    
}
	.series-container span.flag img {margin: 218px 0 0 0;}
  }




header {
    background-color: #1a1a1a;
    padding: 1rem 2rem;
    
    justify-content: space-between;
    align-items: center;
    
    border-bottom: 1px solid #333;
}

.site-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #00ffcc;
    text-decoration: none;
}

nav {
    margin-top: 1rem;
    width: 100%;
    
    justify-content: center;
}

nav ul {
    list-style: none;
    
    gap: 1rem;
}

nav ul li a {
    color: #ccc;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: background 0.3s ease, color 0.3s ease;
	
}

nav ul li a:hover {
    background: #00ffcc;
    color: #111;
}
.auth-user, .auth-buttons{
    
    align-items: center;
    right:0;
    padding: 10px;
}




.series-container .mangaStatus {
    position: absolute;
    z-index: 10;
    font-size: 10px;
    color: black;
    padding: 2px 5px 2px 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 4px;
    margin-left: 6px;
    margin-top: 6px;
    font-weight: bold;
}
.mangaStatus.sezon-finali{
	background:#fd921f;
	color:black
}
.mangaStatus.final{
	background:#3968d7;
	color:white
}
.mangaStatus.birakildi{
	background:black;
	color:white
}
.mangaStatus.guncel{
	background:#469d06;
	color:black
}
.mangaStatus.devam-ediyor{
	background:#3989af;
	color:white
}
.mangaEpisode{
	font-family: "Truculenta", sans-serif;
	color:#606060;
	font-size:14px;
	font-weight:bold;
	
}