/* Reset and Base Styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: 0 0;
  resize: none;
}
a,
a:hover {
  text-decoration: none;
  outline: none;
}
a:active,
a:focus {
  outline: 0;
}
img {
  border: none;
  vertical-align: -2px;
}
input[type="radio"],
input[type="checkbox"] {
  vertical-align: -2px;
}
textarea {
  resize: none;
}
input {
  visibility: visible;
  outline: none;
}
.reset {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lf {
  float: left;
}
.rf {
  float: right;
}
.ib {
  display: inline-block;
}
.clear {
  clear: both;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 0;
}
.rel {
  position: relative;
}
.fullwid {
  width: 100%;
}
.inline {
  display: inline;
}
.vsmlTxt {
  font-size: 10px;
}
.smlTxt {
  font-size: 11px;
}
.paraTxt {
  font-size: 12px;
}
.bigTxt {
  font-size: 14px;
}
.strong {
  font-weight: 700;
}
.normTxt,
.normTxt a {
  font-weight: 400;
}
.ovfl-hidden {
  overflow: hidden;
}
.centerAll {
  text-align: center;
}
.rightAlign {
  text-align: right;
}
.leftAlign {
  text-align: left;
}
.justfy {
  text-align: justify;
}
.nomargin {
  margin: 0;
}
.lftmargin {
  margin-left: 0;
}
.rgtmargin {
  margin-right: 0;
}
header,
footer,
aside,
article,
nav,
hgroup,
section {
  display: block;
}
.error {
  color: red;
}

/* Using Google Fonts as fallback */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  line-height: normal;
  font-size: 16px;
}
.ytd-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.ytd-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  width: 1260px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
div#wrapper {
  overflow: hidden;
}

/* Banner Section */
.bannersec {
  background: #0e1a3c;
  background-image: linear-gradient(180deg, #0e1a3c 0%, #1a2b6b 100%);
  color: #fff;
  padding-bottom: 50px;
  padding-top: 100px;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bannersec a {
  color: #fff;
  transition: 0.3s ease;
}
.top-header {
  padding: 16px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(14, 26, 60, 0.85);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
.logosec img {
  height: 40px;
  transition: transform 0.3s ease;
}
.logosec a:hover img {
  transform: scale(1.05);
}
.top-rightnav.rf {
  margin-top: 5px;
}
.top-rightnav ul li:first-child {
  margin-left: 0;
}
.top-rightnav ul li {
  display: inline-block;
  vertical-align: middle;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  margin-left: 32px;
}
.top-rightnav ul li a {
  position: relative;
  padding: 8px 0;
}
.top-rightnav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #375bd2, #64d2c3);
  transition: width 0.3s ease;
}
.top-rightnav ul li a:hover::after {
  width: 100%;
}
.top-rightnav ul li.menuiconsec a::after {
  display: none;
}
.top-rightnav ul li.menujoinbtn a {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  transition: all 0.3s ease;
}
.top-rightnav ul li.menujoinbtn a::after {
  display: none;
}
.top-rightnav ul li.menujoinbtn a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(55, 91, 210, 0.3);
}
.top-rightnav ul li.menujoinbtn.menuwhbtn a {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
}
.top-rightnav ul li.menujoinbtn.menuwhbtn a:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}
.top-rightnav ul li.menujoinbtn.red a {
  border-color: #ffd700;
  background: linear-gradient(
    135deg,
    rgba(255, 215, 0, 0.1),
    rgba(255, 165, 0, 0.1)
  );
  color: #ffd700;
}
.top-rightnav ul li.menujoinbtn.red a:hover {
  background: linear-gradient(
    135deg,
    rgba(255, 215, 0, 0.25),
    rgba(255, 165, 0, 0.25)
  );
  border-color: #ffed4a;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
}
.top-rightnav ul li:hover {
  opacity: 1;
}
.banner-left.lf .bannertitle {
  max-width: 540px;
  margin-bottom: 60px;
}
.banner-left.lf h1 {
  font-size: 52px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}
.banner-left.lf h2 {
  font-size: 18px;
  font-weight: 500;
  color: #375bd2;
  margin-bottom: 10px;
}
.banner-left.lf p {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  color: #e0e0e0;
}
.banner-left.lf p span {
  display: block;
}
.bannerlistsec {
  max-width: 640px;
}
.banner-left.lf .bannerlistsec ul {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -4%;
}
.banner-left.lf .bannerlistsec ul li {
  width: 28.33%;
  margin-left: 4%;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  padding: 20px;
  background: rgba(55, 91, 210, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.banner-left.lf .bannerlistsec ul li .imgbox {
  min-height: 42px;
  margin-bottom: 10px;
}
.banner-left.lf .bannerlistsec ul li h3 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.banner-left.lf .bannerlistsec ul li p {
  font-size: 16px;
  color: #e0e0e0;
}
.captionwrapper {
  margin-top: 80px;
}
.banner-right {
  margin-left: 130px;
  margin-top: 60px;
}
.banner-right img {
  max-width: 100%;
}
.swing {
  animation: swing ease-in-out 1s infinite alternate;
  transform-origin: center -20px;
}
@keyframes swing {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}

/* Banner Bottom Section */
.banner-bottomsec {
  background: #e7f1fb;
  overflow: hidden;
  padding-bottom: 50px;
  font-weight: 500;
}
.bannerbotoomlft {
  width: 665px;
  margin-top: 160px;
  position: relative;
  z-index: 1;
}
.bannerbtmwrap {
  max-width: 580px;
  margin-bottom: 65px;
}
.bannerbtmwrap h2 {
  color: #1a2b6b;
  line-height: 120%;
  margin-bottom: 16px;
  font-size: 47px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.bannerbtmwrap p {
  font-size: 20px;
  margin-top: 25px;
  color: #3d4556;
}
.bannerbottomlist ul {
  font-size: 0;
  margin-left: -50px;
}
.bannerbottomlist ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font-size: 16px;
  padding-left: 50px;
  box-sizing: border-box;
}
.bannerbottomlist ul li p {
  line-height: 147%;
  margin-top: 16px;
}
.bannerbotoomrgt.rf .topsec {
  position: relative;
  padding-top: 390px;
  padding-right: 75px;
}
.bannerbotoomrgt.rf .topsec:before {
  content: "";
  position: absolute;
  background: #badeff;
  border: 2px dashed #1a2b6b;
  width: 850px;
  height: 850px;
  border-radius: 50%;
  bottom: -50px;
  right: -210px;
}
.bannerbotoomrgt.rf .topsec p {
  position: relative;
  z-index: 1;
  color: #1a2b6b;
  font-size: 24px;
  text-align: center;
}
.bannerbotoomrgt.rf .topsec p span {
  display: block;
}
.bannerbotoomrgt.rf .bottomsec {
  position: relative;
  margin-top: 100px;
  margin-bottom: 72px;
  padding-right: 75px;
}
.bannerbotoomrgt.rf .bottomsec:before {
  content: "";
  position: absolute;
  border: 2px dashed #badeff;
  width: 1200px;
  height: 1200px;
  border-radius: 50%;
  bottom: -68px;
  right: -390px;
}
.bannerbotoomrgt.rf .bottomsec p {
  font-size: 24px;
  color: #375bd2;
  text-align: center;
  position: relative;
}
.bannerbotoomrgt.rf .bottomsec p span {
  display: block;
}
.bannerbotoomrgt.rf .bottomsec p:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: -62px;
  left: -20px;
  background: #375bd2;
  border-radius: 50%;
}
.bannerbotoomrgt.rf .bottomsec p:after {
  content: "◀";
  position: absolute;
  font-size: 24px;
  color: #375bd2;
  left: 30px;
  bottom: -50px;
}

/* Blockchain Section */
.blockchainsec {
  background: #375bd2;
  padding: 120px 0;
  color: #fff;
  font-weight: 500;
}
.blockchainleft.lf {
  width: 575px;
}
.blockchainleft.lf h3 {
  font-size: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.blockchainleft.lf p {
  font-size: 20px;
  margin-top: 20px;
  color: #e0e0e0;
}
.blockchainleft.lf a.explorebtn {
  font-size: 24px;
  display: inline-block;
  padding: 18px 40px;
  color: #375bd2;
  background: #fff;
  border-radius: 4px;
  margin-top: 40px;
  font-weight: 600;
  transition: 0.4s;
}
.blockchainleft.lf a.explorebtn:hover {
  box-shadow: 0 0 10px 0 #fff;
}

/* Portfolio Section */
.portfoliosec {
  background: #e7f1fb;
  padding: 50px 0;
  font-weight: 500;
}
.portfoliosec .portfolioleft {
  width: 575px;
  margin-top: 130px;
}
.portfoliosec .portfolioleft h3 {
  font-size: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a2b6b;
}
.portfoliosec .portfolioleft p {
  font-size: 20px;
  margin-top: 20px;
  color: #3d4556;
}

/* Protocol Features Section */
.protocol-featuressec {
  padding: 120px 0 80px;
  color: #fff;
  background: linear-gradient(0deg, #375bd2, #375bd2);
}
.protocol-featuressec h3 {
  font-size: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
}
.protocol-featuressec ul {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -6%;
  padding: 0 50px;
}
.protocol-featuressec ul li {
  display: inline-block;
  vertical-align: top;
  width: 27.33%;
  border: 1px solid #fff;
  font-size: 18px;
  padding: 30px;
  box-sizing: border-box;
  margin-left: 6%;
  margin-top: 6%;
  border-radius: 4px;
}
.protocol-featuressec ul li h4 {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-top: 20px;
}
.protocol-featuressec ul li p {
  margin-top: 20px;
  color: #e0e0e0;
}
.protocol-featuressec ul li .protocolimgbox {
  min-height: 55px;
}

/* Fee Structure Section */
.fee-structuresec {
  background: linear-gradient(180deg, #0e1b3d 0%, #0d142e 100%);
  color: #fff;
  padding: 120px 0 80px;
}
.fee-structuresec h3 {
  text-align: center;
  font-size: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 120%;
}
.fee-structuretitle {
  max-width: 865px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 60px;
}
.fee-structuresec .fee-structuretitle p {
  color: #a7abb6;
  margin-top: 20px;
}
.fee-structureimage {
  text-align: center;
}
.fee-structureimage p.feecaption {
  margin-top: -20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #dbdbdb;
}

/* Token Economy Section */
.token-economysec {
  margin-top: 180px;
}
.token-economysec ul {
  font-size: 0;
  margin-left: -6%;
  margin-top: -6%;
  display: flex;
  flex-wrap: wrap;
}
.token-economysec ul li {
  width: 27.33%;
  border: 1px solid #375bd2;
  box-sizing: border-box;
  display: inline-block;
  color: #e0e0e0;
  font-size: 18px;
  line-height: 140%;
  padding: 30px;
  margin-left: 6%;
  margin-top: 6%;
  border-radius: 4px;
}
.token-economysec ul li .eco-imgbox {
  min-height: 70px;
}
.token-economysec ul li h4 {
  color: #f2f2f2;
  font-size: 24px;
  line-height: 29px;
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.token-economysec ul li p {
  margin-top: 20px;
}

/* Token Metrics Section */
.token-metrics-sec {
  padding: 120px 0 80px;
  background: #375bd2;
  color: #fff;
  text-align: center;
}
.token-metrics-sec .ib {
  vertical-align: middle;
  text-align: left;
}
.token-metrics-sec h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 60px;
  font-size: 52px;
}
.token-metrics-sec .piechartleft {
  margin-right: 100px;
  width: 596px;
}
.token-metrics-sec .piechartright ul li {
  font-size: 20px;
  margin-top: 20px;
  position: relative;
  padding-left: 35px;
}
.token-metrics-sec .piechartright ul li:first-child {
  margin-top: 0;
}
.token-metrics-sec .piechartright ul li:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
}
.token-metrics-sec .piechartright ul li.pielist1:before {
  background: #4f81bc;
}
.token-metrics-sec .piechartright ul li.pielist2:before {
  background: #c0504e;
}
.token-metrics-sec .piechartright ul li.pielist3:before {
  background: #9bbb58;
}
.token-metrics-sec .piechartright ul li.pielist4:before {
  background: #64d2c3;
}
.token-metrics-sec .piechartright ul li.pielist5:before {
  background: #8064a1;
}
.token-metrics-sec .piechartright ul li.pielist6:before {
  background: #4aacc5;
}
.token-metrics-sec .piechartright ul li.pielist7:before {
  background: #f79647;
}
.token-metrics-sec .piechartright ul li.pielist8:before {
  background: #7f6084;
}
.token-metrics-sec .piechartright ul li.pielist9:before {
  background: #77a033;
}
.token-metrics-sec .piechartright ul li.pielist10:before {
  background: #33558b;
}

/* Our Team Section */
.ourteamsec {
  text-align: center;
  background: #e6f0fa;
  padding: 120px 0;
}
.ourteamsec h3 {
  color: #0e1836;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 52px;
  margin-bottom: 100px;
  position: relative;
}
.ourteamsec h3:before {
  content: "";
  height: 2px;
  background: #030d28;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 62px;
  text-align: center;
  left: 50%;
  margin-left: -31px;
}
.ourteamsec h3:after {
  content: "";
  height: 2px;
  background: #030d28;
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 32px;
  text-align: center;
  left: 50%;
  margin-left: -16px;
}
.ourteamsec ul {
  font-size: 0;
  margin: -20px;
}
.ourteamsec ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
}
.ourteamsec ul li .teamimgbox {
  width: 184px;
  margin: 0 auto;
}
.ourteamsec ul li .teamimgbox img {
  border-radius: 50%;
  width: 100%;
  max-height: 184px;
  object-fit: cover;
}
.ourteamsec ul li .team-content {
  background: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 40px -20px #000;
  transition: 0.4s;
}
.ourteamsec ul li .team-content:after {
  content: "";
  height: 5px;
  background: #002e94;
  position: absolute;
  left: 45px;
  right: 45px;
  bottom: -5px;
}
.ourteamsec ul li h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ourteamsec ul li h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.ourteamsec ul li:hover .team-content {
  transform: scale(1.1);
}

/* Supporters Section */
.supporterssec {
  padding: 120px 0;
}
.supporterssec h3 {
  text-align: center;
  font-size: 52px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  color: #0e1531;
}
.supporterssec ul {
  font-size: 0;
  margin-left: -100px;
  margin-top: -60px;
  text-align: center;
}
.supporterssec ul li {
  display: inline-block;
  width: 16.66%;
  font-size: 16px;
  padding-left: 100px;
  box-sizing: border-box;
  padding-top: 60px;
}
.supporterssec .investorsec {
  margin-top: 100px;
}

/* Footer Section */
.footersec {
  background: linear-gradient(180deg, #0f1a38 5.91%, #0b1530 100%);
  color: #e0e0e0;
  font-weight: 500;
  font-size: 18px;
  padding: 120px 0 80px;
}
.footersec a {
  color: #e0e0e0;
  transition: 0.4s;
}
.footersec a:hover {
  color: #fff;
}
.footersec h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footersec .footerboxwrapper {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  margin-left: -100px;
}
.footersec .footerbox {
  padding-left: 100px;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  box-sizing: border-box;
  text-align: left;
}
.footersec .footerbox5 p span {
  display: block;
}
.footersec .footerbox ul li {
  margin-top: 15px;
}
.footersec .footerbox .socialicons {
  margin-top: 25px;
}
.footersec .footerbox .socialicons ul li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 0;
}
.footersec .footerbox .socialicons ul li:first-child {
  margin-left: 0;
}

/* Social Icons - Using Unicode/CSS instead of image sprite */
.socialicons ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}
.socialicons ul li a:hover {
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.2);
}
.socialicons ul li a.twt::before {
  content: "𝕏";
}
.socialicons ul li a.linkin::before {
  content: "in";
  font-weight: bold;
  font-size: 12px;
}
.socialicons ul li a.tgram::before {
  content: "✈";
}
.socialicons ul li a.fb::before {
  content: "f";
  font-weight: bold;
}

.mobiledark {
  display: none;
}

/* Dark Mode */
.dark-mode .bannersec {
  background-color: #000;
}
.dark-mode .top-header {
  background: #0e0e0e;
}
.dark-mode .banner-bottomsec,
.dark-mode .blockchainsec,
.dark-mode .portfoliosec,
.dark-mode .protocol-featuressec,
.dark-mode .fee-structuresec,
.dark-mode .token-metrics-sec,
.dark-mode .ourteamsec,
.dark-mode .supporterssec,
.dark-mode .footersec {
  background: #000;
  transition: 0.4s;
  color: #fff;
}
.dark-mode .bannerbotoomrgt.rf .bottomsec:before {
  border-color: #1a2b6b;
}
.dark-mode .bannerbotoomrgt.rf .topsec:before {
  background: #0e0e0e;
}
.dark-mode .bannerbtmwrap h2,
.dark-mode .bannerbtmwrap p,
.dark-mode .bannerbotoomrgt.rf .topsec p,
.dark-mode .bannerbotoomrgt.rf .bottomsec p,
.dark-mode .portfoliosec .portfolioleft h3,
.dark-mode .ourteamsec h3,
.dark-mode .supporterssec h3,
.dark-mode .portfoliosec .portfolioleft p {
  color: #fff;
}
.dark-mode .banner-bottomsec,
.dark-mode .blockchainsec,
.dark-mode .portfoliosec,
.dark-mode .protocol-featuressec,
.dark-mode .fee-structuresec,
.dark-mode .token-metrics-sec,
.dark-mode .ourteamsec,
.dark-mode .supporterssec,
.dark-mode .footersec {
  border-top: 1px solid #0e0e0e;
}
.dark-mode .ourteamsec ul li .team-content {
  color: #333;
}
.dark-mode .supporterssec ul li img {
  background: #ffffff63;
}
.dark-mode .ourteamsec h3:before,
.dark-mode .ourteamsec h3:after {
  background: #fff;
}

/* Responsive Styles */
@media only screen and (max-width: 1280px) {
  .container {
    width: 94%;
  }
  .bannerbotoomrgt.rf .topsec,
  .bannerbotoomrgt.rf .bottomsec {
    padding-right: 0;
  }
  .bannerbotoomrgt.rf .topsec:before {
    right: -285px;
  }
  .bannerbotoomrgt.rf .bottomsec:before {
    right: -465px;
  }
  .supporterssec ul {
    margin-left: -40px;
    margin-top: -40px;
  }
  .supporterssec ul li {
    padding-left: 40px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-left.lf .bannertitle {
    max-width: inherit;
  }
  .banner-left.lf p span {
    display: inline;
  }
  .banner-left.lf,
  .banner-right {
    float: none;
  }
  .banner-right {
    margin-top: 40px;
    text-align: center;
    margin-left: 0;
  }
  .bannersec {
    background-position: right 0 bottom 10px;
  }
  .blockchainsec,
  .protocol-featuressec,
  .ourteamsec,
  .portfoliosec,
  .token-metrics-sec,
  .supporterssec,
  .footersec {
    padding: 100px 0;
  }
  .blockchainleft.lf,
  .portfoliosec .portfolioleft {
    width: 60%;
  }
  .blockchainright.rf,
  .portfolioright.rf {
    width: 38%;
  }
  .portfoliosec .portfolioleft {
    margin-top: 0;
  }
  .protocol-featuressec ul {
    padding: 0;
    margin-left: -3%;
  }
  .protocol-featuressec ul li {
    width: 30.33%;
    margin-left: 3%;
    margin-top: 3%;
  }
  .supporterssec ul {
    text-align: center;
  }
  .supporterssec ul li {
    width: 20%;
  }
  .ourteamsec ul {
    margin: -20px;
  }
  .ourteamsec ul li {
    width: 33.33%;
    padding: 20px;
  }
  .token-economysec ul {
    margin-left: -3%;
    margin-top: -3%;
  }
  .token-economysec ul li {
    width: 30.33%;
    margin-left: 3%;
    margin-top: 3%;
  }
  .footersec .footerboxwrapper {
    margin-left: -50px;
  }
  .footersec .footerbox {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 980px) {
  .top-rightnav ul li {
    margin-left: 20px;
  }
  .bannerbotoomrgt.rf .topsec p,
  .bannerbotoomrgt.rf .bottomsec p {
    font-size: 20px;
  }
  .bannerbotoomrgt.rf .bottomsec p:before {
    bottom: -72px;
  }
  .blockchainleft.lf h3 {
    font-size: 45px;
  }
  .token-metrics-sec .piechartleft {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 800px) {
  .top-header {
    padding: 10px 0;
  }
  .top-rightnav.rf {
    display: none;
  }
  .mobiledark {
    display: block;
    margin-top: 10px;
  }
  .captionwrapper {
    margin-top: 30px;
  }
  .bannerbotoomlft {
    float: none;
    width: auto;
    margin-top: 0;
  }
  .bannerbtmwrap {
    max-width: inherit;
  }
  .bannerbotoomrgt.rf {
    float: none;
    text-align: center;
  }
  .bannerbotoomrgt.rf .topsec:before {
    width: 300px;
    height: 300px;
    left: 50%;
    margin-left: -150px;
    right: 0;
    bottom: -80px;
  }
  .bannerbotoomrgt.rf .topsec {
    padding-top: 250px;
  }
  .bannerbotoomrgt.rf .bottomsec:before {
    width: 600px;
    height: 600px;
    left: 50%;
    margin-left: -300px;
  }
  .bannerbotoomrgt.rf .bottomsec {
    display: inline-block;
  }
  .bannerbotoomrgt.rf .bottomsec p:before {
    bottom: -58px;
  }
  .banner-bottomsec {
    padding: 60px 0;
  }
  .blockchainleft.lf,
  .portfoliosec .portfolioleft {
    width: auto;
    float: none;
  }
  .blockchainright.rf,
  .portfolioright.rf {
    width: auto;
    float: none;
    margin-top: 40px;
    text-align: center;
  }
  .protocol-featuressec ul li,
  .token-economysec ul li {
    width: 47%;
  }
  .token-economysec {
    margin-top: 100px;
  }
  .ourteamsec ul li {
    width: 50%;
  }
  .supporterssec ul {
    margin: -20px;
  }
  .supporterssec ul li {
    padding: 20px;
  }
  .token-metrics-sec .piechartleft {
    width: 50%;
  }
  .footersec .footerboxwrapper {
    margin-left: -110px;
    margin-top: -50px;
  }
  .footersec .footerbox {
    padding-left: 110px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-left.lf h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 640px) {
  .banner-left.lf h1 {
    font-size: 38px;
  }
  .bannerbtmwrap h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .bannerbottomlist ul {
    margin-left: -30px;
  }
  .bannerbottomlist ul li {
    padding-left: 30px;
  }
  .supporterssec ul {
    margin: -3%;
  }
  .supporterssec ul li {
    padding: 3%;
    width: 25%;
  }
  .token-metrics-sec .piechartleft {
    width: auto;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 568px) {
  .blockchainleft.lf h3 {
    font-size: 40px;
  }
  .footersec .footerboxwrapper {
    margin-left: -70px;
  }
  .footersec .footerbox {
    padding-left: 70px;
  }
  .bannerbottomlist ul li {
    width: 100%;
    margin-top: 40px;
  }
  .bannerbottomlist ul li:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .banner-left.lf h1 {
    font-size: 32px;
  }
  .banner-left.lf .bannerlistsec ul li {
    width: 96%;
    margin-top: 4%;
    padding: 25px;
  }
  .banner-left.lf .bannerlistsec ul li:first-child {
    margin-top: 0;
  }
  .bannerbtmwrap h2 {
    font-size: 35px;
  }
  .blockchainleft.lf h3 {
    font-size: 34px;
  }
  .portfoliosec .portfolioleft h3 {
    font-size: 42px;
  }
  .protocol-featuressec ul li,
  .token-economysec ul li {
    width: 97%;
  }
  .fee-structureimage p.feecaption {
    margin-top: 20px;
  }
  .supporterssec ul {
    margin: -1.5%;
  }
  .supporterssec ul li {
    width: 33.33%;
    padding: 1.5%;
  }
  .supporterssec h3 {
    font-size: 46px;
  }
  .footersec .footerboxwrapper {
    margin-left: -20px;
  }
  .footersec .footerbox {
    padding-left: 20px;
  }
  .ourteamsec ul li {
    width: 90%;
  }
  .ourteamsec ul li .team-content {
    min-height: inherit;
  }
}

@media only screen and (max-width: 414px) {
  .bannerbtmwrap h2 {
    font-size: 30px;
  }
  .blockchainleft.lf h3 {
    font-size: 30px;
  }
  .portfoliosec .portfolioleft h3 {
    font-size: 35px;
  }
  .protocol-featuressec h3 {
    font-size: 38px;
  }
  .fee-structuresec h3 {
    font-size: 38px;
  }
  .footersec .footerbox {
    display: block;
  }
}

@media only screen and (max-width: 384px) {
  .bannerbtmwrap h2 {
    font-size: 28px;
  }
  .portfoliosec .portfolioleft h3 {
    font-size: 30px;
  }
  .protocol-featuressec ul li,
  .token-economysec ul li {
    padding: 20px;
  }
  .blockchainleft.lf h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .bannerbtmwrap h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 360px) {
  .banner-left.lf h1 {
    font-size: 30px;
  }
  .bannerbtmwrap h2 {
    font-size: 24px;
  }
  .portfoliosec .portfolioleft h3 {
    font-size: 28px;
  }
  .blockchainleft.lf h3 {
    font-size: 25px;
  }
  .protocol-featuressec h3 {
    font-size: 34px;
  }
  .fee-structuresec h3 {
    font-size: 32px;
  }
  .token-metrics-sec h3 {
    margin-bottom: 40px;
    font-size: 45px;
  }
}
