@font-face {
  font-family: Remboy;
  src: url("../font/Remboy.ttf");
}
*::before,
*::after {
  box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
}
p {
  color: #94979e;
}
.d-flex {
  display: flex;
  align-items: center;
}

/* =============== MAIN PAGE =============== */

.container {
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr) repeat(3, 0);
  grid-template-rows: 1fr repeat(4, 0);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.main-container {
  grid-area: 1 / 1 / 2 / 2;
  z-index: 1000;
  background-color: #03060d;
  position: relative;
  display: flex;
}
.div-texte {
  text-align: left;
}
.email-input {
  display: block;
  padding: 10px 32% 10px 14px;
  align-items: center;
  gap: var(--Corner-8, 8px);
  align-self: stretch;
  border-radius: var(--Corner-8, 8px);
  border: 1px solid var(--border-tokens-border-300, #272a31);
  background: var(--fields-tokens-field-01, rgba(39, 42, 49, 0.16));
  font: 400 16px/24px Inter, sans-serif;
  color: var(--text-tokens-text-placeholder, #61646b);
  outline: none;
  /* Drop shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(13, 16, 23, 0.06);
}
.email-input:focus {
  outline: none;
}
.navbar-container {
  grid-area: 1 / 2 / 2 / 3;
  z-index: 1000;
  background-image: url("../img/main.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #e2e3e5;
}
.nav-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-group a {
  color: var(--text-tokens-text-secondary, #272a31);
  text-decoration: none;
  padding: 20px 0px 20px 20px;
  margin-right: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
}
.nav-group #btn-contact {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  border-radius: var(--Corner-8, 8px);
  color: #fff;
  background: var(--button-tokens-button-inverse, #0d1017);
  margin-right: 0px;
  margin-left: 20px;
}
.txt-container {
  text-align: center;
  margin: auto;

  color: #fff;

  font-family: Inter, sans-serif;
  font-weight: 400;
}
.txt-container p {
  margin-top: -20px;
  font-size: 18px;
}
.txt-container h1 {
  font-size: 50px;
  line-height: 50px;
}
.logo {
  height: 50px;
}
.news {
  margin-top: 30px;
  position: relative;
  width: 50%;
}
.email-input {
  width: 100%;
}
.news button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

  top: 50%;
  right: -32%;
  transform: translateY(-50%);

  border-radius: 8px;
  background: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
  outline: none;
  border: none;
  cursor: pointer;
  height: 85%;
  width: 30%;
  margin-right: -12px;
}
.stats {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}
.stats h2 {
  font-size: 50px;
}
.group-stat {
  width: fit-content;
  text-align: left;
  padding: 15px;
}
.group-stat p {
  margin-top: -40px;
}
.sponsor {
  margin-top: 10%;
}
.sponsor img {
  height: auto;
  margin-left: 2px;
  margin-right: 10px;
}
.sponsor h3 {
  text-transform: uppercase;
  opacity: 0.9;
  color: #e2e3e5;
  font-size: 14px;
}

@media screen and (max-width: 1450px) {
  .container {
    display: block;
  }
  .main-container {
    height: 100vh;
  }
  .navbar-container {
    background-color: #03060d;
    background-image: none;
  }
  .navbar-container a {
    color: #fff;
  }
  .nav-group {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
  }
  .div-texte {
    padding: 15px;
  }
}

/* =============== HOW IT WORKS =============== */

.how-container {
  background-color: #03060d;
  height: fit-content;
  padding: 50px;
  color: #fff;

  font-family: Inter, sans-serif;
  font-weight: 400;
}
.card {
  position: relative;

  background-color: #0d1017;
  padding: 32px;
  border-radius: 8px;
  margin: 20px;
  max-width: 300px;
  min-width: 300px;
}
.card img {
  position: absolute;
  right: -25px;
  top: 60px;
  z-index: 9999;
}
.card h4 {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.card p {
  color: var(--text-tokens-text-body, #94979e);
  margin-top: -25px;

  /* Inter Normal/16 Text md */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.card span.number-card {
  font-family: Remboy;
  font-size: 27px;
  font-style: normal;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 8px;
  color: #000000;
  font-weight: bold;
  line-height: 1.6em;
  width: 1.6em;
}
.group-card {
  display: flex;
}

/* =============== TEAMS =============== */

.teams {
  background-color: #03060d;
  height: 100vh;
  color: #fff;

  font-family: Inter, sans-serif;
  font-weight: 400;
}
.group-member {
  display: flex;
}
.member a {
  margin-right: 28px;
  color: #61646b;
}
.member #member-avatar {
  border-radius: 4px;
  height: 200px;
}
.member p {
  margin-top: -5px;
}
.member #member-job {
  margin-top: 0px !important;
  margin-bottom: -20px;
  text-transform: uppercase;
  font-size: 12px;
}
.member #member-description {
  font-size: 15px;
}
.member h4 {
  font-size: 18px;
}
.social {
  margin-top: 10px;
}
.member-texte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 28px;
}
.member {
  position: relative;
  display: flex;
  background-color: #0d1017;
  border: 1px solid var(--border-tokens-border-200, #1b1e25);
  padding: 28px;
  border-radius: 8px;
  margin: 20px;
  max-width: 380px;
  min-width: 380px;
}

/* =============== FAQ =============== */

.faq {
  background-color: #03060d;
  height: fit-content;
  color: #fff;

  font-family: Inter, sans-serif;
  font-weight: 400;
}
.group-faq {
  display: flex;
}
.faq-card p {
  margin-top: -10px;
}
.faq-card a {
  text-decoration: underline;
  color: currentColor;
}
.faq-card {
  padding: 50px;
  max-width: 350px;
  min-width: 350px;
}

/* =============== FOOTER =============== */

.footer {
  background-color: #03060d;
  height: fit-content;
  padding: 50px;
  color: #fff;

  font-family: Inter, sans-serif;
  font-weight: 400;
}
.right-footer-container p {
  margin-left: 9px;
}
.footer-container {
  margin: 20px;
  display: flex;
  justify-content: space-between;
}
.footer-link-container {
  display: flex;
}
.footer-link {
  display: flex;
  flex-direction: column;
  padding: 5px;
  margin-left: 50px;
}
.footer-link a {
  text-decoration: none;
  color: #94979e;
  padding: 0px 20px 20px 0px;
}
.footer-container-down {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px;
  margin-bottom: 0px;
  padding: 10px 0px 10px 0px;
  border-top: 2px solid var(--border-tokens-border-200, #1b1e25);
}
.footer-container-down a {
  text-decoration: none;
  color: #94979e;
  text-decoration: underline;
}
.footer-container-down i {
  color: #94979e;
  padding: 0px 10px 0px 10px;
}
