@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");
}
.listepop{
    position: absolute;
    top: 9vh;
    right: 5px;
    border-radius: 30px 0 50px 30px;
    background-color: rgba(0, 0, 0, 0.492);
    z-index: 12;
    width: 30%;
    padding: 12px;
    display: none;
    animation: fadeOut 5s 7s forwards; /* Animasyon ayarları */
}

.listepop p{
    color: white;
    line-height: 1.2;
    letter-spacing: 1px;
}

@keyframes fadeOut {
    0% {
        opacity: 1; /* Başlangıçta opaklık 1 */
    }
    100% {
        opacity: 0; /* Son durumda opaklık 0 */
    }
}

.header{
    z-index: 100;
    position: fixed;
}
/* css slider */

.slider{
    height: 100vh;
    position: relative;
}

.slider .arama{
    position: absolute;
    top: 9vh;
    width: 100%;
    z-index: 114;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider .arama i{
    padding: 5px;
}
.slider input::placeholder{
    color: black;
}
.slider .arama {
    margin-bottom: 25px;
}
.slider .arama div{
    position: relative;
}
.slider .arama input{
    font-size: 12px;
    background: rgba(255, 255, 255, 0.181);   
    border-radius: 20px;
    border: none;
    padding: 10px;
    transition: 1.1s ease-in-out;
}
.slider .arama #results{
    background-color: #eee5;
    padding: 3px;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    max-height: 30vh;
    display: none;
    overflow: scroll;
}
.arama input:focus{
    font-size: 18px;
    outline: none;
    color: white;
}

.slider .arama #results a{
    text-decoration: none;
    color: black;
    padding: 10px;
    cursor: pointer;
}
.arama #results .result-item{
    margin: 8px 0;
}
.slider .arama #results a:hover{
color: rgba(174, 113, 0, 0.807);
}

.screencall{
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.129);
    z-index: 111;
    top: 0;
    backdrop-filter: blur(11px);
    transition: 1.3s ease;
    overflow: hidden;
}
.screencallekle{
    opacity: 1;
    visibility: inherit !important;
}


.Mirasliste{
        position:absolute;
        top: 15vh;
        display: none;
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    /* Miras Liste Başlıklar */

.Mirasliste h1{
    text-align: center;
    color: white;
    font-family: "Indie Flower", serif;
}

.Mirasliste .mirasbasliklar{
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}

    #underlistmiras {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    #underlistmiras li {
        padding: 12px;
        border-bottom: 1px solid #ddd;
        transition: background 0.3s ease-in-out;
    }
    
    #underlistmiras li:last-child {
        border-bottom: none;
    }
    
    #underlistmiras li a {
        text-decoration: none;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        display: block;
        transition: color 0.3s ease-in-out;
    }
    
    #underlistmiras li:hover {
        background: #f0f0f0;
    }
    
    #underlistmiras li a:hover {
        color: #d9534f;
    }
    
    @media (max-width: 600px) {
        .mirasbasliklar {
            width: 95%;
            padding: 15px;
        }
        
        h1 {
            font-size: 24px;
        }
        
        #underlistmiras li a {
            font-size: 14px;
        }
.listepop p{
    font-size: 10px;
}
    }
    
/*  */

#listekapat{
    display: none;
    position: absolute;
    right: 30px;
    top: 10%;
    z-index: 11;
    background-color: #eee5;
    border: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 15%;
    border-radius: 5px;
    color: #eee;
    padding: 10px 0;
    cursor: pointer;
    width: 81px;
    }

#listeac{
position: absolute;
bottom: 0;
left: 45%;
z-index: 11;
background-color: #eee5;
border: none;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
border-radius: 5px;
color: #eee;
padding: 10px 0;
cursor: pointer;
padding: 10px 10px ;
}

.slider .list .item{
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}
.slider .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider .list .item::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
        to top, #000 30%, transparent
    );
}
.slider .list .item .content{
    position: absolute;
    left: 10%;
    top: 20%;
    width: 500px;
    max-width: 80%;
    z-index: 1;
}
.slider .list .item .content p:nth-child(1){
    text-transform: uppercase;
    letter-spacing: 10px;
}
.slider .list .item .content h2{
    font-size: 60px;
    margin: 0;
    color: white;
}

.slider .list .item .content p{
    color: white;
}

.slider .list .item .content a button{
    font-size: 13px;
    padding: 3px 10px;
    border: none;
    border-radius: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: rgba(255, 255, 255, 0.213);
    color: white;
    margin: 5px;
    cursor: pointer;
    transition: 0.5s;
}
.slider .list .item .content a button:hover{
    background-color: rgba(255, 255, 255, 0.44);

}
.slider .list .item.active{
    opacity: 1;
    z-index: 10;
}

.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active a button,
.slider .list .item.active p:nth-child(3){
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s .7s ease-in-out 1 forwards;
}
@keyframes showContent {
    to{
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}
.slider .list .item.active h2{
    animation-delay: 1s;
}
.slider .list .item.active p:nth-child(3){
    animation-duration: 1.3s;
}
.arrows{
    position: absolute;
    top: 50%;
    z-index: 11;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.arrows button{
    background-color: rgba(238, 238, 238, 0.164);
    border: none;
    font-family: monospace;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: x-large;
    color: #eee;
    transition: .5s;
    cursor: pointer;
}
.arrows button i{
    font-size: 40px;
}
.arrows button:hover{
    background-color: #eee;
    color: black;
}
.thumbnail{
    position: absolute;
    bottom: 50px;
    z-index: 11;
    display: flex;
    gap: 10px;
    width: 100%;
    height: 250px;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: auto;
    justify-content: start;
}

.thumbnail h4{
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 150px;
    color: black;
    background-color: rgba(255, 255, 255, 0.426);
}
.thumbnail::-webkit-scrollbar{
    width: 0;
}
.thumbnail .item{
    width: 150px;
    height: 220px;
    filter: brightness(.5);
    transition: 0.5s;
    flex-shrink: 0;
    cursor: pointer;
}
.thumbnail .item:hover{
transform: scaleX(1.1);
}
.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.thumbnail .item.active{
    filter: brightness(1.5);
}
.thumbnail .item .content{
    position: absolute;
    inset: auto 10px 10px 10px;
}

@media(max-width: 678px) {
    .slider .list .item .content h2{
        font-size: 45px;
    }
    .slider .list .item .content p{
    font-size:13px;
}
    
}
@media(max-height: 682px){
    .slider{
        height: 130vh;
    }
}
@media(max-height: 525px){
    .slider{
        height: 150vh;
    }
}
@media(max-height: 450px){
    .slider{
        height: 160vh;
    }
}
@media(max-height: 420px){
    .slider{
        height: 180vh;
    }
}

@media(max-height: 375px){
    .slider{
        height: 200vh;
    }
    .listepop p{
        font-size: 5px;
        line-height: 1.5;
    }
}

@media(max-height: 335px){
    .slider{
        height: 220vh;
    }
}

@media(max-width: 500px){
    #listeac{
        left: 35%;
    }
}


@media(max-width: 340px){
    #listeac{
        left: 30%;
    }
}