SATTAKINGS.ORG
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background: linear-gradient(135deg, #f8f9fa, #e3f2fd);
color: #000;
text-align: center;
}
.header {
background: linear-gradient(135deg, #002f91, #0052cc, #0073e6);
color: #fff;
padding: 25px 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.header h1 {
margin: 0;
font-size: clamp(1.6rem, 5vw, 2.5rem);
font-weight: bold;
color: orange;
text-transform: uppercase;
letter-spacing: 1.5px;
text-shadow: 0 0 10px rgba(255, 165, 0, 0.8), 0 0 20px rgba(255, 140, 0, 0.6);
}
.header p {
margin: 8px 0 0;
font-size: clamp(1rem, 2.8vw, 1.3rem);
font-weight: bold;
color: #ffeb3b;
text-transform: uppercase;
text-shadow: 0 0 8px rgba(255, 235, 59, 0.6);
}
table {
width: 100%;
max-width: 600px;
margin: 25px auto;
border-collapse: collapse;
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
td {
padding: 15px;
text-align: center;
font-size: clamp(1rem, 3.5vw, 1.4rem);
}
.datetime {
color: #cc0066;
font-weight: bold;
font-size: clamp(1rem, 3vw, 1.2rem);
}
.title {
font-weight: bold;
font-size: clamp(1rem, 3vw, 1.5rem);
color: #333;
text-transform: uppercase;
letter-spacing: 1px;
}
.city {
color: red;
font-weight: bold;
font-size: clamp(1.5rem, 5vw, 2.2rem);
text-transform: uppercase;
}
.number {
color: green;
font-size: clamp(1.6rem, 5.5vw, 2.4rem);
font-weight: bold;
}
.lucky {
color: #e60000;
font-weight: bold;
font-size: clamp(1.2rem, 4vw, 1.6rem);
}
.wait {
color: green;
font-weight: bold;
font-size: clamp(1.2rem, 4vw, 1.6rem);
animation: pulse 1.5s infinite alternate;
}
@keyframes pulse {
from { opacity: 0.6; }
to { opacity: 1; }
}
@media (max-width: 480px) {
td {
padding: 10px;
}
}
Rdl KING|RDL RESULT| LIVE RDL
SATTAKINGS.orG
Rdl KING|RDL RESULT| LIVE RDL
SATTAKINGS.orG
| 17 April 2026 at 11:08:28 pm |
| RDL Live Result Today |
| RDL 11 Pm |
| 32 |
| RDL 12 PM |
| WAIT |
Matka Results
:root {
--primary: #4361ee;
--primary-dark: #3a56d4;
--secondary: #3a56d4;
--accent: #4cc9f0;
--dark: #1e293b;
--light: #f8fafc;
--card-bg: #1e293b;
--header-bg: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Inter', sans-serif;
}
body {
background: #16213e;
color: var(--light);
padding: 15px;
min-height: 100vh;
}
.container {
max-width: 1100px;
margin: 0 auto;
}
header {
text-align: center;
margin-bottom: 25px;
padding: 20px;
background: var(--header-bg);
border-radius: 16px;
box-shadow: 0 10px 20px rgba(67, 97, 238, 0.2);
color: white;
position: relative;
overflow: hidden;
}
header::before {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
transform: rotate(30deg);
}
h1 {
font-size: 28px;
margin-bottom: 10px;
position: relative;
text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.date-time {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 10px;
flex-wrap: wrap;
position: relative;
}
.current-date, .current-time {
background: rgba(255, 255, 255, 0.2);
padding: 8px 16px;
border-radius: 20px;
font-weight: 500;
backdrop-filter: blur(5px);
}
.results-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
}
.result-card {
background: var(--card-bg);
border-radius: 12px;
padding: 20px;
box-shadow: 0 8px 16px rgba(0,0,0,0.08);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
border-top: 4px solid var(--primary);
}
.result-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary), var(--accent), var(--secondary));
opacity: 0;
transition: opacity 0.3s ease;
}
.result-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 20px rgba(0,0,0,0.12);
}
.result-card:hover::before {
opacity: 1;
}
.card-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
padding-bottom: 12px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.game-name {
font-weight: 700;
font-size: 18px;
color: var(--accent);
}
.game-time {
color: white;
padding: 5px 12px;
border-radius: 20px;
font-size: 13px;
font-weight: 600;
background: var(--primary);
}
.numbers {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px 0;
}
.old-number {
color: #94a3b8;
position: relative;
font-weight: 600;
font-size: 18px;
}
.old-number::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #94a3b8, transparent);
}
.arrow {
color: var(--secondary);
font-size: 24px;
font-weight: bold;
animation: pulse 1.5s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.2); }
100% { transform: scale(1); }
}
.new-number {
font-weight: 800;
color: white;
padding: 8px 16px;
border-radius: 10px;
font-size: 20px;
min-width: 60px;
text-align: center;
transition: all 0.3s ease;
background: var(--primary);
}
.new-number:hover {
transform: scale(1.05);
}
@media (max-width: 768px) {
.results-list {
grid-template-columns: 1fr;
}
h1 {
font-size: 24px;
}
.date-time {
flex-direction: column;
align-items: center;
gap: 10px;
}
}
RDL Matka Results
Friday, April 17, 2026
11:08:43 PM
RDL 1 PM
01:00 PM
27
→
60
RDL 2 PM
02:00 PM
94
→
38
RDL 3 PM
03:00 PM
41
→
11
RDL 4 PM
04:00 PM
84
→
55
RDL 5 PM
05:00 PM
05
→
78
RDL 6 PM
06:00 PM
62
→
07
RDL 7 PM
07:00 PM
48
→
02
RDL 8 PM
08:00 PM
07
→
99
RDL 9 PM
09:00 PM
42
→
73
RDL 10 PM
10:00 PM
38
→
42
RDL 11 PM
11:00 PM
89
→ 32
RDL 12 AM
12:00 AM
63
→
xx
// Update live clock
function updateClock() {
const now = new Date();
// Update time
const timeElement = document.getElementById('current-time');
timeElement.textContent = now.toLocaleTimeString('en-US', {
hour: '2-digit',
minute: '2-digit',
second: '2-digit'
});
// Update date
const dateElement = document.getElementById('current-date');
const options = {
weekday: 'long',
year: 'numeric',
month: 'long',
day: 'numeric'
};
dateElement.textContent = now.toLocaleDateString('en-US', options);
}
// Update immediately and then every second
updateClock();
setInterval(updateClock, 1000);
// Simulate result updates
function updatePendingResults() {
const pendingCards = document.querySelectorAll('.new-number.xx');
pendingCards.forEach(card => {
if (Math.random() > 0.7) {
const randomNum = Math.floor(Math.random() * 90) + 10;
card.textContent = randomNum.toString().padStart(2, '0');
card.classList.remove('xx');
}
});
}
// Check for updates every 30 seconds
setInterval(updatePendingResults, 30000);
// Add subtle animation to cards when page loads
document.addEventListener('DOMContentLoaded', function() {
const cards = document.querySelectorAll('.result-card');
cards.forEach((card, index) => {
card.style.opacity = 0;
card.style.transform = 'translateY(20px)';
setTimeout(() => {
card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';
card.style.opacity = 1;
card.style.transform = 'translateY(0)';
}, index * 100);
});
});
RDL Matka Results
Friday, April 17, 2026
11:08:43 PM
RDL 1 PM
01:00 PM
27
→
60
RDL 2 PM
02:00 PM
94
→
38
RDL 3 PM
03:00 PM
41
→
11
RDL 4 PM
04:00 PM
84
→
55
RDL 5 PM
05:00 PM
05
→
78
RDL 6 PM
06:00 PM
62
→
07
RDL 7 PM
07:00 PM
48
→
02
RDL 8 PM
08:00 PM
07
→
99
RDL 9 PM
09:00 PM
42
→
73
RDL 10 PM
10:00 PM
38
→
42
RDL 11 PM
11:00 PM
89
→ 32
RDL 12 AM
12:00 AM
63
→
xx
आज की लीक जोड़ी यहां मिलेगी
🎯 FARIDABAD GAZIYABAD GALI DS 🎯
FREE FREE FREE
ANITA
DELHI HEAD BRANCH MANAGER (CEO)
📞 72478xxxx3
/* Attractive Promo Box Styles */
.promo-box-attractive {
width: 90%;
max-width: 500px;
background: linear-gradient(145deg, #f8f9fa, #e9ecef);
color: #333;
padding: 25px;
margin: 25px auto;
text-align: center;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}
.promo-box-attractive:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.promo-header {
margin-bottom: 15px;
position: relative;
z-index: 2;
}
.promo-title {
font-size: 22px;
font-weight: 700;
margin: 5px 0;
color: #2c3e50;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.promo-subtitle {
font-size: 18px;
margin: 10px 0;
font-weight: 600;
color: #e74c3c;
letter-spacing: 1px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.promo-highlight {
background: linear-gradient(90deg, #e74c3c 0%, #f39c12 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-size: 28px;
font-weight: 800;
margin: 20px 0;
position: relative;
display: inline-block;
padding: 5px 15px;
}
.promo-highlight span {
position: relative;
z-index: 2;
}
.promo-highlight:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(231, 76, 60, 0.1);
border-radius: 50px;
transform: scale(1.1);
z-index: 1;
}
.promo-person {
margin: 15px 0;
padding: 15px;
background: rgba(255, 255, 255, 0.7);
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, 0.05);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.promo-name {
font-size: 20px;
font-weight: 700;
color: #2980b9;
margin-bottom: 5px;
}
.promo-position {
font-size: 14px;
color: #7f8c8d;
font-weight: 500;
}
.promo-contact-box {
background: rgba(255, 255, 255, 0.8);
padding: 10px;
border-radius: 8px;
margin: 15px 0;
display: inline-block;
border: 1px dashed rgba(231, 76, 60, 0.5);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.promo-contact {
font-size: 24px;
font-weight: 700;
letter-spacing: 1px;
background: linear-gradient(90deg, #16a085 0%, #27ae60 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.promo-buttons {
display: flex;
justify-content: center;
gap: 15px;
margin-top: 20px;
flex-wrap: wrap;
}
.promo-btn {
padding: 12px 25px;
border: none;
border-radius: 50px;
font-weight: 600;
cursor: pointer;
font-size: 16px;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 8px;
min-width: 150px;
justify-content: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.promo-call {
background: linear-gradient(135deg, #e74c3c 0%, #f39c12 100%);
color: white;
}
.promo-whatsapp {
background: linear-gradient(135deg, #27ae60 0%, #16a085 100%);
color: white;
}
.promo-btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.promo-btn:active {
transform: translateY(1px);
}
.promo-pattern {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:
radial-gradient(circle at 20% 30%, rgba(231, 76, 60, 0.05) 0%, transparent 30%),
radial-gradient(circle at 80% 70%, rgba(52, 152, 219, 0.05) 0%, transparent 30%);
z-index: 1;
}
/* Animation */
@keyframes subtlePulse {
0% { transform: scale(1); }
50% { transform: scale(1.005); }
100% { transform: scale(1); }
}
.promo-box-attractive {
animation: subtlePulse 6s infinite;
}
आज की लीक जोड़ी यहां मिलेगी
🎯 FARIDABAD GAZIYABAD GALI DS 🎯
FREE FREE FREE
ANITA
DELHI HEAD BRANCH MANAGER (CEO)
📞 72478xxxx3
SATTAKING IMPORTANT NOTE
⚠️ यह साइट सिर्फ मनोरंजन के लिए बनाई गई है ⚠️
यह साइट सट्टा से जुड़ी किसी भी गतिविधि को बढ़ावा नहीं देती। सट्टा या जुवा जिस देश या राज्य में प्रतिबंधित है, वहां के लोग हमारी साइट को ब्लॉक कर दें। किसी भी लाभ या हानि के लिए आप खुद जिम्मेदार होंगे।
This site is made for entertainment only. We don't promote any illegal activities related to gambling. People from regions where gambling is prohibited should block our site. You will be solely responsible for any profit or loss.
PLEASE ACT RESPONSIBLY
@media (min-width: 768px) {
div[style*="display: none;"] {
display: block !important;
}
}
@keyframes flash {
0%, 100% { opacity: 0.3; }
50% { opacity: 1; }
}
SATTAKING IMPORTANT NOTE
⚠️ यह साइट सिर्फ मनोरंजन के लिए बनाई गई है ⚠️
यह साइट सट्टा से जुड़ी किसी भी गतिविधि को बढ़ावा नहीं देती। सट्टा या जुवा जिस देश या राज्य में प्रतिबंधित है, वहां के लोग हमारी साइट को ब्लॉक कर दें। किसी भी लाभ या हानि के लिए आप खुद जिम्मेदार होंगे।
This site is made for entertainment only. We don't promote any illegal activities related to gambling. People from regions where gambling is prohibited should block our site. You will be solely responsible for any profit or loss.
PLEASE ACT RESPONSIBLY
// Update copyright year automatically
document.getElementById('current-year').textContent = new Date().getFullYear();
// Add hover effects for links
document.querySelectorAll('a').forEach(link => {
link.addEventListener('mouseover', function() {
this.style.background = 'rgba(255,0,0,0.3)';
this.style.transform = 'translateY(-2px)';
});
link.addEventListener('mouseout', function() {
this.style.background = 'rgba(255,255,255,0.1)';
this.style.transform = 'translateY(0)';
});
});
@media (max-width: 600px) {
/* Stack links vertically on small screens */
div[style*="gap: 8px 15px;"] {
flex-direction: column;
gap: 10px !important;
}
div[style*="color: #ff0000;"] {
display: none;
}
}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.