body{
    background: #090910;
}
:root{       --fcolor: #F17409;
    --mcolor: #fff;
    --navcolor: #090910;
    --btnbg: #0a090f;
    --scolor: #f17409;
    --tcolor: #592300;
    --tabline: #ffb11b;
    --txtcolor: #ccc;}
.text-light{
	color: #cfcfcf !important;
}

.colort2{
   background: linear-gradient(180deg, #F05700 0%, #F19F16 100%), #FFFFFF;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
h3 {
    font-size: 26px;
    font-weight: 700;
}
h4 {
    color: #fff;
}
h5 {
    color: #fff;
}
.banner {
    min-height: 100vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: url(../images/defi-dex-aggregator-development/banner-img.webp), url(../images/defi-dex-aggregator-development/banner-bg.webp);
    background-position: 90% bottom, center;
    background-repeat: no-repeat;
    background-size: 72vh, cover;
    color: #FFF;
}
.btn.orange-btn {
    background: linear-gradient(180deg, #F05700 0%, #F19F16 100%);
border-radius: 33px;
    color: #000;
    padding: 8px 30px;
    text-align: center;
    transition: .3s all ease;
}
/*.btn.orange-btn:hover {
    background: #96D1B9;
    border-radius: 8px;
    color: #000;

}*/
.banner_btn {
    background: linear-gradient(180deg, #F05700 0%, #F19F16 100%);
border-radius: 33px;
    padding: 8px 16px;
    transition: all .2s ease-in;
    cursor: default;
    font-size: 14px;
    color: #96D1B9;
}
.caro_border h5{
    background: linear-gradient(180deg, #F05700 0%, #F19F16 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.whitebg {
    background: #F2F2FF;
}
.cards_black2 {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #121218;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.cards_black2 p {
    text-align: center;
}
.cards_black2 h5 {
    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; 
}
.caro_border{
    padding: 20px;
    background: #121218;
border: 1px solid rgba(238, 238, 238, 0.1);
border-radius: 12px;
    height: 100%;
    transition: all .3s ease;
}
.box1{
    background:#121218;
    padding:20px 40px;
    
    width:100%;
    height:100%;
    border-radius:6px;
}
.box1:hover {
    color: #fff !important;
}
.box1 img {
    
    width: 48px;
}
.white_border {
    background: #090910;
    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:hover{

transform: translateY(-10px);

}
.greybox {
    background: #121218;
    border-radius: 8px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}
.sti-color
{
    top:100px;
    position:relative;
}
.eight{
    background:url(../images/defi-dex-aggregator-development/why-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contain {
display: flex;
flex-direction: column;
/*max-width: 480px;*/
margin: 50px auto;
height: auto; /*/ Long page for scrolling /*/
align-items: center;
position: relative;
position: sticky;
top: 220px;
}
 
.card {
width: 100%;
    min-height: 200px;
    border-radius: 32px;
    /*position: sticky;*/
    /*top: 20%;*/
    display: flex;
    align-items: self-start;
    justify-content: flex-start;


    background: #090910;
    padding: 20px;
}
.card h4{
    color: #fff;
    margin-bottom: 10px;
}
 .card.active {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.1); /* Change to desired color */
  }
/*.sti-color {
    background: linear-gradient(180deg, #121218 12%, #090910 8%);
    border-radius: 10px;
}*/

.devp h2{
    line-height: 1.8;
}
.devp h4{
    background: linear-gradient(180deg, #F05700 0%, #F19F16 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.num {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.ts-card {
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgba(144, 141, 231, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
    height: 100%;
    color: #fff;
}
@media (max-width: 991px) {
    .banner {
        background: linear-gradient(359.55deg, #090910 0.36%, #631a004f 99.61%);
    }
}

