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;
}
.yukari{
    background-color: rgb(255, 0, 0);
    width: 45px;
    bottom: 15px;
    right: 15px;
    border-radius: 15px;
    position: fixed;
    /*sabitolmasınısağlıyor*/-webkit-border-radius: 5px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.yukari a{
display: block;
text-decoration: none;
color: beige;
text-align: center;
padding-top: 3px;
font-weight: bold;
}
.banner{
    background-image: url(img/vip3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 150px 0px 80px 0px;
    color: #ffffff;
    image-rendering: optimizeQuality;
}
.banner h2{
    font-size: 45px;
    padding-left: 30px;
    color: whitesmoke;
}

.banner-alani {
    width: 100%;
    height: 400px; 
    overflow: hidden;
    margin-bottom: 50px;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}


.ana-icerik {
    max-width: 1200px; 
    margin: 0 auto;    
    padding: 0 20px;   }

.film-listesi {
    display: flex;
    flex-wrap: wrap;   
    justify-content: center; 
    gap: 30px;         
}


.kutu {
    background: #fff;
    width: 350px;      
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s;
    border: 1px solid rgb(168, 163, 163);
    margin-top: 20px;
}

.kutu1resim {
    position: relative;
    height: 200px;
}

.kutu1resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.etiket {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #005197;
    color: white;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 5px;
}

h2 {
    font-size: 20px;
    padding: 15px;
    margin: 0;
    color: #222;
}

.film-bilgi {
    padding: 0 15px 20px;
    color: #666;
    height: 50px;
}

.devam a {
    display: block;
    background: #a3b944;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    font-weight: bold;
    margin: 0 20px 20px;
    border-radius: 50px;
}

@media screen and (max-width: 768px) {
    
    
    .kapsayici,.banner {
        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;
    }
}
