@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
    /* Reset */
    *{box-sizing:border-box;margin:0;padding:0; font-family: "Montserrat", sans-serif;}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    background: linear-gradient(270deg, rgb(26 0 0) 0%, rgb(0 0 0) 100%);
    color: #fff;
    line-height: 1.6;
}	
    a { text-decoration: none; color: inherit; }

    /* Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
    /* Navbar */
	.brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
	.logo {
    width: 36px;
    height: 36px;
    border-radius: 9px;
background: #C14EFF;
background: linear-gradient(90deg,rgba(193, 78, 255, 1) 0%, rgba(1, 199, 255, 1) 100%);
    display: inline-block;
    box-shadow: 0 6px 18px rgba(60, 130, 246, 0.18);
}.payment-icons {
    text-align: center;
    margin-top: 12px;
}
.Tag {
    font-size: 20px;
    font-weight: 600;
}
    .navbar { background: #0d1117; padding: 15px 15px; border-bottom: 1px solid #222; position: sticky; top: 0; z-index: 1000; }
    .nav-content { display: flex; align-items: center; justify-content: space-between; }
    .nav-links { display: flex; gap: 30px; }
    .nav-links a { color: #fff; font-weight: 500; }
	.nav-links a:hover { color: #C14EFF; }
   .nav-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}
.signin {
    color: #fff;
    padding: 9px 20px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #ab5cff;
}	

.btn-primary, .btn-secondary {
    background: linear-gradient(90deg,rgba(193, 78, 255, 1) 0%, rgba(1, 199, 255, 1) 100%);
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    font-size: ;
	text-align: center;
}
.signin:hover,
.btn-primary:hover, .btn-secondary:hover, .cta-button:hover {
	opacity: 0.8;
}.pymnt {
    text-align: center;
    margin-top: 10px;
    margin-bottom: -25px;
}
.pymnt img {
    width: 28% !important;
}
    /* Hamburger */
    .hamburger { display: none; font-size: 26px; cursor: pointer; }

    /* Drawer */
    .mobile-drawer { position: fixed; top: 0; right: -100%; width: 70%; height: 100%; background: #111; transition: 0.3s; padding: 20px; z-index: 2000; }
    .mobile-drawer.open { right: 0; }
    .drawer-header { text-align: right; }
    .close-drawer { font-size: 24px; cursor: pointer; }
    .drawer-links { display: flex; flex-direction: column; gap: 20px; margin-top: 20px; }
    /*.drawer-links a { color: #fff; font-size: 18px; }*/

    /* Hero */
.hero {
    text-align: center;
    padding: 80px 20px;
       position: relative;
    overflow: hidden;
}
.heroimg img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
}

.hero h1 {
    margin-bottom: 20px;
    line-height: normal;
}
.hero h1 span {
    display: block;
    font-size: 72px;
}
span.h1kl {
    color: #08c2ff;
    background: linear-gradient(90deg,rgba(193, 78, 255, 1) 0%, rgba(1, 199, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero p.h1k3 {
    margin: 10px auto 20px;
    font-size: 40px;
    /* color: #a3a8b2; */
}
.hero p {
    max-width: 600px;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 20px;
}
.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 40px 0;
}
.hero-buttons a {
    font-size: 16px;
    max-width: 200px;
    width: 100%;
    padding: 12px;
}
.hero-buttons a:hover {
   opacity: 0.8;
}
.heroimg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}
.container.hero-content {
    position: relative;
    z-index: 1;
}
/**********/
.market-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
}
.crypto-card {
    background: #191c21;
    border-radius: 10px;
    padding: 24px;
    border: 1px solid rgba(17,17,17,0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6px 18px rgba(11,11,11,0.04);
}
.crypto-card {
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.crypto-card:hover {
    transform: translateY(-5px);
}
.crypto-left {
    display: flex;
    gap: 4px;
    flex-direction: column;
    text-align: left;
}
.coin-meta {
    display: flex;
    flex-direction: column;
}
.coin-meta .name {
    font-weight: 700;
    font-size: 18px;
}
.coin-meta .sym {
    font-size: .85rem;
    color: #999;
}
.price {
    font-weight: 800;
    font-size: 20px;
}
.card-sub {
    font-size: .82rem;
    color:  #999;
    margin-top: .35rem;
}
.change.up {
    color: #03c6ff;
    font-weight: 500;
    background: #133e4d;
    padding: 4px 6px;
    border-radius: 10px;
}
span.change.up.rr {
    background: red;
    color: #fff;
}
.coin-price {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.coin-pill {
    width: 54px;
    height: 54px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg,var(--orange),var(--yellow));
    margin: 0 0 10px;
}
.coin-pill.cpUp {
    color: #00d700;
}
.coin-pill.cpDoen {
    color: red;
}
.card-sub.ak {
    color: #999;
    border: 1px solid;
    border-radius: 10px;
    padding: 0 10px;
    font-weight: 500;
}
.card-sub.ak.rr {
    color: red;
}
.market-left {
    display: flex;
    gap: 14px;
    align-items: center;
}
.coin-badge {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: linear-gradient(90deg,rgba(193, 78, 255, 1) 0%, rgba(1, 199, 255, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

section.LivMrkData {
    padding: 80px 0 60px;
}

section.features.abtusS {
    background: transparent;
    margin: 0;
}
section.features.ourjury {
    margin: 0;
}
/* Features */
.features {
    padding: 80px 0;
    text-align: center;
    background: #101820;
    margin: 80px 0 0;
}

section.features.ourjury h2.SecHding {
    margin: 0 0 40px;
}
section.features.ourjury .grid {
    display: flex;
}
section.features.ourjury .grid .card {
    width: 25%;
}
.inline-flexB {
    display: inline-flex;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    align-items: center;
    font-weight: 600;
    gap: 6px;
}
.features .card-icon .inline-flexB svg {
    width: 20px;
    height: 20px;
}
.SecHding {
    font-size: 42px;
    margin-bottom: 10px;
    line-height: normal;
    text-align: center;
}
.SecHding span {
    color: #08c2ff;
    background: linear-gradient(90deg, rgba(193, 78, 255, 1) 0%, rgba(1, 199, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
p.subtitle {
    margin-bottom: 40px;
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}


 .features .grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
}


 .features .card {
background-color: #1e293b;
padding: 20px;
border-radius: 10px;
text-align: left;
transition: transform 0.3s ease, background-color 0.3s ease;
}


 .features .card:hover {
transform: translateY(-5px);
background-color: #334155;
}

.features .card-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: normal;
}
 .features .card-icon svg {
    color: #c44dff;
    width: 40px;
    height: 40px;
}
.features .card:nth-child(odd) svg {
  color: #c44dff;
}

.features .card:nth-child(even) svg {
  color: #00c8ff;
}
.features .card h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    line-height: normal;
}


 .features .card p {
color: #94a3b8;
font-size: ;
line-height: 1.5;
}

    /* About */
.hero-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
    text-align: center;
}

.hero-image-wrapper {
position: relative;
flex: 1 1 500px;
}

.hero-image {
width: 100%;	
max-width: 100%;
border-radius: 10px;
display: block;
}


.stat-label {
    position: absolute;
    background-color: rgba(15, 23, 42, 0.85);
    padding: 15px 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    line-height: 1.3;
    text-align: left;
    border: 1px solid #cccccc21;
	color: #fff;
}

.stat-users {
top: -20px;
right: -20px;
}


.stat-volume {
bottom: -20px;
left: -20px;
}


.stat-label strong {
    display: block;
    font-size: 24px;
    color: #3b82f6;
    font-weight: 600;
    text-transform: uppercase;
}
.hero-content {
    padding: 0 20px;
    max-width: 800px;
}
.hero-content h2.SecHding {
    font-size: 30px;
    margin: 0 0 20px;
}
.section-subtitle {
    font-size: 15px;
    color: #3b82f6;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}
.section-title {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.section-title span {
color: #3b82f6;
}
.section-text {
    color: #fff;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    margin-bottom: 40px;
    justify-content: center;
}
.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-title {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.feature-title span {
    font-size: 1.3rem;
}
.feature-description {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
}
.cta-button {
    display: inline-block;
    background-color: ;
    color: #000;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}
section.features a.btn-primary {
    margin: 40px 0 20px;
}

    /* Steps */
	
/* Container for the entire section */
.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.about-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-align: center;
}

.about-header p {
    font-size: 1.2rem;
    margin-bottom: 50px;
	text-align: center;
}

.about-steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.about-step {
    background: #1e293b;
    padding: 30px;
    border-radius: 10px;
    width: 22%;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.about-step:hover {
    transform: scale(1.05);
}
.about-header h1 span {
    color: #3b82f6;
}
.about-step h3 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    right: 20px;
    opacity: 0.3;
}
.about-step h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
    color: #fff;
}
.about-header p {
    max-width: 600px;
    margin: 0 auto 50px;
    line-height: 1.4;
    color: #fff;
}
.about-step .small-text {
    color: #3c83f6;
    line-height: 1.2;
    margin: 20px 0 0;
}

.about-icon {
    width: 55px;
    height: 52px;
    margin: 0 auto 20px;
    background-color: #3c83f6;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-icon svg {
    color: #fff;
    width: 28px;
    height: 28px;
}
.text-tracking-wi {
    text-transform: uppercase;
    color: #3b82f6;
}

/************************/
.header-hero {
    /*border: 1px solid #2a2a2a;*/
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 650px;
    margin: 40px auto;
}
.header-headline {
    font-size: ;
    font-weight: bold;
    margin-bottom: 20px;
}
.header-subtext {
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    line-height: normal;
}
.header-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}
.header-feature {
    display: flex;
    color: #fff;
    align-items: center;
    line-height: normal;
}
.header-check {
    color: #00c853;
    margin-right: 0;
}
.abtHdr {
    text-align: center;
}
.abtHdr svg {
    background: linear-gradient(90deg,rgba(193, 78, 255, 1) 0%, rgba(1, 199, 255, 1) 100%);
    width: 65px;
    height: 65px;
    padding: 15px;
    border-radius: 50px;
}


    /* FAQ */
.faq { padding: 60px 0; }
.fAq-r {
    max-width: 800px;
    margin: 0 auto;
}
.faq details {
    background: #161b22;
    margin-bottom: 15px;
    padding: 0 18px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #6c6c6c;
}
.faq summary {
	    padding: 18px 0;
    font-weight: bold;
    position: relative;
    list-style: none;
}
.faq details[open] {
	    padding: 18px;
}
.faq details[open] summary {
	    padding: 0 0;
}
.faq details p {
    color: #fff;
    margin: 20px 0 0;
}
.faq summary:after {
    content: "+";
    display: inline-block;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    line-height: normal;
}
.faq details[open] summary:after {
    content: "-";
}

.cstBtnhju {
    margin: 0 0 40px;
}
/* CTA */
.cta {
    text-align: center;
    padding: 0 10px 40px;
}
.cta h2 { margin-bottom: 20px; }

    /* Footer */
footer {
    background-color: #;
    padding: 40px 0;
    border-top: 1px solid #2a2a2a;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-logo {
    width: 25%;
}
.footer-logo .brand {
    padding: 0 0 20px;
}
.footer-logo p {
    color: #fff;
    line-height: 1.3;
}

.footer-links h3 {
    margin-bottom: 10px;
}

.footer-links ul {
    list-style: none;
}
.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}
.footer-copy {
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    color: #fff;
    border-top: 1px solid #2a2a2a;
    padding-top: 30px;
}



/* Responsive */
@media (max-width: 992px) {
.nav-links, .nav-actions { display: none; }
.hamburger { display: block; }
section.features.ourjury .grid {
    flex-wrap: wrap;
    gap: 2%;
}
section.features.ourjury .grid .card {
    width: 49%;
    margin: 10px 0;
}
p.subtitle {
    font-size: 16px;
}
}

    /* Responsive */
@media (max-width: 768px) {
section.faq.container {
    padding-top: 60px;
}	
.features .card-icon svg {
    width: 30px;
    height: 30px;
}
.coin-badge {
    width: 40px;
    height: 40px;
    font-size: 11px;
}
.container.nav-content {
    padding: 20px 14px;
}
body {
    font-size: 14px;
    line-height: 1.4;
}
section.LivMrkData {
    padding: 60px 0;
}
.cta {
    padding: 40px 10px;
}
.features {
    padding: 60px 0;
    margin: 60px 0 0;
}
.feature-description {
    font-size: 12px;
}

.footer-copy {
    font-size: 12px;
}

.price {
    font-size: 14px;
}

	
.market-grid {
    grid-template-columns: 1fr;
}
.header-feature {
    font-size: 14px;
    align-items: stretch;
    gap: 10px;
}
.SecHding {
    font-size: 32px;
}
	
.heroimg img {
    height: 650px;
}

.navbar {
    padding: 0;
}
.hero {
    padding: 60px 0;
}
.hero-buttons a {
    font-size: 14px;
    padding: 10px;
}
.footer-logo {
    width: 100%;
}	
.hero h1 span {
    font-size: 44px;
}
.hero p.h1k3 {
    font-size: 22px;
}
.hero p {
    font-size: 16px;
}
.hero h1 { font-size: 28px; }
h1 {
font-size: 2rem;
}

.container {
padding: 0 12px;
}
.about-steps {
	flex-direction: column;
	align-items: center;
}

.about-step {
	width: 80%;
	margin-bottom: 30px;
}
.header-features {
	flex-direction: column;
	gap: 8px;
}

.footer-content {
	flex-direction: column;
	align-items: center;
}

.footer-links {
    margin-top: 20px;
    width: 100%;
}

.section-text {
  font-size: 14px;
}

.features .card h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.inline-flexB {
    font-size: 12px;
}

}


@media (max-width: 480px) {
	
section.features.ourjury .grid .card {
    width: 100%;
    margin: 10px 0;
}
	
.about-header h1, .section-title, .hero h1 span {
    font-size: 36px;
    line-height: normal;
}
.features h1 {
    font-size: 30px;
}

h1 {
font-size: 1.75rem;
}


p.subtitle {
font-size: 0.9rem;
}


.card h3 {
font-size: 1.1rem;
}


.card p {
font-size: 0.85rem;
}


}