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

body {
  background-color: rgb(23, 23, 23);
}

section {
  max-width: 2000px;
}

.main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
}
.main .view1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.main .view1 .top {
  width: 100%;
}
.main .view1 .top img {
  width: 100%;
  border-radius: 0.7rem;
}
.main .view1 .bottom {
  background-color: rgb(42, 42, 42);
  border-radius: 0.7rem;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.main .view1 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.main .view1 .bottom .text h1 {
  font-weight: 200;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.main .view1 .bottom .text p {
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1.5;
  color: grey;
}
.main .view1 .bottom .text button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 1.2rem;
  border: none;
  border-radius: 0.5rem;
}
.main .view2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem;
}
.main .view2 .top,
.main .view2 .bottom {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.main .view2 .top .element,
.main .view2 .bottom .element {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.main .view2 .top .element small,
.main .view2 .bottom .element small {
  font-size: 1rem;
}
.main .view2 .top .element h1,
.main .view2 .bottom .element h1 {
  font-weight: 400;
  font-size: 2.2rem;
}
.main .view3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  padding: 1rem;
}
.main .view3 .top {
  width: 100%;
}
.main .view3 .top img {
  width: 100%;
  border-radius: 0.7rem;
}
.main .view3 .bottom {
  background-color: rgb(42, 42, 42);
  border-radius: 0.7rem;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.main .view3 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.main .view3 .bottom .text h1 {
  font-weight: 200;
  font-size: 2.2rem;
  text-transform: uppercase;
}
.main .view3 .bottom .text p {
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 1.5;
  color: grey;
}
.main .team {
  font-size: 2rem;
  font-weight: 300;
  align-items: start;
}
.main .view4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem 1rem;
}
.main .view4 .card {
  width: 100%;
  background-image: url(./img4.jpg);
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
  padding: 1rem;
}
.main .view4 .card .top {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.main .view4 .card .icon,
.main .view4 .card .bottom {
  background-color: rgba(187, 187, 187, 0.431);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid white;
  padding: 0.5rem;
  border-radius: 0.7rem;
}
.main .view4 .card .bottom {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0.5rem;
}
.main .view4 .card .bottom p {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.main .view4 .card .bottom p:first-of-type {
  font-size: 1.4rem;
}
.main .view4 .card .icon {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
}
.main .view4 .card-2 {
  background-image: url(./img5.jpg);
}
.main .view4 .card-3 {
  background-image: url(./img6.jpg);
}
.main .view5 .bottom-v5 {
  padding: 1.5rem;
  gap: 3.5rem;
}
.main .view5 .bottom-v5 h1 {
  font-size: 2.8rem;
  font-weight: 300;
}
.main .view5 .bottom-v5 .button button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 1.2rem;
  border: none;
  border-radius: 0.5rem;
}
.main .view6 {
  width: 100%;
  padding: 1rem;
  text-transform: uppercase;
}
.main .view6 .box {
  background-color: #cebd63;
  padding: 2rem;
  border-radius: 0.7rem;
  color: black;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.main .view6 .box h1 {
  font-size: 3em;
  font-weight: 350;
}
.main .view6 .box button {
  background-color: black;
  color: white;
  padding: 1.2rem 6rem;
  border: none;
  outline: none;
  border-radius: 0.7rem;
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0.4rem;
  text-transform: uppercase;
}
.main .view7 {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  width: 100%;
}
.main .view7 .top1,
.main .view7 .middle1,
.main .view7 .bottom1 {
  width: 100%;
  background-color: rgb(42, 42, 42);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 0.7rem;
}
.main .view7 .top1 h1,
.main .view7 .middle1 h1,
.main .view7 .bottom1 h1 {
  font-weight: 300;
  margin-bottom: 4rem;
}
.main .view7 .top1 .top,
.main .view7 .middle1 .top,
.main .view7 .bottom1 .top {
  display: flex;
  gap: 1rem;
}
.main .view7 .top1 .top .icon,
.main .view7 .middle1 .top .icon,
.main .view7 .bottom1 .top .icon {
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 0.5rem 0.6rem;
}
.main .view7 .middle1 {
  gap: 2.6rem;
}
.main .view7 .middle1 .first {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.main .view7 .middle1 .first h2 {
  font-weight: 400;
  font-size: 1.4rem;
}
.main .view7 .middle1 .first p {
  opacity: 0.5;
}
.main .view7 .middle1 .first button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 1.2rem;
  border: none;
  border-radius: 0.5rem;
  background-color: #cebd63;
  color: black;
  padding: 1.2rem 1.8rem;
}
.main .view7 .bottom1 {
  text-align: center;
  letter-spacing: 1px;
  padding: 1.6rem 1rem;
}
.main .view7 .bottom1 p {
  opacity: 0.5;
  font-size: 0.9rem;
}
.main .view7 .bottom1 h3 {
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 1rem;
}

@media (min-width: 900px) {
  .main .view1 {
    flex-direction: row;
    padding: 1rem 2rem;
  }
  .main .view1 .top,
  .main .view1 .bottom {
    width: 50%;
  }
  .main .view1 .bottom {
    justify-content: space-between;
    padding: 3rem;
  }
  .main .view1 .bottom .text {
    gap: 1.5rem;
  }
  .main .view1 .bottom .text h1 {
    font-size: 3.5rem;
  }
  .main .view1 .bottom .text p {
    width: 60%;
    font-size: 1rem;
  }
  .main .view2 {
    flex-direction: row;
    padding: 1rem 2rem;
  }
  .main .view2 .top .element small,
  .main .view2 .bottom .element small {
    font-size: 1.5rem;
  }
  .main .view2 .top .element H1,
  .main .view2 .bottom .element H1 {
    font-weight: 400;
    font-size: 3.5rem;
  }
  .main .view3 {
    width: 100%;
    flex-direction: row-reverse;
    padding: 1rem;
  }
  .main .view3 .top,
  .main .view3 .bottom {
    width: 50%;
  }
  .main .view3 .bottom {
    justify-content: space-between;
    padding: 3.6rem;
  }
  .main .view3 .bottom .text h1 {
    width: 100%;
    font-weight: 400;
    font-size: 2.7rem;
  }
  .main .view3 .bottom .paragraphs {
    display: flex;
    gap: 1.2rem;
  }
  .main .view3 .bottom .paragraphs p {
    font-size: 1.2rem;
  }
  .main .view3-2 {
    flex-direction: row;
  }
  .main .team {
    font-size: 2.8rem;
  }
  .main .view4 {
    flex-direction: row;
    padding: 1rem;
  }
  .main .view5 .botton-v5 {
    padding: 5rem;
    gap: 4rem;
  }
  .main .view5 .botton-v5 h1 {
    font-size: 5rem;
    font-weight: 400;
  }
  .main .view6 {
    padding: 1rem;
  }
  .main .view6 .box {
    padding: 4rem;
  }
  .main .view6 .box h1 {
    font-size: 4rem;
  }
  .main .view6 .box .text3 {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 10rem;
  }
  .main .view6 .box .text3 button {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
  .main .view7 {
    grid-template-columns: 1fr 4fr;
    grid-template-rows: 4fr 1fr;
    grid-template-areas: "top1  middle1" "top1 bottom1";
  }
  .main .view7 .top1 {
    grid-area: top1;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: space-between;
  }
  .main .view7 .middle1 {
    padding: 3rem 4rem;
    grid-area: middle1;
    display: grid;
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .main .view7 .middle1 .first {
    gap: 2rem;
  }
  .main .view7 .bottom1 {
    padding: 1rem 2rem;
    grid-area: bottom1;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
  }
  .main .view7 .bottom1 p {
    font-size: 1rem;
  }
  .main .view7 .bottom1 h3 {
    margin-top: 0;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */