hd
.ari-banner-header {
position: relative;
/* Önce karartma rengini (gradient), sonra görseli ekliyoruz */
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
url('https://img.webme.com/pic/a/arispor/_DSC0457.JPG') center/cover no-repeat;
height: 220px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border: 4px solid #000;
border-bottom: 8px solid #FFD700;
overflow: hidden;
margin: 0;
}
.ari-banner-header .overlay {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.6);
z-index: 1;
}
.ari-banner-header .content {
position: relative;
z-index: 2;
color: #FFD700;
font-family: 'Arial Black', sans-serif;
}
.ari-banner-header .ari-header-logo {
width: 100px;
height: auto;
filter: drop-shadow(0px 0px 8px rgba(255, 215, 0, 0.6));
}
.ari-banner-header h3 {
margin: 5px 0;
font-size: 26px;
text-shadow: 2px 2px 0 #000;
text-transform: uppercase;
}
.ari-banner-header .divider {
width: 70px;
height: 4px;
background: #FFD700;
margin: 10px auto;
}
.ari-banner-header p {
font-size: 14px;
color: #fff;
font-style: italic;
margin: 0;
letter-spacing: 1px;
}
/* Mobil Uyumluluk */
@media (max-width: 600px) {
.ari-banner-header { height: 180px; }
.ari-banner-header .ari-header-logo { width: 80px; }
.ari-banner-header h3 { font-size: 20px; }
}