body{
    background-color:#2c2c2c;
}
*{
    padding: 0;
    margin: 0;
}
.kapsayici{
    background-color: black;
    display: flex;
    justify-content: space-between; /*ilk eleman en sağda ikincide en solda konumlanır*/
    align-items: center; /*içindeki elemanları dikey eksende ortalar*/
    height: 100px;
    top: 0px;
    left: 0px;
    
}
.kapsayici img{
    width: 150px;
}
.kapsayici img:hover{
    opacity: 100%;
}
.kapsayici ol{
    display: flex;
    list-style-type: none;
    width: 40%;
    
}
.kapsayici ol li{
    flex-grow: 1;
}
.kapsayici ol li a{
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    color: white;
    
}
.kapsayici ol li a:hover{
 color: #ffcc00; 
 transform: translateY(-2px);
}

.search-box {
  display: flex;
  align-items: center;
  width: 320px;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-right: 15px;
}

.search-box input {
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 16px;
  flex: 1;
  border-radius: 30px;
}

.search-box button {
  border: none;
  
  color: white;
  padding: 10px 16px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.search-box button:hover {
  background: #e63232;
}
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 15px 0;
    margin-top: 40px;
    font-size: 0.9em;
    
}
.resim2 img{
    width: 30px;
    margin: 0px 10px;
    transition: all 0.5s;
    color: white;
    
    
}
.resim2{
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.ins:hover{
    scale: 1;
   transform: translateY(-2px);
}
.twit:hover{
    scale: 1;
    transform: translateY(-2px);
}
.face:hover{
    scale: 1;
    transform: translateY(-2px);
}
.baslik{
    color: white;
    text-align: center;
    padding-top: 15px;
    padding-right: 280px;
}
.film-listesi {
    display: flex;
    gap: 20px; 
    padding: 20px;
}

.kutu {
    width: 250px;
    background-color: #1c1c1c;
    border-radius: 15px;
    text-align: center;
    padding-bottom: 15px;
}

.kutu1resim img {
    width: 100%;
    height: 300px;
    object-fit: cover; 
    border-radius: 15px 15px 0 0; 
}
.kutu1resimm img{
    width: 100%;
    height: 250px;
    object-fit: cover; 
    border-radius: 15px 15px 0 0; 
}

h2 {
    font-size: 18px;
    margin: 10px 0;
    color: whitesmoke;
}

.film-bilgi {
    color: #aaaaaa;
    font-size: 14px;
    margin-bottom: 15px;
}


.devam a {
    display: block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    margin: 0 20px;
    padding: 10px;
    border-radius: 20px;
    transition: 0.5s;
}

.devam a:hover {
    background-color: white;
    color: black;
}
.anaSayfa{
    text-align: center;
    padding-left: 250px;
}


/* Ana Kutu (Sayfayı ortalamak için) */
.konteynir {
    width: 60%;
    margin: 50px auto; /* Üstten 50px boşluk, yanlardan ortala */
    background: whitesmoke; /* İçerik alanı beyaz olsun */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px; /* Köşeleri biraz yuvarla */
}

/* Başlık Bölümü */
.ust-kisim {
    text-align: center;
    border-bottom: 2px solid #3498db; /* Mavi alt çizgi */
    padding-bottom: 10px;
}

h1 {
    color: #333;
}

/* İçerik Alanı */
.icerik h2 {
    color: #3498db;
}

ul {
    list-style-type: square; /* Kare madde işaretleri */
}

/* En Alt Kısım */
.alt-bilgi {
    text-align: center;
    font-size: 0.8em;
    color: #777;
    margin-top: 20px;
}





.kart {
    background: #ffffff;
    width: 450px;           /* Sabit genişlik */
    padding: 30px;
    border-radius: 20px;    /* Yumuşak köşeler */
    box-shadow: 0 10px 25px rgba(0,0,0,0.1); /* Hafif gölge */
    text-align: center;     /* İçindeki her şeyi ortala */
}

header h1 {
    color: #2c3e50;
    font-size: 24px;
}

.alt-baslik {
    color: #3498db;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

h2, h3 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 18px;
}

p {
    color: #7f8c8d;
    font-size: 14px;
    line-height: 1.5;
}

/* Yetenek Etiketleri */
.etiketler span {
    background: #3498db;
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    margin: 3px;
    display: inline-block;
}

/* Modern Form Alanı */
form {
    margin-top: 15px;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: 0.3s;
}

input:focus, textarea:focus {
    border-color: #3498db;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

button:hover {
    background-color: #2980b9;
}

/* Sosyal Medya */
.sosyal {
    margin-top: 20px;
}

.sosyal a {
    text-decoration: none;
    color: #3498db;
    margin: 0 10px;
    font-size: 13px;
    font-weight: bold;
}

.sosyal a:hover {
    color: #2c3e50;
}
.ana-kapsayici{
    text-align: center;
    padding-left: 700px;
    padding-top: 80px;
}
.odev-konteynir {
    width: 90%;
    max-width: 600px;
    background: rgba(255, 255, 255, 0.05); /* Şeffaf cam efekti */
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    margin-left: 650px;
    
}

.baslik-alani {
    text-align: center;
    margin-bottom: 30px;
}

.baslik-alani h2 {
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
}

.baslik-alani p {
    color: #a0a0c0;
    font-size: 14px;
}

/* Ödev Satırı Tasarımı */
.odev-satiri {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 12px;
    padding: 15px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.odev-satiri:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #6c5ce7;
    transform: translateX(10px); /* Sağa doğru hafif kayma efekti */
}

/* İkon (Sayılar) */
.ikon {
    width: 35px;
    height: 35px;
    background: #6c5ce7;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-weight: bold;
    font-size: 13px;
    margin-right: 15px;
}

/* Metin Alanı */
.metin {
    flex-grow: 1;
    color: #e0e0e0;
    font-weight: 500;
}

.ok {
    color: #6c5ce7;
    font-weight: bold;
    opacity: 0;
    transition: 0.3s;
}

.odev-satiri:hover .ok {
    opacity: 1;
}

/* Özel Proje Vurgusu (En alttaki) */
.ozel-proje {
    background: linear-gradient(90deg, rgba(108, 92, 231, 0.2), rgba(0, 209, 255, 0.1));
    border: 1px dashed #6c5ce7;
    margin-top: 20px;
}

.ozel-proje .ikon {
    background: #00d1ff;
}

.ozel-proje .metin {
    color: #00d1ff;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    
    
    .kapsayici,.banner,.anaSayfa,.ana-kapsayici,.liste-grubu,.odev-konteynir{
        flex-direction: column;
        height: auto; 
        padding: 20px 0;
    }

    
    .kapsayici ol {
        flex-direction: column;
        width: 100%;
        margin: 15px 0;
    }

    .kapsayici ol li {
        margin: 5px 0;
    }


    .search-box {
        width: 80%;
        margin: 0 auto; /* Ortalar */
    }

    
    .film-listesi{
        flex-direction: column;
        align-items: center; 
    }

    
    .kutu {
        width: 85%;
        margin-bottom: 20px;
    }


    .baslik {
        text-align: center;
        padding-left: 0;
        font-size: 24px;
        margin-top: 20px;
    }
    
    .banner h2{
        padding-left: 30;
        font-size: 24px;
    }

   
    footer {
        font-size: 14px;
    }
}