/** MOBILE FONT SIZES**/
/** DESKTOP FONT SIZES**/
/** CENTERING **/
/** LAYERS STYLES**/
/** CALL TO ACTION STYLES**/
body {
  font-family: Bai Jamjuree, Arial, sans-serif;
  background-color: #1C1E1C;
  background-image: url(../../ressources/MOB_points_bg.svg), radial-gradient(closest-side, rgba(69, 230, 120, 0.2) 0%, rgba(28, 30, 28, 0) 100%), radial-gradient(closest-side, rgba(69, 230, 120, 0.2) 0%, rgba(28, 30, 28, 0) 100%), radial-gradient(closest-side, rgba(69, 230, 120, 0.2) 0%, rgba(28, 30, 28, 0) 100%), linear-gradient(0deg, rgba(69, 230, 121, 0.05) 0%, rgba(28, 30, 28, 0) 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: contain, 150vw 100vw, 200vw 200vw, 125vw 170vw, 100vw 100vw;
  background-position: top left, -75vw -50vw, 50vw 6%, -70vw 51%, bottom;
  color: #F1FAEB;
}

/* TEXTS SIZES **/
h1 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1%;
  text-transform: uppercase;
  color: #F1FAEB;
  margin-top: 32px;
}

.h2_title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -1%;
  text-transform: uppercase;
  color: #F1FAEB;
}

.h3_title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1%;
  color: #F1FAEB;
  padding-top: 16px;
}

.p_subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
  color: #F1FAEB;
  padding-top: 16px;
}

.p_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
  color: #BABABA;
  padding-top: 8px;
}

/* HERO SECTION **/
#hero_container {
  margin: 15% 5% 0 5%;
  min-width: 200px;
}

.hero_gradient {
  z-index: -1;
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 0;
  transform: translate(5%, 0);
  background: radial-gradient(circle, rgb(69, 230, 121) 0%, rgba(0, 0, 0, 0) 45%);
  opacity: 0.2;
}

.hero {
  border-radius: 12px;
  background-color: rgba(157, 218, 177, 0.06);
  background-image: url(../../ressources/Noise.svg);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  overflow: hidden;
  box-shadow: inset 0 0 10px -1px rgba(255, 255, 255, 0.05), inset 0 0 2px 0 rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  padding: 48px 32px 64px;
}

.hero .cta {
  display: none;
}

.logo_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

.logo_container img {
  width: 80%;
  min-width: 200px;
  max-width: 350px;
  height: auto;
}

.app_name {
  display: inline-block;
  font-size: 1.625rem;
  width: fit-content;
  font-weight: 200;
  line-height: 120%;
  letter-spacing: -1%;
  text-transform: uppercase;
  background: linear-gradient(105deg, rgb(69, 230, 121) 70%, rgb(58, 196, 102) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 32px;
}

/* CONCEPT SECTION **/
#concept_container {
  margin: 96px 5% 0;
  text-align: center;
}

.concept_cards {
  margin-top: 32px;
}

.concept_card {
  display: flex;
  flex-direction: column;
  padding: 48px 32px 0;
}

.concept_card img {
  height: 70px;
}

.h3_title span {
  color: #45E679;
}

.concept_card .p_text {
  text-align: left;
}

/* CALL TO ACTION SECTION **/
#call_to_action {
  border-radius: 12px;
  background-color: rgba(157, 218, 177, 0.06);
  background-image: url(../../ressources/Noise.svg);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  overflow: hidden;
  box-shadow: inset 0 0 10px -1px rgba(255, 255, 255, 0.05), inset 0 0 2px 0 rgba(255, 255, 255, 0.25);
  margin: 96px 5% 0;
  padding: 64px 32px;
}

#call_to_action .p_text {
  padding: 16px 0 0;
}

.cta_gradient {
  z-index: -1;
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 0;
  transform: translate(5%, -50%);
  background: radial-gradient(circle, rgb(69, 230, 121) 0%, rgba(0, 0, 0, 0) 45%);
  opacity: 0.2;
}

.link {
  text-decoration: none;
}

.cta {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #45E679;
  border-radius: 100px;
  padding: 24px;
  color: #1C1E1C;
  margin: 56px 0 0;
  cursor: pointer;
}

.cta p {
  padding: 0 16px 0;
}

/* HOW IT WORKS SECTION **/
#how_it_works {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  margin: 96px 0 0;
  text-align: center;
}

.hiw_title {
  margin: 0 5%;
}

.hiw_slider {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  overflow: -moz-scrollbars-none;
}

.hiw_slider::-webkit-scrollbar {
  width: 0;
}

.hiw_item {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
  scroll-snap-align: center;
  scroll-behavior: smooth;
  user-select: none;
  margin-top: 32px;
}

.hiw_card {
  border-radius: 12px;
  background-color: rgba(157, 218, 177, 0.06);
  background-image: url(../../ressources/Noise.svg);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  overflow: hidden;
  box-shadow: inset 0 0 10px -1px rgba(255, 255, 255, 0.05), inset 0 0 2px 0 rgba(255, 255, 255, 0.25);
  width: 100vw;
  height: 300px;
  margin: 16px 10%;
  padding: 64px 32px;
  text-align: center;
  user-select: none;
}

.hiw_card img {
  height: 80px;
}

.p_green {
  padding: 4px;
  color: #45E679;
}

.p_card {
  padding-top: 32px;
}

.slide_marks {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  display: flex;
  gap: 4px;
}

.circle {
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: #BABABA;
}

.active {
  background-color: #45E679;
  scale: 120%;
}

/* ROADMAP SECTION **/
#roadmap {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 96px 0;
}

.roadmap_container {
  display: flex;
  width: 80%;
  margin-top: 48px;
}

.bar {
  width: 100%;
  max-width: 8px;
  height: auto;
  background-color: #45E679;
  border-radius: 20px;
}

.items_container {
  width: 100%;
  margin-left: -16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.item {
  display: flex;
  width: 100%;
  margin-top: 96px;
}

.first_item {
  margin-top: 32px;
}

.top_item {
  width: 100%;
}

.point {
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
  margin-right: 16px;
  border-radius: 100%;
  border: 2px solid #1C1E1C;
  background-color: #F1FAEB;
}

.item_title {
  padding: 4px 0 0;
}

.item .p_text {
  width: 100%;
}

/* FOOTER **/
footer {
  margin: 128px 10% 32px;
  color: #BABABA;
}

.contact {
  padding: 64px 0;
}

.home_link {
  text-decoration: none;
}

.optovr_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 50%;
}

.optovr_logo img {
  height: 26px;
}

.optovr_logo h2 {
  margin: 0;
  color: #45E679;
  font-weight: 300;
}

.mail_adress {
  text-decoration: none;
  padding: 8px 0 0;
  font-size: 26px;
  font-weight: 100;
  color: #F1FAEB;
}

.links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 64px 0;
  gap: 16px;
}

.links a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
  color: #BABABA;
  text-decoration: none;
  color: #F1FAEB;
}

.small_links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 64px 0 32px;
  gap: 16px;
}

.small_links a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #BABABA;
  text-decoration: none;
  cursor: pointer;
}

.small_links a:hover {
  color: #F1FAEB;
}

.credits {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0 0;
  opacity: 30%;
}

.credits_text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #BABABA;
  color: #8d8d8d;
  padding: 16px 8px 0;
}

.credits_text span {
  color: #45E679;
}

.legal_container {
  width: 85%;
  margin: auto;
  padding-bottom: 64px;
  line-height: 1.5em;
}

.legal_container a {
  color: #F1FAEB;
}

.return {
  margin-top: 5%;
  color: #F1FAEB;
  display: block;
  text-decoration: none;
}

.legal_container h1 {
  padding: 32px 0 64px;
}

.intro p {
  padding-bottom: 24px;
}

.legal_paragraph {
  padding: 32px 0;
}

.legal_paragraph h2 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 16px;
}

.legal_paragraph h3 {
  font-weight: 600;
  padding: 32px 0 16px;
}

.legal_paragraph ul {
  list-style-type: circle;
  padding: 16px 0 16px 40px;
}

.legal_paragraph span {
  font-weight: 600;
}

/* MEDIA QUERIES  **/
@media screen and (min-width: 600px) {
  body {
    background-image: url(../../ressources/Points.svg), radial-gradient(closest-side, rgba(69, 230, 120, 0.2) 0%, rgba(28, 30, 28, 0) 100%), radial-gradient(closest-side, rgba(69, 230, 120, 0.2) 0%, rgba(28, 30, 28, 0) 100%), radial-gradient(closest-side, rgba(69, 230, 120, 0.2) 0%, rgba(28, 30, 28, 0) 100%), linear-gradient(0deg, rgba(69, 230, 121, 0.07) 0%, rgba(28, 30, 28, 0) 100%);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: contain, 100vw 100vw, 70vw 70vw, 125vw 170vw, 100vw 50vw;
    background-position: top left, -75vw -50vw, 60vw 6%, -70vw 51%, bottom;
  }
  #hero_container {
    margin: 10% 5% 0;
  }
  .hero {
    display: flex;
    flex-direction: row-reverse;
    padding: 10%;
    gap: 64px;
  }
  .app_name {
    margin: 0;
  }
  h1 {
    margin-top: 16px;
  }
  #concept_container {
    margin: 15% 5%;
  }
  .concept_title {
    width: 72%;
    margin: auto;
  }
  .concept_cards {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .concept_card {
    width: 250px;
  }
  #call_to_action {
    margin: 15% 5%;
  }
  #how_it_works {
    margin: 15% 0 0;
  }
  #roadmap {
    margin: 15% 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .app_name {
    font-size: 32px;
  }
  /* TEXT SIZES**/
  h1 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 18px;
  }
  .h2_title {
    font-size: 36px;
    font-weight: 500;
  }
  .h3_title {
    font-size: 18px;
    font-weight: 500;
    padding-top: 32px;
  }
  .p_subtitle {
    font-size: 16px;
    font-weight: 500;
    padding-top: 28px;
  }
  .p_text {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
  }
  /* HERO SECTION **/
  #hero_container {
    margin: 3% 5% 0;
  }
  .hero {
    height: 50vh;
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
  }
  .logo_container img {
    width: 380px;
    min-width: 380px;
    height: auto;
  }
  .hero_left {
    width: 45%;
  }
  .hero_left .p_subtitle {
    padding-top: 18px;
  }
  .hero .cta {
    display: flex;
    width: fit-content;
    margin-top: 80px;
  }
  .cta:hover {
    background-color: rgb(27, 209, 84);
    transition: all 200ms ease-in-out;
  }
  .cta p {
    padding: 0 24px 0 40px;
  }
  .hero .cta img {
    height: 12px;
    width: auto;
    padding-right: 40px;
  }
  /* CONCEPT SECTION **/
  .concept_cards {
    text-align: left;
    justify-content: space-evenly;
    margin-top: 128px;
  }
  .concept_card {
    align-items: flex-start;
    padding: 0 32px;
  }
  /* CALL TO ACTION SECTION **/
  #call_to_action {
    padding: 8% 3%;
  }
  .cta_container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 48px;
  }
  .cta_container div {
    max-width: 50%;
  }
  .cta {
    min-width: 350px;
    margin: 0;
    gap: 24px;
  }
  .cta p {
    padding: 0;
  }
  /* HOW IT WORKS SECTION **/
  #how_it_works {
    gap: 64px;
  }
  .hiw_slider {
    display: flex;
    flex-direction: column;
    width: 800px;
    gap: 48px;
    padding: 0;
  }
  .hiw_item {
    width: 100%;
    display: flex;
  }
  .hiw_card {
    display: flex;
    align-items: center;
    width: 100%;
    height: fit-content;
    gap: 48px;
    margin: 0 0;
    padding: 0 0;
    background: none;
    box-shadow: none;
    text-align: left;
  }
  .hiw_card img {
    height: auto;
    width: 120px;
  }
  .p_green {
    padding: 4px 0;
  }
  .circle {
    display: none;
  }
  /* ROADMAP SECTION **/
  #roadmap {
    gap: 64px;
  }
  .roadmap_container {
    display: flex;
    justify-content: center;
    width: 50%;
    padding-left: 22%;
  }
  .bar {
    width: 100%;
    max-width: 10px;
  }
  .items_container {
    margin-left: -25px;
  }
  .items_container .item {
    padding: 32px;
  }
  .point {
    max-width: 32px;
    max-height: 32px;
    border: 4px solid #1C1E1C;
  }
  .item .p_text {
    width: 60%;
  }
  /* FOOTER SECTION **/
  footer {
    margin: 128px 10% 32px;
  }
  .optovr_logo {
    justify-content: flex-start;
  }
  .contact {
    padding: 64px 0 0;
  }
  .optovr_logo img {
    height: 50px;
  }
  .mail_adress {
    font-size: 48px;
  }
  .mail_adress:hover {
    color: #45E679;
  }
  .links {
    position: relative;
    left: 70%;
    width: fit-content;
    padding: 0 0 64px 0;
  }
  .links a {
    font-size: 16px;
    font-weight: 400;
  }
  .links a:hover {
    color: #45E679;
  }
  .credits_container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .small_links {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .legal_container {
    width: 60%;
  }
}

/*# sourceMappingURL=style.css.map */
