body{
    background: #0B0905;
}
:root {
    --fcolor: #ad7809;
    --mcolor: #fff;
    --navcolor: #191204;
    --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/bet365-clone-script/banner-img.webp), url(../images/bet365-clone-script/banner-bg.webp);
    background-position: 90% bottom, center;
    background-repeat: no-repeat;
    background-size: 64vh, cover;
    color: #FFF;
}
.btn.orange-btn {  
    background: #FFC549;
    border-radius: 33px;
    color: #000;
    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: #2B1A02;

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

.greybox {
    background: #3C3012;
    border-radius: 8px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}
.card_dark {
    background: #2B1A02;
    border-radius: 16px;
    padding: 24px 24px;
    height: 100%;
}
.white_border {
    background: #2B1A02;
    border-radius: 6px;
    padding: 30px 20px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;

}

.card_dark2 {
    background: #3C3012;
    border-radius: 16px;
    padding: 24px 24px;
    height: 100%;
}

@media (max-width: 991px) {

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

}