body {
  background: #0c0c0d;
  position: relative;
  overflow-x: hidden;
}
.main {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-block: 74px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -2;
  max-height: 336px;
}
.footer {
  background: none;
}
.title {
  color: #fafafa;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 106px 0;
}
.data-title {
  color: #fafafa;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 36px;
}
.graph {
  padding: 18px;
  border-radius: 9px;
  background: #2c2c2e;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.graph-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.graph-nav-item1 {
  display: flex;
  align-items: center;
  gap: 28px;
}
.graph-type {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bg {
  background-image: url("/img/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.graph-type p {
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.graph-type img {
  max-width: 36px;
  max-height: 36px;
}
.param-list {
  display: flex;
  color: #fafafa;
  gap: 18px;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.param-list span {
  color: #00ff5f;
}
.graph-img1 {
  width: 100%;
}
.graph-img2 {
  display: none;
}

.graph-btns,
.graph-btns a {
  display: flex;
}
.graph-btns {
  gap: 18px;
}
.graph-btns a {
  border-radius: 36px;
  border: 1px solid #fafafa;
  padding: 10px 18px;
  gap: 4px;
}
.graph-btns a p {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* Tables in section 2*/
.tables {
  display: flex;
  gap: 18px;
}
.table1 {
  max-width: 390px;
  width: 100%;
}
.table1-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.table1-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.table1-text {
  color: #eaeaec;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}
.table1-title {
  color: #fafafa;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}
.table1-title span {
  color: #68d366;
}
.table1-item {
  padding: 12px 18px;
  border-radius: 12px;
  background: #141516;
}
.tb1-header-text {
  color: #92949f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.tb1-header-title p {
  color: #92949f;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.tb1-header-title h4 {
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.table1-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table1-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table1-header-title img {
  width: 36px !important;
  height: 36px;
}
.tb1-footer-percent {
  display: flex;
  align-items: center;
}
.tb1-footer-percent p {
  color: #68d366;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.table1-item-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.table2-header-title {
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.table2-filter-list p {
  color: #fafafa;
  text-align: center;
  font-family: "Outfit";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  padding: 8px 22px;
}
.table2-filter-list {
  display: flex;
  align-items: center;
  gap: 8;
}
.table2-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table2-filter-list p:first-child {
  border-radius: 24px;
  background: #0c0c0d;
}
.table2 {
  border-radius: 9px;
  background: rgba(82, 82, 89, 0.2);
  padding: 8px 18px;
  width: 100%;
}
.table2-head-row {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 3fr 1fr;
  padding: 22px 0px;
  justify-items: center;
  border-bottom: 1px solid #dee2e6;
}
.table2-head-row p {
  color: #fafafa;
  text-align: center;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
}
.table2-head-row p:first-child {
  text-align: start;
  justify-self: start;
}
.tb2-row-title {
  justify-self: start;
}
.table2-row {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 3fr 1fr;
  padding: 18px 0px;
  align-items: center;
  justify-items: center;
}
.tb2-row-title {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 6px;
}
.tb2-row-title p {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.table2-row p {
  color: #fafafa;
  text-align: center;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.table2-row p br {
  display: none;
}
.table2-row a {
  border-radius: 36px;
  background: #fafafa;
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  color: #0c0c0d;
  text-align: center;
  font-family: "Outfit";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  transition: 0.5s;
}
.table2-row a:hover {
  background: #cecece;
}
.tb2-graph {
  width: 90%;
}

/*Waves*/

.wave1,
.wave2 {
  position: absolute;
  filter: blur(7px);
  z-index: -2;
}
.wave1 {
  left: 0;
  top: 50%;
  transform: translateY(-20%);
}
.wave2 {
  right: 0;
  top: 50%;
  transform: translateY(-20%);
}
.partners {
  margin-block: 50px;
}
/* Responsible design */
/* Tablet */
@media (max-width: 1439px) {
  .graph {
    padding: 16px;
  }
  .graph-nav {
    flex-direction: column;
    align-items: start;
    gap: 18px;
  }
  .graph-nav-item1 {
    flex-direction: column;
    align-items: start;
    gap: 18px;
  }
  .graph-img1 {
    display: none;
  }
  .graph-img2 {
    display: block;
    width: 100%;
  }
  .main,
  .footer {
    padding: 60px 100px;
  }
  .title {
    padding: 64px 0;
  }
  .tables {
    flex-direction: column;
  }
  .table1 {
    max-width: 100%;
  }
  .table2-row {
    grid-template-columns: 3fr 2fr 2fr 2fr 1fr;
  }
  .table2-head-row {
    grid-template-columns: 3fr 2fr 2fr 2fr 1fr;
  }
  .tb2-graph {
    width: 80%;
  }
  .table2-row p br {
    display: inline;
  }
  .wave1,
  .wave2 {
    max-width: 250px;
    top: 60%;
  }
  .partners {
    margin-block: 30px;
  }
}

/* Phone */
@media (max-width: 744px) {
  .wave1,
  .wave2 {
    max-width: 110px;
    top: 70%;
  }
  .graph-img1 {
    display: none;
  }
  .graph-img2 {
    display: block;
    width: 100%;
  }
  .main,
  .footer {
    padding: 48px 12px;
  }
  .param-list {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .title {
    padding: 64px 0;
  }
  .table2-header {
    flex-direction: column;
    align-items: start;
    gap: 18px;
  }
  .table2-filter-list {
    flex-wrap: wrap;
    gap: 8px;
  }
  .table2-filter-list p {
    padding: 8px;
  }

  .table2-body {
    overflow-x: auto;
  }
  .table2-row p br {
    display: none;
  }
  .table2-row,
  .table2-head-row {
    grid-template-columns: 4fr 4fr 4fr 3fr 1fr;
    width: 200%;
  }
}
