@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hubballi&display=swap");
/* Main Body */

html {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.button-android-dark {
  min-height: 40px;
  min-width: 120px;
  padding: 13px 25px 10px 44px;
  border-style: solid;
  border-width: 3px;
  border-color: #002736;
  border-radius: 2.5px;
  background-color: #002736;
  background-image: url("https://assets.website-files.com/5f651afacf21f6337e1386d7/5f7756b9f9f2e89fac70304e_Google_Play_Arrow_logo.svg.png");
  background-position: 15px 51%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
  /* font-family: Inter, sans-serif; */
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.button-android-dark:hover {
  border-radius: 25px;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;

  font-size: 14px;
  line-height: 5px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 26px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
body {
  color: #002736;

  line-height: 27px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.4px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.4px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.4px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #002736;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.4px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.4px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.4px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #4f718a;
  text-decoration: none;
  cursor: pointer;
}
.inactive {
  background-color: orangered;
  color: white;
}
.footer-join {
  background-color: #f5d020;
  background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-join-btn {
  width: 150px;
  color: orangered;
  text-decoration: none;
  background-color: white;
  padding: 15px 15px;
  border-radius: 0px;
  /* box-shadow: 4px 4px rgb(241, 151, 118); */
  margin-top: 30px;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
.footer-join-btn:hover {
  border-color: white;
  border-width: 20px;
  background-color: black;
  /* border-radius: 25px; */
  /* box-shadow: 4px 4px rgb(243, 190, 170); */
  color: white;
}

/* PC */
@media screen and (min-width: 767px) {
  .mob {
    display: none;
  }

  .header {
    display: flex;
    padding: 10px 5vw;
  }
  .header-links {
    width: 50vw;
    display: flex;
    justify-content: space-between;
    text-decoration: underline;
    text-transform: uppercase;
  }
  .header-link:hover {
    color: orangered !important;
  }
  .dp {
    width: 35px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .three {
    display: flex;
    justify-content: space-between;
  }
  .logsign {
    width: 22vw;
    display: flex;
    justify-content: space-between;
  }
  .footer-join {
    padding: 160px 20vw;
  }
  .footer-join-p {
    font-size: 42px;
    color: white;
    font-weight: 300;
    font-family: "Hubballi", "Noto Sans";
  }
}

/* Mob */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.4px;
  }
  .header {
    display: flex;
    padding: 10px 5vw;
    flex-direction: column;
  }
  .header-links {
    margin-top: 10px;
    width: 90vw;
    display: flex;
    justify-content: space-around;
    text-decoration: overline;
    text-transform: uppercase;
  }
  .header-link:hover {
    color: orangered !important;
  }
  .dp {
    margin-top: 15px;
    width: 30px;
  }
  .three {
    display: flex;
    flex-direction: column;
  }
  .logsign {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
    margin-bottom: 50px;
  }
  .footer-join {
    padding: 20vh 5vw;
  }
  .footer-join-p {
    font-size: 28px !important;
    color: white;
    font-weight: 300;
    font-family: "Hubballi", "Noto Sans";
  }
}

/* FAQ */
.faq_container {
  margin: 0 10vw;
  margin-top: -40px;
}
.faq {
  background-color: white;
  border-radius: 10px;
  /* text-align: center; */
  padding: 10px 60px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq_question {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  display: inline-block;
  cursor: pointer;
  font-weight: light;
  font-size: 18px;
}
.faq_answer_container {
  display: none;
}
.faq > img {
  margin-top: 6px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .faq_container {
    margin: 0 2vw;
  }
  .faq {
    padding: 10px 15px;
  }
}
