@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-image: url(image/ATASOZ.png);
    background-size: cover;
    -webkit-box-shadow: inset 0px -2px 93px 67px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -2px 93px 67px rgba(0,0,0,0.75);
    box-shadow: inset 0px -2px 93px 67px rgba(0,0,0,0.75);
    overflow: hidden;
    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; 
}
.Atasozleri{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 91vh;
    padding: 10px;
   
}

.arama{
    width: 100%;
    height: 40px;
    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: 15px;
    background: rgba(255, 255, 255, 0.496);   
    border-radius: 20px;
    border: none;
    padding: 9px;
    transition: 1.1s ease-in-out;
    color: black;
}
.arama input:focus{
    outline: none;
    color: rgb(0, 0, 0);
}
.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;
}
#ara{
    padding: 10px;
    z-index: -1;
    border: none;
    background: none;
    cursor: pointer;
    opacity: 0;
    transition: 2s ease !important;
}


.araekle{
    opacity: 1 !important;
    transition: 2s ease !important;
}

#ara i{
    color: white;
    font-size: 18px;
    transition: 2s ease;
}

.screencallekle{
    opacity: 1;
    visibility: inherit !important;
}


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

#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;
}

.Atasozleri h1{
    font-size: 60px;
    font-family: "Bad Script", serif;
    color: rgb(251, 251, 251);
   text-shadow: 5px 5px 8px rgba(0,0,0,0.91);

}
.Atasozleri .Harfler{
    width: 90%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px 20px 30px 30px;
    display: flex;
    justify-content: center;
    transform:perspective(1000px) translateY(5%) rotateX(40deg) translateZ(0);
}

.Atasozleri .alfabe{
width: 90%;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}

.Harfler .alfabe a{
    border-radius: 20px;
    font-size: 20px;
    background-color: white;
    padding:10px 20px;
    margin: 8px;
    text-decoration: none;
    color: black;
   font-family: "Cinzel Decorative", serif;
   transition: 0.5s;
   display: flex;
   justify-content: center;
   align-items: center;
}

.Harfler .alfabe a:hover{
    transform:perspective(900px) translateY(11%) rotateX(45deg) translateZ(0);
    background-color: rgba(245, 222, 179, 0.417);
}
@media (min-width:1000px){
    .Atasozleri h1{
        font-size: 80px;
    }
   
}

@media (max-width: 750px){
    .Atasozleri .Harfler{
        border-radius: 20px 20px 90px 90px;
        width: 75%;
    }
    .Harfler .alfabe a{
        font-size: 18px;
    }
    
}

@media (max-width:407px){

.Atasozleri h1{
    font-size: 40px;
}
.Atasozleri .Harfler{
    width: 85%;
}

.Atasozleri .Harfler{
    border-radius: 20px 20px 90px 90px;
}
.Harfler .alfabe a{
    font-size: 12px;
}

.screencall #btn button{
    width: 20%;
    height: 30px;
}
.arama{
    top: 20vh;
}
}

