@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=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Permanent+Marker&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Reenie+Beanie&family=Rowdies:wght@300;400;700&family=Rubik+Vinyl&display=swap');

body{ 
    width: 100%;
    background-color: #000000;
    background-image: url("https://transparenttextures.com/patterns/buried.png");
   
    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; 
}

  .kurditarix{
    width: 100%;
    position: relative;
    mask-image: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 1) 40%, 
        rgba(0, 0, 0, 1) 60%, 
        rgba(0, 0, 0, 0) 100%
      ); /* Üst ve alt maske */
      -webkit-mask-image: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 1) 40%, 
        rgba(0, 0, 0, 1) 60%, 
        rgba(0, 0, 0, 0) 100%
      ); /* Webkit desteği */
      overflow: hidden;
  }
.asagi{
    position: absolute;
    top: 85vh;
    left: 5%;
    z-index: 1;
}
.asagi i{
    color: white;
    font-size: 80px;
    cursor: pointer;
    opacity: 0.3;
    filter: brightness(1.9);
    animation: bounce 1.5s infinite;
}
@keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
  }
  .kurditarix .arka{
    width: 100%;
    background: url(image/arkaplanvideoyeri.jpg);
    background-attachment: fixed;
    background-size: cover;
    height: 90vh;
  }
  .kurditarix .arka img{
    width: 100%;
    background-size: cover;
  }
.kurditarix .orta {
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
}
  .kurditarix .orta img{
width: 100%;   
 }

 .kurditarix .on{
  width: 100%;
  position: absolute;
  bottom: 0;
 }
 .kurditarix .on img{
  width: 100%;
 }
 .onecloudy{
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
 }

 .onecloudy img{
  width: 100%;
 }
 .twocloudy{
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
 }
 .twocloudy img{
  width: 100%;
  opacity: 0.7;
 }
 .kurditarix .baslik{
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
 }
.kurditarix h1{
  color: white;
font-size: 100px;
font-family: "Rubik Vinyl", serif;
}
.liste{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.liste h1{
  text-align: center;
  color: white;
}
.liste ul{
  display: flex;
  flex-direction: column;
  width: 80%;
}

.liste h1 {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 1.5rem;
    }

    .liste .content-list {
      list-style: none;
      padding: 0;
    }

    .liste .content-list li {
      margin: 0.5rem 0;
      padding-left: 0.5rem;
    }

    .liste .content-list .chapter {
      font-weight: bold;
      font-size: 1.2rem;
      margin-top: 1rem;
    }

    .liste .content-list .subchapter {
      font-size: 1rem;
      padding-left: 1.5rem;
    }
    .liste h3{
      color: #ffffff;
    }

    .liste h4{
      color: #ffffff;
    }

    .liste a {
      text-decoration: none;
      color: #ffffff;
      transition: color 0.3s;
    }

    .liste a:hover {
      color: #0056b3;
    }

    .liste .line {
      border-bottom: 1px dashed #ccc;
      margin: 0.5rem 0;
    }


    
.kurdi-dirok{
    position: relative;
    width:auto;
    height: 91vh;
    background-image: url(image/arkaplan1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(0%);
    transition: 2s ease-in-out;
}
.Kurd-tarihi h1{
    text-align: center;
    margin-top: 0px;
    position: absolute;
    z-index: 2;
    width: 100%;
    font-size: 60px;
    font-family: "Rubik Vinyl", serif;
    display: none;
    color: white;
}

.yakintarihkaldir{
    display: none;
}



.kurdi-dirok #kayantext{
    position: relative;
    width: 360px;
    height: 40vh;
    margin: 150px 52px 0 0;
    transform-style: preserve-3d;
    transform: translateZ(10px) rotateX(-35deg) rotateY(5deg);
    overflow: scroll;;
    background-blend-mode: darken;
    mask-image: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 1) 40%, 
        rgba(0, 0, 0, 1) 60%, 
        rgba(0, 0, 0, 0) 100%
      ); /* Üst ve alt maske */
      -webkit-mask-image: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 1) 40%, 
        rgba(0, 0, 0, 1) 60%, 
        rgba(0, 0, 0, 0) 100%
      ); /* Webkit desteği */
    }

.kurdi-dirok #kayantext li{
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    align-items: center;
}
.kurdi-dirok #kayantext li:hover {
   background-color: rgba(255, 255, 255, 0.253);
   border-radius: 20px;
   font-size: 21px;
}


.kurdi-dirok #kayantext li a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.724);
    font-family: "Kaushan Script", serif;
    font-size: 20px;
}

.kurdi-dirok #kayantext li:hover a{
    font-size: 21px;
    text-shadow: 2px 6px 5px rgba(0, 0, 0, 0.518);
}

.kurdi-dirok #kayantext li img{
    width: 20%;
}

.kurdi-dirok #kayantext .islam{
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.islamkaldir{
display: none;
}
.kurdi-dirok #kayantext ul {
    font-family: "Kaushan Script", serif;
    color: rgba(0, 0, 0, 0.724);
}
.kurdi-dirok #kayantext .islam h2{
    font-family: "Kaushan Script", serif;
    color: rgba(0, 0, 0, 0.724);
    font-size: 19px;
}
.kurdi-dirok #kayantext .islam i{
    font-size: 27px;
}

.yakintarih div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.yakintarih{
    margin: 15px 0;
}
.yakintarih div i{
    font-size: 25px;
}

#kayantext li:nth-child(21){
    display: none;
}
#kayantext li:nth-child(23){
    display: none;
}

#kayantext li:nth-child(27){
visibility: hidden;
}

.arama{
    width: 100%;
    height: 50px;
    position: absolute;
    top: 9vh;
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: 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;
}
.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;
}
@media (min-width:1300px){
    .kurditarix h1{
        font-size: 160px
    }
}

@media (min-width:2000px){
    .kurditarix h1{
        font-size: 210px
    }
}
@media (max-width:1300px){
    .asagi{
        display: none;
    }
}
@media (max-width:700px){
    .kurditarix h1{
        font-size: 80px;
    }
  .kurditarix .arka{
    height: 70vh;
}
}


    @media (max-width:600px){
        .kurdi-dirok #kayantext{
        
            width: 300px;
            height: 35vh;
        }
        .kurdi-dirok{
            width:auto;
            height: 71vh;}

            .kurditarix h1{
                font-size: 70px;
            }
    }
    
    @media (max-width:500px){
        
        .Kurd-tarihi h1{
        font-size: 45px;
        }
        .baslikliste #listegorunumunderli{
            height: 70vh;
        }
       .kurdi-dirok #kayantext li a{
    font-size: 18px;
        }
        .kurditarix h1{
            font-size: 60px;
        }
        .arama input:focus{
            font-size: 10px;
        }
        .arama input{
            font-size: 7px;
    }
}
    @media (max-width:402px){
        .kurdi-dirok #kayantext{
            margin: 110px 45px 0 0 !important;
            width: 230px;
            height: 20vh;
        }
        .kurdi-dirok{
            width:auto;
            height: 51vh;
            margin-top: 60px;
        }
        .kurdi-dirok #kayantext li a{
            font-size: 15px;
        }
        .kurditarix h1{
            font-size: 50px;
        }
        .kurditarix .arka{
            height: 50vh;
        }
    }
    
    @media (max-width:330px){
        .kurdi-dirok #kayantext{
            margin: 90px 30px 0 0 !important;
            width: 200px;
            height: 18vh;
        }
        .kurdi-dirok{
            width:auto;
            height: 51vh;}
            .kurditarix h1{
                font-size: 40px;
            }
        }