body{
    background: #00000C;
}
:root{    --fcolor: #F5F14D;
    --mcolor: #fff;
    --navcolor: #00000c;
    --btnbg: #0a090f;
    --scolor: #f5f14d;
    --tcolor: #f5f14d;
    --tabline: #ffb11b;
    --txtcolor: #ccc;}
.text-light{
	color: #cfcfcf !important;
}
.colort{
	color: #F5F14D;
}
h3 {
    font-size: 26px;
    font-weight: 700;
}
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/erc20-token-development/banner-bg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}
.btn.orange-btn {
    background: #F5F14D;
    border-radius: 5px;
    color: #000;
    padding: 8px 30px;
    text-align: center;
    transition: .3s all ease;
}
.btn.orange-btn:hover {
    background: #ffffff;
    border-radius: 8px;
    color: #000;

}
.cards_black {
    height: 100%;
    margin: 10px;
    border-radius: 8px;
    background-color: transparent;
    padding: 20px;
    transition: .3s all ease;
}
.cards_black:hover {
background: #F5F14D;
}

.caro_border{
    padding: 20px;
    border: 1px solid rgba(203, 244, 143, 0.23);
    border-radius: 8px;
    height: 100%;
    transition: all .3s ease;
}
.cards_black h5{
    color: #F5F14D;
}
.cards_black:hover h5{
    color: #000;
}

.cards_black:hover{
    background: #F5F14D;
    border-radius: 8px;
}
.cards_black:hover p{
    color: #000;
}
.cards_black:hover img {
    filter: invert(1);
}
.caro_border h5{
    color: #F5F14D;
}
/*.caro_border:hover h5{
    color: #000;
}
.caro_border:hover{
    background: #F5F14D;
    border-radius: 8px;
    height: 100%;
    color: #FFF;
}
.caro_border:hover p,h3 {
    color: #000;
    transition: all .3s ease;
}
.caro_border:hover img {
    filter: invert(1);
}*/

.bac_img {
    position: absolute;
    width: 100%;
}
.card_dark {
    background: #0D0D1B;
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%;
    position: relative;
}
.card_dark h3{
    color: #F5F6FB;
}
.bg-color {
    background: #FFFFFF;
}
.white_border {
    background: #F5F6FB;
    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 p{
 color: #000;
}
.white_border h3{
 color: #000;
}
.white_border:hover{
 background: #F5F14D;
border-radius: 6px;
transform: translateY(-10px);

}

.cards_black2 {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(203, 244, 143, 0.2);
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.cards_black2:hover{
    background: #F5F14D;
    border-radius: 8px;
}
.cards_black2:hover p{
    color: #000;
}
.cards_black2:hover img {
    filter: invert(1);
}
.cards_black2 h5{
    color: #F5F14D;
}
.cards_black2:hover h5{
    color: #000;
}
.cards_black2 p{
    text-align: center;
}

#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; 
}
.why_bg {
    overflow-x: hidden;
    background: url(/images/erc20-token-development/why-bg.webp) center center / cover no-repeat;
    background-position: center center;
}
.ecc_right {
    background: url(../images/1fantasy_football/Ellipse_right.webp);
    background-position: right;
    background-size: 15%;
    background-repeat: no-repeat;
}
.img_sec {
    position: absolute;
    z-index: -1;
    width: 20%;
    height: auto;
    top: 5%;
}
.img_sec.left {
    left: 0;
}
.img_sec.right {
    right: 0;
}
@media (max-width: 991px) {
    
        .full_bg {
            background: none;
        }

    .banner {
        background: linear-gradient(359.55deg, #00000C 0.36%, #f5f14d4f 99.61%);

    }
    .why_bg {
        background: none;
    }
}