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

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

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: rgb(244, 244, 244);
  font-size: clamp(14px, 1vw, 18px);
}

body {
  background-color: #1d1d1d;
}

section {
  max-width: 2000px;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
}
main section.view1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
}
main section.view1 .top {
  width: 100%;
}
main section.view1 .top img {
  width: 100%;
  border-radius: 0.7rem;
}
main section.view1 .bottom {
  background-color: #292929;
  border-radius: 0.7rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
main section.view1 .bottom p {
  font-size: 1.3rem;
}
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.5rem;
  text-transform: uppercase;
}
main section.view1 .bottom .text p {
  font-weight: 300;
  font-size: 1.5rem;
  opacity: 0.4;
  line-height: 1.9;
}
main section.view1 .bottom .text button {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
main section.view2 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  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.2rem;
}
main section.view2 .top .element small, main section.view2 .bottom .element small {
  opacity: 0.6;
}
main section.view2 .top .element h2, main section.view2 .bottom .element h2 {
  font-size: 3rem;
  font-weight: 400;
}
main section.view3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
}
main section.view3 .top {
  width: 100%;
}
main section.view3 .top img {
  width: 100%;
  border-radius: 0.7rem;
}
main section.view3 .bottom {
  background-color: #292929;
  border-radius: 0.7rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
main section.view3 .bottom p {
  font-size: 1.3rem;
}
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.5rem;
  text-transform: uppercase;
}
main section.view3 .bottom .text p {
  font-weight: 300;
  font-size: 1.5rem;
  opacity: 0.6;
  line-height: 1.5;
}
main section.view3 .bottom .text button {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
main section.view4 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
}
main section.view4 .top {
  width: 100%;
}
main section.view4 .top img {
  width: 100%;
  border-radius: 0.7rem;
}
main section.view4 .bottom {
  background-color: #292929;
  border-radius: 0.7rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
main section.view4 .bottom p {
  font-size: 1.3rem;
}
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.5rem;
  text-transform: uppercase;
}
main section.view4 .bottom .text p {
  font-weight: 300;
  font-size: 1.5rem;
  opacity: 0.6;
  line-height: 1.5;
}
main section.view4 .bottom .text button {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
main section.view5 {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  padding: 1.4rem;
}
main section.view5 .heading-grid {
  font-size: 2.5rem;
  font-weight: 400;
}
main section.view6 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  padding: 1rem;
}
main section.view6 .card1 {
  width: 100%;
  background-image: url(./card-img-1.webp);
  border-radius: 0.7rem;
  background-size: cover;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: space-between;
  padding: 1rem;
}
main section.view6 .card1 .icon, main section.view6 .card1 .bottom {
  background-color: rgba(187, 187, 187, 0.375);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid white;
  border-radius: 0.7rem;
  padding: 0.5rem;
}
main section.view6 .card1 .top {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
main section.view6 .card1 .icon {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
}
main section.view6 .card1 .bottom {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem;
}
main section.view6 .card1 .bottom p {
  text-transform: uppercase;
  padding: 1rem 1rem;
}
main section.view6 .card2 {
  width: 100%;
  background-image: url(./card-img-2.webp);
  border-radius: 0.7rem;
  background-size: cover;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: space-between;
  padding: 1rem;
}
main section.view6 .card2 .icon, main section.view6 .card2 .bottom {
  background-color: rgba(187, 187, 187, 0.375);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid white;
  border-radius: 0.7rem;
  padding: 0.5rem;
}
main section.view6 .card2 .top {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
main section.view6 .card2 .icon {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
}
main section.view6 .card2 .bottom {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem;
}
main section.view6 .card2 .bottom p {
  text-transform: uppercase;
  padding: 1rem 1rem;
}
main section.view6 .card3 {
  width: 100%;
  background-image: url(./card-img-3.webp);
  border-radius: 0.7rem;
  background-size: cover;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: space-between;
  padding: 1rem;
}
main section.view6 .card3 .icon, main section.view6 .card3 .bottom {
  background-color: rgba(187, 187, 187, 0.375);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid white;
  border-radius: 0.7rem;
  padding: 0.5rem;
}
main section.view6 .card3 .top {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
main section.view6 .card3 .icon {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
}
main section.view6 .card3 .bottom {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem;
}
main section.view6 .card3 .bottom p {
  text-transform: uppercase;
  padding: 1rem 1rem;
}
main section.view7 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
}
main section.view7 .top {
  width: 100%;
}
main section.view7 .top img {
  width: 100%;
  border-radius: 0.7rem;
}
main section.view7 .bottom {
  background-color: #292929;
  border-radius: 0.7rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main section.view7 .bottom p {
  font-size: 1.3rem;
}
main section.view7 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
main section.view7 .bottom .text h1 {
  font-weight: 400;
  font-size: 2.5rem;
  text-transform: uppercase;
}
main section.view7 .bottom .text .button-text-icon {
  display: inline-flex;
  justify-content: flex-start;
  gap: 1rem;
}
main section.view7 .bottom .text .button-text-icon i {
  border-radius: 50%;
  background-color: #3d3d3d;
  padding: 0.5rem;
  border: 1px solid rgb(129, 129, 129);
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(0px);
  transition: transform 0.3s ease;
}
main section.view7 .bottom .text .button-text-icon:hover {
  cursor: pointer;
  transform: translateY(-4px);
}
main section.view7 .bottom .text .button-text-icon p {
  font-size: 1rem;
  font-weight: 500;
  margin: 0.5rem;
}
main section.view8 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
}
main section.view8 .card {
  background-color: #cebd63;
  border-radius: 0.7rem;
  padding: 1.5rem;
}
main section.view8 .card .top p {
  font-size: 0.9rem;
  font-weight: 400;
  color: #1a1a1a;
  font-family: Roboto Mono, sans-serif;
  margin-bottom: 1rem;
}
main section.view8 .card .top h1 {
  font-size: 2.9rem;
  line-height: 1.2;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: uppercase;
  font-family: Chillax, sans-serif;
}
main section.view8 .card .bottom {
  background-color: #121212;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  margin-top: 1rem;
}
main section.view8 .card .bottom button {
  background-color: transparent;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
main section.view8 .card .bottom button p {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
main section.view8 .card .bottom button i {
  font-size: 2rem;
  font-weight: 100;
  transition: transform 0.3s ease;
}
main section.view8 .card .bottom button i:hover {
  transform: translate(3px, -3px);
  cursor: pointer;
}

@media (min-width: 900px) {
  main section.view1 {
    flex-direction: row;
    padding: 1rem 4rem;
  }
  main section.view1 .top, main section.view1 .bottom {
    width: 50%;
  }
  main section.view1 .bottom {
    justify-content: space-between;
    padding: 2rem;
  }
  main section.view1 .bottom .text {
    gap: 1.3rem;
  }
  main section.view1 .bottom .text h1 {
    font-size: 2.5rem;
  }
  main section.view1 .bottom .text p {
    width: 90%;
    font-size: 1rem;
  }
  main section.view2 {
    flex-direction: row;
    padding: 1rem 4rem;
  }
  main section.view3 {
    flex-direction: row-reverse;
    padding: 1rem 4rem;
  }
  main section.view3 .top, main section.view3 .bottom {
    width: 50%;
  }
  main section.view3 .bottom {
    justify-content: space-between;
    padding: 2.4rem;
  }
  main section.view3 .bottom .paragraphs {
    display: flex;
    gap: 2rem;
  }
  main section.view3 .bottom .paragraphs p {
    font-size: 1rem;
  }
  main section.view4 {
    flex-direction: row;
    padding: 1rem 4rem;
  }
  main section.view4 .top, main section.view4 .bottom {
    width: 50%;
  }
  main section.view4 .bottom {
    justify-content: space-between;
    padding: 2.4rem;
  }
  main section.view4 .bottom .paragraphs {
    display: flex;
    gap: 2rem;
  }
  main section.view4 .bottom .paragraphs p {
    font-size: 1rem;
  }
  main section.view5 {
    flex-direction: row;
    padding: 1rem 4rem;
  }
  main section.view6 {
    flex-direction: row;
    padding: 1rem 4rem;
  }
  main section.view7 {
    flex-direction: row;
    padding: 1rem 4rem;
  }
  main section.view7 .top, main section.view7 .bottom {
    width: 50%;
  }
  main section.view7 .bottom p {
    margin-bottom: -1.7rem;
  }
  main section.view7 .bottom .text h1 {
    font-size: 3rem;
    margin-bottom: 6.5rem;
  }
  main section.view7 .bottom .text .bottom-text-icon {
    gap: 2rem;
  }
  main section.view8 {
    flex-direction: row;
    padding: 1rem 4rem;
  }
  main section.view8 .card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 3.8rem;
  }
  main section.view8 .card .top {
    max-width: 70%;
  }
  main section.view8 .card .top h1 {
    font-size: 4.5rem;
    line-height: 1.1;
  }
  main section.view8 .card .bottom {
    margin-top: 5.8rem;
    padding: 1rem 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */