body{
    background: #0D0D0D;
}
:root{       
    --fcolor: #096BFF;
    --mcolor: #fff;
    --navcolor: #050a0d;
    --btnbg: #0a090f;
    --scolor:#FF9500;
    --tcolor: #61291d;
    --tabline: #ffb11b;
    --txtcolor: #ccc;}
.text-light{
	color: #cfcfcf !important;
}
.colort{
	color: #96D1B9;
   background: linear-gradient(90deg, #FF9500 18.27%, #BFEAFF 49.46%, #096BFF 80.66%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
  background-clip: text;
    font-size: 60px;
    font-weight: bold;
}
.colort2{
background: linear-gradient(90deg, #BFEAFF 29.81%, #096BFF 58.17%), #FFFFFF;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;

}
.bluet{
    color:#FF9500!important
}
h3 {
    font-size: 26px;
    font-weight: 700;
}
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}
.newpagebanner{
    position:relative;
   
    
}
.newpagebanner::before{
    content:"";
    height: 100%;
    width: 100%;
    background: url(../images/cryptocurrency-exchange-script/banb.png),url(../images/cryptocurrency-exchange-script/banb2.webp);
    background-repeat:no-repeat , no-repeat;
    background-position:top left, 100% center;
    background-size: 500px,70%;
    position: absolute;
    z-index: -1;
}
.grey-bg{
    background-color: #1D1D1D ;
    border-radius: 10px;
    height: 100%;
}
.btn.orange-btn {
    background: white;
    color: #000;
    padding: 8px 30px;
    text-align: center;
    transition: .3s all ease;
}
.btn.orange-btn:hover {
    background:#eaaf50;
    border-radius: 8px;
    color: #000;

}
.banner_btn {
    background: rgba(150, 209, 185, 0.06);
border: 1px solid rgba(139, 139, 139, 0.2);
border-radius: 6px;
    padding: 8px 16px;
    transition: all .2s ease-in;
    cursor: default;
    font-size: 14px;
    color: #96D1B9;
}
.whitebox h4{
    color: #96D1B9;
}
.whitebox:hover h4{
    color: #050A0D;
    background: none;
}
.whitebox:hover p{
    color: #050A0D;
}
.whitebox {
    background: #1D1D1D;
    border-radius: 12px;
    border: 0px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}
.whitebox:hover  {
    color: #050A0D

}
.whitebox:hover {
    background: #96D1B9;
border-radius: 12px;
}
.whitebox:hover img {
    filter: invert(1);
}
.bac_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    top:10px;
    height: 500px;
    width: 500px;
}
.card_dark {
    background:#1D1D1D;
    border-radius: 9px;
    padding: 32px 24px;
    height: 100%;
}
.card_dark h5 {
 color:white;
}
.bord_dark {
    background: #191919;
    
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%;
}
.bord_dark:hover {
    background: linear-gradient(85.06deg, #31176D 0%, #3F4CD7 54.84%, #4BB2A6 98.81%);
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%;
    color: #fff;
}
.bord_dark:hover h5{
    color: #fff;
}
.cards_black {
    border: 1px solid rgba(72, 72, 72, 0.5);
border-radius: 8px;
    height: 100%;
    margin: 10px;
    border-radius: 8px;
    padding: 20px;
    transition: .3s all ease;
}
.cards_black:hover {
background: #96D1B9;
border-radius: 8px;
}
.cards_black:hover p{
    color: #050A0D;
}
.cards_black:hover h5{
    color: #050A0D;
}
.cards_black h5{
    color: #96D1B9;
}
.cards_black:hover img {
    filter: invert(1);
}
.greybox {
    background: #1D1D1D;
border-radius: 8px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}
.greybox h4{
    color:white;
}

.num {
        font-size: 32px;
        font-weight: 500;
    }

    .socialtalk li a {
    background:black;

border-radius:13px;
    padding: 12px 18px;
    color: #FFF;
    min-width: 130px;
    text-align: center;
    justify-content: center;
}
.socialtalk li a:hover {
    
background: #96D1B9 !important;
border: 1px solid #96D1B9 !important;
border-radius: 30px !important;
    padding: 12px 18px !important;
    color: #000 !important;
}
ul.socialtalk li a:hover .socialtext {
    color: #000;
}
ul.socialtalk {
    display: flex;
    justify-content: center;
    padding: 0px;
    align-items: center;
;
    justify-content: center;
}
ul.socialtalk li {
    list-style: none;

    margin-bottom: 21px;
    display: inline-block;
}
.overflow_catd{
   position: relative;
   overflow: visible;
}
.cust_nav {
    position: sticky;
    top: 25%;
    bottom: auto;
    z-index: 10;
}
.cust_nav ul {
    list-style: none;
    padding: 0;
}
.cust_nav li {
    padding: 12px 0;
}
.content-section {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    min-height: 50vh;
    scroll-margin-top: 120px;
}

.cust_nav a:hover, .cust_nav .active-section{
    color: var(--scolor);
    font-weight: 900;
    font-size: 25px;
}
.circle {
    height: 10px;
    width: 10px;
    left: -10px;
    border-radius: 50%;
    background-color: #707070;
}
.cust_nav span {
    display: inline-block;
    position: relative;
}
.cust_nav .active-section .rect {
    width: 40px;
}
.cust_nav a:hover span, .cust_nav .active-section span {
    background-color:var(--scolor);
}
.rect {
    height: 3px;
    width: 0px;
    left: 0;
    bottom: 4px;
    background-color: #272727;
    -webkit-transition: -webkit-transform 0.6s, width 1s;
    -moz-transition: -webkit-transform 0.6s, width 1s;
    transition: transform 0.6s, width 1s;
}
.cust_nav a {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
}
.star li{
    list-style: none;
    padding: 5px 5px 5px 26px;
    background: url(../images/cryptocurrency-exchange-script/star.png);
    background-repeat: no-repeat;
     background-position: 1px 8px;

}

.owl-itemimg{
   width: 56px !important;
 }
 .owl-carousel .owl-stage{
   display: flex;
 }

 .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;
 }
 .owl-prev span,.owl-next span{
   display: none;
 }
 .yelt{
 background: linear-gradient(180deg, #FF9500 0%, #FFFFFF 100%), #FFFFFF;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
font-size: 20px;
 }
 .newu li::marker{
    color: white;
    font-size: 20px;
 }
 .caro_card{
    background-color: #1D1D1D;
    border-radius: 10px;
    padding: 26px !important;
 }
 .item{
    height: 100%!important;
 }
 .caro_card{
    height: 100%!important;
 }
 .owl-theme .owl-nav {
    order: 2;
}
.d-card{
   
    padding: 20px 10px 20px 35px;
    background:url(../images/cryptocurrency-exchange-script/star.png),#1D1D1D;
    background-repeat: no-repeat;
    background-position: 10px 22px;
     margin-bottom: 8px;
     border-radius: 6px;

}
.newf{
    background-color:#0D0D0D!important;
}
.footer_h3{
    color: white!important;
}
.fh5{
    color: white!important;
}
.colort3{
        background: linear-gradient(90deg, #FF9500 18.27%, #BFEAFF 49.46%, #096BFF 80.66%);
        background-clip: text;
         -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;  
}
 

 @media(max-width: 991px){
.newpagebanner{
    background:linear-gradient(357deg, #0d0d0d, #082f68) !important;
   }
   .colort{
    font-size:50px;
   }
   .fs{
    font-size: 30px;
    }
    .tech_bg {
    background: none;
}
.jcc{
    justify-content: center;
}
}
 @media(max-height: 820px)and (max-width: 450px) {
    .banner{
        padding-top: 90px;
    }
 }
 @media(max-width: 450px){
    ul.socialtalk {
    display: flex;
    justify-content: center;
    padding: 0px;
    align-items: center;
    flex-direction: column;
}
    .colort {
        font-size: 32px;
    }
 }
.ts-card {
    background: #1f1e19;
    border: 1px solid #ffc10726;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
    height: 100%;

}

