body{
    background: #2F3292;
    overflow-x: hidden;
    color: #E4E4E4;
   
}
h1,a{
        font-family:'Poppins', sans-serif;
}
h1{
    font-size: clamp(40px,5vw,50px);
}
p{

    font-family: 'Sofia Sans', sans-serif;
    font-size: 16px;    
    line-height: 24px;
}

:root {
	--fcolor:#fd6c18;
    --dcolor: #1b3587;
    --tcolor: #fd6c18;
    --scolor: #fd6c18;
    --tabline: #f86a1a;
    --navcolor: #2c2f87;
    --tabcolor: #f2691e;
    --tablinecolor: #ffffff;
    --mcolor: #ffffff;
    --sitebg: #f3f7fb;
    --btnbg: #121575;
}
.banner {
    min-height: calc(100vh - 50px);
    display: flex;
    justify-content: center;
    background: url(../images/trustwallet-clone-script/banner-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 160px;
}
p{
	color:  #bdbfff;
}
.btn-outline-dark {
    background: linear-gradient(90deg, #484BE2 0%, #FF4983 50.5%, #FD6C18 100%);
	border: 1px solid #514FDB;
	border-radius: 5px;
    backdrop-filter: blur(3px);
    min-width: 200px;
    color: #fff;
    padding: 10px 8px;
    border: 0px;
}
.btn-outline-dark:hover {
    background: #2f3292 !important;
    /*border: 1px solid #514FDB !important;*/
    border-radius: 5px !important;
    min-width: 200px;
    padding: 10px 8px;
    border: 0px;
}
.colort{
	color: #FD6C18;
}
.whitet{
	color: #fff;
}
.greyt{
	color: #bdbfff;
}
.h3, h3 {
    font-size: 26px;
    font-weight: 800;
}
.org-bg {
    background: url(../images/trustwallet-clone-script/works.webp);
	border-radius: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding: 25px;
}
.lft_ball {
    position: absolute;
    left: -150px;
    bottom: -50px;
}
.rgt_ball {
    position: absolute;
    top: -56px;
    right: -130px;
}
.game_card .container {
    position: relative;
}
.cards_black {
    height: 100%;
    margin: 10px;
    border-radius: 8px;
    background-color: transparent;
    padding: 20px;
    transition: .3s all ease;
}
.cards_black, h5{
	color: #fff;
}
.card_img1 {
    background: url(../images/trustwallet-clone-script/card-bg.webp),  linear-gradient(180deg, #4144AF 0%, #2F3292 100%);
    background-size: 12%, 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
}
.card_img1:hover {
    
    background: url(../images/trustwallet-clone-script/card-bg.webp), linear-gradient(180deg, #4144AF 0%, #2F3292 100%);
    background-size: 12%, 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    mix-blend-mode: unset;
}
.bg_card {
    
    border-radius: 8px;
    height: 100%;
    padding: 28px 36px;
    transition: .3 all ease;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.border-div {
    
    padding: 25px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
   
}
/*.org-bg {
    background: url(../images/trustwallet-clone-script/), #121575;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 25px;
}*/
.ic{
	background: url(../images/trustwallet-clone-script/ic.svg);
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
    background-position: left;
}
.full_bg {
    background: url(/images/trustwallet-clone-script/why-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
.dev-bg{
	background: url(/images/trustwallet-clone-script/dev.webp);
    background-size: 60%;
    background-position: left;
    background-repeat: no-repeat;
    overflow-x: hidden;

}
.scroll-dev {
	max-height: 500px;
    overflow: auto;
}
.wallet-bg{
	background: linear-gradient(180deg, #474DFF 0%, #2F3292 100%);
border-radius: 50px;
}
.reve{
	margin: 10px;
	padding: 10px;
}
@media (max-width: 991px){
	.banner {

        background:none !important;
    }
    .lft_ball {
    display: none;
}
.rgt_ball {
    display: none;
}
.wallet-bg {
    background:none;
   
}
.card_img1 {
	background:  linear-gradient(180deg, #4144AF 0%, #2F3292 100%);
}
.card_img1:hover {
	background:  linear-gradient(180deg, #4144AF 0%, #2F3292 100%);
}
.org-bg{
	background:  linear-gradient(180deg, #4144AF 0%, #2F3292 100%);
}
.dev-bg {
	background: none;
}
.full_bg {
	background: none;
}
 .halloween {
    display:none;
 }
}

.my-table th {
    border-color: #9e9e9e26 !important;
    background: #1c134d;
    padding: 20px;
    font-size: larger;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    filter: invert(1);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1c134d;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
