@font-face {
  font-family: "Helvetica";
  src: url("/assets/fonts/Helvetica.ttf");
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url("/assets/fonts/Helvetica-Bold.ttf");
  font-weight: bold;
}
:root {
  --paragraph-text: #999999;
  --white-color: #fff;
  --heading-color: #000000;
  --primary-color: #000;
  --nav-color: #848895;
}
.text-link a {
  color: #e9b753;
  /* border-bottom: 3px solid #e9b753; */
  /* width: 140px; */
  text-decoration: underline;
  padding: 5px 0px 3px 0px;
}
.on-board-text {
  color: #e9b753;
  padding-top: 8px;
}
.what-is-teth-text p {
  color: #e9b753 !important;
}

body {
  outline: 0;
  font-size: 15px;
  background: #000;
  line-height: 1.7em;
  font-weight: 400;
  width: 100vw;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -moz-font-smoothing: antialiased;
  font-family: Helvetica, sans-serif;
}

hr {
  border: 1px solid #f1f1f1;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.25em;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}
textarea {
  overflow: hidden;
}

button {
  outline: none !important;
  cursor: pointer;
}
/* styles */
.wrapper {
  background: #1b1b1b !important;
}
.header {
  background: #000 !important;
}
.header .nav-item a {
  color: #848895;
}
.logo img {
  height: 50px;
  width: auto;
}
.nav {
  height: 50px;
  width: 100%;

  position: relative;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}
.nav > .nav-links {
  position: absolute;
  right: 0;
}
.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.nav > #nav-check {
  display: none;
}
.banner-content {
  text-align: center;
  position: relative;
  margin-top: 15%;
  z-index: 99;
}
.banner {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.fix-image {
  position: relative;
  top: 0;
  left: 0;
}
.left {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.right {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  right: 0;
}
.left img {
  height: 430px;
  width: 100%;
}
.right img {
  height: 430px;
  width: 100%;
  transform: rotate(180deg);
}
.banner-content h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
}
.banner-content p {
  color: #fff;
  margin-bottom: 20px;
}
.start-building .btn-start {
  background: linear-gradient(
    90deg,
    rgba(234, 191, 102, 0.76) 50%,
    rgba(255, 255, 255, 0) 110%
  );
  border-radius: 34px;

  color: #fff;
  max-width: 230px;
  width: 100%;
  padding: 10px;
}
.start-building a {
  margin-left: 20px;
}
.start-building .btn-docs {
  border-radius: 34px;
  color: #fff;
  max-width: 150px;
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
}
.start-building .btn-docs:hover {
  background: rgba(234, 191, 102, 0.76);
  border: 1px solid rgba(234, 191, 102, 0.76);
}
.clearboth {
  clear: both;
}
.about-content p {
  color: #e9b753;
}
.about-content h3 {
  color: #e9b753;
}
.client-images {
  text-align: center !important;
  display: flex;
  justify-content: center;
}
.client-images img {
  border: 2px solid #e9b753;
  text-align: center;
  padding: 1px 4px 1px 4px;
  color: #fff;
  background-color: #e9b753;
  background-color: #fff;
  border-radius: 8px;
}
.about {
  padding: 50px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-content {
  text-align: center;
}
.client-images {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.client-images img {
  height: 30px;
  width: auto;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.join-comunity h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0em;
  color: #fff;
}
.color1 {
  color: #fb5170;
}
.color2 {
  color: #66ee8c;
}
.color3 {
  color: #9584ff;
}
.counter-content h2 {
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;

  z-index: 9;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
.pb-20 {
  padding-bottom: 20px;
}
.counter-content h4 {
  color: #848895;
  font-family: Helvetica;
  font-size: 25px;
  font-weight: 400;
  line-height: 60px;
}
.counter-content {
  text-align: center;
}

.made-right img {
  height: 250px;
  width: 100%;
  z-index: 2;
  max-width: 100%;
}
.made-left img {
  height: 300px;
  width: 100%;
  max-width: 100%;
}
.mass {
  position: relative;
}

.made-left {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: -4px;
    transform: rotate(-1.71deg);
}
.made-right {
  position: absolute;
  right: 0;
  overflow: hidden;
  bottom: 50px;
  transform: rotate(-8.71deg);
}
.mass-content h2 {
  color: #fff;

  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
}
.scale {
  margin-bottom: 20px;
  z-index: 9;
}
.scale h2 {
  color: #fff;
  padding-bottom: 10px;
  font-weight: 400;
}
.bor1 {
  border-left: 3px solid #fb5170;
  padding-left: 10px;
}
.bor2 {
  border-left: 3px solid #66ee8c;
  padding-left: 10px;
}
.bor3 {
  border-left: 3px solid #9584ff;
  padding-left: 10px;
}
.bor4 {
  border-left: 3px solid #e9b753;
  padding-left: 10px;
}
.scale p {
  color: #848895;
}
.tetherium-image img {
  max-width: 100%;
  height: 400px;
  width: auto;
}
.tetherium-content {
  margin-top: 10%;
}
.tetherium-content h2 {
  color: #fff;
  margin-bottom: 20px;
}
.tetherium-content p {
  color: #848895;
  line-height: 30px;
}
.join {
  text-align: center;
}
.join h2 {
  color: #fff;
  font-weight: 400;
}
.start-buil {
  position: relative;
}
.btn-start:hover {
  background: #e9b753;
}
.footer-logo img {
  height: 50px;
  width: auto;
  padding-bottom: 10px;
}
.footer p {
  color: #848895;
}
.footer-social {
  padding-top: 20px;
}
.footer-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer-social ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 100%;
}
.footer-social ul li a i {
  color: #fff;
  text-align: center;
}
.footer-links h2 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 20px;
}
.footer-links ul li {
  display: block;
}
.footer-links ul li a {
  color: #848895;
}
.email h2 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 20px;
}
.email p {
  color: #848895;
}
.email a {
  color: #848895;
}
.coming-soon-img img {
  max-width: 100%;
  height: 400px;
  border-radius: 5px;
  width: auto;
}
.coming-soon-img {
  text-align: center;
}
.main-gadget {
  text-align: center;
}
.tetherium-content h2 {
  font-weight: 400;
}
