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

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

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

.view1 {
  max-width: 2000px;
}

.view2 {
  max-width: 2000px;
}

.view3 {
  max-width: 2000px;
}

.view4 {
  max-width: 2000px;
}

.view5 {
  max-width: 2000px;
}

.view6 {
  max-width: 2000px;
}

.view7 {
  max-width: 2000px;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
}
main .view1 {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main .view1 .top {
  width: 100%;
}
main .view1 .top img {
  width: 100%;
  border-radius: 0.7rem;
}
main .view1 .bottom {
  background-color: #1E1E1E;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 1.5rem;
  border-radius: 0.7rem;
}
main .view1 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
main .view1 .bottom .text h1 {
  font-weight: 400;
  font-size: 2.3rem;
  text-transform: uppercase;
}
main .view1 .bottom .text p {
  font-weight: 100;
  opacity: 0.6;
  line-height: 2rem;
  font-size: 1.4rem;
}
main .view1 .bottom .text button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 1.5rem;
  border: none;
  outline: none;
  border-radius: 0.5rem;
}
main .view2 {
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #F4F2D1;
}
main .view2 .top {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
main .view2 .top .elem1 h1 {
  font-size: 3rem;
  font-weight: 400;
  opacity: 0.7;
}
main .view2 .top .elem1 p {
  font-size: 1.2rem;
  opacity: 0.5;
}
main .view2 .bottom {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
main .view2 .bottom .elem2 h1 {
  font-size: 3rem;
  font-weight: 400;
  opacity: 0.7;
}
main .view2 .bottom .elem2 p {
  font-size: 1.2rem;
  opacity: 0.5;
}
main .view3 {
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main .view3 .top {
  width: 100%;
}
main .view3 .top img {
  width: 100%;
  border-radius: 0.7rem;
}
main .view3 .bottom {
  width: 100%;
  background-color: #1E1E1E;
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
  padding: 1.9rem 2rem;
  border-radius: 0.7rem;
}
main .view3 .bottom #heading {
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: 600;
}
main .view3 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main .view3 .bottom .text h1 {
  font-size: 2.3rem;
  text-transform: uppercase;
  font-weight: 400;
}
main .view3 .bottom .text .para {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  font-weight: 500;
  opacity: 0.6;
  line-height: 1.9rem;
  font-size: 1.2rem;
}
main .view4 {
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main .view4 .top {
  width: 100%;
}
main .view4 .top img {
  width: 100%;
  border-radius: 0.7rem;
}
main .view4 .bottom {
  width: 100%;
  background-color: #1E1E1E;
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  padding: 1.9rem 2rem;
  border-radius: 0.7rem;
}
main .view4 .bottom #heading {
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: 600;
}
main .view4 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main .view4 .bottom .text h1 {
  font-size: 2.3rem;
  text-transform: uppercase;
  font-weight: 400;
}
main .view4 .bottom .text .para {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  font-weight: 500;
  opacity: 0.6;
  line-height: 1.9rem;
  font-size: 1.2rem;
}
main .view5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 2rem;
}
main .view5 h2 {
  font-size: 2.6rem;
  font-weight: 400;
}
main .view5 .card-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main .view5 .card-list #card1 {
  background-image: url(https://assets-global.website-files.com/63cffb7c16ab3347fc9734c8/63d2ccbd7d003dfb6a1bdecb_team-01.webp);
}
main .view5 .card-list #card2 {
  background-image: url(https://assets-global.website-files.com/63cffb7c16ab3347fc9734c8/63d2ccbd2e12fa747e999689_team-02.webp);
}
main .view5 .card-list #card3 {
  background-image: url(https://assets-global.website-files.com/63cffb7c16ab3347fc9734c8/63d2ccbdc1f945f817bf4fd7_team-03.webp);
}
main .view5 .card-list .card {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.7rem;
}
main .view5 .card-list .card .icon,
main .view5 .card-list .card .bottom {
  background-color: rgba(52, 52, 52, 0.5);
  /* semi-transparent black */
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
main .view5 .card-list .card .top {
  display: flex;
  gap: 0.9rem;
  justify-content: flex-end;
}
main .view5 .card-list .card .top .icon {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1rem;
  border-radius: 50%;
}
main .view5 .card-list .card .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}
main .view5 .card-list .card .bottom h4 {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
}
main .view5 .card-list .card .bottom p {
  font-size: 1rem;
  text-transform: uppercase;
}
main .view6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1rem;
}
main .view6 .top {
  width: 100%;
}
main .view6 .top img {
  width: 100%;
  border-radius: 0.7rem;
}
main .view6 .bottom {
  background-color: #1E1E1E;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 1.9rem 2rem;
  border-radius: 0.7rem;
}
main .view6 .bottom .text {
  width: 100%;
}
main .view6 .bottom .text p {
  font-size: 1.2rem;
  text-transform: uppercase;
  opacity: 0.8;
  word-spacing: 0.7rem;
}
main .view6 .bottom .text h1 {
  font-size: 2.7rem;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.9;
}
main .view6 .bottom button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background: transparent;
  border: none;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  word-spacing: 0.6rem;
}
main .view7 {
  width: 100%;
  padding: 0.7rem;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: 1fr;
  grid-template-areas: "contact" "alvy" "pages" "powerdby";
}
main .view7 .contact {
  background-color: #CEBD63;
  grid-area: contact;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.7rem;
  padding: 1rem;
}
main .view7 .contact .top {
  color: black;
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
main .view7 .contact .top p {
  font-size: 1rem;
  text-transform: uppercase;
}
main .view7 .contact .top h2 {
  font-size: 3.2rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  opacity: 0.8;
}
main .view7 .contact button {
  width: 90%;
  padding: 1rem 2rem;
  background-color: #121212;
  color: white;
  border-radius: 0.7rem;
  word-spacing: 0.8rem;
}
main .view7 .alvy {
  grid-area: alvy;
  background-color: #1E1E1E;
  width: 100%;
  padding: 2rem 0rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.7rem;
}
main .view7 .alvy .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.2rem 2rem;
  gap: 4rem;
}
main .view7 .alvy .top h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: 300;
}
main .view7 .alvy .top .link {
  width: 50%;
  display: flex;
  gap: 1rem;
}
main .view7 .alvy .top .link .icon {
  background-color: rgba(52, 52, 52, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1rem;
  font-size: 1.1rem;
  border-radius: 50%;
}
main .view7 .pages {
  grid-area: pages;
  background-color: gray;
}
main .view7 .powerdby {
  grid-area: powerdby;
  background-color: lightseagreen;
}

@media (min-width: 900px) {
  main .view1 {
    flex-direction: row;
  }
  main .view1 .top,
  main .view1 .bottom {
    width: 50%;
  }
  main .view1 .bottom {
    justify-content: space-between;
    padding: 3rem;
  }
  main .view1 .bottom .text h1 {
    font-size: 3.5rem;
    font-weight: 350;
  }
  main .view2 {
    flex-direction: row;
  }
  main .view2 .top,
  main .view2 .bottom {
    width: 50%;
  }
  main .view3 {
    flex-direction: row-reverse;
  }
  main .view3 .top,
  main .view3 .bottom {
    width: 50%;
  }
  main .view3 .bottom {
    justify-content: space-between;
  }
  main .view3 .bottom .text .para {
    flex-direction: row;
    gap: 1.6rem;
    justify-content: space-between;
  }
  main .view3 .bottom .text .para p {
    font-size: 1rem;
    line-height: 1.5;
  }
  main .view4 {
    flex-direction: row;
  }
  main .view4 .top,
  main .view4 .bottom {
    width: 50%;
  }
  main .view4 .bottom {
    justify-content: space-between;
  }
  main .view4 .bottom .text .para {
    flex-direction: row;
    gap: 1.6rem;
    justify-content: space-between;
  }
  main .view4 .bottom .text .para p {
    font-size: 1rem;
    line-height: 1.5;
  }
  main .view5 .card-list {
    flex-direction: row;
  }
  main .view5 .card-list .card .bottom {
    padding: 1rem;
  }
  main .view6 {
    flex-direction: row;
  }
  main .view6 .top,
  main .view6 .bottom {
    width: 50%;
  }
  main .view6 .bottom {
    justify-content: space-between;
  }
  main .view7 {
    grid-template-columns: 0.4fr 1.6fr;
    grid-auto-rows: minmax(200px, auto);
    align-items: stretch;
    grid-template-areas: "contact contact" "alvy pages" "alvy powerdby";
    padding: 0rem 0.9rem;
  }
  main .view7 .contact {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 2.4rem;
  }
  main .view7 .contact .top {
    width: 55%;
  }
  main .view7 .contact .top h2 {
    font-size: 3.3rem;
  }
  main .view7 .contact button {
    width: 13%;
    word-spacing: 0.3rem;
    padding: 0.8rem 0rem;
  }
  main .view7 .alvy .top {
    width: 100%;
    justify-content: space-between;
  }
}/*# sourceMappingURL=style.css.map */