/*==================================================
 BITGOLD11 Premium Production UI
 Version : 1.0
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root{

--gold:#D4AF37;
--gold-light:#FFD700;
--black:#050505;
--card:#121212;
--white:#ffffff;
--text:#bdbdbd;
--border:rgba(255,255,255,.08);

}

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

html{
scroll-behavior:smooth;
}

body{

background:var(--black);
color:var(--white);
overflow-x:hidden;

}

/* Scrollbar */

::-webkit-scrollbar{
width:8px;
}

::-webkit-scrollbar-thumb{
background:var(--gold);
border-radius:20px;
}

::-webkit-scrollbar-track{
background:#111;
}

/* Loader */

#loader{

position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:#000;
display:flex;
align-items:center;
justify-content:center;
z-index:99999;

}

.loader-logo{

text-align:center;

}

.loader-logo i{

font-size:70px;
color:var(--gold);
animation:spin 2s linear infinite;

}

.loader-logo h2{

margin-top:15px;
font-weight:700;
letter-spacing:3px;

}

@keyframes spin{

100%{
transform:rotate(360deg);
}

}

/* Header */

.header{

position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
padding:18px 0;

background:rgba(0,0,0,.35);

backdrop-filter:blur(18px);

border-bottom:1px solid rgba(255,255,255,.08);

transition:.35s;

}

.logo{

font-size:32px;
font-weight:800;
color:var(--gold)!important;
text-decoration:none;

}

.logo i{

margin-right:10px;

}

.navbar-nav{

margin-left:auto;

}

.navbar-nav li{

list-style:none;
margin-left:28px;

}

.navbar-nav a{

text-decoration:none;
color:#fff;
font-weight:500;
transition:.3s;

}

.navbar-nav a:hover{

color:var(--gold);

}

/* Buttons */

.btn-login{

padding:12px 30px;
border:2px solid var(--gold);
border-radius:40px;
text-decoration:none;
color:var(--gold);
font-weight:600;
display:inline-block;
transition:.35s;

}

.btn-login:hover{

background:var(--gold);
color:#000;

}

.btn-register{

padding:12px 30px;
background:linear-gradient(135deg,#FFD700,#D4AF37);
border-radius:40px;
text-decoration:none;
color:#000;
font-weight:700;
margin-left:12px;
display:inline-block;
transition:.35s;

}

.btn-register:hover{

transform:translateY(-5px);

box-shadow:0 15px 35px rgba(212,175,55,.45);

}

/* Hero */

.hero{

min-height:100vh;

display:flex;

align-items:center;

position:relative;

padding:120px 0 80px;

background:

radial-gradient(circle at top left,#3a2c00 0%,transparent 35%),

radial-gradient(circle at bottom right,#2d2100 0%,transparent 40%),

linear-gradient(135deg,#030303,#101010);

overflow:hidden;

}

.hero-tag{

display:inline-block;

padding:10px 20px;

border-radius:40px;

background:rgba(212,175,55,.12);

border:1px solid #D4AF37;

color:#FFD700;

margin-bottom:25px;

}

.hero h1{

font-size:68px;

font-weight:800;

line-height:1.15;

}

.hero h1 span{

color:#FFD700;

}

.hero p{

font-size:19px;

color:#cfcfcf;

margin:25px 0;

line-height:32px;

}

.hero-buttons{

display:flex;

gap:15px;

margin-top:35px;

}

.hero-stats{

display:flex;

gap:50px;

margin-top:60px;

}

.hero-stats h3{

color:#FFD700;

font-size:34px;

font-weight:700;

}

.hero-stats span{

color:#bbb;

}

.hero-box{

display:flex;

justify-content:center;

align-items:center;

}

.glass-card{

width:420px;

padding:45px;

border-radius:30px;

background:rgba(255,255,255,.05);

backdrop-filter:blur(20px);

border:1px solid rgba(255,255,255,.10);

text-align:center;

box-shadow:0 20px 60px rgba(212,175,55,.20);

animation:float 4s ease-in-out infinite;

}

.glass-card h2{

color:#FFD700;

font-size:42px;

font-weight:700;

}

.price{

font-size:48px;

font-weight:800;

margin:20px 0;

color:#fff;

}

.blur{

position:absolute;

border-radius:50%;

filter:blur(120px);

}

.blur1{

width:320px;

height:320px;

background:rgba(255,215,0,.18);

top:80px;

right:-120px;

}

.blur2{

width:260px;

height:260px;

background:rgba(212,175,55,.15);

left:-100px;

bottom:0;

}

@media(max-width:991px){

.hero{

text-align:center;

}

.hero h1{

font-size:44px;

}

.hero-buttons{

justify-content:center;

flex-wrap:wrap;

}

.hero-stats{

justify-content:center;

gap:25px;

flex-wrap:wrap;

}

.glass-card{

width:100%;

margin-top:50px;

}

}

@keyframes float{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-15px);
}

100%{
transform:translateY(0);
}

}

.hero-content{

position:relative;

z-index:2;

}

.hero h1{

font-size:72px;

font-weight:800;

line-height:1.1;

margin-bottom:20px;

}

.hero p{

font-size:20px;

color:#cfcfcf;

margin-bottom:30px;

max-width:600px;

}

.hero-box{

height:100%;

display:flex;

justify-content:center;

align-items:center;

}

.glass-card{

background:rgba(255,255,255,.08);

backdrop-filter:blur(20px);

border:1px solid rgba(255,255,255,.15);

border-radius:30px;

padding:50px;

width:100%;

max-width:420px;

text-align:center;

}

.glass-card hr{

border-color:rgba(255,255,255,.10);

margin:20px 0;

}

.hero-stats{

display:flex;

justify-content:flex-start;

gap:40px;

margin-top:50px;

}

.hero-stats div{

text-align:center;

}

.hero-stats h3{

margin:0;

font-size:30px;

color:#FFD700;

}

.hero-stats span{

font-size:14px;

color:#bdbdbd;

}

/*==========================
Market Ticker
==========================*/

.market-section{

background:#0b0b0b;

border-top:1px solid rgba(255,255,255,.05);

border-bottom:1px solid rgba(255,255,255,.05);

overflow:hidden;

padding:14px 0;

}

.ticker{

display:flex;

gap:70px;

white-space:nowrap;

animation:ticker 30s linear infinite;

}

.ticker-item{

display:flex;

align-items:center;

gap:10px;

font-weight:600;

color:#fff;

}

.ticker-item span{

color:#D4AF37;

}

@keyframes ticker{

0%{

transform:translateX(100%);

}

100%{

transform:translateX(-100%);

}

}

/*==========================
Stats
==========================*/

.stats-section{

padding:90px 0;

}

.stats-card{

background:#111;

border:1px solid rgba(212,175,55,.20);

border-radius:20px;

padding:35px;

text-align:center;

transition:.35s;

}

.stats-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 50px rgba(212,175,55,.25);

}

.stats-card i{

font-size:45px;

color:#D4AF37;

margin-bottom:20px;

}

.stats-card h2{

font-size:36px;

font-weight:700;

}

.stats-card p{

color:#bfbfbf;

margin-top:8px;

}

/*==========================
Features
==========================*/

.feature-section{

padding:100px 0;

background:#090909;

}

.section-title{

margin-bottom:60px;

}

.section-title h2{

font-size:48px;

font-weight:800;

}

.section-title span{

color:#D4AF37;

}

.section-title p{

color:#bfbfbf;

margin-top:12px;

}

.feature-card{

background:#111;

padding:40px;

border-radius:24px;

text-align:center;

border:1px solid rgba(255,255,255,.06);

transition:.35s;

height:100%;

}

.feature-card:hover{

transform:translateY(-12px);

border-color:#D4AF37;

}

.feature-card i{

font-size:55px;

color:#D4AF37;

margin-bottom:20px;

}

.feature-card h4{

margin-bottom:15px;

font-weight:700;

}

.feature-card p{

color:#bdbdbd;

line-height:28px;

}

.plans-section{
padding:100px 0;
background:#050505;
}

.plan-card{

background:#111;

padding:40px;

border-radius:25px;

border:1px solid rgba(255,215,0,.20);

transition:.35s;

position:relative;

height:100%;

}

.plan-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 50px rgba(255,215,0,.25);

}

.active-plan{

border:2px solid #FFD700;

}

.popular-tag{

position:absolute;

top:-15px;

right:20px;

background:#FFD700;

color:#000;

padding:6px 16px;

border-radius:30px;

font-weight:700;

font-size:12px;

}

.plan-header{

text-align:center;

margin-bottom:25px;

}

.plan-header h3{

color:#FFD700;

}

.plan-header h1{

font-size:52px;

font-weight:800;

}

.plan-card ul{

list-style:none;

padding:0;

}

.plan-card ul li{

padding:12px 0;

border-bottom:1px solid rgba(255,255,255,.05);

}

.plan-card i{

color:#FFD700;

margin-right:10px;

}

.calculator-box{

background:#111;

padding:45px;

border-radius:25px;

border:1px solid rgba(255,215,0,.15);

}

.step-box{

background:#111;

padding:35px;

text-align:center;

border-radius:20px;

height:100%;

transition:.35s;

}

.step-box:hover{

transform:translateY(-8px);

}

.step-box span{

display:inline-flex;

align-items:center;

justify-content:center;

width:60px;

height:60px;

background:#FFD700;

color:#000;

font-size:22px;

font-weight:700;

border-radius:50%;

margin-bottom:20px;

}

.testimonial-card{

background:#111;

padding:35px;

border-radius:20px;

text-align:center;

transition:.3s;

height:100%;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.testimonial-img{

width:90px;

height:90px;

border-radius:50%;

margin-bottom:20px;

border:3px solid #FFD700;

}

.stars{

color:#FFD700;

font-size:22px;

margin-bottom:15px;

}

.faq-section{

background:#090909;

}

.accordion-item{

background:#111;

border:none;

margin-bottom:15px;

}

.accordion-button{

background:#111;

color:#fff;

}

.accordion-button:not(.collapsed){

background:#D4AF37;

color:#000;

}

.footer{

padding:70px 0 30px;

background:#000;

}

.footer-links{

list-style:none;

padding:0;

}

.footer-links li{

margin:12px 0;

}

.footer-links a{

color:#bdbdbd;

text-decoration:none;

}

.footer-links a:hover{

color:#FFD700;

}

#topBtn{

position:fixed;

right:25px;

bottom:25px;

width:50px;

height:50px;

border:none;

border-radius:50%;

background:#FFD700;

color:#000;

display:none;

cursor:pointer;

z-index:999;

}

/*=============================
Premium Hero Card
=============================*/

.live-card{

margin-top:30px;

padding:25px;

border-radius:20px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.10);

backdrop-filter:blur(15px);

}

.live-head{

display:flex;

align-items:center;

gap:10px;

margin-bottom:20px;

font-weight:700;

}

.live-dot{

width:10px;

height:10px;

background:#00ff6a;

border-radius:50%;

animation:blink 1s infinite;

}

.live-row{

display:flex;

justify-content:space-between;

margin:12px 0;

}

.progress{

height:7px;

background:#222;

border-radius:20px;

margin-bottom:18px;

}

.progress-bar{

border-radius:20px;

}

@keyframes blink{

0%{opacity:1;}

50%{opacity:.2;}

100%{opacity:1;}

}

/*==============================
Floating Coins
==============================*/

.coin{

position:absolute;

font-size:45px;

color:#FFD700;

opacity:.15;

animation:floatCoin 8s ease-in-out infinite;

pointer-events:none;

}

.coin1{

top:15%;

left:8%;

}

.coin2{

top:25%;

right:10%;

animation-delay:1s;

}

.coin3{

bottom:20%;

left:20%;

animation-delay:2s;

}

.coin4{

bottom:12%;

right:18%;

animation-delay:3s;

}

@keyframes floatCoin{

0%{

transform:translateY(0) rotate(0deg);

}

50%{

transform:translateY(-25px) rotate(180deg);

}

100%{

transform:translateY(0) rotate(360deg);

}

}

/*==========================
Animated Background
==========================*/

.hero-bg{

position:fixed;

top:0;
left:0;

width:100%;
height:100%;

overflow:hidden;

z-index:-1;

}

.hero-bg span{

position:absolute;

display:block;

width:12px;
height:12px;

background:#FFD700;

border-radius:50%;

opacity:.15;

animation:moveParticles 20s linear infinite;

}

.hero-bg span:nth-child(1){

left:8%;
animation-duration:16s;

}

.hero-bg span:nth-child(2){

left:25%;
animation-duration:20s;
animation-delay:2s;

}

.hero-bg span:nth-child(3){

left:45%;
animation-duration:18s;

}

.hero-bg span:nth-child(4){

left:60%;
animation-duration:24s;

}

.hero-bg span:nth-child(5){

left:78%;
animation-duration:17s;

}

.hero-bg span:nth-child(6){

left:92%;
animation-duration:22s;

}

@keyframes moveParticles{

0%{

transform:translateY(100vh) scale(1);

opacity:0;

}

20%{

opacity:.25;

}

100%{

transform:translateY(-120px) scale(2);

opacity:0;

}

/*==========================
Cursor Glow
==========================*/

.cursor-glow{

position:fixed;

width:250px;

height:250px;

border-radius:50%;

background:radial-gradient(circle,
rgba(255,215,0,.18),
transparent 70%);

pointer-events:none;

z-index:9998;

transform:translate(-50%,-50%);

transition:.05s linear;

}