* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-moz-selection {
  color: rgb(214, 214, 73);
}

::selection {
  color: rgb(214, 214, 73);
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

html {
  font-size: clamp(14px, 1.5vw, 18px);
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
main section.view1 {
  display: flex;
  flex-direction: column;
  gap: 7.2rem;
  justify-content: space-evenly;
  align-items: center;
  padding: 4rem 3rem;
  width: 100%;
  background: linear-gradient(to top, rgba(237, 128, 147, 0.17) 10%, rgba(0, 204, 255, 0.119));
}
main section.view1 .top {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
main section.view1 .top img {
  width: 100%;
}
main section.view1 .top .first {
  padding: 0rem 2.5rem;
  font-weight: bold;
  font-size: 3rem;
}
main section.view1 h1 {
  text-align: center;
}
main section.view1 .second {
  font-weight: lighter;
  width: 100%;
  font-size: 2.4rem;
}
main section.view2 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  padding: 4rem 3rem;
}
main section.view2 .community, main section.view2 .events, main section.view2 .packages {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
main section.view2 .community .top, main section.view2 .events .top, main section.view2 .packages .top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main section.view2 .community .top hr, main section.view2 .events .top hr, main section.view2 .packages .top hr {
  border: 0.1rem solid rgba(0, 0, 0, 0.237);
}
main section.view2 .community .top h1, main section.view2 .events .top h1, main section.view2 .packages .top h1 {
  font-size: 1.5rem;
}
main section.view2 .community .top p, main section.view2 .events .top p, main section.view2 .packages .top p {
  font-size: 1.2rem;
  opacity: 0.8;
  width: 90%;
}
main section.view2 .community .img, main section.view2 .events .img, main section.view2 .packages .img {
  width: 70%;
}
main section.view3 {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  padding: 4rem 3rem;
  width: 100%;
  align-items: center;
}
main section.view3 .top img {
  width: 100%;
}
main section.view3 .bottom {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
main section.view3 .bottom small {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4A4A4A;
}
main section.view3 .bottom h1 {
  font-size: 3rem;
  font-weight: bold;
}
main section.view3 .bottom p {
  font-size: 1.3rem;
  color: #4A4A4A;
}
main section.view3 .bottom .buttons {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  width: 100%;
}
main section.view3 .bottom .buttons small {
  color: #4A4A4A;
}
main section.view3 .bottom .buttons .joinButton {
  cursor: pointer;
  padding: 0.8rem 1em;
  width: 50%;
  font-weight: bolder;
  border-radius: 5rem;
  background: transparent;
  border: 1px solid #0468D7;
  outline: none;
  color: #0468D7;
  transition: all 0.25s ease-in-out;
}
main section.view3 .bottom .buttons .joinButton:hover {
  background-color: #0468D7;
  color: white;
}
main section.view3 .bottom .buttons .moreButton {
  cursor: pointer;
  border: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  padding: 0rem 0.5rem;
  align-items: center;
  background: transparent;
}
main section.view3 .bottom .buttons .moreButton p, main section.view3 .bottom .buttons .moreButton i {
  font-weight: bolder;
  text-align: center;
}
main section.view3 .bottom .buttons .moreButton p {
  font-size: 1rem;
}
main section.view4, main section.view5, main section.view6 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 4rem 3rem;
  width: 100%;
  background: linear-gradient(to right, #FBFBE3, white);
}
main section.view4 .top img, main section.view5 .top img, main section.view6 .top img {
  width: 100%;
}
main section.view4 .bottom, main section.view5 .bottom, main section.view6 .bottom {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
main section.view4 .bottom small, main section.view5 .bottom small, main section.view6 .bottom small {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4A4A4A;
}
main section.view4 .bottom h1, main section.view5 .bottom h1, main section.view6 .bottom h1 {
  font-size: 3rem;
  font-weight: bold;
}
main section.view4 .bottom p, main section.view5 .bottom p, main section.view6 .bottom p {
  font-size: 1.3rem;
  color: #4A4A4A;
}
main section.view4 .bottom button, main section.view5 .bottom button, main section.view6 .bottom button {
  cursor: pointer;
  padding: 0.8rem 1em;
  width: 50%;
  font-weight: bolder;
  border-radius: 5rem;
  background: transparent;
  border: none;
  outline: none;
  background-color: #0468D7;
  color: white;
}
main section.view5 {
  background: linear-gradient(white, white);
}
main section.view5 .bottom button {
  border: 0.01rem solid #0468D7;
  background-color: white;
  color: #0468D7;
  transition: all 0.25s ease-in-out;
}
main section.view5 .bottom button:hover {
  background-color: #0468D7;
  color: white;
  border: none;
}
main section.view7 {
  padding: 4rem 2rem;
}
main section.view7 .text {
  background-color: #042449;
  border-radius: 3rem;
  color: white;
  padding: 6rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: space-between;
}
main section.view7 .text h1 {
  font-size: 3.4rem;
  font-weight: bold;
}
main section.view7 .text p {
  font-size: 1.3rem;
}
main section.view7 .text .buttons {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  justify-content: center;
}
main section.view7 .text .buttons .installButton {
  padding: 1rem 2.2rem;
  text-align: center;
  border-radius: 2rem;
  font-weight: bolder;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  color: #0468D7;
  font-size: 1.2rem;
  border: none;
  outline: none;
  cursor: pointer;
}
main section.view7 .text .buttons .readButton {
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  background: transparent;
  color: white;
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
main section.view7 .text .buttons .readButton p, main section.view7 .text .buttons .readButton i {
  font-weight: bolder;
}
main section.view7 .text .buttons .readButton:hover {
  gap: 0.5rem;
}
main section.view8 {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  background-color: #F8F9FA;
  padding: 3rem 3rem;
  width: 100%;
}
main section.view8 .top {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
main section.view8 .top aside img {
  width: 50%;
  border-radius: 100%;
}
main section.view8 .top .about, main section.view8 .top .learn, main section.view8 .top .platform {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0rem 2rem;
}
main section.view8 .top .about h1, main section.view8 .top .about h2, main section.view8 .top .learn h1, main section.view8 .top .learn h2, main section.view8 .top .platform h1, main section.view8 .top .platform h2 {
  font-size: 1.2rem;
}
main section.view8 .top .about h2, main section.view8 .top .learn h2, main section.view8 .top .platform h2 {
  font-weight: 400;
  color: #4A4A4A;
}
main section.view8 .bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 1.5rem;
}
main section.view8 .bottom .icons {
  display: flex;
  flex-direction: row;
  gap: 0rem;
  justify-content: space-around;
  color: #4A4A4A;
}
main section.view8 .bottom .icons i {
  font-size: 1.5rem;
  font-weight: 400;
}
main section.view8 .bottom hr {
  border-top: 0.1px solid rgba(74, 74, 74, 0.6274509804);
}
main section.view8 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  text-align: center;
}
main section.view8 .bottom .text p {
  color: rgba(0, 0, 0, 0.703);
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
}
main section.view8 .bottom .text div {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  width: 100%;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.703);
}

@media (min-width: 900px) {
  main section.view1 {
    background-color: linear-gradient(to right, rgba(237, 128, 147, 0.17) 40%, rgba(0, 204, 255, 0.119) 60%);
    padding: 3rem 8rem;
  }
  main section.view1 .top {
    display: flex;
    flex-direction: row;
    gap: 0rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  main section.view1 .top .first, main section.view1 .top img {
    width: 50%;
    text-align: left;
    font-size: 4rem;
  }
  main section.view1 .second {
    padding: 0rem 7rem;
    font-size: 2rem;
  }
  main section.view2 {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
  }
  main section.view2 .community, main section.view2 .events, main section.view2 .packages {
    width: 23%;
  }
  main section.view3 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 3rem 8rem;
  }
  main section.view3 .top, main section.view3 .bottom {
    width: 50%;
  }
  main section.view3 .bottom {
    gap: 1.8rem;
    width: 50%;
  }
  main section.view3 .bottom p {
    width: 75%;
    color: #4A4A4A;
  }
  main section.view3 .bottom .buttons {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
  }
  main section.view3 .bottom .buttons .joinButton {
    font-size: 0.84rem;
    padding: 0.6rem 0.5rem;
    width: 40%;
  }
  main section.view3 .bottom .buttons .moreButton {
    width: 50%;
  }
  main section.view3 .bottom .buttons .moreButton p, main section.view3 .bottom .buttons .moreButton i {
    color: black;
    font-size: 0.84rem;
  }
  main section.view4, main section.view5, main section.view6 {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    padding: 3rem 8rem;
    background: linear-gradient(to right, #FBFBE3, white);
  }
  main section.view4 .top, main section.view4 .bottom, main section.view5 .top, main section.view5 .bottom, main section.view6 .top, main section.view6 .bottom {
    width: 50%;
  }
  main section.view4 .bottom, main section.view5 .bottom, main section.view6 .bottom {
    padding: 0rem 3rem;
  }
  main section.view5 {
    flex-direction: row-reverse;
    background: linear-gradient(white, white);
  }
  main section.view5 .top img {
    width: 80%;
  }
  main section.view5 .bottom button {
    border: 0.01rem solid #0468D7;
    background-color: white;
    color: #0468D7;
    transition: all 0.25s ease-in-out;
    width: 30%;
  }
  main section.view5 .bottom button:hover {
    background-color: #0468D7;
    color: white;
    border: none;
  }
  main section.view7 {
    padding: 8rem;
    align-content: center;
  }
  main section.view7 .text {
    padding: 4rem 5rem;
    border-radius: 3rem;
    gap: 1.3rem;
  }
  main section.view7 .text .buttons {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: flex-start;
  }
  main section.view7 .text .buttons .installButton {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.6rem 2rem;
    font-size: small;
  }
  main section.view7 .text .buttons .readButton p, main section.view7 .text .buttons .readButton i {
    font-size: small;
  }
  main section.view8 {
    gap: 2rem;
  }
  main section.view8 .top {
    display: grid;
    grid-template-columns: 40% 1fr 1fr 1fr;
    grid-template-areas: "aside about learn platform";
    padding: 2rem 3rem;
  }
  main section.view8 .top aside {
    grid-area: aside;
  }
  main section.view8 .top aside img {
    width: 30%;
  }
  main section.view8 .top .about {
    grid-area: about;
  }
  main section.view8 .top .learn {
    grid-area: learn;
  }
  main section.view8 .top .platform {
    grid-area: platform;
  }
  main section.view8 .top .about h1, main section.view8 .top .about h2, main section.view8 .top .learn h1, main section.view8 .top .learn h2, main section.view8 .top .platform h1, main section.view8 .top .platform h2 {
    font-size: 0.9rem;
  }
  main section.view8 .bottom {
    padding: 1.5rem 0rem;
  }
  main section.view8 .bottom .icons {
    justify-content: flex-start;
    gap: 1.7rem;
  }
  main section.view8 .bottom .icons i {
    font-size: 1rem;
    font-weight: 300;
  }
  main section.view8 .bottom hr {
    width: 97.5%;
  }
  main section.view8 .bottom .text {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    padding: 1.7rem 0rem;
    justify-content: space-between;
    width: 100%;
    text-align: start;
  }
  main section.view8 .bottom .text p {
    font-size: 0.83rem;
    width: 80%;
  }
  main section.view8 .bottom .text div {
    width: 20%;
  }
  main section.view8 .bottom .text div small {
    font-size: 0.83rem;
  }
}/*# sourceMappingURL=style.css.map */