Akbar Ka open
.akbar-open-card {
background: #1a1a1a;
color: #ffffff;
border: 2px solid #ffd700;
border-radius: 15px;
padding: 25px;
max-width: 500px;
margin: 20px auto;
text-align: center;
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}
.akbar-header h1 {
color: #ffd700;
margin: 0;
font-size: 28px;
text-shadow: 2px 2px 4px #000;
}
.tagline {
color: #ccc;
font-style: italic;
margin-top: 5px;
}
.divider {
border: 0;
height: 1px;
background: linear-gradient(to right, transparent, #ffd700, transparent);
margin: 20px 0;
}
.timing-section {
display: flex;
justify-content: space-around;
margin-bottom: 20px;
}
.time-box {
background: #333;
padding: 10px 20px;
border-radius: 8px;
border: 1px solid #444;
}
.label {
display: block;
font-size: 12px;
color: #ffd700;
font-weight: bold;
}
.time {
font-size: 20px;
font-weight: bold;
}
.description-text p {
font-size: 14px;
line-height: 1.6;
color: #ddd;
}
.link-container {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 25px;
}
.btn-link {
text-decoration: none;
padding: 12px;
border-radius: 5px;
font-weight: bold;
transition: 0.3s ease;
text-transform: uppercase;
}
.gold-btn {
background: #ffd700;
color: #000;
}
.neon-btn {
background: transparent;
border: 2px solid #00f2ff;
color: #00f2ff;
box-shadow: 0 0 10px rgba(0, 242, 255, 0.5);
}
.btn-link:hover {
transform: translateY(-3px);
filter: brightness(1.2);
}