@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1.8;
  background-color: #171720;
}
header {
  position: relative;
  top: 0;
  z-index: 5;
  width: 100%;
  background: transparent;
  padding: 20px;
}
header .row {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 10px 55px 10px 0px;
}
header a {
  display: flex;
  text-decoration: none;
}
header .hamburger-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 2;
  margin: 25px;
  display: none;
}
header .hamburger-icon .bar {
  transition: 0.4s;
  margin: 25px;
}
header .hamburger-icon .bar-1 {
  display: block;
  width: 25px;
  border-top: 2px solid #fff;
  padding-top: 5px;
  cursor: pointer;
  transition: 0.4s;
}
header .hamburger-icon .bar-2 {
  display: block;
  width: 20px;
  border-top: 2px solid #fff;
  padding-top: 5px;
  transition: 0.4s;
}
header .hamburger-icon .bar-3 {
  display: block;
  width: 14px;
  border-top: 2px solid #fff;
  padding-top: 5px;
  transition: 0.4s;
}
header .hamburger-icon .change .bar-1 {
  transform: rotate(-45deg) translate(-4px, 8px);
  width: 26px;
}
header .hamburger-icon .change .bar-2 {
  opacity: 1;
  transform: rotate(45deg) translate(1px, 1.5px);
  width: 26px;
}
header .hamburger-icon .change .bar-3 {
  transform: rotate(45deg) translate(-14px, -9.8px);
  display: none;
}
header .menu-items {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: end;
}
header .menu-items li {
  list-style-type: none;
  position: relative;
  /* display: inline-block; */
}
header .menu-items li a {
  text-decoration: none;
  padding: 8px 17px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
/* .scroll-trigger {
  min-height: 2500px;
  position: relative;
} */
.logo {
  width: 200px;
}
.blue {
  /* position: fixed; */
  top: 0;
  background: #1a1919;
  color: white;
}
header .menu-items li:after {
  content: "";
  position: absolute;
  width: 80%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0px;
  left: 10px;
  background-color: #00d701;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
}
header .menu-items li:nth-child(5)::after {
  transform: unset;
  background-color: unset;
  transform-origin: unset;
  transition: unset;
}
header .menu-items li:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header .menu-items li:nth-child(5):hover::after {
  transform: unset;
  transform-origin: unset;
}
.hero-section h1 {
  font-size: 80px;
  font-weight: 900;
}
.hero-section h2 {
  font-weight: 100;
  font-size: 40px;
}
.hero-section {
  min-height: 600px;
  margin-top: 0;
  padding: 0px 0px 70px;
  text-align: center;
}
.banner-section {
  position: relative;
}
.banner-section .video {
  margin-top: -50px;
}
/* #myVideo {
  cursor: url("/beldex-new/images/sound-off.png"),
    url("/beldex-new/images/sound-off.cur"), auto;
}

.clicked-video-sound-on {
  cursor: url("/beldex-new/images/sound-on.png"),
    url("/beldex-new/images/sound-on.cur"), auto !important;
} */

.banner-section .row {
  margin-right: -15px;
  margin-left: -15px;
  display: block;
}
.banner-section:hover #MuteButton {
  opacity: 1;
}
.language_choose button {
  right: 89px;
  bottom: 0;
  background: 0 0;
  color: #006ef8;
  border: none;
  font-size: 30px;
  width: 35px;
  height: 0px;
}
.english-lan-p {
  padding-left: 38px;
  font-size: 17px;
  color: white;
}
.p-icon-lan {
  display: inline;
  padding-left: 5px;
}
/* //whitepapre modal popup
 */

.modal-content {
  background: #151522;
  font-size: 14px;
  line-height: 1.8;
  color: #d6d6d6;
  height: 550px;
  overflow-y: scroll;
  padding: 20px;
  border: 2px solid #36363e;
}
.modal-header {
  border-bottom: 1px solid #2b2b44;
}
.modal-dialog .close {
  float: right;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  text-shadow: unset;
  opacity: 1;
  font-weight: 400;
}
.modal-footer {
  border-top: 1px solid #2b2b44;
}
.modal-content a {
  color: #01c213;
}
.green-btn {
  background: #00b94f;
  border-color: #00b94f;
}
.language_choose {
  position: relative;
}
#cf7 img {
  position: absolute;
  width: 21px;
  bottom: 6px;
  z-index: 5;
  right: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
#cf7 span {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  bottom: -5px;
  right: 47px;
  font-size: 0px;
}
.modal {
  background: none;
  overflow-y: hidden !important;
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.modal_language .modal-dialog {
  max-width: 400px !important;
  margin: 0 auto !important;
  text-align: center;
}
.modal_language .modal-content {
  background: #151522;
  font-size: 14px;
  line-height: 1.8;
  color: #d6d6d6;
  height: 350px;
  max-width: 500px;
  overflow-y: hidden;
  padding: 20px;
  border: 2px solid #36363e;
  border-radius: 15px;
  box-shadow: 1px 1px 44px #000;
}
/* .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
} */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header {
  border-bottom: 1px solid #2b2b44;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-dialog .close {
  float: right;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  text-shadow: unset;
  opacity: 1;
  font-weight: 400;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.modal_language span {
  background: #2b2b34;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal_language .langWrap {
  text-align: center;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal_language .langWrap a {
  color: #fff;
  text-decoration: none;
  padding: 8px 49px;
  font-weight: 600;
  border-radius: 25px;
  background: #272736;
  width: 63%;
  font-size: 18px;
  margin-bottom: 10px;
  cursor: pointer;
  justify-content: center;
}
.modal-content a {
  color: #01c213;
}
.modal_language .modal-footer {
  border-top: none;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer {
  border-top: 1px solid #2b2b44;
}

#MuteButton::before {
  content: "🔈";
  font-size: 25px;
}
#MuteButton {
  position: absolute;
  right: 5%;
  top: 5%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  z-index: 5;
  font-size: 2rem;
  border-radius: 2rem;
  width: 3rem;
  height: 3rem;
  /* line-height: 4rem; */
  text-align: center;
  text-decoration: none !important;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#MuteButton.muted::before {
  content: "🔇";
  font-size: 25px;
}
.hero-section p {
  color: #9898b1;
  padding: 20px 0px 25px;
}
.hero-section .button a {
  text-decoration: none;
  color: white;
  padding: 13px 22px;
  background-color: green;
  border-radius: 12px;
}
.echo-systerm {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.echo-systerm.fade-out {
  opacity: 0;
}
.echo-systerm.fade-in {
  opacity: 1;
}

.echo-systerm {
  background-color: #1c1c26;
  /* position: relative; */
  border: 1px solid #3e3e4d;
  border-radius: 25px;
  padding: 70px 0px 50px;
  /* top: 0; */
  /* max-width: 1100px; */
  margin-top: 100px;
  z-index: 4;
  /* height: auto; */
  transition: opacity 0.8s ease;

  box-shadow: -1px 50px 0px 10px #171720;
}
.echo-systerm h2 {
  font-weight: 700;
  font-size: 40px;
}
.echo-systerm p {
  color: #14bd18;
  padding: 10px 0;
}
.echo-systerm .play-icon {
  position: absolute;
  left: 0;
  top: -50px;
  right: 0;
  text-align: center;
}
.echo-systerm .play-icon img {
  width: 100px;
}
.echo-systerm .box {
  padding: 20px 10px;
  position: relative;
  flex-basis: calc(25% - 0px);
  display: flex;
}
.echo-systerm .echo-systerm-content .row {
  padding: 0 20px;
}

.echo-systerm .box p {
  font-weight: 100;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
.echo-systerm .box .icon {
  position: absolute;
  left: 0;
  top: -10px;
  right: 0;
  text-align: center;
}
.echo-systerm .box .bchat-icon {
  top: 0px;
}
.echo-systerm .box .browser-icon {
  top: -13px;
}
.echo-systerm .box .beldex-icon {
  top: -5px;
}
.echo-systerm .box .icon img {
  width: 45px;
  filter: drop-shadow(0 0mm 10mm #00ec00b2) brightness(100%);
}
.echo-systerm .box .icon span {
  width: 45px;
  filter: drop-shadow(0 0mm 10mm #00ec0042) brightness(100%);
}
.echo-systerm .box .filter-bg img {
  width: 45px;
  filter: drop-shadow(0 0mm 10mm #0077ffc7) brightness(100%);
}
.echo-systerm .box .filter-bg span {
  width: 45px;
  filter: drop-shadow(0 0mm 10mm #0077ff2e) brightness(100%);
}
.echo-systerm .box h3 {
  font-size: 23px;
  font-weight: 600;
}
.echo-systerm .box .inner-box {
  background-color: #23232f;
  border-radius: 12px;
  padding: 60px 20px 20px;
  width: 100%;
}
.futuristic-section {
  min-height: 400px;
  padding: 30px 0px 0px;
  line-height: unset;
  background: radial-gradient(
    10% 16% at 53% 51%,
    rgba(0, 236, 0, 0.2) 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.futuristic-section .container {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0;
  line-height: 1.5 !important;
}
.futuristic-section .future {
  position: relative;
  padding: 30px;
  gap: 10px;
  min-height: 360px;
}
.futuristic-section .future .center-icon {
  position: absolute;
  left: 43.4%;
  top: 9.5%;
  z-index: 3;
}
.scroll-trigger-2 {
  /* min-height: 2300px; */
  position: relative;
}
.futuristic-section {
  box-shadow: -1px 20px 0px 0px #171720;
}
.futuristic-section {
  opacity: 1;
  transition: opacity 0.8s ease;
}

.futuristic-section.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.futuristic-section.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.futuristic-section .future .center-icon img {
  width: 152px;
  /* transform: rotate(90deg) scale(8); */
}
.futuristic-section h2 {
  font-size: 60px;
  font-weight: 700;
  position: absolute;
  top: 15%;
  left: 5%;
}
.futuristic-section .box2 {
  display: flex;
  justify-content: end;
}
.futuristic-section .box1 {
  display: flex;
  justify-content: center;
}
.futuristic-section .box3 {
  display: flex;
  justify-content: end;
}
.futuristic-section .future .box3 .inner-box {
  background-color: #1c1c27;
  border-radius: 20px;
  border: 1px solid #333343;
  padding: 5.5%;
  width: 75%;
  margin: 0;
}
.futuristic-section .box {
  padding: 25px;
}
.futuristic-section .box h4 {
  color: #aaaaaa;
  font-size: 24px;
  font-weight: 600;
}
.futuristic-section .box2 h4 {
  color: #0075ff;
}
.futuristic-section .box2 p {
  color: #0075ff;
}
.futuristic-section .box3 h4 {
  color: #21d526;
}
.futuristic-section .box1 h4 {
  color: #aaaaaa;
}
.futuristic-section .box p {
  color: #9898b1;
  font-size: 16px;
  font-weight: 100;
  margin: 0;
}
.futuristic-section .future .row {
  position: relative;
}

.futuristic-section .future .inner-box {
  background-color: #1c1c27;
  border-radius: 20px;
  border: 1px solid #333343;
  padding: 3% 5%;
  width: 50%;
}
.futuristic-section .future .box2 .inner-box {
  margin-right: 140px;
}
.futuristic-text-img img {
  width: 99%;
}
.futuristic-text-img {
  display: flex;
  align-items: center;
}
.path-connection {
  position: absolute;
  border-top: 1px dashed #545353;
  width: 200px;
  top: 46%;
  transform: rotate(341deg) translate(95px, -36px);
  left: 30%;
}
.path-connection2 {
  position: absolute;
  border-top: 1px dashed #545353;
  width: 162px;
  top: 50%;
  left: 49%;
}
.path-connection3 {
  position: absolute;
  border-top: 1px dashed #545353;
  width: 134px;
  transform: rotate(209deg) translate(95px, -36px);
  left: 49%;
  bottom: 33%;
}
.futuristic-text-img .inner-box {
  background-color: unset !important;
  border-radius: 12px;
  border: 1px solid #333343;
  padding: 28px !important;
  width: unset !important;
}

.map-section h3 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
.map-scrolling {
  /* min-height: 1600px; */
  position: relative;
  margin-top: 50px;
}
.map-section {
  top: 0;
  /* max-width: 1100px; */
  margin-top: 100px;
  z-index: 4;
  height: auto;

  box-shadow: -1px 50px 0px 120px #171720;
}
.mask-image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.map-section .container {
  position: relative;
}
.map-section.fade-in {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.map-section.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.map-section img {
  width: 100%;
  /* position: absolute; */
}
.map-box {
  background: #171720;
  position: relative;
  z-index: 5;
}
.map-box .row {
  margin-top: 30px;
  position: relative;
  z-index: 4;
}
.map-box .box .inner-box {
  background-color: #1c1c26;
  text-align: center;
  padding: 10% 0 5%;
  border-radius: 12px;
  border: 1px solid #3e3e4d;
}
.map-box .box {
  padding: 20px;
}
.map-box .box1 h3,
.box3 h3 {
  color: #14bd18;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.map-box .box2 h3 {
  color: #0075ff;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.map-box .box p {
  font-size: 18px;
  font-weight: 400;
}
.global-partners {
  padding: 100px 0px 50px;
  background: rgb(23, 23, 32);
  position: relative;
  z-index: 5;
}
.global-partners .partners-box {
  background-color: #1c1c26;
  border: 2px solid #3e3e4d;
  padding: 50px 20px;
  border-radius: 12px;
  text-align: center;
  background: radial-gradient(
    16% 33% at 20% -11%,
    rgba(0, 236, 0, 0.2) 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.global-partners a {
  background: #272735;
  border-radius: 12px;
  display: block;
  margin-top: 20px;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-partners h4 {
  font-size: 30px;
  margin-bottom: 30px;
}
.global-partners h5 {
  text-align: center;
  display: flex;
  justify-content: center;
}
.global-partners h5 a {
  text-decoration: none;
  color: white;
  width: 160px;
  margin-top: 48px;
  background: none;
}

.partners-box a img {
  width: 130px;
}
.exchange-partners-section {
  padding: 100px 0px 20px;
}
.exchange-partners-content a img {
  filter: grayscale(1);
}
.exchange-partners-content a {
  transform: scale(1);
  transition: 0.5s;
}

.exchange-partners-content a:hover {
  transform: scale(1.2);
}
.exchange-partners-content a:hover img {
  filter: grayscale(0);
}

.exchange-partners-section .partners-box {
  background-color: #1c1c26;
  border: 2px solid #3e3e4d;
  padding: 50px 20px;
  border-radius: 12px;
  text-align: center;
  background: radial-gradient(
    16% 33% at 20% -11%,
    rgba(0, 236, 0, 0.2) 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.master-node-partners .partners-box {
  background: radial-gradient(
    16% 25% at 20% 100%,
    rgba(0, 236, 0, 0.2) 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.data-providers .partners-box {
  background: radial-gradient(
    16% 25% at 20% 00%,
    rgba(0, 236, 0, 0.2) 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.exchange-partners {
  margin: 15px 0px;
}
.exchange-partners a img {
  width: 165px;
}
.exchange-partners .def img {
  width: 80px;
  height: 30px;
}
.exchange-partners a {
  padding: 12px 10px;
  background: #272735;
  border-radius: 12px;
  margin: 5px;
}
.inner-2 {
  animation-direction: reverse !important;
}
.exchange-partners {
  width: 1000px;
  animation-duration: 12s;
  animation-direction: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: partners;
}
@keyframes partners {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-50%);
  }
}
.exchange-partners-content {
  width: 100%;
  z-index: 3;
  min-height: 0;
  display: flex;
  margin: 22px 0px 0px;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
}

.data-providers,
.master-node-partners,
.media-providers {
  padding: 100px 0px 20px;
}
.media-providers {
  padding: 50px 0px 70px;
}
.master-node-partners .partners-box {
  background-color: #1c1c26;
  border: 2px solid #3e3e4d;
  padding: 50px 20px;
  border-radius: 12px;
  text-align: center;
}
.data-providers .partners-box {
  background-color: #1c1c26;
  border: 2px solid #3e3e4d;
  padding: 50px 20px;
  border-radius: 12px;
  text-align: center;
}
.media-providers .partners-box {
  background-color: #1c1c26;
  border: 2px solid #3e3e4d;
  padding: 50px 20px;
  border-radius: 12px;
  text-align: center;
}
.partners {
  padding: 50px 0px 40px;
}

.partners .box img {
  width: 100%;
}
.partners h4 {
  color: #14bd18;
  font-size: 25px;
  font-weight: 700;
}
.partners .box .inner-box {
  border-radius: 12px;
  border: 1px solid #464666;
  padding: 4% 0%;
  text-align: center;
  background-image: url(../images/pn_bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.partners .box .inner-box .row {
  align-items: center;
}
.partners .box .inner-box .bitgert img {
  width: 320px;
}
.partners .box {
  padding: 20px;
}
.partners .box1 img {
  width: 30%;
}

.partners .box3 img {
  width: 320px;
}
.partners .box3 {
  text-align: center;
}
.partners .box2 h4 {
  /* padding-bottom: 10px; */
  padding: 15px 0px;
}
.partners .box2 h4 {
  padding-bottom: 10px;
}
.cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: 3px;
  display: block;
  border-radius: 28px;
  background: #00d701;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta:hover span {
  display: block;
}
.cta span {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  display: none;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #eceaea;
  stroke-width: 2;
  transform: translateX(-57px);
  transition: all 0.3s ease;
  margin-top: 4px;
  left: 52px;
}
.cta:hover:before {
  width: 100%;
  background: #0099ff;
}
.cta:hover svg {
  transform: translateX(0);
  left: 0;
}
.cta:active {
  transform: scale(0.96);
}
.partners .box2 .inner-box {
  padding: 3% 0%;
  /* background-image: url(../images/geometry_labs.png); */
  height: 100%;
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* background-size: cover; */
}
.partners .box3 .inner-box {
  padding: 6% 0%;
  /* background-image: url(../images/geometry_labs.png); */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* background-size: cover; */
}
.roadmap h3 {
  font-size: 33px;
  font-weight: 600;
  text-align: center;
}
.roadmap h3 span {
  font-size: 33px;
  font-weight: 800;
  color: #00d701;
}
.roadmap {
  text-align: center;
  margin: 120px 0px 50px;
}
.roadmap .timeline {
  text-align: left;
}
.roadmap .timeline .box {
  padding: 10px;
  flex-basis: calc(50% - 0px);
  display: flex;
}
.roadmap .timeline .box .inner-box {
  border: 1px solid #464666;
  padding: 5%;
  border-radius: 12px;
  width: 100%;
}
.roadmap .timeline .inner-box h5 {
  font-size: 17px;
  font-weight: 600;
}
.roadmap .timeline .inner-box h5 span {
  color: #009dff;
}
.roadmap .timeline .def ul li {
  padding-top: 0 !important;
}
.roadmap .timeline .def {
  padding: 3.5% 5% !important;
}
.roadmap .timeline .inner-box ul li {
  font-size: 13px;
  font-weight: 100;
  padding-top: 10px;
  list-style-type: disc;
}
.roadmap .timeline .inner-box ul li::marker {
  color: #00d701;
}
.roadmap .timeline .years {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px 50px;
}
.roadmap .timeline .issues li {
  list-style-type: none;
  position: relative;
}

.roadmap .timeline .years li {
  list-style-type: none;
  transform: translateY(5%);
}

.roadmap .timeline .years li a {
  font-size: 33px;
  font-weight: 900;
  text-decoration: none;
}
.roadmap .timeline .btn {
  border: none;
}
.roadmap .timeline .active a {
  color: #14bd18;
  font-size: 38px !important;
}
.roadmap .timeline .active::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #14bd18;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 30px;
}
.roadmap .timeline .active::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #14bd18;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 30px;
}

.roadmap .timeline .inactive a {
  color: grey;
}
.roadmap .timeline .inactive::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: grey;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 25px;
}
.roadmap .timeline .inactive::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: grey;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 25px;
}
.tab {
  display: none;
}
.tab-active {
  display: block;
}
/* /responsve road map */

.roadmap-responsive h3 {
  font-size: 33px;
  font-weight: 600;
  text-align: center;
}
.roadmap-responsive h3 span {
  font-size: 33px;
  font-weight: 800;
  color: #00d701;
}
.roadmap-responsive {
  text-align: center;
  margin: 120px 0px 50px;
  display: none;
}
.roadmap-responsive .timeline {
  text-align: left;
}
.roadmap-responsive .timeline .box {
  padding: 10px;
  flex-basis: calc(50% - 0px);
  display: flex;
}
.roadmap-responsive .timeline .box .inner-box {
  border: 1px solid #464666;
  padding: 5%;
  border-radius: 12px;
  width: 100%;
}
.roadmap-responsive .timeline .inner-box h5 {
  font-size: 17px;
  font-weight: 600;
}
.roadmap-responsive .timeline .inner-box h5 span {
  color: #009dff;
}
.roadmap-responsive .timeline .def ul li {
  padding-top: 0 !important;
}
.roadmap-responsive .timeline .def {
  padding: 3.5% 5% !important;
}
.roadmap-responsive .timeline .inner-box ul li {
  font-size: 13px;
  font-weight: 100;
  padding-top: 10px;
  list-style-type: disc;
}
.roadmap-responsive .timeline .inner-box ul li::marker {
  color: #00d701;
}
.roadmap-responsive .timeline .years {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px 50px;
}
.roadmap-responsive .timeline .issues li {
  list-style-type: none;
  position: relative;
}

.roadmap-responsive .timeline .years li {
  list-style-type: none;
  transform: translateY(5%);
}

.roadmap-responsive .timeline .years li a {
  font-size: 33px;
  font-weight: 900;
  text-decoration: none;
}
.roadmap-responsive .timeline .btn {
  border: none;
}
.roadmap-responsive .timeline .active a {
  color: #14bd18;
}

.roadmap-responsive .timeline .inactive a {
  color: grey;
}
.roadmap-responsive .timeline .inactive::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: grey;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 25px;
}
.roadmap-responsive .timeline .inactive::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: grey;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 25px;
}
.tab {
  display: none;
}
.tab-active {
  display: block;
}

/* .animation {
  animation-name: anime;
  animation-duration: 1s;
}
@keyframes anime {
  0% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(0);
  }
} */
/* .team-section {
  padding: 20px 0px 60px;
}

.team-section h3 {
  color: #00d701;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
}
.team-section p {
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  padding: 10px 0px 22px;
}
.scroll-wrapper {
  min-height: 2650px;
  position: relative;
}
.team-section-wrapper {
  /* top: 0; */
/* max-width: 1100px; */
/* margin-top: 100px; */
/* z-index: 4;
  height: auto;
  background-color: #171720; */

/* box-shadow: -1px 50px 0px 250px #171720; */
/* } */
/* .container-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.container-wrapper.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.container-wrapper.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.container-wrapper::-webkit-scrollbar {
  display: none;
}

.profile-box {
  display: inline-block;
}
.team-section img {
  width: 100px;
  border-radius: 12px;
}
.team-section .box p {
  font-size: 12px;
  font-weight: 100;
  color: #9898b1;
  background-color: #171720;
}
.team-section .box {
  width: 350px;
  margin-right: 15px;
}

.team-section .box .inner-box {
  padding: 10% 10% 4%;
  border: 2px solid #464666;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #171720;
}
.team-section .box .def-2 {
  padding-bottom: 5%;
}
.team-section .box .def {
  padding-bottom: 10%;
}
.team-section .box .def-inner {
  padding-bottom: 0%;
}
.team-section .box .def-inner h4 {
  padding: 11px 0 !important;
}
.team-section .box .inner-box h4 {
  padding: 15px 0px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.team-section .media-links {
  border: 2px solid #464666;
  padding: 3% 10%;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.team-section .media-links img {
  width: 20px;
  color: white;
  border-radius: 0px;
} */
.team-section {
  padding: 0px 0px 80px;
}
.team-section .row {
  border: 1px solid #3e3e4d;
  border-radius: 12px;
}
.team-section .tittle h3 {
  color: #00d701;
  font-size: 30px;
  font-weight: 700;
  /* margin: auto 0; */
}
.team-section .tittle p {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  opacity: 0.7;
}
.team-section .tittle {
  border-right: 1px solid #464666;
  padding: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.team-section .advisor-content .row {
  border: none;
}
.team-section .profile-image img {
  width: 100px;
  border-radius: 12px;
}
.team-section .profile-image {
  padding: 20px 0px 20px 40px;
}
.team-section .profile-content img {
  width: 20px;
  margin-bottom: 25px;
}
.team-section .profile-content {
  padding: 0;
  position: relative;
}
.team-section .advisor-content .profile-content p {
  padding: 30px 85px 8px 0px;
  font-size: 13px;
  color: #9898b1;
}
.team-section .advisor-content .profile-content h4 {
  padding: 30px 0px 10px 0px;
  font-size: 20px;
}
.team-section .advisor-content .profile-content a {
  display: inline-flex;
  text-decoration: none;
  color: #858598;
}
.team-section .advisor-content .profile-content p::before {
  content: " ";
  width: 522px;
  height: 1px;
  border-radius: 10px;
  background-color: #464666;
  position: absolute;
  margin-bottom: 10px;
  top: 26%;
  right: 0%;
}
.team-section .advisor-content {
  height: 640px;
  /* overflow-y: scroll; */
  overflow: scroll;
}
.team-section .advisor-content .profile-content h4 {
  padding: 30px 0px 10px 0px;
  font-size: 20px;
}
.team-section .advisor-content .inner-profile-team {
  border-bottom: 1px solid #393952;
  /* margin-top: 80px; */
}
.team-section .advisor-content::-webkit-scrollbar {
  display: none;
}
.team-scroll {
  /* min-height: 2000px; */
  position: relative;
}
.team-section.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.team-section.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.team-section {
  display: flex;
  overflow: hidden;
  cursor: pointer;
  top: 0;
  /* max-width: 1100px; */
  margin-top: 100px;
  z-index: 4;
  height: auto;
  background-color: #171720;
}

/* advisor secction */
.advisor-section {
  padding: 0px 0px 80px;
}
.advisor-section .row {
  border: 1px solid #3e3e4d;
  border-radius: 12px;
}
.advisor-section .tittle h3 {
  color: #00d701;
  font-size: 30px;
  font-weight: 700;
  /* margin: auto 0; */
  padding: 20rem 0 0px;
}
.advisor-section .tittle p {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  opacity: 0.7;
}
.advisor-section .tittle {
  border-right: 1px solid #464666;
  padding: 60px;
}
.advisor-section .advisor-content .row {
  border: none;
}
.advisor-section .profile-image img {
  width: 100px;
  border-radius: 12px;
}
.advisor-section .profile-image {
  padding: 20px 0px 20px 40px;
}
.advisor-section .profile-content img {
  width: 20px;
  margin-bottom: 25px;
}
.advisor-section .profile-content {
  padding: 0;
  position: relative;
}
.advisor-section .advisor-content .profile-content p {
  padding: 30px 85px 8px 0px;
  font-size: 13px;
  color: #9898b1;
}
.advisor-section .advisor-content .profile-content h4 {
  padding: 30px 0px 10px 0px;
  font-size: 20px;
}
.advisor-section .advisor-content .profile-content a {
  display: inline-flex;
  text-decoration: none;
  color: #858598;
}
.advisor-section .advisor-content .profile-content p::before {
  content: " ";
  width: 522px;
  height: 1px;
  border-radius: 10px;
  background-color: #464666;
  position: absolute;
  margin-bottom: 10px;
  top: 26%;
  right: 0%;
}
.advisor-section .advisor-content {
  /* height: 400px; */
  /* overflow-y: scroll; */
  overflow: hidden;
}
.advisor-section .advisor-content .inner-profile {
  border-bottom: 1px solid #393952;
  /* margin-top: 80px; */
}
.advisor-section .advisor-content::-webkit-scrollbar {
  display: none;
}
.advisor-scroll {
  /* min-height: 2000px; */
  position: relative;
}
.advisor-section.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.advisor-section.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.advisor-section {
  display: flex;
  overflow: hidden;
  cursor: pointer;
  top: 0;
  /* max-width: 1100px; */
  margin-top: 50px;
  z-index: 4;
  height: auto;
  background-color: #171720;
}
.build-together-section {
  background-color: transparent;
  border-radius: 15px;
  text-align: center;
  padding: 30px;
}
.build-together-section h4 {
  font-size: 35px;
  font-weight: 600;
}
.build-together-section p {
  font-size: 15px;
  font-weight: 100;
  padding: 10px 0px 20px;
  color: #858598;
}
.build-together-section .box {
  padding: 10px;
  flex-basis: calc(33.33% - 0px);
  display: flex;
  position: relative;
}
.build-together-section .inner-box {
  padding: 10%;
  border: 1px solid #464666;
  border-radius: 20px;
}
.build-together-section .inner-box p {
  font-size: 13px;
  font-weight: 100;
  padding: 10px 0px 0px;
}
.build-together-section .inner-box img {
  width: 130px;
}
.build-together-section .inner-box .def {
  width: 99px;
}
.build-together-section .inner-box .def-one {
  width: 120px;
}
.build-together-section .inner-box h5 {
  padding: 20px 0px 0px;
}
.build-together-section .box .button a {
  background: #14bd18;
  display: inline-block;
  padding: 10px 27px;
  border-radius: 11px;
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
.build-together-section .box .button {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.build-together-section .box .button .bg-blue {
  background: #14bd18;
}
.whole-footer {
  background: #131319;
  margin-top: 40px;
}

.subscribe-section {
  padding: 70px 0px 0px;
}

.subscribe-section .subscribe {
  display: flex;
  background: #1c1c26;
  border-radius: 12px;
  margin: auto;
  width: fit-content;
  justify-content: center;
  gap: 22px;
  padding: 30px 30px 10px;
}
.subscribe-section .subscribe input {
  border-radius: 12px;
  background: #131319;
  border: none;
  padding: 13px 20px;
  width: 278px;
  font-size: 13px;
  font-weight: 100;
  background-color: #131319;
  color: #9898b1;
  outline: none;
  font-size: 13px;
}
.subscribe-section .subscribe input::placeholder {
  color: #9898b1;
}
.subscribe-section .subscribe .button a {
  padding: 9px;
  border-radius: 30px;
  background: #14bd18;
  color: white;
  text-decoration: none;
  width: 152px;
  display: flex;
  justify-content: center;
}
.subscribe-section .subscribe h5 {
  font-size: 25px;
  font-weight: 600;
}
.subscribe-section .subscribe p {
  font-size: 13px;
  font-weight: 100;
  line-height: 10px;
}
.subscribe-section form {
  display: inline-flex;
  flex-direction: column;
}
#response {
  padding-top: 10px;
}
.footer-section .footer .products {
  padding-left: 54px;
  padding-bottom: 0;
}
.footer-section {
  padding: 70px 70px 40px;
  background: #1c1c26;
  margin-top: 5%;
}
.footer-section .footer .products {
  color: rgb(182, 182, 196);
  text-align: left;
}
.footer-section .footer .products ul {
  padding: 0;
}
.footer-section .footer .products h4 {
  font-size: 17px;
  font-weight: 500;
}
.footer-section .footer .dropzone-wallet .dropdown-desktop,
.footer-section .footer .dropzone-wallet .dropdown-mobile,
.footer-section .footer .dropzone-wallet .drp-mobile,
.footer-section .footer .dropzone-wallet .drp-desktop,
.footer-section .footer .dropzone-wallet .bel-drp-desktop {
  background-color: #252531;
  padding: 10px 15px;
  border-radius: 20px;
  display: none;
}
.footer-section .footer .dropzone-wallet li {
  cursor: pointer;
}
.footer-section .footer .dropzone-wallet li a .fa-caret-up {
  display: none;
}

.footer-section .footer .products li a {
  color: #9898b1;
  text-decoration: none;
  font-size: 13px;
  font-weight: 100;
  user-select: none;
}
.footer-section .footer li a:hover {
  color: #14bd18;
}
.footer-section .footer .products li {
  list-style-type: none;
}
.footer-section .footer .email-support {
  padding-left: 35px;
}

.footer-section .footer .email-support h4 {
  font-size: 13px;
  font-weight: 500;
  color: #b6b6c4;
  padding-top: 20px;
}
.footer-section .footer .email-support h4 a {
  color: #00d701;
  text-decoration: none;
}
.footer .email-support h5 span {
  color: #00d701;
}
.footer .email-support h5 {
  color: #9898b1;
  font-size: 17px;
  font-weight: 500;
}
.footer .email-support p {
  color: #9898b1;
  text-decoration: none;
  font-size: 13px;
  font-weight: 100;
}
.footer .email-support p span {
  color: #acacbd;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.footer .email-support .input-field {
  position: relative;
}
.footer .email-support input {
  border: 1px solid #14bd18;
  padding: 15px 20px;
  width: 100%;
  border-radius: 29px;
  font-weight: 100;
  background-color: #131319;
  color: #9898b1;
  outline: none;
  font-size: 13px;
}
.footer .email-support .input-field span {
  position: absolute;
  right: 7px;
  top: 5px;
}
.footer .email-support .input-field span img {
  border-radius: 31px;
  width: 44px;
}
.footer .email-support .media a img {
  width: 21px;
  opacity: 0.6;
}
.footer .email-support .media a i {
  width: 21px;
  color: slategrey;
  opacity: 0.8;
}
.footer .email-support .media a img:hover {
  opacity: 1;
}
.footer .email-support .media a i:hover {
  opacity: 1;
}
.footer .email-support .media {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.footer .beldex-position {
  background-color: #242430;
  border-radius: 12px;
  border: 1px solid #464666;
  height: fit-content;
  padding: 13px 27px;
}
.footer .beldex-position h6 img {
  width: 110px;
  height: 30px;
}
.footer .beldex-position h6 span {
  color: #0094ff;
}
.footer .beldex-position .price-nd-volume {
  background-color: #131319;
  border: 1px solid #464666;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 10px;
  color: red;
  display: flex;
  align-items: center;
}
.footer .beldex-position .price-nd-volume h5 {
  display: inline-block;
  color: white;
  margin: 0;
  font-size: 17px;
}
.footer .beldex-position .price-nd-volume span {
  color: red;
}

.footer .beldex-position h5 span {
  color: red;
  font-size: 11px;
  font-weight: 100;
}
.footer .beldex-position .inner-status {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin: 13px 0 5px;
  align-items: center;
}
.footer .beldex-position .inner-status p {
  flex: 0 0 35%;
  color: #9898b1;
  font-size: 13px;
  font-weight: 100;
  margin: 0 0 15px;
}
.footer .beldex-position .inner-status p:nth-child(2) {
  flex: 0 0 50%;
}
.footer .beldex-position .inner-status p:nth-child(2)::before {
  width: 1px;
  height: 20px;
  content: "";
  background-color: #35353a;
  position: absolute;
  left: 25%;
}
.footer .beldex-position .inner-status h5 {
  flex: 0 0 35%;
  background-color: unset;
  border: none;
  padding: 0;
  font-size: 18px;
  margin-bottom: 4px;
}
.footer .beldex-position .inner-status h5:nth-of-type(2) {
  flex: 0 0 50%;
  background-color: unset;
  border: none;
  padding: 0;
}
.footer .beldex-position .inner-status .inner-status-content::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #35353a;
  content: "";
  left: 0;
  top: 43%;
}
.footer .beldex-position .inner-status .inner-status-content {
  display: flex;
  align-items: center;
  width: 50%;
}
.footer .beldex-position .inner-status .inner-status-content h5 {
  margin-bottom: 0px;
}
.footer .beldex-position .inner-status .inner-status-content p {
  flex: unset;
  color: white;
  font-size: 17px;
  font-weight: unset;
  margin: 0px;
}

.footer .beldex-position .down-part-header h6 a {
  text-decoration: none;
  font-size: 9px;
  color: #9898b1;
}
.footer .beldex-position .down-part-header h6 a img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
}
.footer .beldex-position .down-part-header h6 a span {
  color: #fff;
}
.def-footer {
  min-height: 120px;
}
.copy-rights {
  text-align: center;
  background-color: #21212f;
  padding: 22px;
}
.copy-rights p {
  margin: 0;
  font-weight: 100;
  font-size: 14px;
  opacity: 0.9;
}
.copy-rights a {
  color: white;
  text-decoration: none;
}
.copy-rights a:hover {
  color: #00d701;
}
#buttontop {
  display: flex;
  background-color: #0c880e;
  width: 39px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  color: white;
}
#buttontop i {
  color: white;
}

#buttontop:hover {
  cursor: pointer;
  background-color: #333;
}
#buttontop:active {
  background-color: #555;
}
#buttontop.show {
  opacity: 1;
  visibility: visible;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop {
  position: unset;
}
/* .modal-backdrop.show {
  opacity: unset;
} */
/* #modalopen_team_api_success {
  background-color: #0000009e;
}
.fade:not(.show) {
  opacity: 0;
}
.modal {
  background: none;
  overflow-y: hidden !important;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.fade {
  transition: opacity 0.15s linear;
}
#modalheader_teamapi {
  width: 400px;
  max-width: 400px;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
#modacontent_tamapi {
  min-height: 350px;
  height: 350px;
  overflow-y: auto;
  border: 1px solid #404045;
  border-radius: 20px;
}
.modal-content {
  background: #151522;
  font-size: 14px;
  line-height: 1.8;
  color: #d6d6d6;
  height: 550px;
  overflow-y: scroll;
  padding: 20px;
  border: 2px solid #36363e;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
#modalbody_teamapi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 26px 20px;
  flex-direction: column;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
#modalbody_teamapi img {
  width: 60px;
}

#show-success-message,
#show-error-message {
  margin-bottom: 0;
  text-align: center;
}
#teamapi_closebtn_success {
  background-color: #00db09;
  width: 37%;
  min-height: 35px;
  border-radius: 10px;
  font-size: 16px;
}
.modal-dialog .close {
  float: right;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  text-shadow: unset;
  opacity: 1;
  font-weight: 400;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
#modalopen_team_api_success {
  background-color: #0000009e;
}
#modalheader_teamapi {
  width: 400px;
  max-width: 400px;
}
#modacontent_tamapi {
  min-height: 350px;
  height: 350px;
  overflow-y: auto;
  border: 1px solid #404045;
  border-radius: 20px;
}
#modalbody_teamapi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 26px 20px;
  flex-direction: column;
}
#show-success-message,
#show-error-message {
  margin-bottom: 0;
  text-align: center;
}
#modalbody_teamapi img {
  width: 60px;
}

#teamapi_closebtn_success {
  background-color: #00db09;
  width: 37%;
  min-height: 35px;
  border-radius: 10px;
  font-size: 16px;
}
#teamapi_closebtn_error {
  background-color: #1070e0;
  width: 37%;
  min-height: 35px;
  border-radius: 10px;
  font-size: 16px;
} */
/* Masternode stylings */

.master-node-hero-section {
  padding: 60px 0px 80px;
  margin-top: 10px;
  text-align: center;
}
.master-node-hero-section .hero-image img {
  width: 80%;
}
.master-node-hero-section h1 {
  font-size: 60px;
  font-weight: 700;
}
.master-node-hero-section p {
  color: #9898b1;
  font-size: 20px;
  padding: 10px 0px 0px;
}
.master-node-hero-section .row {
  gap: 50px;
}
.run-master-scrolling {
  /* min-height: 2700px; */
  position: relative;
}
.run-masternode {
  padding: 90px 0 70px;
  text-align: center;
  /* position: relative; */
  border-radius: 25px;
  top: 0;
  /* max-width: 1100px; */
  /* margin-top: 100px; */
  z-index: 4;
  height: auto;
  background: #171720;
  box-shadow: -1px 50px 0px 120px #171720;
}
.run-masternode .masternode {
  border: 1px solid #3e3e4d;
  padding: 30px;
  background: #1c1c26;
  border-radius: 12px;
  margin: 50px 90px 0px;
}
.run-masternode p {
  color: #9898b1;
  font-size: 16px;
  font-weight: 100;
  padding-bottom: 45px;
}
.run-masternode h2 {
  font-size: 33px;
  font-weight: 600;
}
.run-masternode .box {
  position: relative;
  text-align: center;
  padding: 15px;
  flex-basis: calc(33.33% - 0px);
  display: flex;
}
.run-masternode .box .inner-box {
  background: #23232f;
  border-radius: 12px;
  padding: 17% 8% 5%;
}
.run-masternode .box .secure-icon {
  position: absolute;
  top: -8%;
  left: 0;
  right: 0;
}
.run-masternode .secure-icon img {
  width: 55px;
  filter: drop-shadow(0 0mm 10mm #00ec00b2) brightness(100%);
}
.run-masternode .secure-icon span {
  filter: drop-shadow(0 0mm 10mm #00ec00b2) brightness(100%);
}
.run-masternode .inner-box p {
  font-size: 13px;
  font-weight: 100;
  opacity: 0.5;
  color: #fff;
  padding: 0;
}
.run-masternode .inner-box h4 {
  font-size: 22px;
  font-weight: 500;
}
.run-masternode .box2 span {
  filter: drop-shadow(0 0mm 10mm #0077ffc7) brightness(100%);
}
.run-masternode .box2 img {
  filter: drop-shadow(0 0mm 10mm #0077ffc7) brightness(100%);
}
.run-masternode .counts-masternode {
  margin: 30px 90px;
}
.run-masternode .counts-masternode .inner-box {
  border: 1px solid #3e3e4d;
  padding: 10%;
  width: 100%;
}
.run-masternode .counts-masternode .inner-box span {
  font-size: 15px;
}
.run-masternode .counts-masternode .inner-box h3 {
  font-size: 40px;
  font-weight: 700;
  color: #14bd18;
}
.run-masternode .counts-masternode .inner-box h4 {
  font-size: 21px;
  font-weight: 500;
}
.run-masternode .counts-masternode .box {
  padding: 0px 10px 20px;
  flex-basis: calc(33.33% - 0px);
  display: flex;
}
.run-masternode .counts-masternode .box3 h3 {
  line-height: 25px;
}
.counts-masternode .row {
  background-color: #171720;
}
.calculate-rewards {
  padding: 70px 0px 70px;
  text-align: center;
  margin: 0px 90px;
}
.calculate-rewards h3 {
  font-size: 33px;
  font-weight: 700;
}
.calculate-rewards p {
  color: #9898b1;
  font-size: 15px;
  padding: 0px 165px;
  margin: 25px 0px;
}
.calculate-rewards form {
  margin-top: 50px;
}

.masternode-form {
  margin: 60px 0px 70px;
}
.masternode-form h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 600;
}
.masternode-form h5 {
  text-align: center;
  color: #fff !important;
}
.calculate-rewards form p {
  color: #01c52f !important;
  margin-top: 30px;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.calculate-rewards form #result {
  font-size: 25px;
  font-weight: 600;
}
.range-slider {
  width: 96%;
  margin: 4rem auto 2rem;
  position: relative;
}
#tooltip {
  position: absolute;
  top: -2.25rem;
}
#tooltip span {
  position: absolute;
  text-align: center;
  display: block;
  line-height: 1;
  padding: 5px 20px;
  color: #fff;
  border-radius: 0.125rem;
  background: #0099ff;
  font-size: 15px;
  left: 60%;
  transform: translate(-40%, 0);
}
.calculate-rewards form #result,
.calculate-rewards form #week,
.calculate-rewardsform #month,
.calculate-rewards form #year {
  font-size: 25px;
  font-weight: 600;
}

.calculate-rewards form #result,
.calculate-rewards form #week,
.calculate-rewards form #month,
.calculate-rewards form #year {
  font-size: 25px;
  font-weight: 600;
}
.masternode-form h1 {
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  color: #00d701;
}
#range {
  appearance: none;
  width: 100%;
  background: #323247;
  border-radius: 12px;
}
#range::before {
  left: 0;
  content: attr(data-min);
}
#range::after {
  right: 0;
  content: attr(data-max);
}
#range::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    #04ba2f var(--range-progress),
    #323247 var(--range-progress)
  );
  border-radius: 1rem;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    #04ba2f var(--range-progress),
    #323247 var(--range-progress)
  );
  border-radius: 1rem;
}
#range::-webkit-slider-thumb {
  appearance: none;
  border: 3px solid #171720;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  border-radius: 50%;
  background: #14bd18;
  cursor: pointer;
  height: 30px;
  width: 30px;
  transform: translateY(calc(-60% + 8px));
}
input[type="range"]::-moz-range-thumb {
  appearance: none;
  border: 0.25rem solid #04ba2f;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  height: 22px;
  width: 22px;
  transform: translateY(calc(-30% + 8px));
}

.masternode-requirements-section {
  padding: 70px 0px 70px;
  text-align: center;
}
.masternode-requirements-section h3 {
  font-size: 33px;
  font-weight: 700;
}
.masternode-requirements-section p {
  color: #9898b1;
  font-size: 15px;
  padding: 0px 165px;
  margin: 10px 0px 30px;
}
.masternode-requirements-section .box {
  padding: 20px;
}
.masternode-requirements-section .box .inner-box {
  border: 1px solid #464666;
  padding: 15% 10%;
  border-radius: 15px;
}
.masternode-requirements-section .box .inner-box img {
  width: 58px;
}
.masternode-requirements-section .box .inner-box p {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 15px;
  font-weight: 500;
}
.masternode-requirements-section .box .inner-box h4 {
  color: #14bd18;
  margin: 35px 0px 0px;
  font-size: 24px;
  font-weight: 600;
}
.masternode-requirements-section .box4 .inner-box h3 {
  color: white;
  font-size: 34px;
}
.masternode-requirements-section .box4 {
  margin: 70px 0px 25px;
}
.masternode-requirements-section .box4 .inner-box h3 span {
  color: #14bd18;
}
.masternode-requirements-section .box4 .inner-box p {
  color: #9898b1;
  font-size: 14px;
  font-weight: 100;
}
.masternode-requirements-section .box4 .inner-box {
  padding: 7% 10%;
  background: radial-gradient(
      15% 49% at 17% -3%,
      rgb(34 216 39 / 18%) 0%,
      rgba(20, 189, 24, 0) 100%
    ),
    radial-gradient(
      15% 50% at 84% 110%,
      rgb(10 108 255 / 18%) 0%,
      rgb(20 189 24 / 0%) 100%
    );
}
.masternode-requirements-section .box5 .inner-box {
  border: 1px solid #464666;
  position: relative;
  padding: 10%;
}
.masternode-requirements-section .box5 {
  flex-basis: calc(33.33% - 0px);
  display: flex;
  padding: 20px 12px;
}
.masternode-requirements-section .box5 .inner-box img {
  width: 230px;
  padding-bottom: 30px;
}
.masternode-requirements-section .box5 .def img {
  width: 150px;
  padding-bottom: 18px;
}
.masternode-requirements-section .box5 .inner-box p {
  color: #9898b1;
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
  padding-top: 20px;
}
.masternode-requirements-section .box5 .inner-box p:before {
  width: 100%;
  height: 1px;
  background-color: #464666;
  content: "";
  position: absolute;
  left: 0;
  top: 49%;
}
.masternode-requirements-section .box6 {
  padding: 10px;
  margin-top: 70px;
}
.masternode-requirements-section .box6 .inner-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 2% 6%;
  flex-wrap: wrap;
  text-align: left;
  align-items: center;
  background: radial-gradient(
      15% 49% at 17% -3%,
      rgb(34 216 39 / 18%) 0%,
      rgba(20, 189, 24, 0) 100%
    ),
    radial-gradient(
      15% 50% at 84% 118%,
      rgb(10 108 255 / 18%) 0%,
      rgb(20 189 24 / 0%) 100%
    );
}
.masternode-requirements-section .box6 .inner-box .inner-image img {
  width: 300px;
}
.masternode-requirements-section .box6 .inner-box .inner-content h4 {
  color: white;
  margin-top: 0;
  font-size: 30px;
}
.masternode-requirements-section .box6 .inner-box .inner-image {
  flex: 0 0 20%;
}
.masternode-requirements-section .box6 .inner-box .inner-content {
  flex: 0 0 64%;
}
.masternode-requirements-section .box6 .inner-box .inner-content p {
  color: rgb(152, 152, 177);
  font-size: 15px;
  font-weight: 100;
  word-spacing: 3px;
  line-height: 25px;
  padding-top: 5px;
}
.masternode-requirements-section
  .box6
  .inner-box
  .inner-content
  p:nth-child(3) {
  padding-top: 20px;
}
.masternode-requirements-section .box6 .inner-box .inner-content p a {
  text-decoration: none;
  color: #14bd18;
  font-size: 23px;
}
.monitor-app {
  padding: 50px 0px 60px;
}
.monitor-app .monitor-qr-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.monitor-app .monitor-qr {
  flex: 0 0 20%;
}
.monitor-app .monitor-qr img {
  width: 300px;
}
.monitor-app .monitor-content {
  flex: 0 0 60%;
}
.monitor-app .monitor-content p {
  color: rgb(152, 152, 177);
  font-size: 15px;
  font-weight: 100;
  line-height: 25px;
}
.monitor-app .monitor-content h4 {
  font-size: 23px;
  font-weight: 600;
}
.monitor-app .monitor-content h4 span {
  color: #00d701;
}
.monitor-app .monitor-content .button a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  background: #14bd18;
  font-weight: 600;
  border-radius: 37px;
  padding: 15px 50px 15px 25px;
}
.monitor-app .monitor-content .btn2 a {
  background: #0099ff;
  padding: 15px 55px 15px 30px;
}
.monitor-app .monitor-content .button {
  display: inline-block;
  margin-top: 30px;
}
.monitor-app .monitor-content .button img {
  width: 23px;
}
.monitor-app .monitor-content .button i {
  font-size: 20px;
}
.monitor-app .monitor-content .btns {
  display: flex;
  gap: 30px;
}
.containerwidth {
  width: 100%;
}
.wrapper-box {
  padding: 10px;
}
.wrapper {
  background-color: #131319;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
  box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
}

.toggle,
.content {
  font-family: "Poppins", sans-serif;
}

.toggle {
  width: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  font-size: 1.1vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white !important;
  font-weight: 100;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 0;
  text-align: left;
}
.master-content {
  opacity: 0.7;

  height: 0;
  overflow: hidden;
  transition: all 1s;
  position: relative;
  font-size: 12px;
  font-weight: 100;
}
.faq-section {
  padding: 50px 0px 50px;
}
.faq-section h3 {
  color: #00d701;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
.faq-section h4 {
  text-align: center;
  margin-bottom: 50px;
}
.master-content .table {
  color: #fff;
  opacity: 1;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  text-align: center;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table td,
.table th,
.table thead th {
  border: 0;
}
.table td {
  color: #bbb;
}
.table a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

/* partners stylings */

.partners-head h1 {
  color: #00db0a;
  font-size: 32px;
  font-weight: 700;
}
.partners-head h3 {
  font-size: 32px;
  margin: 22px 0px;
  line-height: 1.4;
}
.partners-inner-page-section .partners-img img {
  width: 100%;
}
.img-header-section {
  padding: 10px;
}
.img-partners img {
  width: 130px;
}
.img-partners {
  background-color: #1d1d2a;
  padding: 25px;
  border-radius: 10px;
  min-height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  transition: 0.4s;
}
.rnd_media {
  color: #0089ff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
}
.bg-head {
  padding-left: 50px;
  padding-right: 50px;
}
.partners-head h2 {
  color: #0089ff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.icon-head p {
  color: #858598;
  font-size: 16px;
  margin: 0 auto;
  padding: 10px 75px 20px 0px;
}
.partners-head {
  margin-top: 50px;
  align-items: center;
}
.higlan_img {
  width: 52px !important;
}
/*.media_last_child {
  width: 77%;
  margin-left: -65px;
}
.media_last_child_1 {
  width: 78%;
  margin-left: -117px;
}
.cryptoru_header {
  width: 78%;
} */
.cryptwerk {
  width: 100px !important;
}
.partners-whole-container {
  margin: 60px 0px;
}

/* swap stylings */

.swap-hero-section {
  padding: 60px 0px 80px;
  margin-top: 10px;
  text-align: center;
}
.swap-hero-section .hero-image img {
  width: 80%;
}
.swap-hero-section h1 {
  font-size: 55px;
  font-weight: 700;
}
.swap-hero-section p {
  color: #9898b1;
  font-size: 20px;
  padding: 10px 0px 0px;
}
.swap-hero-section .row {
  gap: 50px;
}
.lets-widget {
  display: flex;
  height: 100% !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100% !important;
}
.lets-swap .row {
  padding: 50px 40px 40px;
  background-color: #1c1c26;
  border-radius: 15px;
  align-items: center;
}
.lets-swap h2 {
  color: #14bd18;
  font-size: 45px;
  font-weight: 700;
}
.lets-swap h3 {
  color: white;
}
.lets-swap p {
  color: #9898b1;
  color: #9898b1;
  margin-top: 36px;
}
.lets-swap-content {
  padding-left: 40px;
}
.bdx-anonymous {
  text-align: center;
  padding: 100px 0px 10px;
}
.bdx-anonymous p {
  padding: 25px 164px 20px;
  color: #9898b1;
}
.bdx-anonymous h2 {
  color: #00d701;
  font-weight: 700;
}
.exolix-swap-section h2 {
  color: #0099ff;
  font-weight: 700;
}
.exolix-swap-section h3 {
  padding: 40px 0px 0px;
  font-weight: 700;
}
.exolix-swap-section h3 span {
  color: #00d701;
}
.exolix-swap-section .exolix-content h3 {
  padding: 0px 0px 0px;
  font-weight: 100;
}

.exolix-swap-section p {
  color: #9898b1;
  padding: 25px 164px 10px;
}
.exolix-swap-section {
  padding: 50px 0px;
  text-align: center;
}
.exolix-swap-section .row {
  align-items: center;
}
.exolix-swap-section .exolix-content {
  text-align: left;
  padding-left: 70px;
}
.exolix-swap-section .exolix-content p {
  padding: 10px 0 0;
}
.exolix-swap::-webkit-scrollbar {
  display: none;
}
.swapspace-swap-section .swapspace-content {
  padding-left: 40px;
  text-align: left;
}
.swapspace-swap-section .row {
  align-items: center;
  text-align: center;
  padding: 50px 40px 40px;
  background-color: #1c1c26;
  border-radius: 15px;
  align-items: center;
}
.swapspace-swap-section {
  text-align: center;
}

.swapspace-swap-section h2 {
  color: #0099ff;
  font-weight: 700;
}
.swapspace-swap-section h3 {
  font-weight: 700;
  padding: 40px 0px 0px;
}
.swapspace-swap-section h3 span {
  color: #00d701;
}
.swapspace-swap-section p {
  color: #9898b1;
  padding: 25px 164px 40px;
}
.swapspace-swap-section .swapspace-content p {
  padding: 10px 0 0;
}
.swapspace-swap-section .swapspace-content h3 {
  font-weight: 700;
  padding: 0px;
}
.haudini-swap-section h3 {
  font-weight: 700;
  padding: 45px 0px 0px;
}
.haudini-swap-section h3 span {
  color: #00d701;
}
.haudini-swap-section p {
  color: #9898b1;
  padding: 25px 164px 40px;
}
.haudini-swap-section {
  text-align: center;
}
.haudini-swap-section .haudini-content h2 {
  color: #0099ff;
  font-weight: 700;
}
.haudini-swap-section .haudini-content h3 {
  padding: 0;
  font-weight: 700;
}
.haudini-swap-section .row {
  align-items: center;
  text-align: left;
}
.haudini-swap-section .haudini-content {
  padding-left: 40px;
}
.haudini-swap-section .haudini-content p {
  padding: 10px 0 0;
}
.changelly-swap-section {
  text-align: center;
}
.changelly-swap-section .row {
  align-items: center;
  text-align: center;
  padding: 50px 40px 40px;
  background-color: #1c1c26;
  border-radius: 15px;
  align-items: center;
}
.changelly-swap-section h3 {
  font-weight: 700;
  padding: 60px 164px 0px;
}
.changelly-swap-section h3 span {
  color: #00d701;
}
.changelly-swap-section p {
  color: #9898b1;
  padding: 25px 164px 40px;
}
.changelly-swap-section .changelly-content h2 {
  color: #0099ff;
  font-weight: 700;
  padding: 17px 0px;
}
.changelly-swap-section .changelly-content h3 {
  padding: 0;
  font-weight: 100;
}
.changelly-swap-section .changelly-content p {
  padding: 10px 0 0;
}
.changelly-swap-section .changelly-content {
  text-align: left;
}
.Trocador-swap-section .Trocador-content {
  padding-left: 55px;
  text-align: left;
}
.Trocador-swap-section {
  text-align: center;
}
.Trocador-swap-section .row {
  align-items: center;
}
.Trocador-swap-section h3 {
  font-weight: 700;
  padding: 60px 164px 0px;
}
.Trocador-swap-section p {
  color: #9898b1;
  padding: 25px 164px 40px;
}
.Trocador-swap-section h3 span {
  color: #00d701;
}
.Trocador-swap-section .Trocador-content h2 {
  color: #0099ff;
  font-weight: 700;
}
.Trocador-swap-section .Trocador-content p {
  padding: 10px 0 0;
}
.Trocador-swap-section .Trocador-content h3 {
  padding: 0 0;
  font-weight: 500;
}
.StealthEX-swap-section {
  text-align: center;
}
.StealthEX-swap-section .StealthEX-content {
  padding-left: 55px;
  text-align: left;
}
.StealthEX-swap-section {
  text-align: center;
}
.StealthEX-swap-section .row {
  align-items: center;
}
.StealthEX-swap-section h3 {
  font-weight: 700;
  padding: 60px 164px 0px;
}
.StealthEX-swap-section p {
  color: #9898b1;
  padding: 25px 164px 40px;
}
.StealthEX-swap-section h3 span {
  color: #00d701;
}
.StealthEX-swap-section .StealthEX-content h2 {
  color: #0099ff;
  font-weight: 700;
}
.StealthEX-swap-section .StealthEX-content p {
  padding: 10px 0 0;
}
.StealthEX-swap-section .StealthEX-content h3 {
  padding: 0 0;
  font-weight: 500;
}
.Simple-swap-section {
  text-align: center;
}

.Simple-swap-section .Simple-content {
  padding-left: 55px;
  text-align: left;
}
.Simple-swap-section {
  text-align: center;
}
.Simple-swap-section .row {
  align-items: center;
}
.Simple-swap-section h3 {
  font-weight: 700;
  padding: 60px 164px 0px;
}
.Simple-swap-section p {
  color: #9898b1;
  padding: 25px 164px 40px;
}
.Simple-swap-section h3 span {
  color: #00d701;
}
.Simple-swap-section .Simple-content h2 {
  color: #0099ff;
  font-weight: 700;
}
.Simple-swap-section .Simple-content p {
  padding: 10px 0 0;
}
.Simple-swap-section .Simple-content h3 {
  padding: 0 0;
  font-weight: 500;
}

/* About us stylings */
.main-about-us-section {
  background: radial-gradient(
    20% 51% at 29% 80%,
    rgb(34 216 39 / 18%) 0%,
    rgba(20, 189, 24, 0) 100%
  );
}

.about-us-header {
  padding: 40px 0px 70px;
}
.about-us-header .row {
  align-items: center;
}
.about-us-header .about-us-banner-content {
  padding-left: 40px;
}
.about-us-header .about-us-banner-content h1 {
  font-size: 46px;
  font-weight: 800;
}
.about-us-header .about-us-banner-content p {
  color: #9898b1;
  font-size: 17px;
  font-weight: 100;
}
.about-us-header .about-us-banner-image img {
  width: 80%;
}
.whoweare-section .row {
  border: 1px solid #3e3e4d;
  background: #1c1c26;
  background-image: radial-gradient(
    20% 51% at 27% 24%,
    rgba(34, 216, 39, 0.18) 0%,
    rgba(20, 189, 24, 0) 100%
  );
  padding: 45px;
  border-radius: 12px;
  text-align: center;
  margin: 30px 0px 80px;
}
.whoweare-section h2 {
  font-size: 40px;
  font-weight: 700;
}
.whoweare-section p {
  color: #9898b1;
  font-size: 15px;
  line-height: 24px;
  padding: 12px 0px;
}

/* research labs stylings */

.research-labs-header {
  padding: 60px 0px 70px;
}
.research-labs-header .research-labs-banner-content {
  padding-top: 20px;
}
.research-labs-header .research-labs-banner-content h1 {
  font-size: 46px;
  font-weight: 700;
}
.research-labs-header .research-labs-banner-content p {
  font-size: 17px;
  padding: 30px 0px;
  color: #9898b1;
}
.research-labs-header .research-labs-banner-content .button a {
  display: inline-block;
  padding: 12px 21px;
  border-radius: 44px;
  text-decoration: none;
  color: white;
  background: #14bd18;
  font-weight: 500;
}
.rl-content-boxes {
  padding: 30px 0 70px;
  text-align: center;
  /* position: relative; */
  border-radius: 25px;
}
.rl-content-boxes .masternode {
  border: 1px solid #3e3e4d;
  padding: 60px 30px 60px;
  background: #1c1c26;
  border-radius: 12px;
}
.rl-content-boxes p {
  color: #9898b1;
  font-size: 16px;
  font-weight: 100;
  padding-bottom: 45px;
}
.rl-content-boxes h2 {
  font-size: 33px;
  font-weight: 600;
}
.rl-content-boxes .box {
  position: relative;
  text-align: center;
  padding: 15px;
  flex-basis: calc(33.33% - 0px);
  display: flex;
}
.rl-content-boxes .row-2 {
  margin-top: 20px;
}
.rl-content-boxes .box .inner-box {
  background: #23232f;
  border-radius: 12px;
  padding: 17% 8% 5%;
}
.rl-content-boxes .box .secure-icon {
  position: absolute;
  top: -8%;
  left: 0;
  right: 0;
}
.rl-content-boxes .secure-icon img {
  width: 55px;
  filter: drop-shadow(0 0mm 10mm #00ec00b2) brightness(100%);
}
.rl-content-boxes .secure-icon span {
  filter: drop-shadow(0 0mm 10mm #00ec00b2) brightness(100%);
}
.rl-content-boxes .secure-icon .def-img {
  width: 55px;
  filter: drop-shadow(0 0mm 10mm #00ec0067) brightness(100%);
}
.rl-content-boxes .secure-icon .def-span {
  filter: drop-shadow(0 0mm 10mm #00ec0067) brightness(100%);
}
.rl-content-boxes .inner-box p {
  font-size: 13px;
  font-weight: 100;
  opacity: 0.5;
  color: #fff;
  padding: 0;
}
.rl-content-boxes .inner-box h4 {
  font-size: 22px;
  font-weight: 500;
}
.rl-content-boxes .box2 span {
  filter: drop-shadow(0 0mm 10mm #0077ff81) brightness(100%);
}
.rl-content-boxes .box2 img {
  filter: drop-shadow(0 0mm 10mm #0077ff81) brightness(100%);
}
.contribute-section {
  padding: 5px 0px 70px;
}
.contribute-section .contribute-content {
  padding-top: 20px;
}
.contribute-section .contribute-content h1 {
  font-size: 46px;
  font-weight: 700;
}
.contribute-section .contribute-content p {
  font-size: 16px;
  padding: 25px 0px;
  color: #9898b1;
  font-weight: 200;
}
.contribute-section .contribute-content .button a {
  display: inline-block;
  padding: 12px 21px;
  border-radius: 44px;
  text-decoration: none;
  color: white;
  background: #14bd18;
  font-weight: 500;
}
.contribute-section .contribute-inner {
  border: 1px solid #3e3e4d;
  border-radius: 12px;
  padding: 50px;
  background: radial-gradient(
    21% 65% at 43% 15%,
    rgba(34, 216, 40, 0.247) 0%,
    rgba(20, 189, 24, 0) 100%
  );
}
.contribute-section .contribute-inner .row {
  align-items: center;
}
.contribute-section .contribute-image img {
  width: 80%;
}

/* careers stylings */
.careers-header {
  padding: 60px 0px 70px;
}
.careers-header .careers-banner-content {
  padding-top: 45px;
}
.careers-header .row {
  padding: 0px 50px;
}
.careers-header .careers-banner-content h1 {
  font-size: 46px;
  font-weight: 900;
}
.careers-header .careers-banner-content h1 span {
  color: #00d701;
}
.careers-header .careers-banner-content p {
  font-size: 17px;
  padding: 40px 82px 30px 0px;
  color: #9898b1;
}
.careers-header .careers-banner-image img {
  width: 100%;
}
ul.tabs li {
  margin: 0px 10px 10px 10px;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 11px;
  line-height: 31px;
  color: #fff;
  text-align: left;
  font-weight: 700;
  background-color: #666;
  background: #23232f;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #232337;
}
.career-bg h1 {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 10px;
}
.career-bg h3 {
  font-size: 20px;
  width: 100%;
  padding: 0px 297px;
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: #bbb;
}
.career-box {
  border-radius: 20px;
  padding: 30px 10px 20px;
  box-sizing: border-box;
  min-height: 180px;
  background-color: transparent;
}
.career-box {
  border-radius: 20px;
  padding: 30px 10px 20px;
  box-sizing: border-box;
  min-height: 180px;
  background-color: transparent;
}
.unique-tab {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}
.carrer-topic {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}
.career-btn {
  padding: 0px 10px;
  border-radius: 40px;
  border: 1px solid #00db0a;
  color: white;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
}

.career-content {
  padding-top: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0px;
}
.career-content p b {
  color: #00b94f;
}
.career-content p {
  text-align: left;
  color: #bbb;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
}
.career-link {
  padding-top: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.career-link p {
  text-align: left;
  margin-bottom: 0px;
  color: #00d701;
}

.career-link p:hover {
  color: #05833c;
}

.tabs_wrapper {
  width: 100%;
  text-align: center;
  margin: 40px auto;
  background: transparent;
}

ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  padding: 0;
  width: 30%;
  min-width: 175px;
  list-style: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.tabs li:hover {
  background: #28283b;
  color: white;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabs li.active {
  background: #323241;
  color: #dddddd;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabs li.active::before {
  content: unset;
}

.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  left: -4px;
  width: 68%;
  min-width: 10px;
  text-align: left;
  background: #23232f;
  border-radius: 12px;
  min-height: 96% !important;
}
.tab_container {
  overflow: auto; /* Ensure the inner div has scrollable content */
}

.tab_container::-webkit-scrollbar {
  width: 5px; /* Set the width of the scrollbar */
}

.tab_container::-webkit-scrollbar-track {
  background: #171a20; /* Set the background color of the track */
}

.tab_container::-webkit-scrollbar-thumb {
  background: #14bd18; /* Set the color of the thumb */
  border-radius: 12px;
}

.tab_container::-webkit-scrollbar-thumb:hover {
  background: #418041; /* Set the color of the thumb on hover */
}

.tab_content {
  padding: 26px 30px;
  height: 652px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}
.tab_content p {
  text-align: left !important;
  color: #bbb;
  line-height: 1.8;
}
.btn-click-apply {
  display: inline-block;
  color: #000 !important;
  text-decoration: none !important;
  color: white;
  padding: 8px 22px;
  border-radius: 50px;
  position: relative;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #00db0a;
  font-weight: 400;
  font-size: 16px;
  margin-top: 14px;
}
.btn-click-apply a {
  color: white;
  text-decoration: none;
}
.clock-time-ago {
  font-size: 12px;
  padding-left: 8px;
  color: #bbb;
  cursor: auto;
}
.tab_content h4 {
  color: #fff;
  margin-bottom: 18px;
}
.tab_content h3 {
  margin-bottom: 18px;
}
.beldex-rewards {
  text-align: center;
  padding-bottom: 0;
  padding: 50px 70px 80px;
}

/* contributor section stylings */
.contributor-hero-section {
  padding: 60px 0px 80px;
  margin-top: 10px;
  text-align: center;
}
.contributor-hero-section .contributor-pro-image img {
  width: 70%;
}
.contributor-hero-section h1 {
  font-size: 50px;
  font-weight: 700;
}
.contributor-hero-section h1 span {
  color: #00d701;
}
.contributor-hero-section p {
  color: #9898b1;
  font-size: 19px;
  padding: 10px 45px 5px;
  font-weight: 100;
}
.contributor-hero-section .row {
  gap: 50px;
}
.contributor-common-classes {
  padding: 60px 0px 70px;
}
.bg-gradient-inner {
  background: radial-gradient(
    21% 53% at 42% 50%,
    rgba(34, 216, 40, 0.164) 0%,
    rgba(20, 189, 24, 0) 100%
  );
}
.contributor-common-classes .contributor-common-classes-content {
  padding-top: 20px;
}
.contributor-common-classes .contributor-common-classes-content h2 {
  font-size: 35px;
  font-weight: 700;
}
.contributor-common-classes .contributor-common-classes-content p {
  font-size: 16px;
  padding: 30px 0px;
  color: #9898b1;
  font-weight: 100;
}
.contributor-common-classes .contributor-common-classes-content .button a {
  display: inline-block;
  padding: 12px 21px;
  border-radius: 44px;
  text-decoration: none;
  color: white;
  background: #14bd18;
  font-weight: 500;
}
.contributor-common-classes .row {
  align-items: center;
}
.contributor-common-classes .contributor-common-classes-image img {
  width: 70%;
}
.contributor-common-classes .contributor-common-classes-image {
  text-align: center;
}
.improve-docs {
  border: 1px solid #3e3e4d;
  border-radius: 12px;
  padding: 61px;
  background: radial-gradient(
      17% 35% at 25% 0%,
      rgba(34, 216, 40, 0.13) 0%,
      rgba(20, 189, 24, 0) 100%
    ),
    radial-gradient(
      23% 52% at 67% 84%,
      rgba(10, 108, 255, 0.075) 0%,
      rgba(10, 108, 255, 0) 100%
    );
}
.improve-docs .contributor-common-classes-image img {
  width: 90%;
}

.content-creation .creation {
  border: 1px solid #3e3e4d;
  padding: 60px;
  background: #1c1c26;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 60px;
}
.content-creation .container {
  padding: 0;
}
.content-creation p {
  color: #9898b1;
  font-size: 16px;
  font-weight: 100;
  padding: 2px 70px 45px 70px;
}
.content-creation h2 {
  font-size: 33px;
  font-weight: 600;
}
.content-creation .box {
  position: relative;
  text-align: center;
  padding: 15px;
  flex-basis: calc(33.33% - 0px);
  display: flex;
}
.content-creation .box .inner-box {
  background: #23232f;
  border-radius: 12px;
  position: relative;
  padding: 17% 8% 5%;
}
.content-creation .box .inner-box .button a {
  display: inline-block;
  padding: 9px 21px;
  border-radius: 44px;
  text-decoration: none;
  color: white;
  background: #14bd18;
  font-weight: 500;
}
.content-creation .box .inner-box .button {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.content-creation .box4,
.content-creation .box5,
.content-creation .box6 {
  margin-top: 30px;
}
.content-creation .box .secure-icon {
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  z-index: 1;
}
.content-creation .secure-icon img {
  width: 55px;
  filter: drop-shadow(0 0mm 10mm #00ec00b2) brightness(100%);
}
.content-creation .secure-icon span {
  filter: drop-shadow(0 0mm 10mm #00ec00b2) brightness(100%);
}
.content-creation .inner-box p {
  font-size: 13px;
  font-weight: 100;
  opacity: 0.5;
  color: #fff;
  padding: 20px 0px 50px;
}
.content-creation .inner-box h4 {
  font-size: 22px;
  font-weight: 500;
}
.content-creation .box2 span {
  filter: drop-shadow(0 0mm 10mm #0077ffc7) brightness(100%);
}
.content-creation .box2 img {
  filter: drop-shadow(0 0mm 10mm #0077ffc7) brightness(100%);
}

/* media-kit stylings */

.media-kit-header {
  padding: 60px 0px 70px;
}
.media-kit-header .media-kit-banner-content {
  padding-top: 45px;
}
.media-kit-header .row {
  padding: 0px 50px;
}
.media-kit-header .media-kit-banner-content h1 {
  font-size: 46px;
  font-weight: 900;
}
.media-kit-header .media-kit-banner-content h1 span {
  color: #00d701;
}
.media-kit-header .media-kit-banner-content p {
  font-size: 17px;
  padding: 40px 82px 30px 0px;
  color: #9898b1;
}
.media-kit-header .media-kit-banner-image img {
  width: 100%;
}

.beldex-logo .beldex-logo-content {
  padding-left: 45px;
}
.beldex-logo .row {
  padding: 80px 50px;

  align-items: center;
  background: radial-gradient(
      20% 36% at 34% 16%,
      rgb(34 216 39 / 22%) 0%,
      rgba(20, 189, 24, 0) 100%
    ),
    radial-gradient(
      23% 52% at 67% 84%,
      rgba(10, 108, 255, 0.075) 0%,
      rgba(10, 108, 255, 0) 100%
    );
}
.beldex-logo .beldex-logo-content h1 {
  font-size: 46px;
  font-weight: 900;
}
.beldex-logo .beldex-logo-content h1 span {
  color: #00d701;
}
.beldex-logo .beldex-logo-content p {
  font-size: 17px;
  padding: 40px 82px 30px 0px;
  color: #9898b1;
}
.beldex-logo .beldex-logo-image img {
  width: 100%;
}

.beldex-logo-section {
  padding: 60px 0px 70px;
}
.beldex-logo-section .box {
  padding: 22px;
}
.beldex-logo-section .box .inner-box {
  padding: 10%;
  background: #23232f;
  border-radius: 15px;
  position: relative;
  height: 220px;
}

.beldex-logo-section .box .inner-box img {
  width: 20px;
}
.beldex-logo-section .box .inner-box p {
  font-size: 16px;
  font-weight: 100;
  padding-bottom: 65px;
}
.beldex-logo-section .box .inner-box .media-logo img {
  width: 80%;
}
.beldex-logo-section .box .inner-box .media-logo {
  position: absolute;
  bottom: 40px;
}
.beldex-logo-section {
  padding: 100px 0px 70px;
}
.beldex-logo-section h4 {
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  padding: 0px 0px 40px;
}
.beldex-logo-section .row {
  background: radial-gradient(
    30% 40% at 44% 50%,
    rgb(34 216 40 / 31%) 0%,
    rgba(20, 189, 24, 0) 100%
  );
}
.beldex-logo-section h4 span {
  color: #00d701;
}
.clear-space-section .row {
  background: linear-gradient(
    273.84deg,
    #11111c 0.25%,
    #0c0c17 48.89%,
    #0d0a26 96.43%
  );
  border: 1px solid #484860;
  padding: 60px;
  position: relative;
  border-radius: 15px;
  justify-content: center;
}
.clear-space-section h4 {
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  padding: 0px 0px 60px;
}
.clear-space-section h4 span {
  color: #00d701;
}
.clear-space-section img {
  width: 60%;
}
.clear-space-section {
  padding: 50px 0px 70px;
}
.clear-space-section .ziz-zag {
  position: absolute;
  left: 85%;
  bottom: 12%;
}
.clear-space-section .ziz-zag img {
  width: 75px;
}
.clear-space-section .cube {
  position: absolute;
  left: 84%;
}
.clear-space-section .cube img {
  width: 75px;
}
.clear-space-section .dots {
  background-image: radial-gradient(#7871717a 11%, #0d0a26 0%);
  background-position: 0 0;
  background-size: 12px 12px;
  height: 50px;
  width: 96px;
  position: absolute;
  left: 7%;
  bottom: 10%;
}
.clear-space-section .dots2 {
  background-image: radial-gradient(#7871717a 11%, #0b091e00 0%);
  background-position: 0 0;
  background-size: 18px 18px;
  height: 29px;
  width: 66px;
  position: absolute;
  right: 18%;
  bottom: 28%;
  z-index: 0;
}
.clear-space-section .circle {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #00d701;
  position: absolute;
  right: -10px;
  top: -10px;
}
.color-pallete .box .inner-box {
  background: #131319;
  border-radius: 15px;
  padding: 10%;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
.color-pallete h4 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.color-pallete {
  padding: 60px 0px 70px;
  background: radial-gradient(
    20% 47% at 85% 44%,
    rgb(34 216 39 / 22%) 0%,
    rgba(20, 189, 24, 0) 100%
  );
}
.color-pallete h4 span {
  color: #00d701;
}
.color-pallete p {
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  color: #9898b1;
}
.color-pallete .box {
  padding: 50px;
}
.color-pallete .box .inner-box div,
.color-pallete .box2 .inner-box div {
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.color-pallete .box .inner-box div:nth-child(1) {
  background-color: #00db09;
}
.c1,
.c2,
.c3,
.c4,
.c5,
.c6 {
  display: none;
}

.color-pallete .box .inner-box div:nth-child(1):hover .c1,
.color-pallete .box .inner-box div:nth-child(2):hover .c2,
.color-pallete .box .inner-box div:nth-child(3):hover .c3,
.color-pallete .box2 .inner-box div:nth-child(1):hover .c4,
.color-pallete .box2 .inner-box div:nth-child(2):hover .c5,
.color-pallete .box2 .inner-box div:nth-child(3):hover .c6 {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
.color-pallete .box .inner-box div:nth-child(2) {
  background-color: #2979fb;
}
.color-pallete .box .inner-box div:nth-child(3) {
  background-color: #1c1c26;
}
.color-pallete .box2 .inner-box div:nth-child(1) {
  background-color: #03c00b;
}
.color-pallete .box2 .inner-box div:nth-child(2) {
  background-color: #2468d8;
}
.color-pallete .box2 .inner-box div:nth-child(3) {
  background-color: #22222f;
}
.color-pallete .box h5 {
  color: #acacac;
  padding: 20px 0px 0px;
}
.complete-kit .row {
  border: 1px solid #3e3e4d;
  padding: 70px 80px;
  text-align: center;
  border-radius: 15px;
  position: relative;
  background: radial-gradient(
      20% 47% at 30% 16%,
      rgb(34 216 39 / 22%) 0%,
      rgba(20, 189, 24, 0) 100%
    ),
    radial-gradient(
      23% 52% at 67% 84%,
      rgba(10, 108, 255, 0.075) 0%,
      rgba(10, 108, 255, 0) 100%
    );
}
.complete-kit h4 {
  font-size: 35px;
  font-weight: 700;
}
.complete-kit h4 span {
  color: #00d701;
}
.complete-kit .button a {
  display: inline-block;
  padding: 9px 21px;
  border-radius: 44px;
  text-decoration: none;
  color: white;
  background: #14bd18;
  font-weight: 600;
  margin-top: 20px;
  font-size: 19px;
}
.complete-kit {
  padding: 0px 0px 100px;
}
.complete-kit .ziz-zag {
  position: absolute;
  bottom: 27%;
  right: 24%;
  width: fit-content;
}
.complete-kit .ziz-zag img {
  width: 75px;
}
.complete-kit .dots {
  background-image: radial-gradient(#7871717a 11%, #0d0a2600 0%);
  background-position: 0 0;
  background-size: 12px 12px;
  height: 50px;
  width: 96px;
  position: absolute;
  left: 7%;
  top: 18%;
}
.complete-kit .dots2 {
  background-image: radial-gradient(#7871717a 11%, #0b091e00 0%);
  background-position: 0 0;
  background-size: 18px 18px;
  height: 29px;
  width: 90px;
  position: absolute;
  right: 18%;
  z-index: 0;
  top: 12%;
}
.complete-kit .circle {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #00d701;
  position: absolute;
  right: -10px;
  top: -10px;
}
/* 404 pg stylings */
.four_not_four_header {
  background-image: url("../images/404/404.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
}
.content-404 {
  padding: 0;
}
.four_not_four_header p {
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
}

.four_not_four_header {
  text-align: center;
  position: relative;
}
.four_not_four_header h2 {
  padding-top: 30px;
}
.validator-button {
  display: inline-block;
  background: #04be3d;
  color: #000 !important;
  text-decoration: none !important;
  padding: 8px 30px;
  border-radius: 50px;
  position: relative;
  transition: 0.3s;
  border-top: 2px solid #00ff7b;
  font-weight: 400;
  font-size: 18px;
}
