body{
    background: #000012;
}
:root {
    --fcolor: #0063b5;
    --mcolor: #fff;
    --navcolor: #000;
    --btnbg: #0a090f;
    --scolor: #E32120;
    --tcolor: #653bcf;
    --tabline: #585858;
    --txtcolor: #ccc;
}
.text-light{
	color: #cfcfcf !important;
}
.colort{
    color: #9933FF;
}
h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
h3 {
    font-size: 24px;
    color: #fff;   
}
.h3 {
    color: #fff;   
}
h4 {
    color: #fff;
}
h5 {
    color: #fff;
}

.banner {
    min-height: 100vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: url(../images/future-trading-clone-script/banner-img.webp), url(../images/future-trading-clone-script/banner-bg.webp);
    background-position: 100% , center;
    background-repeat: no-repeat;
    background-size: 76vh, cover;
    color: #FFF;
}
.btn.orange-btn {  
    background: #9933FF;
    border-radius: 33px;
    color: #fff;
    padding: 12px 64px;
    text-align: center;
    transition: .3s all ease;
    border: 0px;
}
.btn.orange-btn:hover {
    background: #fff;
    border-radius: 33px;
    color: #9933FF;
}

.white_border {
    background: #150F1C;border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;

}


.nav-tabs {
    border-bottom: 0;
    background: #2B2B2B;
        border-radius: 6px;
    padding: 4px;
        max-width: 1095px;
        margin: 0px auto;
}
.nav-tabs .nav-link.active {
     border-bottom: 0px; 
    color: #000000;
        border-radius: 6px;
    padding: 10px 20px;
}

.feat button.active
 {
    background: #9933FF !important;
    border-radius: 6px;
    padding: 10px 20px;
    color: #fff !important;
}
.feat button {
    background: #150F1C !important;
    color: #fff !important;
    padding: 10px 20px;
    border: 2px solid transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border:0px !important;
}

.whitebox h4 {
    color: #ffffff;
}
.whitebox:hover h4 {
    color: #fff;
  background: none;
}
.whitebox
 {
    background: #150F1C;
    border-radius: 12px;
    border: 0px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}

.ts-card {
    background: #150F1C;
    border: 1px solid rgba(144, 141, 231, 0.1);
    border-radius: 8px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
    height: 100%;
    color: #fff;
}

.ts-card h4{
    color: #9933FF;
}

.card_dark {
    background: #150F1C;
    border-radius: 16px;
    padding: 24px 24px;
    height: 100%;
}
.num {
    font-size: 32px;
    font-weight: 500;
    color: #9933FF;
}
/*.stickysec{
    overflow: inherit;
}

.stic-content {
    position: sticky;
    top: 50px;
}
.stictit {
    padding: 10%;
    margin: 0 0 0 -50px;
    padding-left: 70px;
}*/

@media (max-width: 991px) {

    .banner {
        background: linear-gradient(359.55deg, #000012 0.36%, #390073 99.61%);
    }
    .bac_img{
        display: none;
    }
    .rev-bg

 { background:none; }
    
}
@media (max-width: 650px) {

        .nav-tabs{
        width: 100%;
    }
    .section{
        padding: 10px;
    }
    h2 {
        font-size: 28px;
    }
    h3{
        font-size: 20px !important;
    }
    .h3{
        font-size: 24px !important;
    }
    
    
}
