body{
    background: #050A0D;
}
:root{       --fcolor: #F28C38;
    --mcolor: #fff;
    --navcolor: #050a0d;
    --btnbg: #0a090f;
    --scolor: #f55937;
    --tcolor: #61291d;
    --tabline: #ffb11b;
    --txtcolor: #ccc;}
.text-light{
	color: #cfcfcf !important;
}
.colort{
	color: #96D1B9;
}
.colort2{
    color: #F28C38;
}
h3 {
    font-size: 26px;
    font-weight: 700;
}
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/decentralized-exchange-development/banner-bg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}
.btn.orange-btn {
    background: #F28C38;
    border-radius: 5px;
    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: 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: #172227;
    border-radius: 12px;
    border: 0px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}
.whitebox:hover  {
    color: #050A0D
    background: none;
}
.whitebox:hover {
    background: #96D1B9;
border-radius: 12px;
}
.whitebox:hover img {
    filter: invert(1);
}
.bac_img {
    position: absolute;
    width: 100%;
    z-index: -1;
}
.card_dark {
    background: #050A0D;
    border-radius: 9px;
    padding: 32px 24px;
    height: 100%;
}
.card_dark h5 {
 color: #96D1B9;
}
.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: #172226;
border-radius: 8px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}
.greybox h4{
    color: #96D1B9;
}
.tech_bg {
    background: url(../images/decentralized-exchange-development/why-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    border-radius: 20px;
    padding: 50px;
}
.num {
        font-size: 32px;
        font-weight: 500;
    }

    .socialtalk li a {
    background: #172226;
border: 1px solid rgba(150, 209, 185, 0.5);
border-radius:30px;
    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;
}


 @media(max-width: 991px){
.banner{
    background: linear-gradient(357deg, #050a0d, #22362e);
   }
   .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;
}
 }