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

h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
h3 {
    font-size: 24px;
    color: #fff;   
}
.h3 {
    color: #fff;   
}
h4 {
    color: #fff;
}
h5 {
    color: #fff;
}
li::marker {
    color: #cf1f1f;
}
.text-white li{
    padding-bottom: 10px;
}
.banner {
    min-height: 100vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: url(../images/zed-run-clone-script/banner-img.webp), url(../images/zed-run-clone-script/banner-bg.webp);
    background-position: 100% bottom, center;
    background-repeat: no-repeat;
    background-size: 92vh, cover;
    color: #FFF;
}
.btn.orange-btn {  
    background: linear-gradient(90deg, #8C90E6 0%, #212BFE 100%);
    border-radius: 33px;
    color: #fff;
    padding: 12px 64px;
    text-align: center;
    transition: .3s all ease;
    border: 0px;
}

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

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


.greybox {
    background: #111226;
    border-radius: 8px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}
.card_dark {
    background: #111226;
    border-radius: 16px;
    padding: 24px 24px;
    height: 100%;
}
.bac_img {
    position: absolute;
    width: 70%;
    z-index: -1;
}

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

}

.white_border:hover{

transform: translateY(-10px);

}

.tech_bg {
 
    padding: 50px;
}

.ts-card {
    background: rgb(17 18 38 / 25%);
    border: 1px solid rgba(174, 141, 231, 0.1);
    border-radius: 8px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
    height: 100%;
}

@media (max-width: 991px) {

    .banner {
        background:linear-gradient(359.55deg, #04050e 0.36%, #060a5b 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;
    }

}