body{
    background: #00100F;
}
:root {
    --fcolor: #0063b5;
    --mcolor: #fff;
    --navcolor: #000;
    --btnbg: #0a090f;
    --scolor: #E32120;
    --tcolor: #653bcf;
    --tabline: #585858;
    --txtcolor: #ccc;
}
.text-light{
	color: #cfcfcf !important;
}
.colort{
    color: #E4C060;
}
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;
}
.whitebox h4 {
    color: #ffffff;
}
.whitebox:hover h4 {
  background: none;
}
.text-white li{
    padding-bottom: 10px;
}
.banner {
    min-height: 100vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: url(../images/draftkings-clone-script/banner-img.webp), url(../images/draftkings-clone-script/banner-bg.webp);
    background-position: 100% bottom, center;
    background-repeat: no-repeat;
    background-size: 92vh, cover;
    color: #FFF;
}
.btn.orange-btn {  
    background: #E4C060;
    border-radius: 33px;
    color: #000;
    padding: 12px 64px;
    text-align: center;
    transition: .3s all ease;
    border: 0px;
}
.btn.orange-btn:hover {
    background: #179550;
    border-radius: 33px;
    color: #fff;
}

.s-box {
    text-align: center;
}

.nav-tabs {
    border-bottom: 0;
    background: #2B2B2B;
        border-radius: 6px;
    padding: 4px;
        max-width: 1095px;
        margin: 0px auto;
}
.nav-tabs .nav-link.active {
     border-bottom: 0px; 
    color: #000000;
        border-radius: 6px;
    padding: 10px 20px;
}

.feat button.active
 {
    background: #e4c060 !important;
    border-radius: 6px;
    padding: 10px 20px;
    color: #000 !important;
}
.feat button {
    background: #052522 !important;
    color: #fff !important;
    padding: 10px 20px;
    border: 2px solid transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border:0px !important;
}

.whitebox
 {
    background: #052522;
    border-radius: 12px;
    border: 0px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}


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

}


.card_dark {
    background: #052522;
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%;
}
.pad-bg{
    background: #052522;
    padding: 20px;
    border-radius: 16px;
    height: 100%;
}


@media (max-width: 991px) {

    .banner {
        background: linear-gradient(359.55deg, #00100f 0.36%, #2d2000 99.61%);
    }
    .bac_img{
        display: none;
    }
    .rev-bg

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

        .nav-tabs{
        width: 100%;
    }
    .section{
        padding: 10px;
    }
    h2 {
        font-size: 28px;
    }
    h3{
        font-size: 20px !important;
    }
    .h3{
        font-size: 24px !important;
    }
    
    
}
