:root{

--gold:#d4af37;
--gold2:#ffd86b;
--dark:#090909;
--dark2:#151515;

}

*{

margin:0;
padding:0;
box-sizing:border-box;

}

body{
padding-top:90px;
font-family:'Poppins',sans-serif;
background:#080808;
color:#fff;
overflow-x:hidden;

}
.hero-row{
    min-height:calc(100vh - 90px);
}

.custom-nav{

background:rgba(0,0,0,.85);

backdrop-filter:blur(15px);

padding:15px 0;

transition:.4s;

}

.logo{

height:55px;

}

.nav-link{

color:#fff!important;

margin-left:25px;

font-weight:500;

transition:.3s;

}

.nav-link:hover{

color:var(--gold)!important;

}

.btn-gold{

background:linear-gradient(45deg,var(--gold),#f8d46b);

color:#111;

padding:12px 30px;

border-radius:50px;

font-weight:700;

border:none;

transition:.4s;

}

.btn-gold:hover{

transform:translateY(-3px);

box-shadow:0 10px 25px rgba(212,175,55,.45);

}

.hero{

position:relative;

background:url('../../media/hero-players.png');

background-size:cover;

background-position:center;

}

.overlay{

position:absolute;

width:100%;

height:100%;

background:linear-gradient(to right,

rgba(0,0,0,.90),

rgba(0,0,0,.45));

}

.hero-content{

position:relative;

z-index:5;

}

.premium-badge{

display:inline-block;

padding:10px 18px;

background:rgba(212,175,55,.15);

border:1px solid rgba(212,175,55,.4);

border-radius:40px;

color:var(--gold);
    margin-bottom:25px;
}

.hero h1{
font-family:'Cinzel',serif;
font-size:65px;
font-weight:700;
line-height:1.2;
margin-bottom:10px;
}

.hero h1 span{

color:var(--gold);

}

.hero p{
font-size:18px;
line-height:32px;
color:#ddd;
margin-bottom:10px;

}

.hero-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;

}

.hero-list div{

font-size:17px;

}

.hero-list i{

color:var(--gold);

margin-right:8px;

}


.stats{

text-align:center;

}

.stats h2{

color:var(--gold);

font-size:42px;

font-weight:700;

}

.stats p{

color:#bbb;

}

.hero-img{

max-height:780px;

animation:float 5s infinite ease-in-out;

}

@keyframes float{

50%{

transform:translateY(-20px);

}

}



@media(max-width:991px){

.hero{
text-align:center;
}

.hero h1{

font-size:42px;

}

.hero-list{

grid-template-columns:1fr;

}

.hero-img{

margin-top:50px;

max-height:500px;

}

.stats{

margin-bottom:60px;

}

.logo{

height:45px;

}

}


.section-tag{

display:inline-block;

padding:8px 20px;

border:1px solid rgba(212,175,55,.3);

border-radius:30px;

color:var(--gold);

margin-bottom:20px;

font-size:14px;

letter-spacing:2px;

}

.section-title{

font-family:'Cinzel',serif;

font-size:48px;

margin-bottom:20px;

}

.section-title span{

color:var(--gold);

}

.section-subtitle{

color:#bbb;

font-size:18px;

}


.process-section{

background:#101010;

}

.process-card{

background:#161616;

padding:40px 30px;

text-align:center;

border-radius:20px;

border:1px solid rgba(255,215,0,.12);

transition:.4s;

position:relative;

height:100%;

}

.process-card:hover{

transform:translateY(-12px);

border-color:var(--gold);

box-shadow:0 15px 40px rgba(212,175,55,.18);

}

.step-number{

position:absolute;

top:20px;

right:20px;

font-size:28px;

font-weight:700;

color:rgba(255,255,255,.08);

}

.process-icon{

width:90px;

height:90px;

background:linear-gradient(45deg,var(--gold),#ffd76c);

border-radius:50%;

margin:auto;

display:flex;

align-items:center;

justify-content:center;

font-size:36px;

color:#111;

margin-bottom:25px;

}

.process-card h4{

margin-bottom:20px;

}

.process-card p{

color:#bbb;

}


.usp-section{

background:#080808;

}

.usp-card{

padding:35px;

background:#141414;

border-radius:20px;

text-align:center;

height:100%;

border:1px solid rgba(255,215,0,.1);

transition:.4s;

}

.usp-card:hover{

background:#1b1b1b;

transform:translateY(-8px);

}

.usp-card i{

font-size:42px;

color:var(--gold);

margin-bottom:20px;

}

.usp-card h5{

margin-bottom:15px;

}

.usp-card p{

color:#bdbdbd;

}


.counter-section{

padding:80px 0;

background:url('../images/pattern.png');

background-size:cover;

}

.counter-box{

padding:30px;

}

.counter-box h2{

font-size:58px;

color:var(--gold);

font-weight:700;

}

.counter-box p{

font-size:18px;

color:#ddd;

}



.sports-section{

background:#0b0b0b;

}

.sport-card{

overflow:hidden;

border-radius:20px;

position:relative;

background:#161616;

transition:.4s;

}

.sport-card img{

height:280px;

width:100%;

object-fit:cover;

transition:.5s;

}

.sport-overlay{

padding:25px;

}

.sport-overlay h3{

color:var(--gold);

margin-bottom:20px;

}

.sport-overlay ul{

padding-left:18px;

color:#ddd;

margin-bottom:25px;

}

.sport-card:hover{

transform:translateY(-10px);

box-shadow:0 15px 40px rgba(212,175,55,.25);

}

.sport-card:hover img{

transform:scale(1.08);

}


.market-section{

padding:80px 0;

background:#111;

}

.market-box{

background:#181818;

padding:50px;

border-radius:20px;

}

.market-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:15px;

}

.market-grid div{

background:#222;

padding:15px;

border-radius:10px;

text-align:center;

transition:.3s;

}

.market-grid div:hover{

background:var(--gold);

color:#111;

}


.casino-section{

background:#080808;

}

.casino-card{

background:#141414;

border-radius:20px;

overflow:hidden;

text-align:center;

transition:.4s;

border:1px solid rgba(255,215,0,.08);

}

.casino-card img{

height:240px;

width:100%;

object-fit:cover;

transition:.5s;

}

.casino-card h4{

padding:20px;

}

.casino-card:hover{

transform:translateY(-10px);

border-color:var(--gold);

}

.casino-card:hover img{

transform:scale(1.08);

}



.games-strip{

background:linear-gradient(90deg,#111,#1b1b1b,#111);

padding:20px 0;

overflow:hidden;

}

.strip{

display:flex;

gap:30px;

white-space:nowrap;

animation:scroll 20s linear infinite;

font-weight:600;

color:var(--gold);

}

@keyframes scroll{

0%{

transform:translateX(100%);

}

100%{

transform:translateX(-100%);

}

}






@media(max-width:768px){

.market-grid{

grid-template-columns:repeat(2,1fr);

}

.sport-card img{

height:220px;

}

.casino-card img{

height:200px;

}

}



.deposit-section{

background:#0b0b0b;

}

.payment-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:20px;

margin-top:35px;

}

.payment-card{

background:#161616;

padding:30px;

border-radius:18px;

text-align:center;

transition:.3s;

border:1px solid rgba(255,215,0,.1);

}

.payment-card:hover{

border-color:var(--gold);

transform:translateY(-8px);

}

.payment-card i{

font-size:38px;

color:var(--gold);

margin-bottom:15px;

}


.deposit-box{

background:#181818;

padding:45px;

border-radius:20px;

}

.deposit-box ul{

list-style:none;

padding:0;

margin:30px 0;

}

.deposit-box li{

margin-bottom:15px;

font-size:18px;

}

.deposit-box i{

color:var(--gold);

margin-right:10px;

}


.bonus-section{

padding:80px 0;

background:linear-gradient(45deg,#b8860b,#f5d76e);

}

.bonus-box{

padding:50px;

border-radius:20px;

color:#111;

}

.bonus-box h2{

font-size:52px;

font-weight:700;

}



.notify-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

margin-top:30px;

}

.notify-list div{

background:#161616;

padding:18px;

border-radius:12px;

}

.notify-list i{

color:var(--gold);

margin-right:10px;

}




.testimonial-card{

background:#141414;

padding:40px;

border-radius:20px;

text-align:center;

border:1px solid rgba(255,215,0,.08);

transition:.4s;

}

.testimonial-card:hover{

transform:translateY(-8px);

border-color:var(--gold);

}

.testimonial-card p{

margin:25px 0;

color:#ddd;

}


.accordion-item{

background:#161616;

border:none;

margin-bottom:15px;

border-radius:12px;

overflow:hidden;

}

.accordion-button{

background:#161616;

color:#fff;

font-weight:600;

}

.accordion-button:not(.collapsed){

background:#222;

color:var(--gold);

}

.accordion-button:focus{

box-shadow:none;

}

.accordion-body{

background:#161616;

color:#bbb;

}



@media(max-width:768px){

.payment-grid{

grid-template-columns:repeat(2,1fr);

}

.notify-list{

grid-template-columns:1fr;

}

.bonus-box h2{

font-size:34px;

}

}


.footer{

background:#070707;

padding:80px 0 20px;

}

.footer-logo{

height:60px;

}

.footer h5{

color:var(--gold);

margin-bottom:25px;

}

.footer ul{

list-style:none;

padding:0;

}

.footer li{

margin-bottom:14px;

}

.footer a{

color:#ccc;

text-decoration:none;

transition:.3s;

}

.footer a:hover{

color:var(--gold);

}

.social-icons{

display:flex;

gap:15px;

margin-top:25px;

}

.social-icons a{

width:45px;

height:45px;

display:flex;

align-items:center;

justify-content:center;

background:#1a1a1a;

border-radius:50%;

font-size:18px;

}

.social-icons a:hover{

background:var(--gold);

color:#111;

}


.final-cta{

padding:80px 0;

background:linear-gradient(90deg,#111,#1c1c1c,#111);

}

.final-cta h2{

font-size:52px;

font-family:'Cinzel',serif;

margin-bottom:20px;

}

.final-cta p{

font-size:18px;

color:#ddd;

}



#topBtn{

position:fixed;

bottom:100px;

right:30px;

width:55px;

height:55px;

border:none;

border-radius:50%;

background:var(--gold);

display:none;

z-index:9999;

font-size:20px;

}


.mobile-cta{

display:none;

}

@media(max-width:768px){

.mobile-cta{

display:block;

position:fixed;

bottom:0;

left:0;

width:100%;

z-index:99999;

}

.mobile-btn{

display:block;

padding:18px;

background:#25D366;

text-align:center;

font-size:20px;

font-weight:700;

color:#fff;

text-decoration:none;

}

}


.live-popup{

position:fixed;

left:30px;

bottom:30px;

background:#111;

padding:18px 22px;

border-radius:15px;

display:flex;

gap:15px;

align-items:center;

border:1px solid rgba(255,215,0,.15);

box-shadow:0 15px 35px rgba(0,0,0,.45);

z-index:9999;

animation:slideUp .6s;

}

.popup-icon{

width:45px;

height:45px;

border-radius:50%;

background:var(--gold);

display:flex;

align-items:center;

justify-content:center;

color:#111;

font-size:18px;

}

.live-popup span{

display:block;

font-size:13px;

color:#999;

}

@keyframes slideUp{

from{

opacity:0;

transform:translateY(40px);

}

to{

opacity:1;

transform:translateY(0);

}

}

