/*======================================
DP BOSS BOSTON
style.css
======================================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

html{
overflow-x:hidden;
}

:root{


--page-bg:#f8bf83;

--page-bg-soft:#f6d8b4;

--surface:#fff8f0;

--surface-strong:#ffffff;

--accent-pink:#ff1493;

--accent-blue:#1948d1;

--accent-blue-dark:#0f2fb0;

--accent-purple:#3d1d87;

--text-dark:#0a1222;

}

body{

font-family:'Poppins',sans-serif;

background:linear-gradient(180deg,#f7bf7d 0%,#f6bf83 100%);

color:var(--text-dark);

overflow-x:hidden;

line-height:1.6;

}

a{

text-decoration:none;

color:inherit;

}

ul{

list-style:none;

}

img{

max-width:100%;

display:block;

}

.container{

width:90%;

max-width:1300px;

margin:auto;

}

.download-fixed{

position:fixed;

right:18px;

bottom:18px;

display:inline-flex;

align-items:center;

gap:10px;

padding:16px 24px;

border-radius:18px;

background:#1d49d6;

border:2px solid #ffffff;

color:#fff;

font-weight:700;

box-shadow:0 14px 30px rgba(29,73,214,.35);

z-index:1000;

}

.download-fixed i{

font-size:22px;

}

#preloader{

position:fixed;

inset:0;

background:linear-gradient(180deg,#f7bf7d,#f6bf83);

display:flex;

justify-content:center;

align-items:center;

z-index:9999;

}

.loader{

width:70px;

height:70px;

border-radius:50%;

border:7px solid rgba(255,255,255,.35);

border-top:7px solid var(--accent-pink);

animation:spin 1s linear infinite;

}

.header{

position:fixed;

top:0;

left:0;

width:100%;

padding:12px 0;

background:rgba(248,199,140,.97);

border-bottom:3px solid #ff2a2a;

border-radius:0;

box-shadow:0 4px 0 rgba(255,42,42,.45);

z-index:999;

backdrop-filter:blur(8px);

}

.header .container{

width:100%;

max-width:none;

padding:0 24px;

}

.header.sticky{

background:rgba(248,199,140,.98);

}

.navbar{

display:flex;

justify-content:space-between;

align-items:center;

gap:20px;

min-height:86px;

}

.logo{

display:flex;

align-items:center;

gap:0;

min-width:fit-content;

flex:0 0 auto;

}

.logo img{

height:82px;

width:auto;

max-width:none;

display:block;

object-fit:contain;


}

nav ul{

display:flex;

align-items:center;

gap:28px;

}

nav ul li a{

color:#111;

font-size:16px;

font-weight:700;

letter-spacing:.3px;

}

nav ul li a:hover{

color:var(--accent-pink);

}

.mobile-btn{

display:none;

font-size:30px;

cursor:pointer;

color:#111;

}

.hero{

position:relative;

min-height:100vh;

display:flex;

justify-content:center;

align-items:center;

text-align:center;

overflow:hidden;

background:linear-gradient(180deg,#f7bf7d 0%,#f6bf83 100%);

padding-top:120px;

}

.hero-overlay{

position:absolute;

inset:0;

background:rgba(255,255,255,.08);

}

.hero-content{

position:relative;

z-index:10;

}

.hero-logo{

width:260px;

height:260px;

padding:14px;

margin:0 auto 30px;

border:6px solid var(--accent-pink);

border-radius:16px;

background:rgba(255,210,168,.92);

box-shadow:0 16px 30px rgba(0,0,0,.12);

overflow:hidden;

display:flex;

align-items:center;

justify-content:center;

}

.hero-logo img{

width:100%;

height:100%;

object-fit:contain;

object-position:center;

}

.welcome{

display:inline-block;

padding:10px 26px;

margin-bottom:22px;

border-radius:999px;

background:rgba(25,72,209,.95);

color:#fff;

font-weight:700;

letter-spacing:2px;

}

.hero h1{

font-size:72px;

line-height:1.08;

margin-bottom:14px;

font-weight:800;

color:var(--accent-blue);

text-shadow:0 0 18px rgba(25,72,209,.28);

}

.hero p{

font-size:22px;

color:#2f3c55;

margin-bottom:42px;

}

.hero-buttons{

display:flex;

justify-content:center;

gap:24px;

flex-wrap:wrap;

}

/*====================================
DIA BANNER
====================================*/

.bg-black{

background:linear-gradient(180deg,#f7bf7d 0%,#f6bf83 100%);

}

.top-sect{

padding-top:110px;

min-height:100vh;

}

.dia-banner-section{

position:relative;

overflow:hidden;

}

.dia-banner-section .container{

position:relative;

z-index:2;

}

.dia-banner-content{

min-height:calc(100vh - 110px);

text-align:center;

color:#fff;

gap:10px;

}

.single-banner{

width:320px;

height:320px;

max-width:85vw;

padding:18px;

background:linear-gradient(180deg,#f6c48b,#f7bf7d);

border:8px solid var(--accent-pink);

border-radius:12px;

box-shadow:0 18px 34px rgba(0,0,0,.16);

display:flex;

align-items:center;

justify-content:center;

}

.single-banner img{

width:100%;

display:block;

object-fit:contain;

}

.dia-banner-content h1{

margin:0;

line-height:1.05;

}

.dia-banner-content .cd-headline{

font-size:42px;

font-weight:700;

color:var(--accent-blue);

}

.dia-banner-content h1:last-of-type{

font-size:70px;

font-weight:800;

color:var(--accent-blue);

text-shadow:0 0 18px rgba(25,72,209,.22);

}

.dia-banner-btn{

display:flex;

gap:18px;

margin-top:22px;

flex-wrap:wrap;

justify-content:center;

}

.dia-banner-btn a{

display:inline-flex;

align-items:center;

justify-content:center;

gap:12px;

padding:16px 28px;

border-radius:16px;

background:#1d49d6;

border:2px solid #fff;

color:#fff;

font-weight:700;

box-shadow:0 14px 30px rgba(29,73,214,.35);

}

.dia-banner-btn a:hover{

transform:translateY(-3px);

}

.dia-banner-btn svg,

.dia-banner-btn img{

display:block;

}

.dia-banner-btn .d-none{

display:none !important;

}

.d-flex{display:flex !important;}
.flex-column{flex-direction:column !important;}
.justify-content-center{justify-content:center !important;}
.align-items-center{align-items:center !important;}
.text-center{text-align:center !important;}
.d-inline-block{display:inline-block !important;}
.d-none{display:none !important;}
.mb-4{margin-bottom:1.5rem !important;}
.pb-1{padding-bottom:.25rem !important;}

.leaf-decoration{

position:absolute;

width:84px;

height:84px;

opacity:.38;

background:radial-gradient(circle at 40% 40%, rgba(74, 214, 255,.95) 0 5px, rgba(74,214,255,.25) 6px 8px, transparent 9px),

linear-gradient(135deg, transparent 44%, rgba(74,214,255,.8) 45% 55%, transparent 56%);

border-radius:18px 60px 18px 60px;

transform:rotate(18deg);

pointer-events:none;

}

.leaf-1{top:18px;left:8px;}
.leaf-2{top:86px;right:30px;transform:rotate(-18deg) scale(.85);}
.leaf-3{bottom:68px;right:18px;transform:rotate(35deg) scale(.72);}


.btn-primary,

.btn-secondary{

display:inline-flex;

align-items:center;

justify-content:center;

gap:10px;

min-width:240px;

padding:18px 34px;

border-radius:999px;

font-weight:700;

transition:.35s;

}

.btn-primary{

background:linear-gradient(180deg,#1948d1,#163cb4);

color:#fff;

}

.btn-secondary{

background:transparent;

border:2px solid var(--accent-blue);

color:var(--accent-blue);

}

.btn-primary:hover,

.btn-secondary:hover{

transform:translateY(-4px);

}

.btn-primary:hover{

box-shadow:0 15px 40px rgba(25,72,209,.35);

}

.btn-secondary:hover{

background:var(--accent-blue);

color:#fff;

}

.circle,

.scroll-down{

display:none;

}

section{

padding:100px 0;

position:relative;

}

.section-title{

text-align:center;

margin-bottom:70px;

}

.section-title h2{

display:inline-block;

padding:12px 34px;

border-radius:18px;

background:linear-gradient(180deg,var(--accent-pink),#f00786);

border:2px solid #fff;

color:#fff;

font-size:46px;

font-weight:800;

box-shadow:0 8px 18px rgba(255,20,147,.28);

margin-bottom:15px;

}

.section-title p{

margin-top:18px;

font-size:18px;

color:#2f3c55;

}

/*====================================
FAQ
====================================*/

.faq-section{

background:linear-gradient(180deg,#f6c48b,#f6c48b);

}

.faq-wrapper{

max-width:900px;

margin:auto;

}

.faq-item{

margin-bottom:20px;

border-radius:18px;

background:rgba(255,248,240,.96);

border:1px solid rgba(0,0,0,.06);

overflow:hidden;

}

.faq-question{

width:100%;

padding:22px 28px;

background:none;

border:none;

color:var(--text-dark);

display:flex;

justify-content:space-between;

align-items:center;

font-size:20px;

font-weight:600;

cursor:pointer;

}

.faq-question i{

transition:.3s;

}

.faq-item.active .faq-question i{

transform:rotate(45deg);

}

.faq-answer{

display:none;

padding:0 28px 25px;

color:#3d475f;

line-height:1.8;

}

.faq-item.active .faq-answer{

display:block;

}

/*====================================
CONTACT
====================================*/

.contact-section{

background:linear-gradient(180deg,#f6c48b,#f6c48b);

}

.contact-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

}

.contact-card{

padding:40px 25px;

text-align:center;

border-radius:22px;

background:rgba(255,255,255,.95);

border:1px solid rgba(0,0,0,.05);

transition:.35s;

box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.contact-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 40px rgba(255,20,147,.12);

}

.contact-card i{

font-size:45px;

color:#2f6f9e;

margin-bottom:20px;

}

.contact-card h3{

margin-bottom:15px;

font-size:25px;

}

.contact-card a,

.contact-card p{

color:#2f3c55;

font-size:17px;

}

.contact-social{

display:flex;

justify-content:center;

gap:16px;

margin-top:28px;

flex-wrap:wrap;

}

.contact-social a{

width:46px;

height:46px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

background:#2f6f9e;

color:#fff;

font-size:20px;

box-shadow:0 10px 20px rgba(47,111,158,.22);

}

.contact-social a:hover{

transform:translateY(-5px);

background:var(--accent-pink);

}

/*====================================
COUNTERS
====================================*/

.counter-section{

background:linear-gradient(180deg,#f6c48b,#f6c48b);

}

.counter-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:30px;

}

.counter-card{

padding:40px;

text-align:center;

background:rgba(255,255,255,.95);

border-radius:20px;

border:1px solid rgba(0,0,0,.05);

transition:.35s;

}

.counter-card:hover{

transform:translateY(-10px);

}

.counter-card h2{

font-size:52px;

color:var(--accent-pink);

margin-bottom:12px;

font-weight:800;

}

.counter-card p{

font-size:18px;

color:#23324b;

}

/*====================================
FOOTER
====================================*/

.footer{

background:#3c1a82;

padding:14px 0 12px;

position:relative;

overflow:hidden;

}

.footer::before{

content:"";

position:absolute;

width:400px;

height:400px;

background:#ff149320;

filter:blur(120px);

top:-150px;

right:-120px;

border-radius:50%;

display:none;

}

.footer-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:45px;

position:relative;

z-index:2;

}

.footer h3{

font-size:28px;

margin-bottom:25px;

color:#fff;

}

.footer p,

.footer a{

color:#f1e8ff;

font-size:16px;

line-height:1.8;

transition:.3s;

}

.footer a:hover{

color:#7ce3ff;

padding-left:8px;

}

.footer-links{

list-style:none;

}

.footer-links li{

margin-bottom:12px;

}

.footer-contact li{

list-style:none;

margin-bottom:15px;

display:flex;

align-items:center;

gap:12px;

}

.footer-contact i{

color:#7ce3ff;

font-size:18px;

}

.social-links{

display:flex;

gap:18px;

margin-top:25px;

}

.social-links a{

width:48px;

height:48px;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

background:rgba(255,255,255,.12);

border:1px solid rgba(255,255,255,.12);

font-size:20px;

transition:.35s;

}

.social-links a:hover{

background:#7ce3ff;

color:#3c1a82;

transform:translateY(-6px);

}

.footer-bottom{

margin-top:0;

padding-top:0;

border-top:none;

text-align:center;

color:#f1e8ff;

font-size:15px;

}

/*====================================
SCROLLBAR
====================================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#f4c58e;

}

::-webkit-scrollbar-thumb{

background:var(--accent-pink);

border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

background:#ff51ab;

}

/*====================================
SELECTION
====================================*/

::selection{

background:var(--accent-pink);

color:#fff;

}

/*====================================
IMAGE
====================================*/

img{

max-width:100%;

display:block;

}

/*====================================
UTILITY
====================================*/

.text-center{

text-align:center;

}

.mt-5{

margin-top:50px;

}

.mb-5{

margin-bottom:50px;

}

.hidden{

display:none;

}

.show{

display:block;

}

/* Scroll Progress */

.scroll-progress{

position:fixed;

top:0;

left:0;

height:4px;

width:0;

background:linear-gradient(90deg,#1948d1,#ff1493);

z-index:99999;

transition:width .15s linear;

}

/* Reveal Animation */

.active-reveal{

animation:fadeIn .8s ease forwards;

}

/*====================================
SECTION TITLE
====================================*/

section{

padding:100px 0;

position:relative;

}

.section-title{

text-align:center;

margin-bottom:70px;

}

.section-title h2{

font-size:46px;

font-weight:800;

margin-bottom:15px;

display:inline-block;

padding:12px 34px;

border-radius:18px;

background:linear-gradient(180deg,var(--accent-pink),#f00786);

color:#fff;

border:2px solid #fff;

box-shadow:0 8px 18px rgba(255,20,147,.28);

}

.section-title p{

font-size:18px;

color:var(--text-dark);

margin-top:22px;

}

/*====================================
GAME RATES
====================================*/

.rates-section{

background:linear-gradient(180deg,#f7cf98,#f6bf83);

}

.rate-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

}

.rate-card{

position:relative;

padding:40px 25px;

text-align:center;

border-radius:22px;

background:#ffffff;

border:1px solid rgba(0,0,0,.05);

transition:.4s;

overflow:hidden;

box-shadow:0 18px 30px rgba(0,0,0,.10);

}

.rate-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 45px rgba(255,20,147,.18);

}

.rate-card i{

font-size:55px;

color:var(--accent-pink);

margin-bottom:20px;

}

.rate-card h3{

font-size:28px;

margin-bottom:10px;

color:#173a60;

}

.rate-card h4{

font-size:22px;

color:#2f3c55;

}

.rate-card.featured{

background:linear-gradient(135deg,var(--accent-pink),#ff3bb4);

color:#fff;

border-color:transparent;

}

.rate-card.featured h4,

.rate-card.featured i{

color:#fff;

}

/*====================================
MARKETS
====================================*/

.markets-section{

background:linear-gradient(180deg,#f6c48b,#f7d8b6);

}

.market-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(270px,1fr));

gap:30px;

}

.market-card{

position:relative;

padding:35px 25px;

border-radius:22px;

background:#ffffff;

border:1px solid rgba(0,0,0,.05);

transition:.35s;

overflow:hidden;

box-shadow:0 18px 30px rgba(0,0,0,.10);

}

.market-card:hover{

transform:translateY(-10px);

border-color:var(--accent-pink);

box-shadow:0 20px 35px rgba(255,20,147,.18);

}

.market-tag{

display:inline-block;

padding:8px 20px;

border-radius:40px;

font-size:13px;

font-weight:700;

margin-bottom:20px;

color:#fff;

}

.market-tag.morning{

background:#ff7a00;

}

.market-tag.day{

background:#2f95ee;

}

.market-tag.night{

background:#3f4d63;

}

.market-tag.main{

background:#9b59b6;

}

.market-card h3{

font-size:24px;

margin-bottom:12px;

color:#2b5e88;

}

.market-card p{

color:#51647f;

margin-bottom:25px;

}

.play-btn{

display:inline-block;

padding:14px 32px;

background:#2f6f9e;

color:#fff;

font-weight:700;

border-radius:40px;

transition:.35s;

}

.play-btn:hover{

transform:scale(1.05);

box-shadow:0 10px 30px rgba(47,111,158,.35);

}

/*====================================
HOW TO PLAY
====================================*/

.play-section{

background:linear-gradient(180deg,#51248f,#24145e);

}

.steps-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:35px;

}

.step-card{

position:relative;

padding:40px 30px;

border-radius:24px;

background:rgba(255,255,255,.10);

backdrop-filter:blur(10px);

border:1px solid rgba(255,255,255,.08);

text-align:center;

overflow:hidden;

transition:.4s;

}

.step-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 45px rgba(0,0,0,.35);

}

.step-no{

width:60px;

height:60px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

background:#f04c34;

color:#fff;

font-size:24px;

font-weight:700;

display:flex;

justify-content:center;

align-items:center;

}

.step-card i{

font-size:45px;

color:#39a7e6;

margin-bottom:20px;

}

.step-card h3{

font-size:26px;

margin-bottom:12px;

}

.step-card p{

color:#f0e9ff;

}

/*====================================
FAQ
====================================*/

.faq-section{

background:#07142d;

}

.faq-wrapper{

max-width:900px;

margin:auto;

}

.faq-item{

margin-bottom:20px;

border-radius:18px;

background:rgba(255,255,255,.06);

border:1px solid rgba(255,255,255,.10);

backdrop-filter:blur(14px);

overflow:hidden;

}

.faq-question{

width:100%;

padding:22px 28px;

background:none;

border:none;

color:#fff;

display:flex;

justify-content:space-between;

align-items:center;

font-size:20px;

font-weight:600;

cursor:pointer;

}

.faq-question i{

transition:.3s;

}

.faq-item.active .faq-question i{

transform:rotate(45deg);

}

.faq-answer{

display:none;

padding:0 28px 25px;

color:#d0dff6;

line-height:1.8;

}

.faq-item.active .faq-answer{

display:block;

}

/*====================================
CONTACT
====================================*/

.contact-section{

background:linear-gradient(180deg,#0b1c38,#07142d);

}

.contact-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

}

.contact-card{

padding:40px 25px;

text-align:center;

border-radius:22px;

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.10);

backdrop-filter:blur(14px);

transition:.35s;

}

.contact-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 40px rgba(0,212,255,.20);

}

.contact-card i{

font-size:45px;

color:#00d4ff;

margin-bottom:20px;

}

.contact-card h3{

margin-bottom:15px;

font-size:25px;

}

.contact-card a,

.contact-card p{

color:#d0dff6;

font-size:17px;

}

/*====================================
COUNTERS
====================================*/

.counter-section{

background:#081225;

}

.counter-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:30px;

}

.counter-card{

padding:40px;

text-align:center;

background:rgba(255,255,255,.07);

border-radius:20px;

border:1px solid rgba(255,255,255,.10);

transition:.35s;

}

.counter-card:hover{

transform:translateY(-10px);

}

.counter-card h2{

font-size:52px;

color:#00d4ff;

margin-bottom:12px;

font-weight:800;

}

.counter-card p{

font-size:18px;

color:#d7e6ff;

}
/*====================================
FOOTER
====================================*/

.footer{

background:#050d1d;

padding:80px 0 30px;

position:relative;

overflow:hidden;

}

.footer::before{

content:"";

position:absolute;

width:400px;

height:400px;

background:#00d4ff20;

filter:blur(120px);

top:-150px;

right:-120px;

border-radius:50%;

}

.footer-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:45px;

position:relative;

z-index:2;

}

.footer h3{

font-size:28px;

margin-bottom:25px;

color:#fff;

}

.footer p,

.footer a{

color:#b8c8e8;

font-size:16px;

line-height:1.8;

transition:.3s;

}

.footer a:hover{

color:#00d4ff;

padding-left:8px;

}

.footer-links{

list-style:none;

}

.footer-links li{

margin-bottom:12px;

}

.footer-contact li{

list-style:none;

margin-bottom:15px;

display:flex;

align-items:center;

gap:12px;

}

.footer-contact i{

color:#00d4ff;

font-size:18px;

}

.social-links{

display:flex;

gap:18px;

margin-top:25px;

}

.social-links a{

width:48px;

height:48px;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.12);

font-size:20px;

transition:.35s;

}

.social-links a:hover{

background:#00d4ff;

color:#081225;

transform:translateY(-6px);

}

.footer-bottom{

margin-top:60px;

padding-top:25px;

border-top:1px solid rgba(255,255,255,.08);

text-align:center;

color:#8ca5d1;

font-size:15px;

}

/*====================================
SCROLLBAR
====================================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#06101f;

}

::-webkit-scrollbar-thumb{

background:#00d4ff;

border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

background:#24e0ff;

}

/*====================================
SELECTION
====================================*/

::selection{

background:#00d4ff;

color:#081225;

}

/*====================================
IMAGE
====================================*/

img{

max-width:100%;

display:block;

}

/*====================================
UTILITY
====================================*/

.text-center{

text-align:center;

}

.mt-5{

margin-top:50px;

}

.mb-5{

margin-bottom:50px;

}

.hidden{

display:none;

}

.show{

display:block;

}
/* Scroll Progress */

.scroll-progress{

position:fixed;

top:0;

left:0;

height:4px;

width:0;

background:linear-gradient(90deg,#00d4ff,#00ff99);

z-index:99999;

transition:width .15s linear;

}

/* Reveal Animation */

.active-reveal{

animation:fadeIn .8s ease forwards;

}