body {
    margin: 0;
    padding: 0;
    background-color: #14001A;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}
.ustbar {
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    position: sticky;
    top: 0;
    z-index: 100;
}

.baslik {
    color: #e50914;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000;
}

.ustsag {
    display: flex;
    align-items: center;
}

.ustsag a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin-left: 25px;
    transition: color 0.2s;
}

.ustsag a:hover {
    color: #e50914;
    text-decoration: none;
}
.kutu {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: black;
}

.kutu1 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    margin: 0;
    opacity: 0.8;
}
.filmbaslik h1 {
	color: white;
    font-size: 32px;
    border-bottom: 2px solid #e50914;
    width: fit-content; 
    margin: 20px auto;  
}
.kutu2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: transparent;
    margin: 20px auto;
    width: 95%;
    gap: 15px;
}

.kutu2 img {
	width: 220px;
	height: 340px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.5s;
    cursor: pointer;
}

.kutu2 img:hover {
    transform: scale(1.05);
    border: 2px solid #e50914;
}
.kutu3 {
    display: flex;
    background-color: #222;
    margin: 30px auto;
    width: 90%;
    border-radius: 10px;
    overflow: hidden; 
    transition: transform 0.3s;
}

.kutu3:hover {
    transform: translateY(-5px);
    background-color: #2a2a2a;
}

.kutu3 img {
    width: 300px;
    height: auto;
    object-fit: cover;
    display: block;
}

.yazilar {
    font-size: 18px;
    line-height: 1.6;
    color: #ddd;
    padding: 30px;
    flex: 1; 
}

.info {
    margin-top: 30px;
    font-size: 16px;
    color: #aaaaaa;
    border-top: 1px solid #444;
    padding-top: 20px;
}

.info b {
    color: white;
    font-weight: 600;
}
.btn-gold {
    background:#D4AF37;
    color: black;
    border: none;
	margin-top:20px;
    padding: 6px 18px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.2s;

}

.btn-gold:hover {
    transform: translateY(-3px);
}

.AltBar{
	background-color: #222; 
	color: white;
	padding:15px; 
	text-align:center;
	border-top:2px solid red;
	margin-top:20px;"
}