@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #131313;
}

h1, h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 2.5em;
  margin-top: 1.875rem;
}

h3 {
  font-size: 1.8em;
  font-style: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

p {
  font-family: "Noto Sans", sans-serif;
}

li {
  font-family: "Noto Sans", sans-serif;
}

a {
  color: #FFC72C;
  text-decoration: underline;
  text-decoration-thickness: 0.188rem;
  font-weight: 400;
}

a:hover {
  color: white;
}

section {
  width: 100vw;
  max-width: 50.938rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  scroll-snap-align: start;
  margin: 0 auto;
  padding: 0 1rem;
}

::-moz-selection {
  background-color: #FFC72C;
  color: #000000;
}

::selection {
  background-color: #FFC72C;
  color: #000000;
}

.title {
  padding: 0.625rem 1.25rem;
  background-color: #FFC72C;
  color: #000000;
}

#page_1 {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url("../svgs/page1.svg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 531px) {
  #page_1 {
    margin-top: -13.063rem;
  }
  #page_1 .link-1,
  #page_1 .link-2,
  #page_1 .link-3,
  #page_1 .link-4 {
    display: none;
  }
}
#page_1 .content {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(15, 1fr);
}
#page_1 a {
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  --animate-duration: 0.8s;
  max-width: 10.625rem;
}
#page_1 a:hover {
  color: #FFC72C;
  -webkit-animation-name: heartBeat;
          animation-name: heartBeat;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
          animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.link-1 {
  grid-column: 2/6;
  grid-row: 9/12;
}

.link-2 {
  grid-column: 5/10;
  grid-row: 3/5;
}

.link-3 {
  grid-column: 11/12;
  grid-row: 3/9;
}

.link-4 {
  grid-column: 15/12;
  grid-row: 9/12;
}

nav {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  max-width: 50.938rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 0.625;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 10;
}
nav img {
  height: 4.688rem;
  width: auto;
  padding: 0.438rem 0;
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.25rem;
}
nav ul li {
  list-style: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
}
nav .hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
nav .hamburger img {
  width: 4.063rem;
  height: 4.063rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 814px) {
  nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.938rem;
  }
  nav .hamburger {
    display: block;
  }
  nav .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.563rem;
    padding: 1.25rem 0;
    display: none;
  }
  nav .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.563rem;
    padding: 1.25rem 0;
  }
  nav.open .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeDown 0.4s ease forwards;
            animation: fadeDown 0.4s ease forwards;
  }
}

#page_2 {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url("../svgs/page2.svg") no-repeat center center;
  background-size: cover;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(20, 1fr);
}
@media (max-width: 555px) {
  #page_2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(202, 87, 4)), color-stop(78%, rgb(64, 28, 2)));
    background: linear-gradient(180deg, rgb(202, 87, 4) 0%, rgb(64, 28, 2) 78%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
  #page_2 .dot {
    display: none;
  }
}
#page_2 .stats {
  margin-top: 14.375rem;
}
@media (max-width: 555px) {
  #page_2 .stats {
    margin: 1.25rem 0 3.125rem 0;
  }
}
#page_2 .title {
  margin-top: 3.125rem;
  text-align: center;
}
#page_2 .stats img {
  width: 3.125rem;
  height: auto;
}

h2 {
  color: #FFC72C;
  margin: 0.5px;
  font-size: 1.4em;
}

.title {
  grid-column: 10;
  grid-row: 7;
}

.stat-box {
  max-width: 10rem;
}

.dot {
  width: 1.25rem;
  height: auto;
  z-index: 3;
}

.dot1 {
  grid-column: 4;
  grid-row: 7;
}

.dot2 {
  grid-column: 6;
  grid-row: 7;
}

.dot3 {
  grid-column: 6;
  grid-row: 8;
}

.dot4 {
  grid-column: 14;
  grid-row: 7;
}

.dot5 {
  grid-column: 18;
  grid-row: 6;
}

.dot6 {
  grid-column: 18;
  grid-row: 9;
}

.dot1,
.dot3,
.dot5 {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-animation: pulse 2.5s ease-in-out infinite;
          animation: pulse 2.5s ease-in-out infinite;
}

.dot2,
.dot4,
.dot6 {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse2 2.5s ease-in-out infinite;
          animation: pulse2 2.5s ease-in-out infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  60% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  60% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.stats {
  grid-column: 1/-1;
  grid-row: 7/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  flex-direction: row;
  margin-top: 13.75rem;
}
@media (max-width: 555px) {
  .stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.25rem;
  }
}
.stats img {
  height: 5.625rem;
  width: auto;
  max-width: 5.625rem;
}
.stats p {
  color: white;
}

#page_3 {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  background: url("../svgs/page3.svg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 599px) {
  #page_3 {
    padding: 3.75rem;
  }
}
#page_3 .first-tip-set,
#page_3 .second-tip-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin: 1.25rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 625px) {
  #page_3 .first-tip-set,
  #page_3 .second-tip-set {
    gap: 1.25rem;
  }
}
@media (max-width: 503px) {
  #page_3 .first-tip-set,
  #page_3 .second-tip-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.313rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14.375rem;
  height: 15rem;
  background-color: rgba(255, 255, 255, 0.6862745098);
  padding: 3.125;
  border-radius: 9.375rem;
  opacity: 0;
  -webkit-animation: fadeInUp 34s ease forwards;
          animation: fadeInUp 34s ease forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
}
@media (max-width: 503px) {
  .tip {
    width: 11.25rem;
    height: 12.5rem;
    padding: 1.25rem;
  }
}
.tip:hover {
  height: 20.625rem;
  padding: 1.25rem;
}
@media (max-width: 503px) {
  .tip:hover {
    height: 17.5rem;
  }
}
.tip img {
  height: 3.75rem;
  width: auto;
}
.tip .hidden-tip {
  display: none;
}
.tip:hover img, .tip:hover h3 {
  display: none;
}
.tip:hover .hidden-tip {
  display: block;
}
.tip li {
  margin: 0.625rem 0;
  list-style: none;
  font-weight: 800;
}

h3 {
  font-weight: 800;
  font-size: 1.4em;
}
@media (max-width: 503px) {
  h3 {
    font-size: 1.2em;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
#page_4 {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 43.75rem;
  background: url("../svgs/page4.svg") no-repeat center center;
  background-size: cover;
}
#page_4 .title {
  margin-top: 2.5rem;
}
#page_4 .volcano-content {
  position: absolute;
  top: 53vh;
}
#page_4 .lava-stone-box {
  background: url("../svgs/lavastone.svg") no-repeat center center;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.563rem;
  width: 19.375rem;
  height: 10.625rem;
  opacity: 0;
  -webkit-animation: fadeInUp-lava 1.4s ease forwards;
          animation: fadeInUp-lava 1.4s ease forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
}
#page_4 img {
  height: 5rem;
}
#page_4 p {
  font-family: "Noto Sans", sans-serif;
  color: white;
  font-weight: 700;
  width: 12.25rem;
  text-align: left;
}
@media (max-width: 515px) {
  #page_4 .lava-stone-box {
    --offset: 0;
    width: 100%;
    gap: 0.313rem;
  }
}

.lava-stone-box:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.lava-stone-box:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.lava-stone-box:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.lava-stone-box:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.lava-stone-box:nth-child(odd) {
  --offset: -4.375rem;
}

.lava-stone-box:nth-child(even) {
  --offset: 4.375rem;
}

.extra-lava {
  height: 21.875rem;
  background-color: #EF4316;
  max-width: 50.938rem;
  margin: 0 auto;
}

@-webkit-keyframes fadeInUp-lava {
  from {
    opacity: 0;
    -webkit-transform: translateX(var(--offset, 0)) translateY(1.875rem);
            transform: translateX(var(--offset, 0)) translateY(1.875rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(var(--offset, 0)) translateY(0);
            transform: translateX(var(--offset, 0)) translateY(0);
  }
}

@keyframes fadeInUp-lava {
  from {
    opacity: 0;
    -webkit-transform: translateX(var(--offset, 0)) translateY(1.875rem);
            transform: translateX(var(--offset, 0)) translateY(1.875rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(var(--offset, 0)) translateY(0);
            transform: translateX(var(--offset, 0)) translateY(0);
  }
}
#page_5 {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(202, 87, 4)), color-stop(78%, rgb(64, 28, 2)));
  background: linear-gradient(180deg, rgb(202, 87, 4) 0%, rgb(64, 28, 2) 78%);
}
@media (max-width: 423px) {
  #page_5 .sign-up-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page_5 h1 {
    font-size: 2.7em;
    text-align: center;
    margin-top: 3.125rem;
  }
  #page_5 img {
    width: 7.5rem;
    height: auto;
  }
}

.sign-up-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.25rem;
}
.sign-up-head h1 {
  font-size: 3em;
  color: white;
  text-align: left;
  text-transform: uppercase;
}
.sign-up-head img {
  width: 5.625rem;
  height: auto;
}

#signup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.563rem;
  max-width: 43.75rem;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form h2 {
  margin-top: 1.25rem;
}

.form-setup {
  width: 80%;
}

input,
select {
  width: 100%;
  padding: 0.938rem 1.125rem;
  border-radius: 0.625rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.3333333333);
  background: rgba(255, 255, 255, 0.9333333333);
  font-size: 1em;
  font-weight: 700;
  outline: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

input::-webkit-input-placeholder {
  color: #5a6c6d;
  font-weight: 600;
}

input::-moz-placeholder {
  color: #5a6c6d;
  font-weight: 600;
}

input:-ms-input-placeholder {
  color: #5a6c6d;
  font-weight: 600;
}

input::-ms-input-placeholder {
  color: #5a6c6d;
  font-weight: 600;
}

input::placeholder {
  color: #5a6c6d;
  font-weight: 600;
}

input:focus,
select:focus {
  border-color: white;
  background: white;
  color: black;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

select {
  background-image: url("../svgs/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.875rem;
  font-weight: 700;
  color: #5a6c6d;
}

button[type=submit] {
  padding: 0.75rem 2.5rem;
  background: #EF4316;
  border: none;
  border-radius: 0.938rem;
  font-size: 1.1em;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin: 0 0 3.125rem;
}

button[type=submit]:hover {
  background: #91290f;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  font-family: "Inter", sans-serif;
  color: white;
}