body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #000;
    overflow: hidden;
	width:100%;
	height:100%;
}

.background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.background-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: blur(1px);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.header {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
}

.logo {
    font-size: 70px;
    font-weight: 700 !important;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 10px 20px;
}

.search-bar input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 25px;
    margin-left: 10px;
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-profile img {
    width: 40px;
    height: 40px;
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 120px);
    gap: 30px;
    transition: all 0.5s ease;
}

.card {
    position: relative;
    width: 300px;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    cursor: pointer;
    transition: transform 0.3s ease;
	border:1px solid #ffffff;
}

.card:hover {
    transform: scale(1.05);
	-webkit-box-shadow: 0 0 30px #0000, 0 0 15px #f2f2f2, 0 0 50px #33aaff;
}

.card-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ff6600;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
}

.movies-badge {
    background-color: green;
}
.live-badge {
    background-color: red;
}

.playing-badge {
    background-color: #33aaff;
}

.card-icon {
    font-size: 48px;
    margin-bottom: 10px;
}

.card-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.card-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.footer {
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 20px;
}

#time {
    font-size: 60px;
    font-weight: 300 !important;
}

#date {
    font-size: 30px;
    font-weight: 300 !important;
    margin-top: -10px;
    color: rgba(255, 255, 255, 0.7);
}

/* Listeleme Ekranı Stilleri */
.hidden {
    display: none !important;
}

#listing-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10;
	display:flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.listing-header {
    width: 100%;
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 20px;
    color: #fff;
}

.back-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.back-button:hover {
    transform: scale(1.1);
	-webkit-box-shadow: 0 0 30px #0000, 0 0 15px #f2f2f2, 0 0 5px #505050;
}

.listing-title {
    margin-left: 20px;
}

.list-container {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
	height: 800px;
    max-width: 1500px;
    overflow-y: auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.list-item {
    width: 90%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    display: flex;
    align-items: center;
	margin-left: 10px;
}

.list-item:hover {
    /*transform: scale(1.02);*/
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0 30px #0000, 0 0 15px #f2f2f2, 0 0 5px #505050;
}

.list-item img {
   width: 60px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
  margin-left: 2px;
}

.item-info {
    padding: 15px;
    flex-grow: 1;
}

.item-title {
    font-size: 36px;
    font-weight: bold;
    margin: 5px 0;
    color: #fff;
}

.item-subtitle {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Video Oynatıcı Stilleri */
#video-player-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 100; /* Diğer tüm elemanların üzerinde olmasını sağlar */
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-player {
    width: 1920px; 
    height: 1080px; 
	margin: 0;
    padding: 0;
}

.video-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    transition: transform 0.2s ease;
	z-index: 200;
}

.video-close-button:hover {
    transform: scale(1.1);
	-webkit-box-shadow: 0 0 30px #0000, 0 0 15px #f2f2f2, 0 0 5px #505050;
}