@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700;800&display=swap");
body {
  background-color: #161f2e;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.stop-scroll {
  height: 100%;
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background-color: #46505e;
}
body::-webkit-scrollbar-thumb {
  background-color: #121924;
  border-radius: 8px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
  color: inherit;
  line-height: inherit;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
}

:root {
  --bcr-bg-primary: #161f2e;
  --bcr-bg-primary-100:#26303e;
  --bcr-color-gray: #c4c4c4;
  --bcr-color-green: #28a745;
}

.loader-container {
  position: fixed;
  top: 150px;
  background: #161f2e;
  width: 100%;
  height: 100vh;
  z-index: 9;
  display: flex;
  justify-content: center;
  padding-top: 35vh;
}

nav a {
  color: rgb(243, 243, 243);
  font-size: 1.1em;
  font-weight: 400;
  margin: 0.8rem 1.4rem;
  text-decoration: none;
  transition: all 0.3s;
}
nav a:first-child {
  margin-left: 0;
}
nav a:last-child {
  margin-right: 0;
}
nav a:hover {
  color: #af0000;
}

header .container {
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center;
}

.mobile-menu {
  cursor: pointer;
  display: none;
}

main {
  flex: 1;
}

footer {
  background-color: #0d121c;
  color: #c4c4c4;
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 2rem;
  width: 100%;
}
footer .logo {
  opacity: 0.8;
}
footer h3 {
  color: #fff;
  margin-bottom: 0.5rem;
}
footer p {
  margin: 0;
}
footer .col-1 {
  align-self: center;
  flex: 0;
  padding-right: 4rem;
}
footer .cols {
  align-items: unset;
}
footer .copyright {
  text-align: center;
  margin: 2rem 0;
}

section {
  color: #fff;
  padding: 6rem 0;
}
section + section:not([class=section--numbers]) {
  padding-top: 0;
}
section.section--numbers + section {
  padding-top: 6rem;
}
section * {
  box-sizing: border-box;
}
section p {
  color: #c4c4c4;
  font-size: 1.1em;
  margin-bottom: 1.8rem;
}
section h1 {
  font-size: 3.2em;
}
section h2 {
  font-size: 2.2em;
}
section h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
section h5 {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}

.card {
  background-color: #26303e;
  padding: 2rem;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.2rem;
}

.col {
  padding: 0 1rem;
  flex: 1;
}
.cols {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}

.responsive {
  display: block;
  height: auto;
  width: 100%;
}

.button {
  border-radius: 32px;
  border: 1px solid white;
  display: inline-block;
  padding: 0.8rem 1.6rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.button.small {
  padding: 0.5rem 1.6rem;
}
.button:hover {
  background-color: #e02523;
  border-color: #e02523;
}
.button.red {
  background-color: #e02523;
  border-color: #e02523;
  color: #fff;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  padding: 0.2rem 0;
}

.logo {
  display: inline-block;
  outline: none;
}
.logo img {
  display: block;
}

.justify-center {
  display: flex;
  justify-content: center;
}

#bt-list {
  background: var(--bcr-bg-primary-100);
  border-radius: 32px;
  padding: 2rem;
  margin-top: 80px;
}
#bt-list .heading-list {
  display: flex;
  align-items: flex-start;
  border-bottom: 2px solid var(--bcr-color-gray);
  padding: 0 15px;
}
#bt-list .heading-list .heading-name {
  width: 30%;
}
#bt-list .heading-list > div {
  font-weight: 600;
  font-size: 15px;
  padding: 15px 0;
}
#bt-list .heading-list > div:not(.heading-name) {
  flex: 1;
}
#bt-list .item {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  padding: 0 15px;
}
#bt-list .item .item-name {
  width: 30%;
  display: flex;
}
#bt-list .item .item-name span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 8px;
}
#bt-list .item .item-name svg {
  margin-right: 10px;
}
#bt-list .item .item-name img {
  display: block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  max-width: 100%;
}
#bt-list .item > div {
  font-size: 14px;
  padding: 15px 0;
}
#bt-list .item > div:not(.item-name) {
  flex: 1;
}
#bt-list .item h3 {
  font-size: 14px;
}
#bt-list .item .item-fluctuation.up {
  color: var(--bcr-color-green);
}
#bt-list .item .item-fluctuation.down {
  color: red;
}
#bt-list .item .item-btn {
  text-align: right;
}
#bt-list .item .item-market-cap svg {
  transform: translateY(2px);
}

.main-heading {
  font-size: 2.2em;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 1.4em;
}
.main-heading.text-center {
  text-align: center;
}
.main-heading.small-mb {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .main-heading {
    margin-bottom: 0.5em;
    font-size: 1.8em;
    line-height: 1.2;
  }
}

.main-text {
  color: #c4c4c4;
  font-size: 1.1em;
  margin-bottom: 1.8rem;
  line-height: 1.4;
}
.main-text strong {
  font-weight: 600;
}
.main-text.black {
  color: #000;
}

.top-section {
  margin-bottom: 40px;
}
.top-section h1 {
  margin-bottom: 20px;
}

.section-container {
  max-width: 900px;
  margin-inline: auto;
  margin-top: 70px;
}

.related-section {
  margin-top: 70px;
}
.related-section h2 {
  margin-bottom: 30px;
}
.related-section .inner {
  padding-bottom: 15px;
  position: relative;
}
.related-section .inner .owl-nav button {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff !important;
  color: #000 !important;
  font-size: 30px !important;
}
.related-section .inner .owl-nav button.owl-prev {
  left: -33px;
}
.related-section .inner .owl-nav button.owl-prev span {
  transform: translate(-1px, -2px);
}
.related-section .inner .owl-nav button.owl-next {
  right: -33px;
}
.related-section .inner .owl-nav button.owl-next span {
  transform: translate(1px, -2px);
}
.related-section .inner .owl-nav button span {
  line-height: 10px;
}
.related-section .inner .item {
  background: var(--bcr-bg-primary-100);
  border-radius: 4px;
  padding: 10px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(196, 196, 196, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(196, 196, 196, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(196, 196, 196, 0.1);
}
.related-section .inner .item > div:not(.item-name) {
  display: flex;
}
.related-section .inner .item > div:not(.item-name) > div {
  flex: 1;
  font-size: 14px;
}
.related-section .inner .item .item-name {
  margin-bottom: 15px;
  display: flex;
}
.related-section .inner .item .item-name h3 {
  font-size: 15px;
}
.related-section .inner .item .item-name span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
}
.related-section .inner .item .item-name svg {
  margin-right: 10px;
}
.related-section .inner .item .item-name img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
.related-section .inner .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 7px;
}
.related-section .inner .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border: 1px solid var(--bcr-color-gray);
  border-radius: 50%;
  opacity: 0.6;
}
.related-section .inner .owl-dots .owl-dot.active {
  background: var(--bcr-color-gray);
}

.coin-list-pagination {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coin-list-pagination .list {
  display: flex;
  gap: 10px;
}
.coin-list-pagination .pag-item, .coin-list-pagination .pag-controllers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bcr-bg-primary-100);
  color: var(--bcr-color-gray);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.coin-list-pagination .pag-item.active, .coin-list-pagination .pag-controllers.active {
  background: red;
}

@media (max-width: 1280px) {
  .related-section .owl-nav {
    display: none;
  }
}
@media (max-width: 1042px) {
  header .container {
    flex-direction: column;
  }
  nav a {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  nav a:last-child {
    margin-right: 1rem;
  }
  .logo {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  header {
    background-color: #161f2e;
  }
  header .container {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-menu {
    display: inline-block;
    z-index: 10;
  }
  nav {
    display: flex;
    background: #0e131d;
    flex-direction: column;
    inset: 0 0 auto 0;
    padding: 4rem 0 2rem 0;
    position: fixed;
    text-align: center;
    transform: translateY(-100%);
    z-index: 2;
    transition: all 0.3s;
  }
  .show-menu {
    overflow: hidden;
  }
  .show-menu nav {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    z-index: 1;
  }
  .logo {
    margin-bottom: 0;
  }
  section {
    padding: 0;
  }
  section h1 {
    font-size: 2.2em;
  }
  section h2 {
    font-size: 1.4em;
  }
  section h3,
section h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .col {
    flex: 1;
    margin: 2rem 0;
    padding: 0;
    width: 100%;
  }
  .cols {
    align-content: center;
    align-items: initial;
    flex-direction: column;
  }
  #bt-list {
    padding: 0;
  }
  #bt-list .heading-list {
    display: none;
  }
  #bt-list .item {
    border: 2px solid var(--bcr-bg-primary-100);
    margin-top: -2px;
    flex-wrap: wrap;
    padding-bottom: 5px;
  }
  #bt-list .item h3 {
    font-size: 18px;
  }
  #bt-list .item:nth-child(even) .item-name {
    background: var(--bcr-bg-primary-100);
  }
  #bt-list .item:nth-child(even) .item-name:before {
    background: var(--bcr-bg-primary-100);
  }
  #bt-list .item:nth-child(even) .item-name:after {
    content: "";
    background: var(--bcr-bg-primary-100);
  }
  #bt-list .item:nth-child(odd) {
    background: var(--bcr-bg-primary);
  }
  #bt-list .item .item-name {
    width: 100%;
    margin-bottom: 25px;
    background: var(--bcr-bg-primary);
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  #bt-list .item .item-name:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    background: var(--bcr-bg-primary);
    width: 15px;
    height: 100%;
  }
  #bt-list .item .item-name:after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    background: var(--bcr-bg-primary);
    width: 15px;
    height: 100%;
  }
  #bt-list .item .item-name span {
    font-size: 15px;
    margin-top: 5px;
  }
  #bt-list .item > div {
    font-size: 14px;
    padding: 10px 0;
  }
  #bt-list .item > div:not(.item-name) {
    width: 50%;
    flex: unset;
  }
  #bt-list .item .item-btn {
    text-align: left;
  }
  #bt-list .item .item-price {
    position: relative;
  }
  #bt-list .item .item-price:before {
    content: "Pret";
    position: absolute;
    top: -7px;
    left: 0;
    font-size: 13px;
    font-weight: 800;
    color: var(--bcr-color-gray);
  }
  #bt-list .item .item-fluctuation {
    position: relative;
  }
  #bt-list .item .item-fluctuation:before {
    content: "Fluctuatie 24h";
    position: absolute;
    top: -7px;
    left: 0;
    font-size: 13px;
    font-weight: 800;
    color: var(--bcr-color-gray);
  }
  #bt-list .item .item-market-cap {
    position: relative;
  }
  #bt-list .item .item-market-cap:before {
    content: "Market cap";
    position: absolute;
    top: -7px;
    left: 0;
    font-size: 13px;
    font-weight: 800;
    color: var(--bcr-color-gray);
  }
  .related-section .inner .item > div:not(.item-name) {
    flex-direction: column;
    gap: 7px 0;
  }
}
@media (max-width: 568px) {
  footer {
    text-align: center;
  }
  footer .col-1 {
    padding-right: 0;
  }
  .stripe {
    max-width: none;
  }
  .stripe:nth-child(odd) {
    margin-left: 0;
  }
}/*# sourceMappingURL=cryptomonede.css.map */


 .highlighted {
   color: #af0000;
 }