/* General */

@font-face {
  font-family: "Russo One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../fonts/mario.ttf) format("truetype");
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html,
body {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", sans-serif;
  vertical-align: baseline;
  line-height: 1.6;
  font-weight: 500;
  overflow-x: hidden;
  background-color: #000;
}

img {
  max-width: 54%;
  height: auto;
}

p {
  margin: 0 0 26px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Russo One", sans-serif;
  color: #ffffff;
  margin: 0 0 26px;
  line-height: 1.35;
  font-weight: 400;
}

h1 {
  font-size: 50px;
  text-transform: uppercase;
}

h2 {
  font-size: 36px;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  text-transform: uppercase;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.sec-heading .sub-title {
  color: #cfcfcf;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Russo One", sans-serif;
}

.sec-heading .heading-left-image {
  margin-left: 10px;
}

.sec-heading .heading-right-image {
  margin-right: 10px;
}

.uppercase {
  text-transform: uppercase !important;
}

a {
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #4e7cbd;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body i {
  font-size: 8px;
  color: #b5b5ba;
}

button {
  border: none;
}

.clear {
  clear: both;
}

body .dblock {
  display: block;
}

::-moz-selection {
  background: #2e2e2e;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #7e7e7e;
  text-shadow: none;
  color: #ffffff;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}

body .search-modal .modal-content {
  background: transparent;
  position: initial;
  border: 0;
}

body .search-modal .search-block input {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

body .search-modal .close {
  color: #ffffff;
  margin-top: 20px;
  font-size: 14px;
  background-color: transparent;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  opacity: 1;
  outline: none;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 20px;
  z-index: -1;
}

body .search-modal .close:hover {
  color: #057ef8 !important;
  opacity: 1 !important;
}

body .modal-backdrop {
  opacity: 1 !important;
}

.readon,
.white-bg-btn {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.4s ease-in-out;
  font-family: "Russo One", sans-serif;
}

.menu-area .readon {
  padding: 11px 20px 9px;
  color: #ffffff;
  border: 2px solid #393941;
}

.menu-area .readon i {
  position: relative;
  top: -2px;
  font-size: 8px;
  line-height: 0;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 16px;
}

.menu-area .readon .fa-calendar-alt {
  font-size: 20px;
}

.menu-area button.readon {
  overflow: hidden;
}

.white-bg-btn {
  background: #fff;
  color: #090a1a;
  border: 2px solid #fff;
  padding: 10px 20px;
}

.white-bg-btn i {
  margin-right: 8px;
  color: #000000;
}

.white-bg-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #393941;
}

.white-bg-btn:hover i {
  color: #fff;
}

.white-color {
  color: #ffffff !important;
}

.border-none {
  border: none !important;
}

/* Header */

.header-section {
  background-color: #090a1a;
  padding: 25px 0;
}

.header-section.transparent-header {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 12;
}

.header-section.default-header {
  background: #090a1a;
  position: relative;
}

.header-section.default-header:after,
.header-section.default-header:before {
  width: 252px;
  height: 100%;
  content: "";
  background-image: url(../images/bg/header-shape1.png);
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
}

.header-section.default-header:after {
  background-image: url(../images/bg/header-shape1.png);
  left: 0;
}

.header-section.default-header:before {
  background-image: url(../images/bg/header-shape2.png);
  right: 0;
}

.header-section .logo {
  margin-right: 60px;
}

.header-section .heaader-inner-area ul li {
  display: inline-block;
  position: relative;
}

.header-section .heaader-inner-area ul li ul {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

.header-section .heaader-inner-area ul li ul li {
  display: block;
  width: 240px;
}

.header-section .heaader-inner-area ul li ul li + li {
  border-top: 1px solid #343441;
  margin-bottom: -1px;
}

.header-section .heaader-inner-area ul li ul li a {
  display: block;
  background: #222231;
  font-size: 16px;
  font-family: "Russo One", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  padding: 15px 24px;
  transition: 0.4s;
}

.header-section .heaader-inner-area ul li ul li a i {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.header-section .heaader-inner-area ul li ul li a:hover {
  color: #fff;
}

.header-section .heaader-inner-area ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.header-section .heaader-inner-area ul li img {
  margin-right: 10px;
}

.header-section .header-menu ul li {
  display: inline-block;
  overflow: visible;
}

.header-section .header-menu ul li.menu-item-has-children {
  position: relative;
}

.header-section .header-menu ul li.menu-item-has-children:before {
  content: "\e901";
  position: absolute;
  top: 18px;
  right: -18px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "icomoon";
  font-size: 7px;
}

.header-section .header-menu ul li + li {
  margin-left: 40px;
}

.header-section .header-menu ul li a {
  display: block;
  color: #fff;
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-section .header-menu ul li ul.sub-menu li {
  margin-left: 0;
  margin-bottom: -1px;
}

.header-section .header-menu ul li ul.sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-section .header-menu ul li ul.sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.header-section .header-menu ul li ul.sub-menu li.menu-item-has-children {
  position: relative;
}

.header-section
  .header-menu
  ul
  li
  ul.sub-menu
  li.menu-item-has-children:before {
  content: "\e902";
  top: 22px;
  right: 30px;
  font-size: 10px;
}

.header-section .white-btn {
  background: #fff;
  color: #090a1a;
  margin-left: 25px;
  padding: 13px 32px 11px;
  border: none;
}

.header-section .white-btn img {
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.header-section .btn-area ul li ul li a {
  color: rgba(255, 255, 255, 0.7);
}

.header-section .btn-area ul li ul li a:hover {
  color: #fff;
}

.header-section .btn-area ul .nav-expander {
  margin-top: 15px;
}

.header-section .btn-area ul .nav-expander .bar {
  overflow: hidden;
}

.header-section .btn-area ul .nav-expander .bar span {
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.5s ease;
  cursor: pointer;
  list-style: none;
}

.header-section .btn-area ul .nav-expander .bar span.dot1 {
  width: 20px;
  margin-bottom: 6px;
}

.header-section .btn-area ul .nav-expander .bar span.dot2 {
  width: 30px;
  margin-bottom: 6px;
}

.header-section .btn-area ul .nav-expander .bar span.dot3 {
  width: 25px;
}

.header-section .btn-area ul .nav-expander .bar:hover span.dot1,
.header-section .btn-area ul .nav-expander .bar:hover span.dot3 {
  width: 30px;
}

.header-section .btn-area > ul {
  display: flex;
}

.header-section .right_menu_togle {
  background: #000000;
  color: #ffffff;
  padding: 66px 60px 50px 50px;
  max-width: 400px;
  width: 100%;
  right: -500px;
  z-index: 999;
  transition: all 0.3s ease;
  position: fixed;
  overflow-y: auto;
}

.header-section .right_menu_togle .close-btn {
  overflow: visible;
  position: absolute;
  top: 10px;
  display: block;
  z-index: 99;
  right: 57px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.header-section .right_menu_togle .close-btn .nav-close .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.header-section .right_menu_togle .close-btn .nav-close .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px !important;
  height: 28px !important;
  background: #151625;
  border: none !important;
  transition: all 0.3s ease;
}

.header-section .right_menu_togle .close-btn .nav-close .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-section .right_menu_togle .close-btn:hover .nav-close .line span {
  opacity: 0.85;
}

.header-section .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 35px;
}

.header-section .right_menu_togle .canvas-logo img {
  max-height: 25px;
}

#white-text {
  color: #ffffff;
}

.header-section .mobile-navbar-menu .sub-menu {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

.header-section .mobile-navbar-menu .nav-menu li {
  position: relative;
}

.header-section .mobile-navbar-menu .nav-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  color: #090b1a;
  padding: 10px 0;
  line-height: 30px;
  width: 100%;
  font-family: "Russo One", sans-serif;
}

.header-section .mobile-navbar-menu .nav-menu li li a {
  padding-left: 25px;
}

.header-section .mobile-navbar-menu .nav-menu li li li a {
  padding-left: 50px;
}

.header-section .mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.header-section .mobile-navbar-menu span.submenu-button:before,
.header-section .mobile-navbar-menu span.submenu-button:after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #151625;
  z-index: 2;
  content: "";
  right: 12px;
  width: 12px;
}

.header-section .mobile-navbar-menu span.submenu-button:before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}

.header-section .mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.header-section .mobile-navbar-menu .hash-has-sub span.submenu-button {
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 50px;
}

.header-section .mobile-navbar-menu .submenu-button.submenu-opened:before {
  display: none;
}

.header-section .mobile-navbar-menu ul ul li,
.header-section .mobile-navbar-menu li:hover > ul > li {
  height: auto;
}

.nav-expanded nav {
  right: 0 !important;
}

.progress-inner {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
}

.progress-inner .progress,
.progress-inner .progress-bar {
  background-color: rgba(255, 255, 255, 0);
  background-size: 14px 32px;
  background-image: linear-gradient(
    60deg,
    rgba(255, 255, 255, 0.15) 26%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 54%,
    rgba(255, 255, 255, 0.15) 82%,
    transparent 75%,
    transparent
  );
  height: 12px;
}

.progress-inner .progress {
  border-radius: 0;
}

.progress-inner .progress-bar {
  background-image: linear-gradient(
    60deg,
    #7a7a7a 26%,
    transparent 25%,
    transparent 50%,
    #656565 54%,
    #a5a5a5 82%,
    transparent 75%,
    transparent
  );
}

.white-shape-small,
.white-shape-big,
.black-shape-big,
.black-shape,
.hover-shape {
  position: relative;
  overflow: hidden;
}

.white-shape-small img,
.white-shape-big img,
.black-shape-big img,
.black-shape img,
.hover-shape img,
.white-shape-small .btn-text,
.white-shape-big .btn-text,
.black-shape-big .btn-text,
.black-shape .btn-text,
.hover-shape .btn-text {
  position: relative;
  z-index: 9;
}

.white-shape-small .hover-shape1,
.white-shape-big .hover-shape1,
.black-shape-big .hover-shape1,
.black-shape .hover-shape1,
.hover-shape .hover-shape1,
.white-shape-small .hover-shape2,
.white-shape-big .hover-shape2,
.black-shape-big .hover-shape2,
.black-shape .hover-shape2,
.hover-shape .hover-shape2,
.white-shape-small .hover-shape3,
.white-shape-big .hover-shape3,
.black-shape-big .hover-shape3,
.black-shape .hover-shape3,
.hover-shape .hover-shape3 {
  position: absolute;
  width: 5px;
  background: rgba(0, 0, 0, 0.1);
  height: 124%;
  left: -42%;
  top: -5px;
  transform: rotate(22deg);
  transition: 0.8s;
}

.white-shape-small .hover-shape3,
.white-shape-big .hover-shape3,
.black-shape-big .hover-shape3,
.black-shape .hover-shape3,
.hover-shape .hover-shape3 {
  width: 11px;
}

.white-shape-small:hover .hover-shape1,
.white-shape-big:hover .hover-shape1,
.black-shape-big:hover .hover-shape1,
.black-shape:hover .hover-shape1,
.hover-shape:hover .hover-shape1 {
  left: 42%;
}

.white-shape-small:hover .hover-shape2,
.white-shape-big:hover .hover-shape2,
.black-shape-big:hover .hover-shape2,
.black-shape:hover .hover-shape2,
.hover-shape:hover .hover-shape2 {
  left: 50%;
}

.white-shape-small:hover .hover-shape3,
.white-shape-big:hover .hover-shape3,
.black-shape-big:hover .hover-shape3,
.black-shape:hover .hover-shape3,
.hover-shape:hover .hover-shape3 {
  left: 58%;
}

.white-shape-small .hover-shape1,
.white-shape-big .hover-shape1,
.black-shape .hover-shape1,
.white-shape-small .hover-shape2,
.white-shape-big .hover-shape2,
.black-shape .hover-shape2,
.white-shape-small .hover-shape3,
.white-shape-big .hover-shape3,
.black-shape .hover-shape3 {
  background: rgba(255, 255, 255, 0.1);
}

.white-shape-big:hover .hover-shape1,
.black-shape-big:hover .hover-shape1 {
  left: 46%;
}

.white-shape-big:hover .hover-shape2,
.black-shape-big:hover .hover-shape2 {
  left: 49%;
}

.white-shape-big:hover .hover-shape3,
.black-shape-big:hover .hover-shape3 {
  left: 52.5%;
}

/* Banner */

.sc-banner {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 170px 0 225px;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}

.sc-banner .banner-content {
  max-width: 700px;
  margin: 0 auto;
}

.sc-banner .banner-content .banner-btn:hover .hover-shape1 {
  left: 44%;
}

.sc-banner .banner-content .banner-btn:hover .hover-shape3 {
  left: 54%;
}

.sc-banner .banner-content .banner-icon {
  margin: 0 0 24px;
}

.sc-banner .banner-content .banner-title {
  margin: 0 0 20px;
}

.sc-banner .banner-content .sub-title {
  font-weight: 300;
  line-height: 1.3;
}

.sc-banner .banner-content .description {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 40px;
}

.banner-btn {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.4s ease-in-out;
  font-family: "Russo One", sans-serif;
  background: transparent;
  border: 2px solid #fff;
  color: #9a9a9a;
  padding: 19px 50px;
}

.banner-btn:hover {
  color: #ffffff;
}

.banner-btn .hover-shape1,
.banner-btn .hover-shape2,
.banner-btn .hover-shape3 {
  background: rgba(0, 0, 0, 0.1);
}

/* About us */

.about-section {
  background: transparent;
  position: relative;
  z-index: 9;
}

.participate-item .participate-info h4 {
  margin-top: 30px;
}

.participate-item .number-image {
  margin-right: 12px;
  flex: 0 0 21%;
}

/* Tokenomics */

.tokenomics-section .tokenomics-counter .counter-number {
  font-size: 36px;
  color: #ffffff;
  font-family: "Russo One", sans-serif;
  display: block;
  position: relative;
  z-index: 50;
}

.tokenomics-section .tokenomics-counter h5 {
  margin-bottom: 0;
}

.tokenomics-section .tokenomics-left-right-shape {
  position: relative;
}

.tokenomics-section .tokenomics-left-right-shape:before,
.tokenomics-section .tokenomics-left-right-shape:after {
  height: 40px;
  width: 604px;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
}

.tokenomics-section .tokenomics-left-right-shape:before {
  background-image: url(../images/banner/left_shape.html);
  width: 614px;
  top: 0;
  left: 0;
}

.tokenomics-section .tokenomics-left-right-shape:after {
  background-image: url(../images/banner/right_shape.html);
  bottom: 0;
  right: 0;
}

/* footer */

.footer-section {
  background: transparent;
  position: relative;
}

.footer-section .footer-area {
  background: linear-gradient(to bottom, rgba(6, 6, 5, 1), rgba(0, 0, 0, 0.75));
}

.footer-section .footer-listing .footer-icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section .footer-listing .footer-icon-list li {
  display: inline-block;
}

.footer-section .footer-listing .footer-icon-list i {
  color: #fff;
  background: url(../images/icons/icon-image.png);
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin: 0 12px;
  transition: 0.4s;
  font-size: 20px;
}

.footer-section .footer-listing .footer-icon-list i:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-section .copyright-area .cpname {
  color: rgba(255, 255, 255, 0.7);
}

.footer-section .copyright-area .cpname:hover {
  color: #fff;
}

.scrollup {
  padding-top: 10px;
  padding-bottom: 35px;
}

.scrollup i {
  font-weight: 700;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.4s;
}

.scrollup i:hover {
  color: #fff;
}

/* Preloader */
section.loader_first {
  background-color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.loader_first .circular-spinner {
  width: 60px;
  height: 60px;
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-top: 10px solid #057ef8;
  border-radius: 50%;
  animation: pre_rotate 1.5s linear infinite;
  position: absolute;
  left: 49%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Introduction */

.IntroductionSect {
  background: transparent;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 140px;
  position: relative;
  z-index: 9;
}

.IntroductionContainer {
  max-width: 1210px;
  padding: 0px 20px;
  width: 100%;
  margin: 0px auto;
}

.IntroInfo {
  padding-left: 20px;
}

.IntroInfo h2 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #ffffff;
}

.IntroInfo h3 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 21px;
}

.IntroInfo p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.7);
}

.IntroContact ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.IntroContact ul li strong {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.7);
  width: 150px;
}

.IntroContact ul li span {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.IntroContact ul li .socialLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.IntroContact ul li .socialLink a {
  transition: 0.4s;
  padding: 0 7px;
}

.IntroContact ul li .socialLink a i {
  font-size: 15px;
  color: #ffffff;
}

.IntroContact ul li .socialLink a:hover i {
  opacity: 70%;
}

/* Responsive */

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-section .header-menu ul li + li {
    margin-left: 25px;
  }
  .tokenomics-section .pr-63,
  .tokenomics-section .pr-63,
  .tokenomics-section .pr-60 {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .header-section .btn-area ul .nav-expander {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-section .heaader-inner-area ul li.buy-token,
  .header-section .header-menu {
    display: none;
  }
  .sc-banner .banner-content .banner-title {
    margin: 0 0 20px;
    font-size: 40px;
  }
  .banner-btn {
    padding: 14px 30px;
  }
  .banner-slider-inner .timer {
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .sc-banner {
    padding: 150px 0 200px;
  }
  .participate-item .number-image {
    flex: 0 0 15%;
  }
  .footer-section .footer-cta-area .title,
  .sec-heading .title {
    font-size: 30px;
  }

  .tokenomics-section .tokenomics-menu,
  .tokenomics-section .pr-63,
  .tokenomics-section .pr-63,
  .tokenomics-section .pr-60 {
    padding-right: 30px;
  }
  .footer-section .footer-listing .footer-icon-list i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px;
    font-size: 18px;
  }
  .footer-section .footer-area {
    padding-top: 60px;
  }
  .footer-section .footer-cta-area {
    padding: 60px 20px;
  }

  .footer-section .copyright-area .dsc {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .sc-banner .banner-content .banner-title {
    font-size: 30px;
  }
  .footer-section .footer-cta-area .title,
  .sec-heading .title {
    font-size: 26px;
  }
  .header-section .white-btn {
    padding: 9px 20px 8px;
  }
}

@media only screen and (max-width: 575px) {
  .sc-banner .banner-content .banner-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .sc-banner .banner-content .description {
    font-size: 16px;
    margin: 0 0 30px;
  }
  .sec-inner.d-flex,
  .heading-area.d-flex {
    display: block !important;
    margin-bottom: 40px;
  }
  .tokenomics-section .pr-63,
  .tokenomics-section h5 {
    margin-bottom: 0;
  }
  .footer-section .footer-listing .footer-icon-list i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }
  .header-section .logo {
    margin-right: 30px;
  }
  .header-section .white-btn {
    display: none;
  }
  .footer-logo img,
  .sidebar-logo img,
  .header-section .logo img {
    max-width: 120px;
  }
  .header-section .btn-area ul .nav-expander {
    margin-top: 0;
  }
  .sc-banner {
    padding-top: 120px;
  }
  .header-section .right_menu_togle {
    padding: 66px 30px 50px 30px;
  }
  .header-section .right_menu_togle .close-btn {
    right: 0;
  }
  .header-section .right_menu_togle {
    max-width: 300px;
  }
  .sc-banner .banner-content .banner-title {
    font-size: 24px;
  }
  .banner-btn {
    padding: 9px 24px 8px;
  }
  .footer-section .footer-cta-area .title,
  .sec-heading .title {
    font-size: 22px;
  }

  .footer-section .footer-mainmenu ul li {
    padding: 0 0 10px;
  }
  .footer-section .footer-mainmenu ul li,
  .tokenomics-section .tokenomics-item,
  .tokenomics-section .tokenomics-menu {
    padding: 0 0 20px;
  }
  .tokenomics-counter .counter-number {
    font-size: 28px;
  }
  .sec-heading .heading-right-image,
  .sec-heading .heading-left-image {
    max-width: 60px;
  }
  .sec-heading .heading-right-image,
  .sec-heading .heading-left-image,
  .sec-heading .sub-title {
    margin: 0;
  }
  .footer-section .footer-listing .footer-icon-list i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 2px;
    font-size: 13px;
  }
  .navigation ul li a:not(.black-shape) {
    padding: 3px 12px;
  }
  .navigation ul li:first-child a {
    padding: 3px 12px 3px;
  }
  .sec-heading .sub-title {
    font-size: 15px;
  }
  #contactnum {
    word-wrap: break-word;
    max-width: 250px;
    line-height: 1;
    text-align: center;
    padding: 10px;
  }
}
