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;
}
.baslik{
    color: white;
    padding-left: 20px;
}
.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: 350px;
    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;
}
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: rotate(360deg);
}
.twit:hover{
    scale: 1;
    transform: rotate(360deg);
}
.face:hover{
    scale: 1;
    transform: rotate(360deg);
}
.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/cinema-with-popcorn-box.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;
    
}

.alt-bilgi {
    background-color: #121212; 
    color: #ffffff;          
    padding: 40px 0;          
}


.konteyner {
    display: flex;            
    justify-content: space-around; 
    max-width: 1200px;       
    margin: 0 auto;           
    flex-wrap: wrap;          
}


.sutun {
    margin: 10px;
    min-width: 200px;
}


.sutun h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.yardim-baslik {
    margin-top: 30px; 
}


.sutun ul {
    list-style: none; 
    padding: 0;
}

.sutun ul li {
    margin-bottom: 8px; 
}


.sutun ul li a {
    color: #b0b0b0;          
    text-decoration: none;   
    font-size: 14px;
    transition: 0.3s;        
}


.sutun ul li a:hover {
    color: #ffffff;          
    text-decoration: underline; 
}
@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; 
    }

    
    .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;
    }
}
