/*!**************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!./src/pages/home.css ***!
  \**************************************************************************/
.hero-bg {
  position: relative;
  background: linear-gradient(rgba(38, 38, 38, 0.35) 43.23%, #000000 99.96%);
}

.cosmos-1 {
  position: absolute;
  z-index: 0;
  bottom: 11rem;
  left: 7rem;
}

.cosmos-2 {
  position: absolute;
  z-index: 0;
  top: 3rem;
  left: 37%;
}

.cosmos-3 {
  position: absolute;
  z-index: 0;
  bottom: 4rem;
  left: 65%;
}

.hero-container {
  position: relative;
  z-index: 1;
  padding: 5rem 10rem 8rem;
  text-align: center;
}

.hero-title {
  background: -webkit-linear-gradient(315deg, #8bebeb 15%, #fe7044 95.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 9rem;
  font-weight: 700;
}

.hero-text {
  margin: 3rem;
}

.hero-button {
  background-color: #a3ece1;
  color: #090909;
  width: fit-content;
  font-weight: 600;
  border: none;
  border-radius: 1.5rem;
  padding: 0.8rem 1.2rem;
}

.info-container {
  background-color: #a3ece1;
  color: #090909;
  display: grid;
  grid-template-columns: 35% 25% 40%;
}

.info-left {
  display: flex;
  height: 100%;
  padding-left: 4rem;
  position: relative;
}

.info-title {
  position: absolute;
  bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  padding: 4rem 4rem 4rem 2rem;
}

.info-center {
  display: flex;
  height: 100%;
  padding-left: 2rem;
}

.info-stripe {
  width: 2rem;
  border-left: 1.5px solid #454545;
}

.info-right {
  padding: 4rem 2.5rem;
}

.info-text {
  margin-bottom: 0.8rem;
}

.bottom-container {
  background: linear-gradient(180deg, #000000 0%, rgba(38, 38, 38, 0.21) 100%);
  padding: 8rem 0 5rem;
}

.contribution-heading {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.contributions {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  scrollbar-color: #a3ece1;
  scrollbar-width: 0.5em;
  padding: 3rem 0 3rem;
}

.view-cont-button {
  color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 1.25rem;
  width: fit-content;
  padding: 0.8rem 1.2rem;
}

.faq-container {
  margin: 7rem 12rem 7rem;
  text-align: left;
}

.faq-heading {
  color: #a3ece1;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 800px) {
  .cosmos-1 {
    top: 2%;
    left: 5%;
  }

  .hero-container {
    padding: 3rem 0 7rem;
  }

  .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
  }

  .info-container {
    background-color: #a3ece1;
    color: #090909;
    display: block;
  }

  .info-left {
    display: block;
    height: auto;
    padding-left: 0rem;
  }

  .info-title {
    position: relative;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    padding: 5rem 2rem 0.5rem;
  }

  .info-center {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-left: 0;
  }

  .info-stripe {
    width: 100%;
    height: 0.5rem;
    border-top: 1.5px solid #454545;
  }

  .info-right {
    padding: 2rem 2.5rem 3rem;
  }

  .contribution-heading {
    font-size: 2rem;
    font-weight: 600;
  }

  .contributions {
    padding: 5rem 0 3rem;
  }

  .faq-container {
    margin: 7rem 2.5rem 0;
  }

  .faq-heading {
    font-size: 2rem;
    font-weight: 600;
  }
}

/*!*********************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!./src/components/header.css ***!
  \*********************************************************************************/
.header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 2rem 4rem 0;
}

.header-flex {
  display: flex;
  align-items: center;
}

.header-text {
  font-size: 0.9rem;
  padding-left: 0.5rem;
}

.header-button {
  border: 1px solid #a3ece1;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
  margin-left: 3rem;
}

a:link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #a3ece1;
  text-decoration: none;
}

a:visited {
  color: #a3ece1;
}

@media only screen and (max-width: 800px) {
  .header {
    display: flex;
    justify-content: space-between;
    padding: 2rem 1rem;
  }

  .header-text {
    font-size: 0.7rem;
    padding-left: 0;
  }

  .right-align {
    text-align: right;
    padding-bottom: 1rem;
  }

  a:link {
    font-size: 1.2rem;
  }
}

/*!*****************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!./src/pages/welcome.css ***!
  \*****************************************************************************/
/* .header1 {
  font-size: 2rem;
  font-weight: 400;
}

.header2 {
  font-size: 1.5rem;
  font-weight: 400;
}

.header3 {
  font-size: 1.25rem;
  font-weight: 400;
}

.hdivider {
  height: 1px;
  background: black;
  margin: 1rem;
} */

/*!*******************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!./src/components/contributionCard.css ***!
  \*******************************************************************************************/
.card {
  border: 1px solid #454545;
  border-radius: 0.5rem;
  margin: 0.75rem;
  background-color: #262626;
}

.card-text {
  padding: 1rem;
}

.card-hash {
  font-size: 0.9rem;
  padding: 1rem 0;
}

.card-flex {
  display: flex;
  justify-content: space-between;
  color: #b0b0b0;
}

/*!**********************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!./src/components/faqItem.css ***!
  \**********************************************************************************/
.faq-item {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #f6f6f6;
  padding: 1.5rem 0;
}

.faq-answer {
  padding: 0.5rem 0;
}

@media only screen and (max-width: 800px) {
  .faq-item {
    font-size: 1rem;
    font-weight: 500;
  }
}

/*!*********************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!./src/components/footer.css ***!
  \*********************************************************************************/
.footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 2rem 4rem 4rem;
}

.footer-flex {
  display: flex;
  flex-direction: row;
}

.footer-link:link {
  font-size: 1.25rem;
  font-weight: 600;
  color: #f6f6f6;
  text-decoration: none;
  margin-right: 4rem;
}

.footer-link:visited {
  color: #f6f6f6;
}

@media only screen and (max-width: 800px) {
  .footer {
    padding: 2rem;
    align-items: center;
    justify-content: space-around;
  }

  .footer-flex {
    flex-direction: column;
  }

  .footer-link:link {
    margin: 0.5rem 0;
  }
}

/*!**********************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!./src/components/tooltip.css ***!
  \**********************************************************************************/
.tooltip-outer {
  position: relative;
}

.tooltip-popup {
  padding: 12px;
  background: black;
  z-index: 100000;
  position: absolute;
  border-radius: 8px;
  display: flex;
}

.tooltip-inner {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #a0d8db;
}

/*!*********************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!./src/components/button.css ***!
  \*********************************************************************************/
.button-outer {
  display: flex;
  justify-content: left;
  align-items: center;
  user-select: none;
}

.button-inner {
  border-radius: 8px;
  cursor: pointer;
  font-weight: 300;
  user-select: none;
  text-align: center;
  background-color: #a0d8db;
  padding: 4px 8px;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*!********************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!./src/pages/contribute.css ***!
  \********************************************************************************/
.contribute-container {
  padding: 10%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contribute-left {
  flex: 1;
  flex-wrap: wrap;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contribute-main p {
  max-width: 550px;
  line-height: 28px;
}

.contribute-field {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
}

.contribute-field input {
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  text-decoration: none;
  outline: none;
  height: 32px;
  width: 276px;
  padding: 8px 16px;
  font-size: 1.2rem;
  font-family: 'Azeret Mono';
}

.contribute-field input::placeholder {
  color: #e0e0e0;
}

.contribute-right {
  flex: 1;
}

/*!***************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!./src/pages/stats.css ***!
  \***************************************************************************/
.stats-container {
  display: flex;
  padding: 8rem 2rem 2rem 4rem;
}

.stats-heading {
  font-size: 4rem;
  font-weight: 700;
  padding-bottom: 2rem;
}

.stats-link {
  padding: 0.5rem 0;
}

.stats-categories {
  width: 95%;
  display: flex;
  flex-flow: row wrap;
}

.stat-item {
  width: 14rem;
  height: 5rem;
  margin: 1.5rem 2.2rem 2rem;
  padding-top: 1rem;
}

.stat-count {
  width: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

.contribution-container {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  scrollbar-color: #a3ece1;
  scrollbar-width: 0.5em;
  padding-bottom: 8rem;
  background: linear-gradient(
    rgba(38, 38, 38, 0.35),
    #000000,
    rgba(38, 38, 38, 0.35)
  );
}

@media only screen and (max-width: 800px) {
  .stats-container {
    flex-flow: row wrap;
    padding: 2rem;
  }

  .stats-heading {
    font-size: 3.5rem;
    font-weight: 600;
    padding-bottom: 1rem;
  }

  .stat-item {
    width: 14rem;
    height: 5rem;
    margin: 1rem 3rem;
    padding-top: 1rem;
  }
}

/*!*********************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!./src/index.css ***!
  \*********************************************************************/
body {
  font-family: 'Azeret Mono';
  font-weight: 200;
  margin: 0;
  padding: 0;
  background-color: #262626;
  color: #f6f6f6;
}

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

