:root {
    --primary-black-color: #050507;
    --secondary-black-color: #0A0715;
    --primary-deep-navy-color: #0E1020;
    --primary-orange-color: #FF6A00;
    --secondary-orange-color: #FF7B00;


}

body {
    height: fit-content;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: var(--primary-black-color) !important;
    color: #FFFFFF !important;
    /* border: 1px solid red; */
}

.h-60 {
    height: 60px !important;
    border-bottom: 1px solid #FFFFFF1A;
}

.header-main {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.navbar{
    background-color: var(--primary-black-color);
    z-index: 999;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header-container {
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo {
    height: 40px;
    width: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: white !important;
}

.nav-links li {
    cursor: pointer;
    white-space: nowrap;
    color: white !important;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
}

.login-btn,
.btn-main {
    white-space: nowrap;
}

/* Large Laptop */
@media (max-width: 1200px) {
    .nav-links {
        gap: 20px;
    }

    .header-container {
        padding: 0 20px;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .nav-links {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .header-actions {
        gap: 10px;
    }

    .btn-main,
    .login-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .header-container {
        padding: 0 16px;
    }

    .logo {
        height: 32px;
    }

    .header-actions {
        display: none;
    }

    .menu-toggle {
        display: block;
        font-size: 24px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .header-main {
        height: 60px;
    }

    .header-container {
        padding: 0 12px;
    }

    .logo {
        height: 28px;
    }

    .menu-toggle {
        font-size: 22px;
    }
}

.text-decoration-none {
    text-decoration: none !important;
}

ul {
    list-style-type: none;
    gap: '50px';
}

.login-btn {
    border: 1px solid white;
    border-radius: 8px;
    background: transparent;
    color: white;
    display: flex;
    gap: '0px';
    font-size: 14px;
    padding: 7px 18px 7px 12px;
}

.fs-12 {
    font-size: 12px;
}

.w-content {
    width: fit-content;
}

.border-main {
    border: 1px solid #FFFFFF5A;
}

.border-10 {
    border-radius: 5px;
}

.fs-72 {
    font-size: 72px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.fs-8 {
    font-size: 8px !important;
    line-height: normal !important;
}

.fs-10 {
    font-size: 10px !important;
    line-height: normal !important;
}

.fs-12 {
    font-size: 12px !important;
    line-height: normal !important;
}

.fs-14 {
    font-size: 14px !important;
    line-height: normal !important;
}

.fs-16 {
    font-size: 16px !important;
    line-height: normal !important;
}

.fs-18 {
    font-size: 18px !important;
    line-height: normal !important;
}

.fs-20 {
    font-size: 20px !important;
    line-height: normal !important;
}

.fs-24 {
    font-size: 24px !important;
    line-height: normal !important;
}

.fs-28 {
    font-size: 28px !important;
    line-height: normal !important;
}

.fs-30 {
    font-size: 30px !important;
    line-height: normal !important;
}

.fs-32 {
    font-size: 32px !important;
    line-height: normal !important;
}

.fs-36 {
    font-size: 36px !important;
    line-height: normal !important;
}
.fs-42 {
    font-size: 42px !important;
    line-height: normal !important;
}

.h-content {
    height: fit-content;
}

.btn-main {
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    padding: 7px 25px;
    background: linear-gradient(90deg,
            #FF6A00 0%,
            #FF2D95 40%,
            #7B2CFF 70%,
            rgb(43, 12, 253));
}

.fw-bold {
    font-weight: bold;
}

.gradient-text {
    width: fit-content;
    background: linear-gradient(90deg,
            #FF6A00 0%,
            #FF2D95 50%,
            #7B2CFF 100%);
    /* rgb(43, 12, 253)); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 24px;
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    background-image: url("/assets/images/check.png");
    /* your icon path */
    background-size: contain;
    background-repeat: no-repeat;
}
.custom-list2 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    background-image: url("/assets/images/orange-check.png");
    /* your icon path */
    background-size: contain;
    background-repeat: no-repeat;
}

/* .main-img{
    position: relative;
    background: url('/assets/images/pc.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;

} */

.pc-image {
    position: absolute;
    height: 100%;
    width: 100%;
}

.hero-image {
    position: relative;
    overflow: hidden;
}

.hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.border-50 {
    border-radius: 50%;
}

.bg-main {
    background: linear-gradient(90deg,
            #FF6A00 0%,
            #FF2D95 50%,
            #7B2CFF 100%);
}

.text-purple{
    color: #7B2CFF !important;
}
.text-orange{
    color: #FF6A00;
}

.bg-black {
    background-color: var(--primary-deep-navy-color);
}

.border-light-main {
    border: 1px solid #FFFFFF1A;
}

.p-custom {
    padding: 0.2px;
}
.p-custom2 {
    padding: 1px;
}

.hero-image img {
    width: 100%;
    height: 100%;
    max-height: 470px !important;
    object-fit: contain;

    -webkit-mask-image: linear-gradient(to right,
            transparent 0%,
            black 20%,
            black 100%);

    mask-image: linear-gradient(to right,
            transparent 0%,
            black 20%,
            black 100%);
}


.flow,.feature-card {
    position: relative;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    max-width: 24%;
}
.border-15{
    border-radius: 15px;
}
.flow:hover, .feature-card:hover {
    box-shadow:
        0 0 20px rgba(255, 106, 0, 0.2),
        0 0 40px rgba(123, 44, 255, 0.15);
}

.flow::before, .feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1.5px; /* border thickness */
    background: linear-gradient(
        90deg,
        #FF6A00 0%,
        #FF2D95 40%,
        #7B2CFF 70%,
        rgb(43, 12, 253) 100%
    );
    
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.p-custom{
    position: relative;
}
.whitespace{
    white-space: nowrap;
}
.number{
    position: absolute;
    padding: 2px;
    background-color: rgb(43, 12, 253);
    color: white;
    top: -10px;
    left: -30px;
    border-radius: 50px;
    padding: 2px 9px;
}
.flow:hover::before {
    opacity: 1;
}

.flow:hover {
    transform: translateY(-5px);
}

.tesla-img{
    border: 1px solid red;
    height: 250px;
    background: url('/assets/images/Tesla.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .hero-image {
        display: none !important;
    }
}

/* .img-content{
overflow: hidden;
} */

.drop-shadow {
    filter:
        brightness(1.03)
        saturate(1.1)
        drop-shadow(0 0 50px #FF6A002A)
        drop-shadow(0 0 100px #FF2D953A)
        drop-shadow(0 0 200px #7B2CFF5A);
}

.feature-card{
    width: calc(25% - 12px) !important;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 768px){
    .feature-card{
        min-width: 100% !important;
        width: 100% !important;
    }
}



.banner {
    width: 100%;
    min-height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;

    padding: 28px 42px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    background:
        radial-gradient(circle at left center,
            rgba(255, 106, 0, 0.22),
            transparent 28%),

        radial-gradient(circle at 75% 20%,
            rgba(123, 44, 255, 0.22),
            transparent 35%),

        linear-gradient(90deg,
            #17030A 0%,
            #19051B 35%,
            #140826 65%,
            #0D1134 100%);

    border: 1px solid rgba(255, 255, 255, 0.06);

    box-shadow:
        inset 0 -50px 80px rgba(0, 0, 0, 0.45),
        0 0 60px rgba(123, 44, 255, 0.08);
}

/* LEFT SIDE GLOW */

.banner::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -160px;
    top: 50%;
    transform: translateY(-50%);

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(255, 106, 0, 0.45) 0%,
            rgba(255, 45, 149, 0.22) 40%,
            transparent 70%);

    filter: blur(70px);
}

/* RIGHT SIDE BLUE */

.banner::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    top: -120px;

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(123, 44, 255, 0.28),
            transparent 70%);

    filter: blur(80px);
}

/* ---------------- LEFT ---------------- */

.left {
    width: 310px;
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;
}

.wolf-wrapper {
    position: relative;
    width: 240px;
    height: 200px;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* BIG CENTER GLOW */

.wolf-wrapper::before {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;
    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(255, 106, 0, 0.9),
            rgba(255, 45, 149, 0.45),
            rgba(123, 44, 255, 0.15),
            transparent 72%);

    filter: blur(28px);
}

/* EXTRA FLOOR LIGHT */

.wolf-wrapper::after {
    content: "";
    position: absolute;
    bottom: 8px;

    width: 180px;
    height: 26px;

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(255, 106, 0, 0.65),
            transparent 70%);

    filter: blur(12px);
}

.wolf-circle {
    width: 150px;
    height: 150px;

    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;
}

.wolf-logo {
    height: 200px;
    object-fit: contain;

    filter:
        drop-shadow(0 0 10px #FF6A00)
        drop-shadow(0 0 24px rgba(255, 45, 149, 0.5))
        drop-shadow(0 0 40px rgba(123, 44, 255, 0.3));
}

/* FLOATING ICONS */

.coin {
    position: absolute;
    width: 52px;
    z-index: 5;

    animation: float 4s ease-in-out infinite;

    filter:
        drop-shadow(0 0 12px rgba(255,255,255,0.15))
        drop-shadow(0 0 24px rgba(255,106,0,0.2));
}

.btc {
    top: 6px;
    left: 6px;
}

.apple {
    left: 0;
    bottom: 22px;
    animation-delay: .8s;
}

.chart {
    right: 10px;
    top: 0;
    animation-delay: 1.2s;
}

.tesla {
    right: -2px;
    bottom: 38px;
    animation-delay: 1.8s;
}

/* ---------------- CONTENT ---------------- */

.content {
    flex: 1;
    position: relative;
    z-index: 2;
    color: white;
}

.content h3 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;

    margin-bottom: 10px;
}

.content p {
    font-size: 15px;
    line-height: 1.6;

    color: rgba(255,255,255,.72);

    max-width: 620px;
    margin-bottom: 22px;
}

.gradient-text {
    background:
        linear-gradient(90deg,
            #FF6A00,
            #FF2D95,
            #A855FF);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.border-custom-main{
    border: 1px solid #FFFFFF2A;
}
/* BUTTONS */

.buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.store-img {
    height: 46px;
    object-fit: contain;
}

/* WEB BUTTON */

.trade-box {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 14px;

    border-radius: 14px;

    background:
        rgba(255,255,255,0.05);

    border:
        1px solid rgba(255,255,255,0.08);

    backdrop-filter: blur(12px);
}

.trade-box svg {
    width: 32px;
    height: 32px;
}

.trade-box span {
    display: block;
}

.trade-box .small {
    font-size: 11px;
    color: rgba(255,255,255,.58);
}

.trade-box .big {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

/* ANIMATION */

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* RESPONSIVE */

@media(max-width:900px){

    .banner{
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
    }

    .content p{
        margin-inline: auto;
    }

    .buttons{
        justify-content: center;
    }

    .content h3{
        font-size: 34px;
    }
}

@media(max-width:600px){
.border-custom-main{
    border: none;
}
    .banner{
        padding: 24px 18px;
        border-radius: 20px;
    }

    .wolf-wrapper{
        transform: scale(.82);
    }

    .content h3{
        font-size: 26px;
    }

    .content p{
        font-size: 14px;
    }

    .store-img{
        height: 42px;
    }
}