.crypto-futures-area-new {
    background: linear-gradient(0deg, rgb(239, 185, 17) 0%, rgb(255 255 255) 100%);
    padding: 100px 0 50px;
    padding: 100px 0 50px;
    overflow: hidden;
}

.tag-label {
    border: 1px solid #E5E5E5;
    background-color: white;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    font-weight: 600 !important;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 1rem;
    width: 180px !important;
    color: #000 !important;
}

.lightning-fast {
    color: #fff;
    font-size: 54px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.btn-yellow {
    background: #ffc400;
    color: #111;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-size: 15px;
    font-weight: 700;
    transition: .3s;
    cursor: pointer;
}

.seo-marketing-banner-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.black-titanium {
    width: 100%;
    max-width: 450px;
    height: auto;
    transition: .4s ease;
}

.black-titanium:hover {
    transform: scale(1.03);
}

.feat-futures {
    list-style: disc !important;
    padding-left: 20px;
    margin-top: 20px;
}

.feat-futures li {
    position: static;
    padding-left: 0;
    margin-bottom: 10px;
}

.feat-futures li::before {
    display: none;
}


.feat-futures li {
    position:relative;
    padding-left:6px;
    font-size:16px;
    margin-bottom:8px;
    color:#000;
}

.me-choose-area .row {
    align-items: center;
}

/* ---------- anybody can trade ---------- */

.band {
    padding-top: 70px !important;
}

.tag-label-anybody {
    border: 1px solid #fade85;
    background-color: white;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    font-weight: 600 !important;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 40px;
    width: 180px !important;
    color: #000 !important;
}

.card {
    background: #fff !important;
    border: 1px solid #fade85;
    border-radius: 15px;
    padding: 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*box-shadow: 0 4px 15px rgba(239, 185, 17, 0.25);*/
    box-shadow: rgba(239, 185, 17, 0.50) 1.95px 1.95px 2.6px;
}

.card:hover {
    border: 0px solid #3D4248;
    transform:translateY(-2px)
}

.card-feature {
    background-color: #EFB911 !important;
    border-color:#3B3322;
}

/*.anybody-title{
    margin-top: 40px;
    font-weight: 700 !important;
    color: #000 !important;
    font-size: 46px !important;
    margin-bottom: 40px !important;
}
*/
.anybody-tit {
    font-size:22px !important;
    margin-bottom:30px !important;
    font-weight: 700 !important;
    color: #EFB911 !important;
}

.card .desc {
    color:#333333 !important;
    font-size:16px !important;
    margin:0 0 17px !important;
    line-height: 1.4 !important;
}

.feat {
    list-style: disc !important;
    padding-left: 20px;
    margin-top: 20px;
}

.feat li {
    position: static;
    padding-left: 0;
    margin-bottom: 10px;
}

/* Remove custom bullet */
.feat li::before {
    display: none;
}

.feat li {
    position:relative;
    padding-left:6px;
    font-size:14.3px;
    margin-bottom:8px;
    color:#000;
}

.card-link { 
    font-weight:600;
    font-size:14.3px;
    color:#EFB911 !important;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin-top:auto;
}

.card-link:hover{
    gap:11px;
}

/* start theme-dark*/

.theme-dark .crypto-futures-area-new {
    /*background-color: #151515 !important;*/
    background: linear-gradient(0deg, rgb(239, 185, 17) 0%, rgb(17, 17, 17) 100%);
}

.theme-dark .tag-label {
    background-color: #1F1F1F !important;
    color: #fff !important;
    border: 1px solid #1F1F1F;
}

.theme-dark .card {
    background: #000 !important;
    border: 0px solid #fade85;
    /*box-shadow: none;*/
}

.theme-dark .feat-futures li {
    color: #fff;
}

.theme-dark .card:hover {
    border: 1px solid #fade85;
    transform:translateY(-2px)
}

.theme-dark .anybody-title {
   color: #fff !important;
}

.theme-dark .card .desc {
    color:#BFBFBF !important;
}

.theme-dark .feat li {
    color:#fff;
}

.theme-dark .tag-label-anybody {
    background-color: #1F1F1F !important;
    color: #fff !important;
    border: 1px solid #EFB911;
}


/* End theme-dark*/


/* ---------- Large Tablet ---------- */

@media (max-width: 991px) {

    .me-choose-area {
        padding: 80px 0;
    }

    .lightning-fast {
        font-size: 42px;
    }

    .unmatched {
        font-size: 16px;
        max-width: 100%;
    }

    .seo-marketing-banner-image {
        margin-top: 40px;
    }

    .black-titanium {
        max-width: 380px;
    }

}

/* ---------- Mobile ---------- */

@media (max-width: 767px) {

    .me-choose-area {
        padding: 60px 0;
        text-align: center;
    }

    .tag-label {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .lightning-fast {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .unmatched {
        font-size: 15px;
        line-height: 1.7;
        margin: 0 auto 25px;
    }

    .btn-yellow {
        width: 100%;
        max-width: 320px;
        padding: 14px 20px;
        font-size: 14px;
    }

    .seo-marketing-banner-image {
        margin-top: 35px;
    }

    .black-titanium {
        max-width: 280px;
    }

    .anybody-title {
        font-size: 32px !important;
    }

    .theme-dark .tag-label {
    background-color: #1F1F1F !important;
    color: #fff !important;
    border: 1px solid #1F1F1F;
}

}

/* ---------- Small Mobile ---------- */

@media (max-width: 480px) {

    .me-choose-area {
        padding: 50px 15px;
    }

    .lightning-fast {
        font-size: 28px;
    }

    .unmatched {
        font-size: 14px;
    }

    .tag-label {
        font-size: 16px;
        padding: 7px 16px;
    }

    .btn-yellow {
        font-size: 13px;
        padding: 13px 18px;
    }

    .black-titanium {
        max-width: 230px;
    }

    .anybody-title {
        font-size: 28px !important;
    }

    .theme-dark .tag-label {
    background-color: #1F1F1F !important;
    color: #fff !important;
    border: 1px solid #1F1F1F;
}

}