.reddy-trust-metrics {
margin-top: 34px;
display: flex;
justify-content: center;
gap: 26px;
flex-wrap: wrap;
}
.reddy-trust-metric__circle {
width: 190px;
height: 190px;
border-radius: 999px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 16px;
background: rgba(255, 255, 255, 0.92);
box-shadow: 0px 3px 5px #d7d3ea;
border: 2px solid rgba(247, 182, 86, 0.95);
}
.reddy-trust-metric__value {
font-family: var(--font-secondary);
font-weight: 800;
font-size: 28px;
line-height: 1.1;
color: #1B4332;
}
.reddy-trust-metric__label {
margin-top: 10px;
font-family: var(--font-secondary);
font-weight: 700;
font-size: 13px;
line-height: 1.35;
color: rgba(27, 67, 50, 0.9);
}
@media (max-width: 575px) {
.reddy-trust-metric__circle {
width: 160px;
height: 160px;
}
.reddy-trust-metric__value {
font-size: 24px;
}
.reddy-trust-metric__label {
font-size: 12px;
}
}
.reddy-exchanges-access-section {
background: url('../images/greenbackground.webp') center/cover no-repeat;
padding: 80px 0 50px;
position: relative;
overflow: hidden;
}
.reddy-exchanges-access-section::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.15) 0%, transparent 50%);
pointer-events: none;
}
.reddy-exchanges-access-section .container {
position: relative;
z-index: 1;
}
.reddy-exchanges-access-section .fank-section-title,
.reddy-exchanges-access-section .fank-section-sub-title {
color: #ffffff !important;
}
.reddy-exchanges-access-section .fank-section-title {
max-width: 980px;
margin-left: auto;
margin-right: auto;
white-space: normal;
}
.reddy-exchanges-access-section .fank-section-sub-title {
max-width: 980px;
margin-left: auto;
margin-right: auto;
}
.exchange-slider-shell {
margin-top: 28px;
}
.exchange-swiper {
padding: 10px 52px 28px;
position: relative;
}
.exchange-card {
display: grid;
grid-template-columns: 220px 1fr auto;
gap: 18px;
align-items: center;
border-radius: 22px;
padding: 26px;
background: rgba(255, 255, 255, 0.92);
border: 1px solid rgba(27, 67, 50, 0.16);
box-shadow: 0px 3px 5px #d7d3ea;
min-height: 180px;
}
.exchange-card--featured {
border-color: rgba(247, 182, 86, 0.9);
box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 30px;
}
.exchange-card__logo {
width: 220px;
height: 180px;
border-radius: 18px;
border: 2px solid rgba(247, 182, 86, 0.95);
background: linear-gradient(180deg, #f7b656 0%, #ffe279 100%);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 14px;
}
.exchange-card__logo-img {
width: 100%;
height: 100%;
display: block;
object-fit: contain;
}
.exchange-logo-mark {
font-weight: 800;
letter-spacing: 1.2px;
font-size: 26px;
line-height: 1.1;
color: #1B4332;
text-transform: uppercase;
}
.exchange-logo-sub {
margin-top: 10px;
font-weight: 600;
letter-spacing: 0.6px;
color: rgba(27, 67, 50, 0.85);
font-size: 14px;
text-transform: uppercase;
}
.exchange-card__title {
margin: 0 0 14px;
color: #1B4332;
font-size: 30px;
font-weight: 800;
letter-spacing: 0.2px;
}
.exchange-card__intro {
margin: 0 0 14px;
color: rgba(27, 67, 50, 0.9);
font-weight: 600;
font-size: 14px;
line-height: 1.6;
max-width: 760px;
}
.exchange-feature-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px 12px;
align-items: stretch;
}
.exchange-feature {
border-radius: 12px;
padding: 10px 12px;
background: #F0F8F0;
border: 1px solid rgba(27, 67, 50, 0.14);
color: rgba(27, 67, 50, 0.95);
font-weight: 600;
font-size: 14px;
line-height: 1.2;
}
.exchange-card__cta {
display: flex;
justify-content: flex-end;
}
.exchange-cta-btn {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 18px;
padding: 12px 18px;
font-weight: 600;
letter-spacing: 0.4px;
color: #1B4332;
background: linear-gradient(180deg, #f7b656 0%, #ffe279 100%);
text-decoration: none;
min-width: 120px;
white-space: nowrap;
}
.exchange-cta-btn:hover {
background: linear-gradient(180deg, #00000061 0%, #000 100%);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
color: #ffffff;
}
.exchange-swiper-controls {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
pointer-events: none;
padding: 0 8px;
z-index: 5;
}
.exchange-nav-btn {
width: 40px;
height: 40px;
border-radius: 999px;
border: 1px solid rgba(27, 67, 50, 0.18);
background: rgba(255, 255, 255, 0.92);
color: #1B4332;
font-size: 26px;
line-height: 1;
cursor: pointer;
pointer-events: auto;
display: inline-flex;
align-items: center;
justify-content: center;
}
.exchange-nav-btn:hover {
background: rgba(255, 255, 255, 1);
border-color: rgba(247, 182, 86, 0.95);
}
.exchange-pagination {
bottom: 0 !important;
}
.exchange-pagination .swiper-pagination-bullet {
background: rgba(255, 255, 255, 0.35);
opacity: 1;
}
.exchange-pagination .swiper-pagination-bullet-active {
background: #f7b656;
}
@media (max-width: 991px) {
.exchange-card {
grid-template-columns: 160px 1fr;
grid-template-rows: auto auto;
gap: 16px;
padding: 18px;
}
.exchange-card__logo {
width: 160px;
height: 140px;
}
.exchange-card__cta {
grid-column: 1 / -1;
justify-content: flex-start;
}
.exchange-card__title {
font-size: 24px;
}
}
@media (max-width: 575px) {
.exchange-swiper {
padding-left: 12px;
padding-right: 12px;
}
.exchange-card {
grid-template-columns: 1fr;
gap: 14px;
padding: 16px;
min-height: 0;
}
.exchange-card__logo {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
.exchange-feature-grid {
grid-template-columns: 1fr;
}
.exchange-card__cta {
justify-content: stretch;
}
.exchange-cta-btn {
width: 100%;
}
.exchange-card__title {
font-size: 20px;
margin-bottom: 10px;
}
.exchange-card__intro {
font-size: 13px;
margin-bottom: 12px;
}
}
.reddy-about-overview-section {
background: #ffffff;
padding: 80px 0;
}
.reddy-about-overview-section .fank-section-title {
white-space: normal;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
.reddy-about-overview-section .fank-section-sub-title {
color: #2c3e50 !important;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
margin-top: 12px;
}
.reddy-platform-overview {
margin-top: 44px;
}
.reddy-platform-overview__title {
text-align: center;
color: #1B4332;
font-size: 34px;
font-weight: 700;
margin: 0 0 18px;
font-family: var(--font-secondary);
}
.reddy-platform-overview__table-wrap {
max-width: 980px;
margin: 0 auto;
overflow-x: auto;
border-radius: 18px;
box-shadow: 0px 3px 5px #d7d3ea;
border: 1px solid rgba(27, 67, 50, 0.12);
}
.reddy-platform-overview__table {
width: 100%;
border-collapse: collapse;
min-width: 680px;
background: #ffffff;
}
.reddy-platform-overview__table th,
.reddy-platform-overview__table td {
padding: 16px 18px;
border-bottom: 1px solid rgba(27, 67, 50, 0.12);
font-family: var(--font-secondary);
font-size: 16px;
line-height: 1.4;
vertical-align: top;
}
.reddy-platform-overview__table th {
width: 34%;
color: #1B4332;
font-weight: 700;
background: #F0F8F0;
white-space: nowrap;
}
.reddy-platform-overview__table td {
color: #2c3e50;
font-weight: 600;
}
.reddy-platform-overview__table tr:last-child th,
.reddy-platform-overview__table tr:last-child td {
border-bottom: none;
}
@media (max-width: 575px) {
.reddy-platform-overview__title {
font-size: 26px;
}
.reddy-platform-overview__table {
min-width: 600px;
}
}
.reddy-anna-games-section {
background: url('../images/greenbackground.webp') center/cover no-repeat;
padding: 80px 0;
position: relative;
overflow: hidden;
}
.reddy-anna-games-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.15) 0%, transparent 50%);
pointer-events: none;
}
.reddy-anna-games-title {
color: #fff;
font-size: 3rem;
font-weight: 700;
margin-bottom: 20px;
text-align: center;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.reddy-anna-games-subtitle {
color: #ffffff;
font-size: 1.2rem;
max-width: 800px;
margin: 0 auto 30px;
text-align: center;
line-height: 1.6;
}
.reddy-anna-games-section .text-center.mb-5 h3 {
color: #D4AF37;
}
.games-info-list {
max-width: 900px;
margin: 0 auto 60px;
padding: 0 20px;
}
.games-info-list ul {
list-style: disc;
padding-left: 20px;
margin: 0;
text-align: left;
}
.games-info-list li {
color: #e0e0e0;
font-size: 1.15rem;
line-height: 1.6;
margin-bottom: 15px;
}
.games-info-list li::marker {
color: #ff6b35;
}
.games-info-list li strong {
color: #fff;
font-weight: 600;
}
.games-row {
display: flex;
gap: 20px;
margin-bottom: 30px;
justify-content: center;
}
.games-row-five {
flex-wrap: nowrap;
}
.games-row-two {
justify-content: center;
}
.game-card {
position: relative;
border-radius: 15px;
overflow: hidden;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 8px 25px rgba(0,0,0,0.3);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 200px;
flex: 1;
max-width: 220px;
}
.game-card-large {
min-height: 280px;
max-width: 590px;
}
.game-card[data-game="cricket"] {
position: relative;
}
.game-card[data-game="cricket"] {
background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('../images/cricketbackground.webp');
background-size: cover;
background-position: center;
}
.game-card[data-game="football"] {
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('../images/footballbackground.webp');
}
.game-card[data-game="tennis"] {
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('../images/tennisbackground.webp');
}
.game-card[data-game="horse-racing"] {
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('../images/horceracingbackground.webp');
}
.game-card[data-game="greyhound"] {
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('../images/greyhoundracingbackground.webp');
}
.game-card[data-game="e-cricket"] {
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('../images/ecricketbackground.webp');
}
.game-card[data-game="evolution"] {
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('../images/evolutionbackground.webp');
}
.game-card[data-game="aviator"] {
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('../images/aviatorbackground.webp');
}
.game-card[data-game="sportsbook"] {
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('../images/sportsbookbackground.webp');
}
.game-card-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.3);
transition: all 0.3s ease;
}
.game-card:hover .game-card-overlay {
background: rgba(0,0,0,0.7);
}
.game-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}
.game-card-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 2;
width: 100%;
padding: 20px;
}
.game-title {
color: #fff;
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 15px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}
.play-now-btn {
background: linear-gradient(45deg, #ff6b6b, #ee5a24);
color: #fff;
border: none;
padding: 12px 25px;
border-radius: 25px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
text-transform: uppercase;
letter-spacing: 1px;
}
.play-now-btn:hover {
background: linear-gradient(45deg, #ee5a24, #ff6b6b);
transform: scale(1.05);
box-shadow: 0 6px 20px rgba(255, 107, 107, 0.6);
}
@media (max-width: 1200px) {
.games-row-five {
justify-content: center;
flex-wrap: nowrap;
overflow-x: auto;
}
.games-row-five .game-card {
min-width: 180px;
flex-shrink: 0;
}
}
@media (max-width: 768px) {
.reddy-anna-games-title {
font-size: 2.2rem;
}
.reddy-anna-games-subtitle {
font-size: 1rem;
padding: 0 20px;
}
.games-info-list {
padding: 0 15px;
margin-bottom: 40px;
}
.games-info-list ul {
padding-left: 15px;
}
.games-info-list li {
font-size: 1rem;
margin-bottom: 12px;
}
.games-info-list li strong {
font-size: 1.1rem;
}
.games-row {
flex-direction: column;
align-items: center;
}
.game-card {
max-width: 90%;
width: 100%;
}
.games-row-five .game-card:nth-child(4),
.games-row-five .game-card:nth-child(5) {
margin-top: 0;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.games-row-five {
flex-wrap: wrap;
justify-content: center;
}
.games-row-five .game-card {
flex: 0 0 calc(33.333% - 15px);
max-width: calc(33.333% - 15px);
}
.games-row-five .game-card:nth-child(4),
.games-row-five .game-card:nth-child(5) {
margin-top: 20px;
flex: 0 0 calc(50% - 10px);
max-width: calc(50% - 10px);
}
}
.reddy-live-cricket-section {
background: #ffffff;
padding: 80px 0;
}
.reddy-live-cricket-section .fank-section-title {
white-space: normal;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
.reddy-live-cricket-section .fank-section-sub-title {
color: #2c3e50 !important;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
margin-top: 12px;
}
.reddy-live-cricket-block {
margin-top: 34px;
}
.reddy-live-cricket-h3 {
text-align: center;
color: #1B4332;
font-size: 34px;
font-weight: 700;
margin: 0 0 16px;
font-family: var(--font-secondary);
}
.reddy-live-cricket-table-wrap {
max-width: 1100px;
margin: 0 auto;
overflow-x: auto;
border-radius: 18px;
box-shadow: 0px 3px 5px #d7d3ea;
border: 1px solid rgba(27, 67, 50, 0.12);
background: #ffffff;
}
.reddy-live-cricket-table {
width: 100%;
border-collapse: collapse;
min-width: 860px;
background: #ffffff;
}
.reddy-live-cricket-table th,
.reddy-live-cricket-table td {
padding: 14px 16px;
border-bottom: 1px solid rgba(27, 67, 50, 0.12);
font-family: var(--font-secondary);
font-size: 16px;
line-height: 1.35;
text-align: center;
vertical-align: top;
}
.reddy-live-cricket-table thead th {
background: #F0F8F0;
color: #1B4332;
font-weight: 800;
white-space: nowrap;
}
.reddy-live-cricket-table tbody td {
color: #2c3e50;
font-weight: 600;
}
.reddy-live-cricket-table tbody tr:last-child td {
border-bottom: none;
}
.reddy-cricket-market-grid {
max-width: 1100px;
margin: 18px auto 0;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 16px;
}
.reddy-cricket-market-card {
background: #F0F8F0;
border: 1px solid rgba(27, 67, 50, 0.12);
border-radius: 18px;
padding: 16px;
box-shadow: 0px 3px 5px #d7d3ea;
height: 100%;
}
.reddy-cricket-market-title {
margin: 0 0 10px;
color: #1B4332;
font-weight: 800;
font-size: 18px;
font-family: var(--font-secondary);
}
.reddy-cricket-market-text {
margin: 0;
color: #2c3e50;
font-weight: 600;
font-size: 14px;
line-height: 1.55;
font-family: var(--font-secondary);
}
@media (max-width: 1199px) {
.reddy-cricket-market-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 767px) {
.reddy-live-cricket-h3 {
font-size: 26px;
}
.reddy-cricket-market-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 575px) {
.reddy-cricket-market-grid {
grid-template-columns: 1fr;
}
}
.reddy-expert-tips-section {
background: url('../images/greenbackground.webp') center/cover no-repeat;
padding: 80px 0;
position: relative;
overflow: hidden;
}
.reddy-expert-tips-section::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.15) 0%, transparent 50%);
pointer-events: none;
}
.reddy-expert-tips-section .container {
position: relative;
z-index: 1;
}
.reddy-expert-tips-section .fank-section-title {
color: #ffffff;
white-space: normal;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
.reddy-expert-tips-section .fank-section-sub-title {
color: #ffffff !important;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
margin-top: 12px;
margin-bottom: 0;
}
.reddy-expert-tip-grid {
max-width: 1100px;
margin: 34px auto 0;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.reddy-expert-tip-card {
background: rgba(255, 255, 255, 0.92);
border: 1px solid rgba(27, 67, 50, 0.12);
border-radius: 18px;
padding: 18px;
box-shadow: 0px 3px 5px #d7d3ea;
height: 100%;
}
.reddy-expert-tip-title {
margin: 0 0 10px;
color: #1B4332;
font-weight: 800;
font-size: 18px;
font-family: var(--font-secondary);
line-height: 1.25;
}
.reddy-expert-tip-text {
margin: 0;
color: #2c3e50;
font-weight: 600;
font-size: 14px;
line-height: 1.6;
font-family: var(--font-secondary);
}
.reddy-expert-tip-footer {
max-width: 1100px;
margin: 22px auto 0;
color: #ffffff;
font-weight: 600;
font-size: 16px;
line-height: 1.6;
text-align: center;
font-family: var(--font-secondary);
}
@media (max-width: 991px) {
.reddy-expert-tip-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 575px) {
.reddy-expert-tip-grid {
grid-template-columns: 1fr;
}
}
.reddy-live-casino-section {
background: #ffffff;
padding: 80px 0;
}
.reddy-live-casino-section .fank-section-title {
white-space: normal;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
.reddy-live-casino-section .fank-section-sub-title {
color: #2c3e50 !important;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
margin-top: 12px;
margin-bottom: 0;
}
.reddy-live-casino-grid {
max-width: 1100px;
margin: 34px auto 0;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.reddy-live-casino-card {
background: #F0F8F0;
border: 1px solid rgba(27, 67, 50, 0.12);
border-radius: 18px;
padding: 18px;
box-shadow: 0px 3px 5px #d7d3ea;
display: flex;
flex-direction: column;
height: 100%;
}
.reddy-live-casino-card__top {
display: flex;
flex-direction: column;
gap: 6px;
margin-bottom: 12px;
}
.reddy-live-casino-card__title {
color: #1B4332;
font-weight: 800;
font-size: 18px;
font-family: var(--font-secondary);
line-height: 1.25;
}
.reddy-live-casino-card__tag {
display: inline-flex;
align-items: center;
width: fit-content;
padding: 6px 10px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.85);
border: 1px solid rgba(27, 67, 50, 0.12);
color: rgba(27, 67, 50, 0.9);
font-weight: 700;
font-size: 13px;
font-family: var(--font-secondary);
}
.reddy-live-casino-card__list {
margin: 0 0 16px;
padding-left: 18px;
color: #2c3e50;
font-weight: 600;
font-size: 14px;
line-height: 1.6;
font-family: var(--font-secondary);
}
.reddy-live-casino-card__list li {
margin-bottom: 8px;
}
.reddy-live-casino-card__list li:last-child {
margin-bottom: 0;
}
.reddy-live-casino-btn {
margin-top: auto;
max-width: none;
width: 100%;
padding: 14px 18px;
font-size: 18px;
border-radius: 14px;
}
@media (max-width: 991px) {
.reddy-live-casino-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 575px) {
.reddy-live-casino-grid {
grid-template-columns: 1fr;
}
}
.reddy-anna-how-to-play-section {
background: url('../images/greenbackground.webp') center/cover no-repeat;
padding: 80px 0;
position: relative;
overflow: hidden;
}
.reddy-anna-how-to-play-section::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.38) 100%),
radial-gradient(circle at 18% 78%, rgba(120, 119, 198, 0.28) 0%, transparent 50%),
radial-gradient(circle at 80% 18%, rgba(255, 119, 198, 0.14) 0%, transparent 50%);
pointer-events: none;
}
.reddy-anna-how-to-play-section .container {
position: relative;
z-index: 1;
}
.reddy-how-to-play-grid {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
gap: 28px;
align-items: center;
}
.reddy-how-to-play-title {
color: #ffffff;
white-space: normal;
text-align: left;
max-width: 820px;
margin-left: 0;
margin-right: 0;
}
.reddy-how-to-play-subtitle {
color: rgba(255, 255, 255, 0.92) !important;
max-width: 820px;
text-align: left;
margin-left: 0;
margin-right: 0;
margin-top: 12px;
}
.reddy-how-to-play-steps {
margin-top: 22px;
display: grid;
grid-template-columns: 1fr;
gap: 14px;
max-width: 820px;
}
.reddy-how-to-play-step {
display: flex;
gap: 14px;
padding: 16px 16px;
background: rgba(255, 255, 255, 0.92);
border-radius: 18px;
border: 1px solid rgba(27, 67, 50, 0.14);
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
}
.reddy-how-to-play-step__num {
width: 42px;
height: 42px;
border-radius: 999px;
flex: 0 0 42px;
display: flex;
align-items: center;
justify-content: center;
background: #F2BE5C;
color: #1B4332;
font-weight: 900;
font-family: var(--font-secondary);
box-shadow: 0px 6px 18px rgba(242, 190, 92, 0.35);
}
.reddy-how-to-play-step__title {
margin: 0 0 6px;
color: #1B4332;
font-weight: 900;
font-size: 18px;
line-height: 1.25;
font-family: var(--font-secondary);
}
.reddy-how-to-play-step__text {
margin: 0;
color: #2c3e50;
font-weight: 600;
font-size: 14px;
line-height: 1.6;
font-family: var(--font-secondary);
}
.reddy-how-to-play-visual {
display: flex;
justify-content: flex-end;
}
.reddy-how-to-play-img {
width: min(560px, 100%);
height: auto;
display: block;
border-radius: 16px;
box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
}
.reddy-betting-id-img {
width: min(560px, 100%);
height: auto;
display: block;
border-radius: 16px;
box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
}
.reddy-phone-mock {
width: min(360px, 100%);
aspect-ratio: 9 / 19.5;
border-radius: 44px;
background: rgba(10, 10, 10, 0.75);
padding: 14px;
border: 1px solid rgba(255, 255, 255, 0.28);
box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.32);
position: relative;
overflow: hidden;
}
.reddy-phone-mock__notch {
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
width: 120px;
height: 20px;
border-radius: 999px;
background: rgba(0, 0, 0, 0.55);
border: 1px solid rgba(255, 255, 255, 0.12);
z-index: 2;
}
.reddy-phone-mock__img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 34px;
display: block;
filter: saturate(1.05) contrast(1.05);
}
@media (max-width: 991px) {
.reddy-how-to-play-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.reddy-how-to-play-visual {
justify-content: center;
}
}
@media (max-width: 575px) {
.reddy-anna-how-to-play-section {
padding: 64px 0;
}
.reddy-how-to-play-step {
padding: 14px;
}
.reddy-how-to-play-step__num {
width: 38px;
height: 38px;
flex-basis: 38px;
}
}
.guide-post-grid{
padding:40px 0;
}
.post-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}
.post-card{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
transition:0.3s;
}
.post-card:hover{
transform:translateY(-5px);
}
.post-card img{
width:100%;
height:auto;
display:block;
}
.post-content{
padding:18px;
}
.post-meta{
font-size:18px;
color:#1B4332;
margin-bottom:6px;
display:block;
}
.post-content h3{
font-size:24px;
color:#1B4332;
line-height:1.4;
margin:0;
}
.post-content a{
text-decoration:none;
color:#111;
}
.post-content a:hover{
color:#0a7c3a;
}
@media(max-width:900px){
.post-grid{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:600px){
.post-grid{
grid-template-columns:1fr;
}
}