body{
    background: #F5FBFF;
}
:root {
    --fcolor: #397df9;
    --mcolor: #fff;
    --navcolor: #04050E;
    --btnbg: #0a090f;
    --scolor: #397df9;
    --tcolor: #653bcf;
    --tabline: #ffb11b;
    --txtcolor: #001621;
}
.text-light{
	color: #cfcfcf !important;
}

h2 {
    font-size: 42px;
    font-weight: 700;
    color: #001621;
}
h3 {
    font-size: 24px;
    color: #001621;   
}
.h3 {
    color: #001621;   
}
h4 {
    color: #001621;
}
h5 {
    color: #001621;
}
.blackt{
    color: #001621;
}
.banner {
    min-height: 100vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: url(../images/stake-clone-script/banner-img.webp),url(../images/stake-clone-script/banner-bg.webp);
    background-position: 86% bottom, center;
    background-repeat: no-repeat;
    background-size: 40%, cover;
    color: #FFF;
}
.btn.orange-btn {  
    background: linear-gradient(90deg, #AB48FE 0%, #0AA5FE 100%);
border-radius: 33px;
    color: #fff;
    padding: 12px 64px;
    text-align: center;
    transition: .3s all ease;
    border: 0px;
}

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

#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: #C6EAFF;

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

.greybox {
    background: #C6EAFF;
    border-radius: 8px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}
.greybox h4{
    color: #001621;
}

.bac_img {
    position: absolute;
    width: 80%;
    z-index: -1;
}
.colort{
    color: #AB48FE;
}
.white_border {
    background: #E0DFFF;
    border-radius: 6px;
    padding: 30px 20px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.ts-card {
    background: #001621;
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 p,h4{
    color: #fff;
}

.owl-next,.owl-prev{
        filter: invert(1);
}

.pills {
    background: #C6EAFF;
    border-radius: 24px;
    padding: 12px 12px;
    margin: 6px;
    
}

@media (max-width: 991px) {

    .banner {
        background:linear-gradient(359.55deg, #f5fbff 0.36%, #c6eaff 99.61%);
    }
        .socitalk li a {
        padding: 5px;
        border-radius: 6px;
    }

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

    .dw{
        gap: 16px !important;
    }
    .tech_bg img{
        width: 48px;
    }

    .section{
        padding: 10px;
    }
    h2 {
        font-size: 28px;
    }
    h3{
        font-size: 20px !important;
    }
    .h3{
        font-size: 24px !important;
    }
    .icnone img {
        display: none;
    }

}