:root{

--bg:#050505;

--bg2:#0d0d0d;

--card:#161616;

--border:#262626;

--green:#00D26A;

--green2:#00A651;

--white:#ffffff;

--text:#B8B8B8;

}

*{

margin:0;

padding:0;

box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:'Inter',sans-serif;

background:var(--bg);

color:#fff;

overflow-x:hidden;

}

h1,h2,h3,h4,h5{

font-family:'Outfit',sans-serif;

}

section{

padding:110px 0;

}

.container{

max-width:1280px;

}

a{

text-decoration:none;

}

.navbar{

background:rgba(5,5,5,.80);

backdrop-filter:blur(25px);

border-bottom:1px solid rgba(255,255,255,.05);

padding:18px 0;

}

.navbar-brand{

display:flex;

align-items:center;

gap:12px;

color:#fff;

font-size:30px;

font-weight:700;

}

.navbar-brand img{

height:42px;

}

.navbar-nav{

gap:25px;

}

.navbar-nav a{

color:#d4d4d4;

font-weight:500;

transition:.3s;

}

.navbar-nav a:hover{

color:var(--green);

}

.login{

color:#fff;

margin-right:25px;

}

.register{

background:linear-gradient(135deg,

var(--green),

var(--green2));

padding:14px 30px;

border-radius:50px;

color:#fff;

font-weight:600;

transition:.3s;

}

.register:hover{

transform:translateY(-3px);

box-shadow:0 15px 40px rgba(0,210,106,.35);

}

/*========================
HERO
========================*/

.hero{

min-height:100vh;

display:flex;

align-items:center;

position:relative;

overflow:hidden;

padding-top:120px;

}

.hero-content h1{

font-size:68px;

font-weight:800;

line-height:1.1;

margin:25px 0;

}

.hero-content h1 span{

color:#00D26A;

}

.hero-content p{

font-size:18px;

color:#bdbdbd;

line-height:34px;

max-width:600px;

margin-bottom:40px;

}

.hero-tag{

display:inline-flex;

align-items:center;

gap:12px;

padding:12px 24px;

background:#111;

border:1px solid #262626;

border-radius:40px;

color:#fff;

}

.hero-tag img{

width:18px;

}

.hero-buttons{

display:flex;

gap:20px;

margin-bottom:35px;

}

.btn-primary-custom{

background:linear-gradient(135deg,#00D26A,#00A651);

padding:16px 34px;

border-radius:50px;

color:#fff;

font-weight:600;

transition:.3s;

}

.btn-primary-custom:hover{

transform:translateY(-5px);

box-shadow:0 20px 45px rgba(0,210,106,.35);

}

.btn-secondary-custom{

padding:16px 34px;

border:2px solid #00D26A;

border-radius:50px;

color:#fff;

}

.hero-features{

display:flex;

gap:35px;

font-weight:500;

}

.hero-features i{

color:#00D26A;

margin-right:8px;

}

.dashboard-wrapper{

position:relative;

}

.dashboard-card{

background:#141414;

border:1px solid #232323;

border-radius:30px;

padding:35px;

box-shadow:0 30px 80px rgba(0,0,0,.45);

}

.dashboard-top{

display:flex;

justify-content:space-between;

margin-bottom:30px;

}

.dots span{

width:12px;

height:12px;

border-radius:50%;

display:inline-block;

margin-right:8px;

}

.red{

background:#ff4d4d;

}

.yellow{

background:#ffb300;

}

.green{

background:#00D26A;

}

.status{

color:#00D26A;

font-weight:700;

}

.wallet-box{

background:#1c1c1c;

padding:25px;

border-radius:20px;

margin-bottom:25px;

}

.wallet-box h2{

font-size:42px;

margin-top:10px;

}

.mini-cards{

display:flex;

gap:20px;

margin-bottom:30px;

}

.mini-card{

background:#1a1a1a;

padding:20px;

border-radius:18px;

flex:1;

}

.chart{

display:flex;

align-items:flex-end;

gap:12px;

height:170px;

}

.bar{

width:32px;

border-radius:20px 20px 0 0;

background:linear-gradient(#00D26A,#00A651);

}

.b1{height:45px;}
.b2{height:80px;}
.b3{height:120px;}
.b4{height:90px;}
.b5{height:160px;}
.b6{height:130px;}
.b7{height:170px;}

.floating-card{

position:absolute;

background:#111;

padding:16px 24px;

border-radius:18px;

border:1px solid #252525;

box-shadow:0 20px 40px rgba(0,0,0,.35);

}

.qr-card{

top:40px;

right:-40px;

}

.success-card{

bottom:40px;

left:-50px;

color:#00D26A;

}

.hero-glow{

position:absolute;

border-radius:50%;

filter:blur(140px);

opacity:.18;

}

.hero-glow1{

width:420px;

height:420px;

background:#00D26A;

top:-150px;

left:-120px;

}

.hero-glow2{

width:500px;

height:500px;

background:#00A651;

right:-150px;

bottom:-180px;

}

/*========================
STATS
========================*/

.stats-section{

padding:70px 0;

}

.stat-card{

background:#101010;

border:1px solid #232323;

border-radius:22px;

padding:40px;

text-align:center;

transition:.35s;

}

.stat-card:hover{

transform:translateY(-10px);

border-color:#00D26A;

box-shadow:0 20px 50px rgba(0,210,106,.18);

}

.stat-icon{

width:70px;

height:70px;

margin:auto;

border-radius:50%;

background:rgba(0,210,106,.08);

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

color:#00D26A;

margin-bottom:20px;

}

.stat-card h2{

font-size:42px;

font-weight:800;

margin-bottom:10px;

}

.stat-card p{

color:#9e9e9e;

margin:0;

}





/*========================
PRODUCTS
========================*/

.products-section{

padding:120px 0;

}

.section-heading{

text-align:center;

margin-bottom:70px;

}

.section-heading span{

color:#00D26A;

font-weight:700;

letter-spacing:2px;

}

.section-heading h2{

font-size:52px;

font-weight:800;

margin:20px 0;

}

.section-heading p{

color:#9d9d9d;

max-width:700px;

margin:auto;

}

.product-card{

background:#141414;

border:1px solid #232323;

border-radius:28px;

padding:45px;

transition:.4s;

height:100%;

position:relative;

overflow:hidden;

}

.product-card:hover{

transform:translateY(-12px);

border-color:#00D26A;

box-shadow:0 25px 60px rgba(0,210,106,.18);

}

.product-card::before{

content:"";

position:absolute;

width:220px;

height:220px;

background:radial-gradient(circle,

rgba(0,210,106,.18),

transparent);

right:-120px;

top:-120px;

transition:.4s;

}

.product-card:hover::before{

transform:scale(1.4);

}

.product-card .icon{

width:75px;

height:75px;

background:#1d1d1d;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

color:#00D26A;

margin-bottom:30px;

}

.product-card h3{

font-size:28px;

margin-bottom:18px;

}

.product-card p{

color:#9e9e9e;

line-height:30px;

margin-bottom:35px;

}

.product-card a{

color:#00D26A;

font-weight:600;

}

.product-card a i{

margin-left:8px;

transition:.3s;

}

.product-card:hover a i{

transform:translateX(8px);

}

/*==================================
MERCHANT DASHBOARD
===================================*/

.merchant-dashboard{

padding:140px 0;

background:#090909;

}

.section-badge{

display:inline-block;

padding:10px 22px;

background:#121212;

border:1px solid #232323;

border-radius:50px;

color:#00D26A;

font-weight:700;

margin-bottom:25px;

}

.dashboard-content h2{

font-size:56px;

font-weight:800;

margin-bottom:25px;

}

.dashboard-content p{

font-size:18px;

color:#9d9d9d;

line-height:34px;

margin-bottom:40px;

}

.feature-item{

display:flex;

gap:18px;

margin-bottom:25px;

}

.check{

width:48px;

height:48px;

background:#141414;

border-radius:14px;

display:flex;

align-items:center;

justify-content:center;

color:#00D26A;

}

.feature-item h5{

margin-bottom:6px;

}

.feature-item p{

margin:0;

font-size:15px;

line-height:24px;

}

.laptop{

position:relative;

}

.screen{

background:#121212;

border:2px solid #232323;

border-radius:24px;

padding:25px;

box-shadow:0 40px 80px rgba(0,0,0,.55);

}

.base{

width:90%;

height:18px;

background:#1d1d1d;

margin:auto;

border-radius:0 0 18px 18px;

}

.topbar{

display:flex;

justify-content:space-between;

margin-bottom:30px;

}

.window-buttons span{

display:inline-block;

width:12px;

height:12px;

border-radius:50%;

margin-right:8px;

}

.dashboard-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:20px;

}

.wallet-widget,
.chart-widget,
.transactions-widget,
.success-widget{

background:#181818;

border-radius:20px;

padding:24px;

}

.wallet-widget h2{

margin:10px 0;

font-size:36px;

}

.wallet-widget span{

color:#00D26A;

font-weight:700;

}

.graph{

display:flex;

align-items:flex-end;

gap:8px;

height:130px;

margin-top:20px;

}

.graph div{

width:22px;

background:linear-gradient(#00D26A,#00A651);

border-radius:10px 10px 0 0;

}

.g1{height:30px;}
.g2{height:55px;}
.g3{height:90px;}
.g4{height:70px;}
.g5{height:110px;}
.g6{height:80px;}
.g7{height:125px;}

.transactions-widget ul{

padding:0;

margin:15px 0 0;

list-style:none;

}

.transactions-widget li{

display:flex;

justify-content:space-between;

padding:12px 0;

border-bottom:1px solid #242424;

}

.transactions-widget li:last-child{

border:none;

}

.success-widget{

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

}

.success-widget h3{

font-size:52px;

color:#00D26A;

font-weight:800;

}

/*============================
API
=============================*/

.developer-api{

padding:140px 0;

background:#0c0c0c;

}

.api-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:15px;

margin:40px 0;

}

.api-features i{

color:#00D26A;

margin-right:10px;

}

.code-window{

background:#121212;

border:1px solid #242424;

border-radius:22px;

overflow:hidden;

box-shadow:0 30px 80px rgba(0,0,0,.45);

}

.code-header{

background:#181818;

padding:18px 25px;

display:flex;

justify-content:space-between;

align-items:center;

}

.code-title{

color:#999;

font-size:14px;

}

.code-window pre{

margin:0;

padding:30px;

color:#00D26A;

font-size:15px;

line-height:30px;

overflow:auto;

}

/*============================
FLOW
=============================*/

.payment-flow{

padding:130px 0;

}

.flow-line{

display:flex;

justify-content:center;

align-items:center;

flex-wrap:wrap;

gap:25px;

}

.flow-box{

background:#141414;

border:1px solid #232323;

padding:35px;

border-radius:22px;

width:180px;

text-align:center;

transition:.35s;

}

.flow-box:hover{

border-color:#00D26A;

transform:translateY(-8px);

}

.flow-icon{

font-size:34px;

color:#00D26A;

margin-bottom:18px;

}

.flow-arrow{

font-size:36px;

color:#00D26A;

}

/*============================
PHONE
=============================*/

.mobile-app{

padding:140px 0;

background:#090909;

}

.phone{

width:320px;

height:620px;

background:#141414;

border-radius:45px;

padding:20px;

margin:auto;

border:2px solid #2b2b2b;

}

.phone-screen{

background:#0b0b0b;

height:100%;

border-radius:32px;

padding:25px;

}

.balance{

background:#00D26A;

color:#fff;

padding:25px;

border-radius:20px;

font-size:34px;

font-weight:700;

margin-bottom:25px;

}

.payment-success{

background:#181818;

padding:20px;

border-radius:18px;

margin-bottom:20px;

}

.mini-wallet{

background:#181818;

padding:20px;

border-radius:18px;

}

.mobile-list{

margin-top:35px;

padding:0;

list-style:none;

}

.mobile-list li{

margin-bottom:20px;

font-size:18px;

}

.mobile-list i{

color:#00D26A;

margin-right:12px;

}

/*============================
PRICING
=============================*/

.pricing{

padding:140px 0;

}

.price-card{

background:#151515;

border:1px solid #252525;

border-radius:24px;

padding:45px;

height:100%;

position:relative;

transition:.35s;

}

.price-card:hover{

border-color:#00D26A;

transform:translateY(-10px);

}

.featured{

border:2px solid #00D26A;

}

.badge-plan{

position:absolute;

top:-15px;

left:50%;

transform:translateX(-50%);

background:#00D26A;

padding:8px 20px;

border-radius:30px;

font-size:13px;

font-weight:700;

color:#000;

}

.price-card h2{

font-size:54px;

margin:15px 0;

}

.price-card ul{

padding:0;

margin:35px 0;

list-style:none;

}

.price-card li{

padding:12px 0;

}

.price-card i{

color:#00D26A;

margin-right:10px;

}

.btn-plan{

display:block;

text-align:center;

padding:15px;

background:#00D26A;

color:#000;

font-weight:700;

border-radius:50px;

}



/*============================
TESTIMONIAL
=============================*/

.testimonial{

padding:120px 0;

background:#0d0d0d;

}

.review-card{

background:#181818;

padding:35px;

border-radius:22px;

border:1px solid #252525;

}

.review-card p{

margin:20px 0;

color:#b0b0b0;

}



/*============================
FAQ
=============================*/

.faq{

padding:130px 0;

}

.accordion-item{

background:#181818;

border:1px solid #262626;

margin-bottom:15px;

border-radius:18px;

overflow:hidden;

}

.accordion-button{

background:#181818;

color:#fff;

}

.accordion-button:not(.collapsed){

background:#202020;

color:#00D26A;

}

.accordion-body{

background:#181818;

color:#bdbdbd;

}



/*============================
CTA
=============================*/

.cta{

padding:130px 0;

}

.cta-box{

background:linear-gradient(135deg,#00D26A,#00A651);

border-radius:30px;

padding:90px;

text-align:center;

color:#fff;

}

.cta-box h2{

font-size:54px;

font-weight:800;

margin-bottom:20px;

}

.cta-box p{

font-size:20px;

margin-bottom:40px;

}

.cta-box .btn-primary-custom{

background:#fff;

color:#000;

}

/*=========================
FOOTER
=========================*/

.footer{

background:#050505;

padding:90px 0 25px;

border-top:1px solid #1d1d1d;

}

.footer-logo{

display:flex;

align-items:center;

gap:12px;

margin-bottom:20px;

}

.footer-logo h3{

margin:0;

font-size:28px;

font-weight:700;

}

.footer-text{

color:#9b9b9b;

line-height:30px;

margin-bottom:25px;

}

.footer h5{

margin-bottom:25px;

font-weight:700;

}

.footer-links{

list-style:none;

padding:0;

margin:0;

}

.footer-links li{

margin-bottom:14px;

}

.footer-links a{

color:#bdbdbd;

transition:.3s;

}

.footer-links a:hover{

color:#00D26A;

padding-left:8px;

}

.contact-item{

display:flex;

align-items:center;

gap:12px;

margin-bottom:18px;

color:#bdbdbd;

}

.contact-item i{

color:#00D26A;

width:20px;

}

.footer-btn{

display:inline-block;

margin-top:20px;

background:linear-gradient(135deg,#00D26A,#00A651);

padding:14px 30px;

border-radius:50px;

color:#fff;

font-weight:600;

}

.footer-social{

display:flex;

gap:15px;

margin-top:20px;

}

.footer-social a{

width:46px;

height:46px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:#161616;

color:#fff;

transition:.3s;

}

.footer-social a:hover{

background:#00D26A;

transform:translateY(-5px);

}

.footer-bottom{

padding-top:25px;

}

.footer-bottom p{

margin:0;

color:#888;

}

.footer-bottom a{

margin-left:20px;

color:#aaa;

transition:.3s;

}

.footer-bottom a:hover{

color:#00D26A;

}