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

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

body {
  background-color: #121212;
}

html {
  color: #d1d1d1;
  font-family: Roboto Mono, sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
}

section {
  max-width: 1700px;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  letter-spacing: 1px;
}
main section.view1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1rem;
}
main section.view1 .top {
  width: 100%;
  border-radius: 10px;
}
main section.view1 .top img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
main section.view1 .bottom {
  background-color: #1e1e1e;
  padding: 2rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
main section.view1 .bottom p {
  font-size: 0.9rem;
}
main section.view1 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
main section.view1 .bottom .text h1 {
  font-weight: 200;
  font-size: 2.3rem;
  text-transform: uppercase;
}
main section.view1 .bottom .text p {
  font-weight: 400;
  color: #7d7d7d;
  line-height: 1.2;
  font-size: 1.5rem;
  opacity: 0.8;
}
main section.view1 .bottom .text button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 8px;
  border: none;
}
main section.view2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
}
main section.view2 .top,
main section.view2 .bottom {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
main section.view2 .top .element,
main section.view2 .bottom .element {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
main section.view2 .top small,
main section.view2 .bottom small {
  opacity: 0.7;
}
main section.view2 .top h2,
main section.view2 .bottom h2 {
  font-size: 3rem;
  font-weight: 400;
}
main section.view3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1rem;
}
main section.view3 .top {
  width: 100%;
}
main section.view3 .top img {
  width: 100%;
  border-radius: 10px;
}
main section.view3 .bottom {
  background-color: #1e1e1e;
  padding: 2rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
main section.view3 .bottom > p {
  font-size: 0.9rem;
  text-transform: uppercase;
}
main section.view3 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
main section.view3 .bottom .text h1 {
  font-weight: 200;
  font-size: 2.3rem;
  text-transform: uppercase;
}
main section.view3 .bottom .text p {
  font-weight: 300;
  color: #7d7d7d;
  font-size: 1.5rem;
  line-height: 2rem;
  opacity: 0.8;
}
main section.view4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1rem;
}
main section.view4 .top {
  width: 100%;
}
main section.view4 .top img {
  width: 100%;
  border-radius: 10px;
}
main section.view4 .bottom {
  background-color: #1e1e1e;
  padding: 2rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
main section.view4 .bottom > p {
  font-size: 0.9rem;
  text-transform: uppercase;
}
main section.view4 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
main section.view4 .bottom .text h1 {
  font-weight: 200;
  font-size: 2.3rem;
  text-transform: uppercase;
}
main section.view4 .bottom .text p {
  font-weight: 300;
  color: #7d7d7d;
  font-size: 1.5rem;
  line-height: 2rem;
  opacity: 0.8;
}
main section.view5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
main section.view5 .element {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
main section.view5 .element h2 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
}
main section.view6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1rem;
}
main section.view6 .top {
  width: 100%;
}
main section.view6 .top img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
main section.view6 .bottom {
  background-color: #1e1e1e;
  padding: 3rem;
  border-radius: 10px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section.view6 .bottom p {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
main section.view6 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
main section.view6 .bottom .text h1 {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 7rem;
}
main section.view6 .bottom .text button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 8px;
  text-transform: uppercase;
}
main section.view7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1rem;
}
main section.view7 .element {
  width: 100%;
  background-color: #cebd63;
  color: #121212;
  padding: 3rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section.view7 .element p {
  font-size: 0.9rem;
  font-weight: 600;
}
main section.view7 .element button {
  margin-top: 2rem;
  border-radius: 8px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  color: #e0e0e0;
  background-color: #121212;
  display: inline-flex;
  align-items: center;
  border-color: transparent;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  white-space: nowrap;
}

@media (min-width: 900px) {
  main section.view1 {
    padding: 2rem 1rem;
    flex-direction: row;
  }
  main section.view1 .top,
  main section.view1 .bottom {
    width: 50%;
  }
  main section.view1 .bottom {
    justify-content: space-between;
    gap: 1rem;
    padding: 3rem;
  }
  main section.view1 .bottom .bottom > p {
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
  main section.view1 .bottom .text h1 {
    font-size: 3.5rem;
  }
  main section.view1 .bottom button {
    margin-top: 1.5rem;
  }
  main section.view1 .bottom .text > p {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 2rem;
  }
  main section.view2 {
    flex-direction: row;
    padding: 2vw 0vw;
    gap: 5vw;
  }
  main section.view2 .top,
  main section.view2 .bottom {
    gap: 5vw;
  }
  main section.view2 .top .element small,
  main section.view2 .bottom .element small {
    letter-spacing: 0.1vw;
  }
  main section.view2 .top h2,
  main section.view2 .bottom h2 {
    font-size: 4vw;
    font-weight: 400;
  }
  main section.view3 {
    padding: 2rem 1rem;
    flex-direction: row-reverse;
  }
  main section.view3 .top,
  main section.view3 .bottom {
    width: 50%;
  }
  main section.view3 .top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main section.view3 .bottom {
    justify-content: space-between;
    gap: 1rem;
    padding: 4rem;
  }
  main section.view3 .bottom > p {
    margin-bottom: 5rem;
    font-size: 1rem;
    font-weight: 400;
  }
  main section.view3 .bottom .text h1 {
    font-size: 3vw;
    margin-bottom: 1rem;
  }
  main section.view3 .bottom .paragraphs p {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    font-size: 1rem;
    font-weight: 500;
  }
  main section.view4 {
    padding: 0rem 1rem;
    flex-direction: row;
  }
  main section.view4 .top,
  main section.view4 .bottom {
    width: 50%;
  }
  main section.view4 .top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main section.view4 .bottom {
    justify-content: space-between;
    gap: 1rem;
    padding: 4rem;
  }
  main section.view4 .bottom > p {
    margin-bottom: 5rem;
    font-size: 1rem;
    font-weight: 400;
  }
  main section.view4 .bottom .text h1 {
    font-size: 3vw;
    margin-bottom: 1rem;
  }
  main section.view4 .bottom .paragraphs p {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    font-size: 1rem;
    font-weight: 500;
  }
  main section.view5 {
    padding: 2rem 2.5rem;
    letter-spacing: 0.1rem;
  }
  main section.view5 .element h2 {
    font-size: 2.3rem;
    font-weight: 400;
    letter-spacing: 0.3rem;
  }
  main section.view6 {
    flex-direction: row;
    padding: 0rem 1rem;
  }
  main section.view6 .top,
  main section.view6 .bottom {
    width: 50%;
  }
  main section.view6 .bottom p {
    font-size: 1rem;
    font-weight: 400;
  }
  main section.view6 .bottom .text button {
    font-size: 1.1rem;
    padding: 1rem 2.5rem;
    white-space: nowrap;
    border-color: transparent;
    font-weight: 600;
  }
  main section.view7 .element {
    padding: 4rem;
  }
  main section.view7 .element p {
    font-weight: 600;
    font-size: 1.2rem;
  }
  main section.view7 .element .text {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 70px;
  }
  main section.view7 .element .text h1 {
    font-size: 4rem;
    font-weight: 400;
  }
  main section.view7 .element .text .btn button {
    border-color: transparent;
    text-align: center;
    letter-spacing: 1px;
    padding: 1rem 2rem;
    cursor: pointer;
    font-size: large;
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */