@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&family=IBM+Plex+Sans+Condensed&display=swap');

header {
  height: 64px;
}


.align-reliable {
  align-items: flex-start;
}

@media screen and (max-width: 496px) {
  .card h1 {
    font-size: 42px !important;
  }
}

@media screen and (max-width: 762px) {
  .card h1 {
    text-align: center;
  }
}

@media screen and (max-width: 990px) {
  .align-reliable {
    align-items: center;
  }

  .smobile-section {
    justify-content: center;
    display        : flex;
    flex-direction : column;
    align-items    : center;
  }

  .bitnordexLoge .Logo {
    width : 200px;
    height: 50px;
  }
}


body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
}

.bitnordexLoge {
  line-height                : 1.15;
  text-size-adjust           : 100%;
  /* font-family             : BinancePlex,Arial,sans-serif!important; */
  -webkit-tap-highlight-color: transparent;
  user-select                : none;
  background-color           : transparent;
  box-sizing                 : border-box;
  margin                     : 0;
  min-width                  : 0;
  display                    : flex;
  font-size                  : 14px;
  outline                    : none;
  cursor                     : pointer;
  -webkit-box-align          : center;
  align-items                : center;
  position                   : relative;
  margin-left                : 8px;
  margin-right               : 8px;
  height                     : 100%;
  color                      : #F0B90B;
  flex                       : none;
  text-decoration            : none;
}

.bitnordexLoge:hover {
  color: #F0B90B;

}

.Logo {
  line-height                : 1.15;
  text-size-adjust           : 100%;
  /* font-family             : BinancePlex,Arial,sans-serif!important; */
  -webkit-tap-highlight-color: transparent;
  user-select                : none;
  cursor                     : pointer;
  box-sizing                 : border-box;
  margin                     : 0;
  min-width                  : 0;
  color                      : currentColor;
  font-size                  : 24px;
  fill                       : currentColor;
  width                      : 150px;
  height                     : 40px;
}

.CardFluid h3 {
  font-size  : 35px;
  font-weight: bold;
}

.GetStart {
  background-color: #FCD535;
}

.headerSection {
  font-size  : 40px;
  font-weight: bold;
}

.headerFooter {
  font-size  : 20px;
  font-weight: bold;
}

.downloadApp {
  font-size: 16px;
  color    : #707A8A;
}

.subheaderFooter {
  font-size: 20px;
}

.fontColor {
  color      : #707A8A;
  font-weight: bold;
}

.MoreHover:hover {
  color: #FCD535;
}

.MoreHover:hover p {
  color: #FCD535;
}

.fontColorLight {
  color: #707A8A;
}

.portfolioHeader {
  font-size  : 24px;
  font-weight: bold;
}

.cardListHeader {
  font-size  : 28px;
  font-weight: bold;
}

.Footer ul li {
  margin-bottom: 0.3rem;
}

.Mouseover {
  cursor: pointer;
}

.goldenBadge {
  box-sizing      : border-box;
  margin          : 0;
  min-width       : 0;
  display         : -webkit-box;
  display         : -webkit-flex;
  display         : -ms-flexbox;
  display         : flex;
  position        : relative;
  border-radius   : 4px;
  margin-left     : 8px;
  padding-left    : 4px;
  padding-right   : 4px;
  font-size       : 12px;
  line-height     : 16px;
  background-color: #FCD535;
  color           : #1E2329;
}

.goldenBadge::before {
  content           : "";
  position          : absolute;
  width             : 0;
  height            : 0;
  left              : -3px;
  top               : 2px;
  border-left       : 0;
  border-top        : 6px solid transparent;
  border-bottom     : 6px solid transparent;
  border-right      : 6px solid;
  border-right-color: #FCD535;
}

/*# sourceMappingURL=style.css.map */
#spiner {
  display: none;
}

#termsconditionsCo {
  display: none;
}

#amlolicyCo {
  display: none;
}

#complaintpolicyCo {
  display: none;
}

#cookiepolicyCo {
  display: none;
}

#privacyPolicyCo {
  display: none;
}

#riskwarningCo {
  display: none;
}

@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.25;
  }

  75% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeinout {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.25;
  }

  75% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}


.elementToFadeInAndOut {
  -webkit-animation: fadeinout 1s linear forwards;
  animation        : fadeinout 1s linear forwards;
}


.section-spiner{
  display: block;
  width: 100%;
  height: 260px;
}

.lds-dual-ring {
  display  : inline-block;
  width    : 100px;
  height   : 100px;
  position : absolute;
  left     : 50%;
  transform: translate(-50%, 0);
  top      : 30%;
  z-index  : 1000;
}

.lds-dual-ring:after {
  content      : " ";
  display      : block;
  width        : 100px;
  height       : 100px;
  margin       : 8px;
  border-radius: 50%;
  border       : 6px solid #e7c65b;
  border-color : #e7c65b transparent #e7c65b transparent;
  animation    : lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}