* {
  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: rgba(255, 255, 255, 0.74);
  font-size: clamp(14px, 1vw, 18px);
}

body {
  background-color: black;
}

section {
  max-width: 2000px;
}

main {
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

section.view1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
}
section.view1 .top {
  width: 100%;
}
section.view1 .top img {
  width: 100%;
  border-radius: 0.78rem;
}
section.view1 .bottom {
  background-color: #313030;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.78rem;
}
section.view1 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
section.view1 .bottom .text h1 {
  font-weight: 100;
  font-size: 2.5rem;
}
section.view1 .bottom .text p {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.5;
  opacity: 0.6;
}
section.view1 .bottom .text button {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  padding: 0.7rem 1rem;
  border-radius: 0.7rem;
  outline: none;
}

section.view2 {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  padding: 1rem;
}
section.view2 .top,
section.view2 .bottom {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
section.view2 .top .element,
section.view2 .bottom .element {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
section.view2 .top .element small,
section.view2 .bottom .element small {
  opacity: 0.6;
}
section.view2 .top .element h1,
section.view2 .bottom .element h1 {
  font-size: 3rem;
  font-weight: 400;
}

section.view3 {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.view3 .top {
  width: 100%;
}
section.view3 .top img {
  width: 100%;
  border-radius: 0.7rem;
}
section.view3 .bottom {
  background-color: #313030;
  padding: 1rem;
  border-radius: 0.78rem;
}
section.view3 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
section.view3 .bottom .text h1 {
  font-weight: 100;
  font-size: 2.5rem;
}
section.view3 .bottom .text p {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.5;
  opacity: 0.6;
}

section.view4 {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.view4 .top {
  width: 100%;
}
section.view4 .top img {
  width: 100%;
  border-radius: 0.7rem;
}
section.view4 .bottom {
  background-color: #313030;
  padding: 1rem;
  border-radius: 0.78rem;
}
section.view4 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
section.view4 .bottom .text h1 {
  font-weight: 100;
  font-size: 2.5rem;
}
section.view4 .bottom .text p {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.5;
  opacity: 0.6;
}

section.img-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 10px;
}
section.img-container .team-img1 {
  background-image: url(./section5.webp);
}
section.img-container .team-img2 {
  background-image: url(./section6.webp);
}
section.img-container .team-img3 {
  background-image: url(./section7.webp);
}
section.img-container .team {
  width: 100%;
  background-size: cover;
  aspect-ratio: 1/1;
  padding: 1rem;
  border-radius: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: space-between;
  padding: 1rem;
}
section.img-container .team .iconk,
section.img-container .team .bottomk {
  background-color: rgba(58, 57, 57, 0.863);
  -webkit-backdrop-filter: 6px;
          backdrop-filter: 6px;
  border: 1px solid white;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
section.img-container .team .topk {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
section.img-container .team .bottomk {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1rem;
}
section.img-container .team .iconk {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  color: rgb(20, 20, 20);
  font-size: 1rem;
}
section.img-container .team p {
  font-size: 1.5rem;
  text-transform: uppercase;
}

section.view5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
}
section.view5 .top {
  width: 100%;
}
section.view5 .top img {
  width: 100%;
  border-radius: 0.78rem;
}
section.view5 .bottom {
  background-color: #313030;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.78rem;
}
section.view5 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
section.view5 .bottom .text h1 {
  font-weight: 100;
  font-size: 2.5rem;
}
section.view5 .bottom .text p {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.5;
  opacity: 0.6;
}
section.view5 .bottom .text button {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  padding: 0.7rem 1rem;
  border-radius: 0.7rem;
  outline: none;
}

section.view6 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 97%;
  background-color: rgba(240, 196, 85, 0.89);
  border-radius: 0.5rem;
  padding: 2rem;
  color: black;
  text-transform: uppercase;
  margin: 1rem 2rem;
}
section.view6 h1 {
  font-size: 3rem;
  font-weight: normal;
  padding: 0.2rem;
  line-height: 3rem;
}
section.view6 .bottom {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
section.view6 button {
  text-transform: uppercase;
  color: white;
  width: 100%;
  border: none;
  padding: 1.3rem 1rem;
  border-radius: 0.7rem;
  background-color: black;
  outline: none;
}

@media (min-width: 900px) {
  main {
    /* ====== VIEW 1 ====== */
    /* ====== VIEW 2 ====== */
    /* ====== VIEW 3 ====== */
    /* ====== VIEW 4 ====== */
    /* ====== VIEW 5 ====== */
  }
  main section.view1 {
    padding: 1rem 4rem;
    flex-direction: row;
  }
  main section.view1 .top,
  main section.view1 .bottom {
    width: 50%;
  }
  main section.view1 .bottom {
    justify-content: space-between;
    padding: 3rem;
  }
  main section.view1 .bottom .text {
    gap: 1.5rem;
  }
  main section.view1 .bottom .text h1 {
    font-size: 3.5rem;
  }
  main section.view1 .bottom .text p {
    width: 60%;
    font-size: 1rem;
  }
  main section.view2 {
    padding: 1rem 4rem;
    flex-direction: row;
  }
  main section.view3 {
    flex-direction: row-reverse;
  }
  main section.view3 .top,
  main section.view3 .bottom {
    width: 50%;
  }
  main section.view3 .bottom {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 3rem;
  }
  main section.view3 .bottom .paragraph {
    display: flex;
    gap: 2rem;
  }
  main section.view3 .bottom .paragraph p {
    font-size: 1rem;
  }
  main section.view4 {
    display: flex;
    flex-direction: row;
  }
  main section.view4 .top,
  main section.view4 .bottom {
    width: 50%;
  }
  main section.view4 .paragraph {
    display: flex;
    gap: 2rem;
  }
  main section.view4 .bottom {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 3rem;
  }
  main section.view5 {
    flex-direction: row;
  }
  main section.view5 .top,
  main section.view5 .bottom {
    width: 50%;
  }
  main section.view5 .bottom {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 3rem;
  }
  main section.view5 .bottom .paragraph {
    display: flex;
    gap: 2rem;
  }
  main section.view5 .bottom .paragraph p {
    font-size: 1rem;
  }
  main section.view6 .bottom {
    display: flex;
    flex-direction: row;
  }
  main section.view6 .bottom .bottom-text {
    width: 75%;
    font-size: 5rem;
  }
  main section.view6 .bottom .bottom-btn {
    width: 25%;
  }
  main section.img-container {
    flex-direction: row;
  }
}/*# sourceMappingURL=style.css.map */