body{
    background: #110404;
}
:root{ --fcolor: #FF0F0F;
    --mcolor: #fff;
    --navcolor: #110404;
    --btnbg: #0a090f;
    --scolor: #ff0f0f;
    --tcolor: #590d0d;
    --tabline: #ffb11b;
    --txtcolor: #fff;}
.text-light{
	color: #cfcfcf !important;
}
.colort{
	color: #FF0F0F;
}
h3 {
    font-size: 26px;
    font-weight: 700;
}
.fs{
    font-size: 67px;
}
.lh {
    line-height: 200%;
}
.font-s{
    font-size: 45px;
}
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/tron-token-development/banner-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px !important;
}
.btn.orange-btn {
    background: #fff;
    border-radius: 5px;
    color: #000;
    padding: 8px 30px;
    text-align: center;
    transition: .3s all ease;
}
.btn.orange-btn:hover {
    background: #FF0F0F;
    border-radius: 8px;
    color: #fff;

}
.service-bg {
    background: url(../images/tron-token-development/tron-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    
}
.socialtalk li a {
    background-color: #FF0F0F;
    border: 1px solid #FF0F0F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    padding: 12px 18px;
    color: #FFF;
    min-width: 130px;
    text-align: center;
    justify-content: center;
}
.socialtalk li a:hover {
    background-color: #fff !important;
    border: 1px solid #ff0f0f !important;
    border-radius: 100px !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;
}
.cards_black {
    height: 100%;
    margin: 10px;
    background: #201010;
border: 1px solid #5a1b1b52;
border-radius: 10px;    
    padding: 20px;
    transition: .3s all ease;
}
.cards_black:hover {
    background: linear-gradient(256.42deg, #210D0D 4%, #620000 98.88%);
border: 1px solid #A01717;
border-radius: 10px;
}
.cards_black1 {
    height: 100%;
    margin: 10px;
    background: #201010;
border: 1px solid #5A1B1B;
border-radius: 10px;    
    padding: 20px;

    transition: .3s all ease;
}
.cards_black1:hover {
    background: url(../images/tron-token-development/card-bg.webp);
border-radius: 10px;
box-shadow: 1px 1px 0px #FF0F0F;
height: 100%;
    margin: 10px;
   background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.greybox {
    background: #201010;
border: 1px solid #302D2D;
border-radius: 10px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}
.greybox:hover {
    background: linear-gradient(256.3deg, #1F0808 1.51%, #730909 52.31%, #F82A2A 98.96%);
border: 1px solid #3D2525;
border-radius: 10px;
}
.greybox:hover h4{
    color: #fff;
}

.services-bg{
background: url(../images/tron-token-development/service.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;   
}
.wrapperbg{
    margin: 3%;
}
.card-hov{
    z-index: 99;
    position: relative;
    margin-top: -200px;
}

.workbg{
    background:url(../images/tron-token-development/create.webp), linear-gradient(270deg, #490000 0%, #000000 100%);
    border-radius: 40px;
    padding: 50px;
    background-repeat: no-repeat;
    background-position: 100% bottom;
    background-size: 48%, cover;
    min-height: 48vh;
    display: flex;
    align-items: center;
}
.ecc_right {
    background: url(../images/tron-token-development/gradient.web);
    background-position: right;
    background-size: 15%;
    background-repeat: no-repeat;
}
.accordion-button::after{
    filter: invert(1) !important;
}
.why-img{
    display: table;
    width: auto;
    margin: 0px auto;
}
.devp{
    background: url(../images/tron-token-development/devp.webp);
    background-repeat: no-repeat;
    background-size:cover;
}
.banner-t{
    position: relative;
    z-index: 998;
    }
 @media(max-width: 1450px){

.fs{
    font-size: 58px;
    }
}
 @media(max-width: 991px){
.banner{
    background: linear-gradient(357deg, #110404, #670000);
   }
   .fs{
    font-size: 30px;
    }
    .services-bg {
    background: none;
}
.font-s {
    font-size: 25px;
}

.card-hov {
    z-index: unset;
    position: unset;
    margin-top: unset;
}
.workbg{
   background: linear-gradient(270deg, #490000 0%, #000000 100%) !important;
}
}
 @media(max-width: 450px){
    ul.socialtalk {
    display: flex;
    justify-content: center;
    padding: 0px;
    align-items: center;
    flex-direction: column;
}
 }
