﻿
     .banner-top.style-1 .banner-top__content .sale-top p { 
    color: #ff9d19;
}
    .banner-top.style-1 .banner-top__content .sale-top {
        padding-right: 10px;
        text-transform: uppercase;
            padding: 13px;
    }
   .btn-action span.icon-arrow { 
    background: #101736; 
}

   .btn-action span.icon-arrow:before {
    font-size: 15px;
    font-weight: 900;
    background: linear-gradient(294.72deg, #FF4581 9.05%, #4388DD 79.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffffc4;
    transform: rotate(-90deg);
    color: #fff;
    opacity: 1;
}
   form button.btn-action {
    margin-top: 6px;
    padding: 10px 39px;
    color: #000000;
}

 @media (max-width: 768px) {
   .banner-top.style-1 .banner-top__content .desc {
    font-size: 15px;
    margin-top: 12px;
    padding-right: 20%;
    color: #F6F6F6;
} 

   .home-main .about {
    padding: 30px 0;
}

       .banner-top.style-1 {
        padding: 131px 0 35px;
    }

        .block-text h3 {
    font-size: 23px;
}

        .home-main p {
    color: #F6F6F6;
    font-size: 14px;
}

        h5, .h5 {
    font-size: 20px;
}

        .road-map.style-4 .block-text .heading {
        font-size: 22px;
        font-family: "Poppins";
        text-transform: none;
    }

    .box-roadmap h5 {
            font-size: 17px;
    }

    .home-main p {
    color: #F6F6F6;
    font-size: 13px;
}

    .section-faq.style-1 .section-faq__main .flat-tabs .content-tab .flat-toggle { 
    padding: 20px 25px 20px 38px; 
}
    .section-faq.style-1 .section-faq__main .flat-tabs .content-tab .flat-toggle .toggle-title { 
    font-size: 15px;
}
    .radio-list li {
    margin-bottom: 8px;
    font-size: 13px;
}
    .contact .contact__list li { 
    margin-bottom: 18px;
}
    .contact .contact__list li h5 {
    margin-left: 24px;
    margin-bottom: 0;
    margin-top: 7px;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0.2px;
    font-size: 15px;
}

    .contact .contact__list li .icon {
    min-width: 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid transparent;
    background: #050231;
    background-clip: padding-box;
}

    .contact .contact__list li .icon span {
    font-size: 15px;
}

    .contact  .contact__list .icon img {
    height: 23px;
}

    .footer.style-2 .footer__top .content form input {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
    padding: 13px 24px;
    margin-bottom: 20px !important;
}

}

 .banner-top.style-1 {
    padding: 231px 0 0; 
}

   .style-1212 {
    padding: 0 0 99px; 
}
   .banner-top  .about__image img {
              max-width: 245px;
    margin-top: -90px;
    }


    @media (max-width: 768px) {
    .banner-top.style-1 {
        padding: 131px 0 35px!important;
    }
}
     @media (max-width: 768px) {
    .hide-mobile-banner-img {
        display: none !important;
    }
}



/*==========================================================*/

  /* Promo Section - Below First Banner */
    .promo-crypto {
        position: relative;
        padding: 90px 0;
        background:
            radial-gradient(circle at 85% 25%, rgba(0, 245, 214, 0.18), transparent 35%),
            radial-gradient(circle at 15% 80%, rgba(255, 157, 25, 0.12), transparent 30%),
            linear-gradient(180deg, #050713 0%, #080d24 100%);
        overflow: hidden;
    }

    .promo-crypto:before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(0, 245, 214, 0.05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 245, 214, 0.05) 1px, transparent 1px);
        background-size: 42px 42px;
        opacity: 0.35;
        pointer-events: none;
    }

    .promo-card {
        position: relative;
        border: 1px solid rgba(0, 245, 214, 0.28);
        border-radius: 28px;
        padding: 42px;
        background: rgba(5, 9, 28, 0.82);
        box-shadow: 0 0 45px rgba(0, 245, 214, 0.12);
        backdrop-filter: blur(8px);
    }

    .promo-label {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 9px 18px;
        border-radius: 50px;
        background: linear-gradient(90deg, #00e0c6, #ffcf4a);
        color: #050713;
        font-size: 15px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 18px;
    }

    .promo-crypto .title {
        font-size: 48px;
        line-height: 1.15;
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 18px;
    }

    .promo-crypto .title span {
        display: block;
        background: linear-gradient(294.72deg, #00f5d4 9.05%, #ffcf4a 79.28%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .promo-crypto .desc {
        font-size: 17px;
        line-height: 1.8;
        color: #cfd6ff;
        max-width: 680px;
        margin-bottom: 28px;
    }

    .promo-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: 30px;
    }

    .promo-feature {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px 18px;
        border: 1px solid rgba(0, 245, 214, 0.24);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.045);
    }

    .promo-feature .icon {
        min-width: 44px;
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 245, 214, 0.13);
        color: #00f5d4;
        font-size: 19px;
    }

    .promo-feature h5 {
        margin: 0;
        color: #ffffff;
        font-size: 17px;
        text-transform: none;
    }

    .promo-feature p {
        margin: 3px 0 0;
        color: #aeb8df;
        font-size: 13px;
        line-height: 1.4;
    }

    .promo-package {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding: 20px 24px;
        border-radius: 20px;
        border: 1px solid rgba(255, 207, 74, 0.35);
        background: linear-gradient(90deg, rgba(255, 207, 74, 0.12), rgba(0, 245, 214, 0.08));
    }

    .promo-package small {
        display: block;
        color: #ffcf4a;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 4px;
    }

    .promo-package h4 {
        margin: 0;
        color: #ffffff;
        font-size: 24px;
        text-transform: uppercase;
    }

    .promo-price {
        font-size: 48px;
        font-weight: 900;
        line-height: 1;
        color: #00f5d4;
        white-space: nowrap;
    }

    .promo-price span {
        color: #ffffff;
        font-size: 28px;
    }

    .coin-orbit {
        position: relative;
        min-height: 510px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .orbit-glow {
        position: absolute;
        width: 330px;
        height: 330px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(0, 245, 214, 0.32), transparent 65%);
        filter: blur(6px);
    }

    .coin-stack {
        position: relative;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        border: 1px solid rgba(0, 245, 214, 0.28);
        background: rgba(255, 255, 255, 0.035);
        box-shadow: inset 0 0 35px rgba(0, 245, 214, 0.08);
    }

    .coin {
        position: absolute;
        width: 112px;
        height: 112px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 38px;
        font-weight: 900;
        box-shadow: 0 16px 38px rgba(0, 0, 0, 0.35);
    }

    .coin.btc {
        top: -20px;
        left: 120px;
        background: linear-gradient(145deg, #ffcf4a, #d58b00);
    }

    .coin.eth {
        right: -25px;
        top: 130px;
        background: linear-gradient(145deg, #5965ff, #151c66);
    }

    .coin.sol {
        bottom: -15px;
        left: 122px;
        background: linear-gradient(145deg, #00f5d4, #8c4dff);
    }

    .coin.trc {
        left: -25px;
        top: 130px;
        background: linear-gradient(145deg, #ff345f, #7e061c);
    }

    .center-badge {
        position: absolute;
        inset: 50%;
        transform: translate(-50%, -50%);
        width: 178px;
        height: 178px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(145deg, #09102d, #020512);
        border: 1px solid rgba(0, 245, 214, 0.35);
        box-shadow: 0 0 38px rgba(0, 245, 214, 0.22);
        text-align: center;
    }

    .center-badge strong {
        color: #ffffff;
        font-size: 24px;
        line-height: 1;
    }

    .center-badge span {
        margin-top: 8px;
        color: #00f5d4;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .promo-trust {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 24px;
    }

    .promo-trust span {
        padding: 10px 14px;
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.08);
        color: #e8ebff;
        font-size: 13px;
        font-weight: 700;
    }

     @media (max-width: 991px) {
        .promo-crypto {
            padding: 55px 0;
        }

        .promo-card {
            padding: 28px;
        }

        .promo-crypto .title {
            font-size: 34px;
        }

        .promo-features {
            grid-template-columns: 1fr;
        }

        .coin-orbit {
            min-height: 420px;
            margin-top: 35px;
        }

        .coin-stack {
            width: 285px;
            height: 285px;
        }

        .coin {
            width: 88px;
            height: 88px;
            font-size: 27px;
        }

        .coin.btc {
            left: 98px;
        }

        .coin.eth {
            top: 102px;
        }

        .coin.sol {
            left: 98px;
        }

        .coin.trc {
            top: 102px;
        }

        .center-badge {
            width: 145px;
            height: 145px;
        }

        .promo-package {
            flex-direction: column;
            align-items: flex-start;
        }
    }

   @media (max-width: 576px) {
        .promo-card {
            
            padding: 45px 18px 24px;
        }

        .promo-crypto .title {
            font-size: 28px;
        }

        .promo-crypto .desc {
            font-size: 14px;
        }

        .promo-price {
            font-size: 40px;
        }
    }