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;
    }

}
/* feature-card */
.feature-card {
    position: relative;
    background: linear-gradient(135deg, #1b1b1b 0%, #2b2b2b 100%);
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 20px;
    padding: 35px 25px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,193,7,.08), transparent);
    opacity: 0;
    transition: .4s;
}

.feature-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: #ffc107;
    box-shadow: 0 15px 35px rgba(255, 193, 7, 0.25);
}

.feature-card:hover::before {
    opacity: 1;
}

.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffd54f, #ff9800);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: .4s;
}

.feature-card:hover .icon-box {
    transform: rotate(-8deg) scale(1.08);
}

.icon-box i {
    font-size: 30px;
    color: #000;
}

.feature-card h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-card p {
    color: rgba(255,255,255,.75);
    margin-bottom: 0;
    line-height: 1.8;
}

body {
    background: #000;
}

.license-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px;
    border-radius: 20px;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,193,7,.2);
    transition: all .4s ease;
    overflow: hidden;
}

.license-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #ffd54f, #ff9800);
    transition: .4s;
}

.license-card:hover {
    transform: translateY(-8px);
    border-color: #ffc107;
    box-shadow: 0 15px 35px rgba(255,193,7,.2);
}

.license-card:hover::before {
    width: 100%;
    opacity: .08;
}

.license-icon {
    min-width: 75px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd54f, #ff9800);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    transition: .4s;
    z-index: 2;
}

.license-card:hover .license-icon {
    transform: rotate(10deg) scale(1.1);
}

.license-content {
    position: relative;
    z-index: 2;
}

.license-content h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.license-content ul li {
    color: #d8d8d8;
    padding: 6px 0;
    font-size: 15px;
}
.compliance-card {
    background: linear-gradient(145deg, #151515, #222);
    border: 1px solid rgba(255, 193, 7, .15);
    border-radius: 22px;
    padding: 30px;
    transition: .35s ease;
    height: 100%;
}

.compliance-card:hover {
    transform: translateY(-8px);
    border-color: #ffc107;
    box-shadow: 0 15px 35px rgba(255, 193, 7, .15);
}

.title-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.title-icon {
    width: 65px;
    height: 65px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffd54f, #ff9800);
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-icon i {
    font-size: 30px;
    color: #000;
}

.title-box h3 {
    color: #fff;
    margin-bottom: 2px;
    font-weight: 700;
}

.title-box small {
    color: #bdbdbd;
}

.feature-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-item i {
    color: #ffc107;
    font-size: 22px;
    min-width: 24px;
    margin-top: 3px;
}

.feature-item h6 {
    color: #fff;
    margin-bottom: 6px;
    font-weight: 600;
}

.feature-item p {
    color: #bdbdbd;
    margin-bottom: 0;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .compliance-card {
        padding: 22px;
    }

    .title-box {
        flex-direction: column;
        text-align: center;
    }

    .feature-item {
        gap: 14px;
    }
}

@media (max-width: 576px) {

    .license-card {
        flex-direction: column;
        text-align: center;
        padding: 22px;
    }

    .license-icon {
        width: 65px;
        height: 65px;
        min-width: 65px;
        font-size: 28px;
    }

    .license-content h4 {
        font-size: 22px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .feature-card {
        padding: 25px 20px;
    }

    .icon-box {
        width: 42px;
        height: 42px;
    }

    .icon-box {
    /* width: 70px;
    height: 70px; */
    border-radius: 8px;
    background: linear-gradient(135deg, #ffd54f, #ff9800);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: .4s;
}

    .icon-box i {
        font-size: 26px;
    }

    .feature-card h4 {
        font-size: 20px;
    }
}