body{
    background: #0A0101;
}
:root {
    --fcolor: #f5888b;
    --mcolor: #fff;
    --navcolor: #0a0101;
    --btnbg: #0a090f;
    --scolor: #E32120;
    --tcolor: #653bcf;
    --tabline: #585858;
    --txtcolor: #ccc;
}
.text-light{
	color: #cfcfcf !important;
}
.colort{
    color: #F5888B;
}
li::marker {
    color: #f5888b;
}
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/cryptocurrency-mlm-software-development/banner-bg.webp);
    
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}
.btn.orange-btn {  
    background: #F5888B;
    border-radius: 33px;
    color: #000;
    padding: 12px 64px;
    text-align: center;
    transition: .3s all ease;
    border: 0px;
}
.btn.orange-btn:hover {
    background: #fff;
    border-radius: 33px;
    color: #0A0101;
}

#bitpay_caro .owl-prev,#bitpay_caro .owl-next{
    height: 50px;
    width: 50px;
    border: 1px solid #212529;
    border-radius: 34px;
}
.owl-prev {
    background: url(/images/fantasy-sports-development/left-arrow.png) !important;
    width: 40px;
    height: 40px;
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 30px !important;
}
.owl-next {
    background: url(/images/fantasy-sports-development/right-arrow.png) !important;
    width: 40px;
    height: 40px;
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}
#bitpay_caro .owl-prev span,#bitpay_caro .owl-next span{
    display: none;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
#bitpay_caro {
    display: flex !important
;
    flex-direction: column-reverse;
}
#bitpay_caro .item {
    height: 100%;
}
#bitpay_caro .item h3{
    color: #CBF48F;
}
#bitpay_caro .item:hover h3{
    color: #000;
}
#bitpay_caro .owl-prev, #bitpay_caro .owl-next {
    height: 50px;
    width: 50px;
    border: 1px solid #ffffff;
    border-radius: 34px;
}
/*.bg-color2 {
    background: #0D0D1B;
}

.topmenu .megadropdown >li.select > a {
    background: url(../images/nextarrow.svg) #49470c;
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 17px;
    border-radius: 4px;
    color: #fff !important;
}*/
.aerow {
    background: url(../images/erc20-token-development/arrow.svg);
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
    background-position: left;
}
.owl-carousel .owl-item img {
    display: block;
     width: unset !important; 
}
.caro_border{
    padding: 20px;
    background: #160C0C;

border-radius: 12px;
    height: 100%;
    transition: all .3s ease;
}

.card_dark
 {
    background: #160C0C;
    border-radius: 16px;
    padding: 24px 24px;
    height: 100%;
}

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

.greybox {
    background: #160C0C;
    border-radius: 8px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}

.ts-card {
    background: #160C0C;
    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;
}

.num {
    font-size: 32px;
    font-weight: 500;
    color: #F5888B;
}
@media (max-width: 991px) {

    .banner {
        background: linear-gradient(359.55deg, #0a0101 0.36%, #472627 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;
    }
    
    
}
