@media(max-width:1400px){
.network-wrap .network-connect-wrap .node.center{    top: 8rem;left: 28rem;}
.network-wrap .network-connect-wrap .node.top-right{    top: -4rem;right: 13rem;}
.network-wrap .network-connect-wrap .node.bottom-right{    bottom: -3rem;right: 11rem;}
.network-wrap .network-connect-wrap .node.right{    top: 7rem; right: -3rem;}

}


@media(max-width:991px){
html{font-size: 14px;}

.same-section{padding: 3rem 0;}
.network-wrap .network-connect-wrap .middleborder-img{display: none;}
.network-wrap .network-connect-wrap{ max-width: 100%; margin: auto; display: flex ; flex-wrap: wrap; justify-content: center; gap: 1rem;}
.network-wrap .network-connect-wrap .node{position: relative; left: unset !important; right: unset !important; top: unset !important; bottom: unset !important;}
.hero-section{text-align: center;}
.hero-section .hero-text .hero-actions{justify-content: center; gap: 1rem; flex-wrap: wrap;}
.same-heading.text-center .max-wid-50{max-width: 80%;}
.reserves-section .info-box-wrapper p{max-width: 100%;}
.reserves-section .info-box-wrapper{margin-top: 3rem;}
.same-heading{margin-bottom: 3rem;}

/*  header css */
.mobile-menu-toggle { display: inline-flex;  align-items: center; justify-content: center;}
.header .nav{display: none; }
.body-overlay.active{display: block;}
.mobile-sidemenu{position: fixed; top: 0; right: -100%; width: 17rem; height: 100%; background: var(--WhiteColor); box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2); transition: right 0.3s ease; padding: 1rem; z-index: 9999; gap: 1rem;}
.mobile-sidemenu .close-sidebarmenu{background: var(--PrimaryColor); color: var(--WhiteColor); width: 2rem; height: 2rem;display: flex; align-items: center; justify-content: center; margin-left: auto; padding: 0.2rem; border-radius: 50%; line-height: 0; border: solid 1px var(--PrimaryColor); font-size: 1rem; cursor: pointer;}
.mobile-sidemenu .close-sidebarmenu svg{width: 1rem; color: var(--WhiteColor);}
.mobile-sidemenu a:not(.btn-primary){ color: var(--BlackColor); font-size: 1rem; font-weight: 400;}
.mobile-sidemenu.active {right: 0;}

.hero-banner{text-align: center;}
.hero-banner h1{ font-size: 2.2rem; margin-bottom: 1rem;}
.hero-banner .banner-btn-list{ justify-content: center; gap: 1rem; flex-wrap: wrap;}

.reserves-section .info-box p{max-width: 100%;}
.reserves-wrap .transparency-report{margin-top: 3rem;}

.Decentralized-Treasury-wrap{min-height: inherit;}
.global-exchanges-wrap .ex-card .img-bx{width: 100%; max-width: 3rem;}
.global-exchanges-wrap .more-global-exchange .gx-link svg{width: 1.5rem;}
.global-exchanges-wrap .more-global-exchange .same-heading{margin-bottom: 2rem;}
.regional-market-wrap .tab-pane{margin-top: 3rem;}



}

@media(max-width:767px){
.same-heading.text-center .max-wid-50{max-width: 100%;}
.hero-banner h1{font-size: 2.2rem; margin-bottom: 1rem;}    
.hero-banner h1 br{display: none;}
.reserves-wrap .transparency-report h4{font-size: 1.8rem;}
.same-heading h2{font-size: 2rem;}
.same-heading h3{font-size: 1.6rem;}
.reserves-section .reserve-card .reserve-name{margin-bottom: 1.2rem;}
.footer .footer-top{text-align: center; padding: 2rem 0 1rem;}
.footer .footer-top .footer-logo{margin: 0 auto 1.5rem;}
.footer .footer-top .footer-menu{justify-content: center;}
.footer .copyright{padding: 1rem 0;}
.reserves-wrap .res-card{padding: 1rem 0.5rem;}
.reserves-wrap .res-card .res-icon svg{width: 1rem;}
.assurance-wrap .card-box{padding: 0.8rem !important;}
.reserves-section .info-box svg{width: 2rem; height: 2rem;}
.reserve-card .reserve-title{margin-bottom: 1rem;}

.global-exchanges-wrap .ex-card p{max-width: 95%;}
}


@media(max-width:567px){
html{font-size: 13px;}


}