@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Bitter:ital,wght@0,100..900;1,100..900&family=Cinzel+Decorative:wght@400;700;900&family=Great+Vibes&family=Indie+Flower&family=Kaushan+Script&family=Merienda:wght@300..900&family=Permanent+Marker&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Reenie+Beanie&family=Rubik+Vinyl&display=swap');

body{
    background-color: #000000;
    background-image: url("https://transparenttextures.com/patterns/buried.png");
    height: auto;

    user-select: none; /* Tüm modern tarayıcılar için */
    -webkit-user-select: none; /* Safari ve eski Chrome tarayıcılar için */
    -moz-user-select: none; /* Eski Firefox için */
    -ms-user-select: none; 
   }

.kurdmitoloji{
    width: 100%;
    min-height: 65vh;
}

.kurdmitoloji .mitolojicards{
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}

.mitolojialfabe{
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.327);
    transform:perspective(1000px) translateY(5%) rotateX(40deg) translateZ(0);
   
}

.mitolojialfabe h1{
    text-align: center;
    padding: 15px 0;
   font-family: "Cinzel Decorative", serif;
   text-shadow: 5px 5px 8px rgba(0,0,0,0.91);
   color: rgb(255, 255, 255);
}

.mitolojialfabe .sozluk{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.mitolojialfabe .sozluk .harfler{
width: 80%;
height: auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}

.mitolojialfabe .sozluk .harfler a{
    border-radius: 20px;
    font-size: 25px;
    background-color: white;
    padding: 10px 40px 5px 12px;
    margin: 10px;
    text-decoration: none;
    color: black;
   font-family: "Cinzel Decorative", serif;
   transition: 0.5s;
}

.mitolojialfabe .sozluk .harfler a:hover{
    transform:perspective(1000px) translateY(11%) rotateX(45deg) translateZ(0);
}


.kurdmitoloji h1{
    width: 100%;
height: 10vh;
text-align: center;
font-family: "Cinzel Decorative", serif;
text-shadow: 5px 5px 8px rgba(0,0,0,0.91);
color: rgb(255, 255, 255);
font-size: 50px;
}

.mitolojicards{
    width: 100%;
    height: auto;
}

.mitolojicards .mitcard{
width: 180px;
height: 180px;
margin: 10px 10px;
}

.mitcard .div1,
.div2{
    width: 180px;
    height: 180px;
}

.div1{
    position: absolute;
    background-size: contain;
    transition: 1s;
}
  
.div2{
    position: absolute;
    transition: 1s;
}
.div3{
    position: absolute;
    bottom: 0;
    left: -200px;
}
.div3 img{
    width: 100%;
}

.div2 h2 a{
    display: none;
    text-decoration: none;
    width: 100%;
    position: absolute;
    top: 48%;
    font-size: 70%;
    text-align: center;
    color: rgb(255, 255, 255);
    transition: 0.6s;
    text-shadow: 4px 4px 9px rgb(0, 0, 0);    font-family: "Cinzel Decorative", serif;
}

.div2 h2 a:hover{
    transform: scale(1.1);
    color: wheat;
}

.div2 img{
    width: 100%;
    transition: 1s;
}

.mitcard:hover .div1{
    transform:perspective(1000px) translateY(11%) rotateX(45deg) translateZ(0);
    scale: 1.1;
    box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow:2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    opacity: 0.7;
}

.mitcard:hover .div2{
    transform: scale(1.1);
}

.mitcard:hover .div2 h2 a{
    display: inline;
}

#kawa:hover img{
    filter: drop-shadow(6px -6px 9px #ff8c00);}

#gelawej:hover img{
        filter: drop-shadow(3px -2px 9px #ffffff);}
    
#simurg:hover img{
            filter: drop-shadow(3px -2px 9px #ed9a00);}
#agri:hover img{
    filter: drop-shadow(3px -5px 6px rgb(34, 85, 100));
}
#tawus:hover img{
    filter: drop-shadow(3px -5px 6px rgb(255, 217, 127));
}

#dimdim:hover img{
    filter: drop-shadow(3px -5px 6px rgb(101, 92, 84));
}
#heftseri:hover img{
    filter: drop-shadow(3px -5px 6px rgb(27, 27, 27));
}
#sahmaran:hover img{
    filter: drop-shadow(3px -5px 6px rgba(155, 106, 0, 0.779));
}
#ahura:hover img{
    filter: drop-shadow(3px -5px 6px rgba(245, 204, 24, 0.779));
}
#evren:hover img{
    filter: drop-shadow(3px -5px 6px rgba(255, 4, 4, 0.779));
}
#newroz:hover img{
    filter: drop-shadow(3px -5px 6px rgba(19, 94, 255, 0.888));
}
#zal:hover img{
    filter: drop-shadow(3px -5px 6px rgb(99, 106, 106));
}

.container {
    max-width: 600px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.container h2 {
    text-align: center;
    color: #333;
}
.container .alphabet {
    font-weight: bold;
    font-size: 20px;
    color: #444;
    margin-top: 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}
.container ul {
    list-style-type: none;
    padding: 0;
}
.container li {
    padding: 8px;
    border-radius: 5px;
    transition: 0.3s;
}
.container li a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.68);
}
.container li:hover {
    background-color: #e0e0e0;
    cursor: pointer;
}

/* Arama kutusu */
.kurdmitolojiarama{
    height: 10vh;
    width: 100%;
}
.arama{
    width: 100%;
    height: 50px;
    position: absolute;
display: flex;
align-items: center;
justify-content: center;
z-index: 11;
}
.arama .calupdown{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.arama input{
    font-size: 10px;
    background: rgba(255, 255, 255, 0.181);   
    border-radius: 20px;
    border: none;
    padding: 10px;
    transition: 1.1s ease-in-out;
}
.arama input:focus{
    font-size: 18px;
    outline: none;
    color: white;
}
.arama ::placeholder{
    font-size: 15px;
}

.screencall{
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.129);
    z-index: 1;
    top: 0;
    backdrop-filter: blur(11px);
    transition: 1.3s ease;
}
.screencall #btn{
    width: 100%;
    display: flex;
    justify-content: end;
}
.screencall #btn button{
    width: 10%;
    height: 30px;
    background-color: rgb(240, 248, 255);
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin: 10px;
}
.screencallekle{
    opacity: 1;
    visibility: inherit !important;
}


.arama #results{
position: absolute;
top: 10vh;
width: 80%;
height: 50vh;
overflow: scroll;
display: none;
color: white;
}

#results div span a{
    text-decoration: none;
    color: white;
}
#results div span a:hover{
    color: rgba(255, 255, 255, 0.677);
}
.result-item{
    margin: 5px;
    padding: 5px;
}

@media (min-width:1800px){

    .mitolojicards{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    
    .mitolojicards .mitcard{
    width: 250px;
    height: 250px;
    }
    
    .mitcard .div1,
    .div2{
        width: 250px;
        height: 250px;
    }
    
    }

@media (max-width:739px){

.mitolojicards{
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.mitolojicards .mitcard{
width: 150px;
height: 150px;
}

.mitcard .div1,
.div2{
    width: 150px;
    height: 150px;
}
.kurdmitoloji h1{
font-size: 30px;
}

}

@media (max-width:500px){
        
    .arama input:focus{
        font-size: 10px;
    }
    .arama input{
        font-size: 7px;
}
}

@media (max-width:359px){

    .mitolojicards{
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
    
    .mitolojicards .mitcard{
    width: 100px;
    height: 100px;
    }
    
    .mitcard .div1,
    .div2{
        width: 100px;
        height: 100px;
    }
    
    }