@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;
}

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;
}

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

.mobile-menu {
  cursor: pointer;
  display: none;
}
canvas {
	position: relative;
}
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: 10px;
}
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: 1200px;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.container.has-margin-top {
  margin: 80px auto 0;
}

.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: red;
  color: #fff;
  border: 1px solid red;
}

#reset-zoom-btn {
  margin-top: 25px;
  font-family: "Nunito";
  background: none;
  color: #fff;
  border: 0 none;
  outline: 0;
  cursor: pointer;
}

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;
}

.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;
}

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

.coin-tabs-container {
  position: relative;
}
.coin-tabs-container ul {
  position: absolute;
  top: 0;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.coin-tabs-container ul li {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  background: var(--bcr-bg-primary-100);
  border-radius: 15px;
  height: 25px;
  padding: 0 15px;
  cursor: pointer;
}
.coin-tabs-container ul li.current {
  color: #fff;
  background: red;
}

.chart-container .tab-content {
  display: none !important;
}
.chart-container .tab-content p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 100;
}
.chart-container .tab-content.current {
  display: block !important;
}
.chart-container .tab-content .coin-h-price {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.chart-container .tab-content .coin-h-price span {
  font-weight: 700;
  color: var(--bcr-color-green);
  font-size: 18px;
  display: block;
  margin-left: 15px;
}

.related-section {
  margin-top: 70px;
}
.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);
}

.top-section {
  background: var(--bcr-bg-primary-100);
  margin-top: 40px;
  padding: 30px 0px;
}
.top-section .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-section .inner .description {
  display: flex;
}
.top-section .inner .description > svg {
  margin-right: 9px;
  transform: translateY(6px);
}
.top-section .inner .description img {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 30px;
}
.top-section .inner .main-heading {
  margin-bottom: 0;
}
.top-section .inner .details {
  margin: 10px 0 15px;
  font-size: 20px;
}
.top-section .inner .fluctuation {
  margin-left: 10px;
}
.top-section .inner .fluctuation.up {
  color: var(--bcr-color-green);
}
.top-section .inner .name {
  display: flex;
  align-items: flex-start;
}
.top-section .inner .name span {
  font-size: 2.2em;
  line-height: 1.3;
  display: block;
  margin-left: 5px;
}
.top-section .inner .info {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
}
.top-section .inner .info svg {
  margin-right: 5px;
}

.statistics-wrap {
  display: flex;
  gap: 40px;
  margin-top: 80px;
}
.statistics-wrap > div {
  flex: 1;
}

.var-table-wrap {
  border: 1px solid var(--bcr-bg-primary-100);
  border-radius: 4px;
}

.variation-table-section {
  margin-top: 80px;
}
.variation-table-section .main-heading {
  margin-bottom: 30px;
}

.var-table, .table-item {
  display: flex;
}
.var-table > div, .table-item > div {
  flex: 1;
  text-align: center;
  padding: 13px 5px;
  font-size: 14px;
  border-left: 1px solid var(--bcr-bg-primary-100);
}
.var-table > div:first-child, .table-item > div:first-child {
  border-left: 0 none;
}

.var-table > div {
  background: var(--bcr-bg-primary-100);
  font-weight: 600;
}

.table-item .up {
  color: var(--bcr-color-green);
}
.table-item .down {
  color: red;
}

.statistics-section .statistics-inner {
  position: sticky;
  top: 10px;
}
.statistics-section .statistics-inner a {
  margin-top: 20px;
}
.statistics-section .infobox {
  border: 1px solid var(--bcr-bg-primary-100);
  border-radius: 4px;
  max-width: 500px;
}
.statistics-section .infobox > div {
  padding: 15px;
}
.statistics-section .infobox > div:not(.title) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: var(--bcr-color-gray);
  border-top: 1px solid var(--bcr-bg-primary-100);
}
.statistics-section .infobox > div:not(.title) span {
  font-weight: 600;
}
.statistics-section .infobox .title {
  text-align: center;
  background: var(--bcr-bg-primary-100);
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.statistics-section .infobox .title img {
  margin-right: 10px;
  display: block;
  width: 40px;
  height: 40px;
}
.statistics-section .infobox .variation.up span {
  color: var(--bcr-color-green);
}
.statistics-section .infobox .variation.down span {
  color: red;
}

@media (max-width: 1280px) {
  .related-section .owl-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .statistics-wrap {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .statistics-wrap > div {
    flex: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  header {
    background-color: #161f2e;
  }
  header .container {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .container.has-margin-top {
    margin-top: 40px;
  }
  .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;
  }
  .loader-container {
    top: 85px;
  }
  .col {
    flex: 1;
    margin: 2rem 0;
    padding: 0;
    width: 100%;
  }
  .cols {
    align-content: center;
    align-items: initial;
    flex-direction: column;
  }
  .top-section {
    margin-top: 0;
  }
  .top-section .inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-section .inner .description svg {
    flex-shrink: 0;
  }
  .top-section .inner .name span {
    font-size: 1.8em;
    line-height: 1.2;
  }
  .top-section a {
    margin-top: 30px;
    margin-left: 80px;
  }
  .variation-table-section {
    margin-top: 50px;
  }
  .var-table {
    display: none;
  }
  .table-item {
    flex-direction: column;
  }
  .table-item > div {
    display: flex;
    padding: 0;
    align-items: center;
    border-top: 1px solid var(--bcr-bg-primary-100);
  }
  .table-item > div span {
    display: block;
  }
  .table-item > div:before {
    display: block;
    width: 50%;
    margin-right: 15px;
    color: #fff;
    background: var(--bcr-bg-primary-100);
    padding: 15px;
    text-align: left;
    font-weight: 600;
  }
  .table-item > div:first-child:before {
    content: "1 ora";
  }
  .table-item > div:nth-child(2):before {
    content: "24 ore";
  }
  .table-item > div:nth-child(3):before {
    content: "7 zile";
  }
  .table-item > div:nth-child(4):before {
    content: "30 zile";
  }
  .table-item > div:nth-child(5):before {
    content: "60 zile";
  }
  .table-item > div:nth-child(6):before {
    content: "1 an";
  }
  .statistics-section {
    margin-top: 40px;
  }
  .coin-tabs-container {
    margin-bottom: 20px;
    padding: 0 1.2rem;
  }
  .coin-tabs-container ul {
    position: relative;
    flex-wrap: wrap;
  }
  .coin-tabs-container ul li {
    font-size: 13px;
  }
  .related-section {
    margin: 40px 0;
  }
  .related-section .inner .item > div:not(.item-name) {
    flex-direction: column;
    gap: 7px 0;
  }
}/*# sourceMappingURL=coin-item.css.map */