@charset "UTF-8";
/* Header css */

* {
  margin: 0;
  padding: 0;
}

#logo {
  width: 195px;
  cursor: pointer;
}

:root {
  /* --primary-color: #edf2fc;
    --secondary-color: #212121; */

  --primary-color: #000106;
  --secondary-color: #fff;
}

.dark-theme {
  /* --primary-color: #000106;
    --secondary-color: #fff; */

  --primary-color: #edf2fc;
  --secondary-color: #212121;
}

#icon {
  width: 30px;
  cursor: pointer;
}

nav ul {
  flex: 1;
  text-align: right;
}

.hero {
  background: var(--primary-color);
  font-family: sans-serif;
  position: relative;
}

nav {
  width: 84%;
  margin: auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 100px;
  cursor: pointer;
}

nav ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 20px;
}

nav ul li a {
  text-decoration: none;
  color: var(--secondary-color);
}

nav ul li a:hover {
  color: #ff4321;
  text-decoration: none;
}

/* price css */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.text-center {
  text-align: center;
}

#bitcoin-price {
  color: black;
}

.pricing-box-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* ##################### */

.pricing-box {
  background: #1a1a1a;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  flex: 1;
  padding: 0 30px 30px;
  margin: 2%;
  min-width: 250px;
  max-width: 350px;
}

.pricing-box:hover,
.pricing-box:focus {
  box-shadow: 0px 2px 25px 0px #f2a900;
  /* background:rgb(255, 140, 0);*/
}

/* ###################### */

.pricing-box h1 {
  text-transform: uppercase;
  color: #f2a900;
  font-size: 30px;
}

.price {
  margin: 24px 0;
  font-size: 36px;
  font-weight: 900;
}

.price sub,
.price sup {
  font-size: 16px;
  font-weight: 100;
}

.features-list {
  padding: 0;
  list-style-type: none;
}

.features-list li {
  font-weight: 100;
  padding: 12px 0;
  font-weight: 100;
  font-size: 40px;
  color: white;
}

.features-list li:not(:last-of-type) {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.btn-primary {
  border-radius: 25px;
  border: none;
  background-color: #ec1362;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 15px;
  margin-top: 20px;
  text-transform: uppercase;
  transition: all 1s ease-in-out;
}

.btn-primary:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}

.pricing-box-bg-image {
  /* background-image: url('https://images.unsplash.com/photo-1550029402-226115b7c579?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=701&q=80'); */
  background-image: url('bg1.png');
  background-size: cover;
  background-position: center center;
  /* color: #ffffff; */
  color: black;
}

.pricing-box-bg-image .features-list li {
  border-bottom-color: rgba(255, 255, 255, 1);
}

.pricing-box-bg-image .btn-primary {
  background-color: #ffffff;
  color: #000;
}

/* footer {
  background-color: #222;
  color: #fff;
  font-size: 14px;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
}

footer p {
  margin: 10px 0;
}

footer i {
  color: red;
}

footer a {
  color: #3c97bf;
  text-decoration: none;
} */

#icon-key {
  bottom: 0 !important;
  right: 0 !important;
}

/* graph css  */

#chartContainer {
  margin-left: 30px;
}

.charty-shell {
  max-height: 400px;
  height: 400px;
  width: 100%;
}
.pull-left {
  width: 50%;
}

.chart-box {
  /* background:#1F2739; */
  /*background: #dc540c;*/

  box-shadow: 0px 0px 20px 0px #ffffff50;
  border-radius: 10px;
  flex: 1;
  padding: 50px !important;
  margin: 2%;
  min-width: 50%;
  max-width: 70%;
}

.chart-box-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#company-economy {
  color: var(--primary-color);
}

/* percentage css */

.flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.single-chart {
  background-color: #0e1119;
  width: 33%;
  justify-content: space-around;
  background: var(--secondary-color);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  flex: 1;
  padding: 0 30px 100px;
  margin: 2%;
  min-width: 250px;
  max-width: 350px;
}

.chart-naranja:hover {
  box-shadow: 0px 2px 25px 0px #f2a900;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4cc790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}
.circular-chart.light-blue .circle {
  stroke: #5eb3e1;
}
.circular-chart.red .circle {
  stroke: #f7294b;
}

.circular-chart.naranja .circle {
  stroke: #f2a900;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.percentage-2 {
  fill: whitesmoke;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.text-center h1 {
  padding-bottom: 30px;
  padding-top: 20px;
}

/* line css */

@media only screen and (max-width: 390px) {
  .root #header .header-section .header-hero .hero-title{
    margin-top: 70px !important;
    font-size: 30px !important;
  }
  .root #aboutUs .title-section{
    font-size: 30px !important;
  }
  .chart-box{
    max-width: 90%  !important;
    padding: 10px !important;
  }
  .calculators{
    display: none !important;
    visibility: hidden !important;
  }
  .shifty{
    margin-top: 10px  !important;
  }
}

@media only screen and (max-width: 600px) {
  .root #header .header-section .header-hero .hero-title{
    margin-top: 70px !important;
    font-size: 30px !important;
  }
  .calculators{
    display: none !important;
    visibility: hidden !important;
  }
  .chart-box{
    max-width: 90%  !important;
    padding: 10px !important;
  }
  .top-content {
    text-align: center;
  }
  .top-content .text-center {
    color: #f2a900;
  }

  .head {
    text-align: center;
  }

  .head .hl {
    width: 230px;
    height: 1px;
    border-top: 2px solid var(--secondary-color);
    display: inline-block;
    position: relative;
    bottom: 4px;
  }

  .head .circle-left {
    height: 10px;
    width: 10px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 4px;
  }

  .head .circle-right {
    height: 10px;
    width: 10px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    right: 4px;
  }

  .hl {
    padding: 0px;
  }

  .vl {
    height: 140px;
    width: 1px;
    border-left: 2px solid var(--secondary-color);
    left: 50%;
    position: relative;
    bottom: 10px;
  }

  .content-top .circle-left {
    height: 15px;
    width: 15px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 5px;
  }

  .content-top .circle-right {
    height: 15px;
    width: 15px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    right: 4px;
  }

  .upper-content-hl {
    margin-top: -20px;
  }

  .content-top .hl {
    width: 270px;
    height: 1px;
    border-top: 2px solid var(--secondary-color);
    display: inline-block;
    position: relative;
    bottom: 6px;
  }

  .content-top img {
    width: 210px;
    height: 210px;
  }

  .circle-top {
    height: 30px;
    width: 30px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 2px;
    top: 13px;
  }

  .circle-bottom {
    height: 30px;
    width: 30px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    bottom: 13px;
    left: 2px;
  }

  .vl-start {
    height: 60px;
    width: 1px;
    border-left: 2px solid var(--secondary-color);
    left: 50%;
    position: relative;
    top: 13px;
  }

  .vl-end {
    height: 60px;
    width: 1px;
    border-left: 2px solid var(--secondary-color);
    left: 50%;
    position: relative;
    bottom: 13px;
  }
}
/*Untested*/
/*@media only screen and (min-width: 600px) {
    .top-content {
        text-align: center;
    }

    .top-content .text-center {
        color: #dc540c;
    }

    .head {
        text-align: center;
    }

    .head .hl {
        width: 250px;
        height: 1px;
        border-top: 2px solid black;
        display: inline-block;
        position: relative;
        bottom: 4px;
    }

    .head .circle {
        height: 10px;
        width: 10px;
        border: 2px solid black;
        border-radius: 50%;
        display: inline-block;
        position: relative;
    }

    .hl-block {
        padding: 0px;
    }

    .vl {
        height: 100px;
        width: 1px;
        border-left: 2px solid black;
        left: 50%;
        position: relative;
    }

    .content .circle {
        height: 15px;
        width: 15px;
        border: 2px solid black;
        border-radius: 50%;
        display: inline-block;
    }

    .content .hl {
        width: 600px;
        height: 1px;
        border-top: 2px solid black;
        display: inline-block;
        position: relative;
        bottom: 6px;
    }

    .content img {
        width: 210px;
        height: 210px;
    }
}*/

@media only screen and (min-width: 768px) {
  .top-content {
    text-align: center;
  }

  .top-content .text-center {
    color: #f2a900;
  }

  .head {
    text-align: center;
  }

  .head .hl {
    width: 220px;
    height: 1px;
    border-top: 2px solid var(--secondary-color);
    display: inline-block;
    position: relative;
    bottom: 4px;
  }

  .head .circle-left {
    height: 10px;
    width: 10px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 4px;
  }

  .head .circle-right {
    height: 10px;
    width: 10px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    right: 4px;
  }

  .hl {
    padding: 0px;
  }

  .vl {
    height: 140px;
    width: 1px;
    border-left: 2px solid var(--secondary-color);
    left: 50%;
    position: relative;
    bottom: 10px;
  }

  .content-top .circle-left {
    height: 15px;
    width: 15px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 4px;
  }

  .content-top .circle-right {
    height: 15px;
    width: 15px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    right: 4px;
  }

  .upper-content-hl {
    margin-top: -20px;
  }

  .content-top .hl {
    width: 700px;
    height: 1px;
    border-top: 2px solid var(--secondary-color);
    display: inline-block;
    position: relative;
    bottom: 6px;
  }

  .content-top img {
    width: 300px;
    height: 300px;
  }

  .circle-top {
    height: 30px;
    width: 30px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 2px;
    top: 13px;
  }

  .circle-bottom {
    height: 30px;
    width: 30px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    bottom: 13px;
    left: 2px;
  }

  .vl-start {
    height: 60px;
    width: 1px;
    border-left: 2px solid var(--secondary-color);
    left: 50%;
    position: relative;
    top: 13px;
  }

  .vl-end {
    height: 60px;
    width: 1px;
    border-left: 2px solid var(--secondary-color);
    left: 50%;
    position: relative;
    bottom: 13px;
  }
}

@media only screen and (min-width: 992px) {
  .top-content {
    text-align: center;
  }

  .top-content .text-center {
    color: #f2a900;
  }

  .head {
    text-align: center;
  }

  .head .hl {
    width: 300px;
    height: 1px;
    border-top: 2px solid var(--secondary-color);
    display: inline-block;
    position: relative;
    bottom: 4px;
  }

  .head .circle-left {
    height: 10px;
    width: 10px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 4px;
  }

  .head .circle-right {
    height: 10px;
    width: 10px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    right: 4px;
  }

  .hl {
    padding: 0px;
  }

  .vl {
    height: 140px;
    width: 1px;
    border-left: 2px solid var(--secondary-color);
    left: 50%;
    position: relative;
    bottom: 10px;
  }

  .content-top .circle-left {
    height: 15px;
    width: 15px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 4px;
  }

  .content-top .circle-right {
    height: 15px;
    width: 15px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    right: 4px;
  }

  .upper-content-hl {
    margin-top: -20px;
  }

  .content-top .hl {
    width: 900px;
    height: 1px;
    border-top: 2px solid var(--secondary-color);
    display: inline-block;
    position: relative;
    bottom: 6px;
  }

  .content-top img {
    width: 300px;
    height: 300px;
  }

  .circle-top {
    height: 30px;
    width: 30px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 2px;
    top: 13px;
  }

  .circle-bottom {
    height: 30px;
    width: 30px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    bottom: 13px;
    left: 2px;
  }

  .vl-start {
    height: 60px;
    width: 1px;
    border-left: 2px solid var(--secondary-color);
    left: 50%;
    position: relative;
    top: 13px;
  }

  .vl-end {
    height: 60px;
    width: 1px;
    border-left: 2px solid var(--secondary-color);
    left: 50%;
    position: relative;
    bottom: 13px;
  }
}

@media only screen and (min-width: 1200px) {
  .top-content {
    text-align: center;
  }

  .top-content .text-center {
    color: #f2a900;
  }

  .head {
    text-align: center;
  }

  .head .hl {
    width: 400px;
    height: 1px;
    border-top: 2px solid var(--secondary-color);
    display: inline-block;
    position: relative;
    bottom: 4px;
  }

  .head .circle-left {
    height: 10px;
    width: 10px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 5px;
    animation-name: bounce-left;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  .circle-top {
    height: 30px;
    width: 30px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 2px;
    animation-name: bounce-up;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
  }

  .circle-bottom {
    height: 30px;
    width: 30px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    bottom: 13px;
    left: 2px;
    animation-name: bounce-down;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  .head .circle-right {
    height: 10px;
    width: 10px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    right: 4px;
    animation-name: bounce-right;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  .hl {
    padding: 0px;
  }

  .vl {
    height: 60px;
    width: 1px;
    border-left: 2px solid var(--secondary-color);
    left: 50%;
    position: relative;
    bottom: 10px;
  }

  .vl-start {
    height: 60px;
    width: 1px;
    border-left: 2px solid var(--secondary-color);
    left: 50%;
    position: relative;
    top: 13px;
  }

  .vl-end {
    height: 60px;
    width: 1px;
    border-left: 2px solid var(--secondary-color);
    left: 50%;
    position: relative;
    bottom: 13px;
  }

  .content-top .circle-left {
    height: 15px;
    width: 15px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 5px;
    animation-name: bounce-left;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  .content-top .circle-right {
    height: 15px;
    width: 15px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    right: 4px;
    animation-name: bounce-right;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  .upper-content-hl {
    margin-top: -21px;
  }

  .content-top .hl {
    width: 1200px;
    height: 1px;
    border-top: 2px solid var(--secondary-color);
    display: inline-block;
    position: relative;
    bottom: 6px;
  }

  .content-top img {
    width: 350px;
    height: 350px;
  }

  @keyframes bounce-up {
    from {
      top: -13px;
    }

    to {
      top: 13px;
    }
  }

  @keyframes bounce-down {
    from {
      top: -14px;
    }

    to {
      top: 14px;
    }
  }

  @keyframes bounce-left {
    from {
      left: -5px;
    }

    to {
      left: 5px;
    }
  }

  @keyframes bounce-right {
    from {
      right: -4px;
    }

    to {
      right: 4px;
    }
  }
}

/* table css */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

table {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.42em;
  color: #a7a1ae;
  background-color: white;
}

h1 {
  font-size: 3em;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
  color: #4dc3fa;
}

h2 {
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  display: block;
  line-height: 1em;
  padding-bottom: 2em;
  color: #fb667a;
}

h2 a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fb667a;
  text-decoration: none;
}

.blue {
  color: #185875;
}
.yellow {
  color: rgb(255, 140, 0);
}

.container th h1 {
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
  color: #185875;
}

.container td {
  font-weight: normal;
  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0e1119;
  -moz-box-shadow: 0 2px 2px -2px #0e1119;
  box-shadow: 0 2px 2px -2px #0e1119;
}

.table-box-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
 /* padding-bottom: 200px;*/
}
.table-box {
  flex: 1;
  margin: 2%;
  min-width: 20%;
  max-width: 50%;
  /* padding: 55px; */
}
.table-box .container {
  height: 450px;
}

.table-box h3{
  font-size: 24px;
  color: white;
}
/* .countTable table table td:nth-child(2) */
.container td:nth-child(2) {
  width: 60%;
}
.container td,
.container th {
  padding-bottom: 2%;
  padding-top: 2%;
  padding-left: 5%;
}

/* Background-color of the odd rows */
.container tr:nth-child(odd) {
  background-color: #323c50;
}

/* Background-color of the even rows */
.container tr:nth-child(even) {
  background-color: #2c3446;
}

.container th {
  background-color: #1f2739;
}

.container td:first-child {
  color: #fb667a;
  /* color: #8231d3; */
}

.container tr:hover {
  background-color: #464a52;
  -webkit-box-shadow: 0 6px 6px -6px #0e1119;
  -moz-box-shadow: 0 6px 6px -6px #0e1119;
  box-shadow: 0 6px 6px -6px #0e1119;
}

.container td:hover {
  background-color: rgb(255, 140, 0);
  color: #403e10;
  font-weight: bold;

  box-shadow: #cc721d -1px 1px, #e6914c -2px 2px, #ec832d -3px 3px,
    #ee6a2d -4px 4px, #ca630f -5px 5px, #e69057 -6px 6px;
  transform: translate3d(6px, -6px, 0);

  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: line;
}

@media (max-width: 800px) {
  .container td:nth-child(4),
  .container th:nth-child(4) {
    display: none;
  }
  .table-box {
    flex: 1;
    margin: 2%;
    min-width: 50%;
    max-width: 50%;
  }

  .table-box-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .table-box .container {
    height: 300px;
  }
  .container td:nth-child(2) {
    width: 60%;
  }
}

#general-info {
  color: black;
}
.us-office-map{
  width: 90% !important;
  height: 600px !important;
}

/* fotter css */

/* #footer img {
  max-width: 100%;
  height: auto;
}

#footer p {
  padding: 10px 0;
  text-align: center;
}

#footer img {
  width: 44px;
} */
