@font-face {
  font-family: h1;
  src: url(63cffc0a3942456e003bc265_Chillax-Regular.woff);
}
@font-face {
  font-family: p;
  src: url(63cffc20aa8997095067596f_Satoshi-Light.woff);
}
* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  background-color: #121212;
  font-size: clamp(14px, 1vw, 18px);
}

h1 {
  font-family: h1;
  color: white;
}

p {
  font-family: p;
  color: white;
}

.logo {
  padding: 1.5rem;
  margin-top: 1rem;
}

section {
  max-width: 2000px;
}

main {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
main section.view1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
main section.view1 .top {
  width: 100%;
}
main section.view1 .top img {
  width: 100%;
  border-radius: 10px;
}
main section.view1 .bottom {
  background-color: #1E1E1E;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
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.35rem;
  line-height: 2.7rem;
}
main section.view1 .bottom .text p {
  font-weight: 100;
  font-size: 1.3rem;
  line-height: 2rem;
  opacity: 0.5;
}
main section.view1 .bottom .text button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: white;
  font-weight: 100;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  word-spacing: 0.3rem;
}
main section.view1 .bottom .text button .arrow-circle {
  border: 2px solid #474747;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #292929;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.507);
}
main section.view2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  color: white;
}
main section.view2 .top,
main section.view2 .bottom {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
main section.view2 .top .element,
main section.view2 .bottom .element {
  text-align: center;
  font-family: h1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main section.view2 .top .element small,
main section.view2 .bottom .element small {
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1.5px;
  line-height: 2rem;
}
main section.view2 .top .element h2,
main section.view2 .bottom .element h2 {
  font-size: 2.5rem;
  font-weight: 200;
}
main section.view3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}
main section.view3 .top {
  width: 100%;
}
main section.view3 .top img {
  width: 100%;
  border-radius: 10px;
}
main section.view3 .bottom {
  background-color: #1E1E1E;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
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.35rem;
  line-height: 2.7rem;
}
main section.view3 .bottom .text p {
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 2rem;
  opacity: 0.5;
}
main section.view4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}
main section.view4 .top {
  width: 100%;
}
main section.view4 .top img {
  width: 100%;
  border-radius: 10px;
}
main section.view4 .bottom {
  background-color: #1E1E1E;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
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.35rem;
  line-height: 2.7rem;
}
main section.view4 .bottom .text p {
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 2rem;
  opacity: 0.5;
}
main section.view5 {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: white;
}
main section.view5 .team-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main section.view5 .team-header h2 {
  font-family: h1;
  font-weight: 200;
  font-size: 1.5rem;
  text-transform: uppercase;
}
main section.view5 .team-header .find-job-btn {
  color: white;
  font-family: h1;
  font-weight: 100;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  word-spacing: 0.3rem;
}
main section.view5 .team-header .find-job-btn .arrow-circle {
  border: 2px solid #474747;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #1E1E1E;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.582);
}
main section.view5 .team-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section.view5 .team-card {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
main section.view5 .team-card .card-socials {
  display: flex;
  gap: 0.5rem;
  align-self: flex-end;
}
main section.view5 .team-card .card-socials a {
  color: rgba(255, 255, 255, 0.658);
  text-decoration: none;
  font-family: p;
  font-size: 0.9rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.151);
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.view5 .team-card .card-info {
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main section.view5 .team-card .card-info h3 {
  font-family: h1;
  font-weight: 200;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: white;
}
main section.view5 .team-card .card-info p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: white;
}
main section.view6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}
main section.view6 .join-image {
  width: 100%;
}
main section.view6 .join-image img {
  width: 100%;
  border-radius: 10px;
}
main section.view6 .join-text {
  background-color: #1E1E1E;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: space-between;
  gap: 1rem;
}
main section.view6 .join-text p {
  opacity: 0.7;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: h1;
}
main section.view6 .join-text .text {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 4rem;
}
main section.view6 .join-text .text h1 {
  font-weight: 200;
  font-size: 2.35rem;
  line-height: 2.7rem;
}
main section.view6 .join-text .find-job-btn {
  color: white;
  font-family: h1;
  font-weight: 100;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
main section.view6 .join-text .find-job-btn .arrow-circle {
  border: 2px solid #474747;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #292929;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.507);
}
main section.view7 {
  width: 100%;
  padding: 1.5rem;
}
main section.view7 .contact-box {
  background-color: #CEBD63;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  gap: 2rem;
}
main section.view7 .contact-box p {
  color: #121212;
  font-size: 1rem;
  font-family: h1;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
main section.view7 .contact-box .text h1 {
  font-weight: 200;
  font-size: 3rem;
  line-height: 2.7rem;
  color: #121212;
  text-transform: uppercase;
}
main section.view7 .contact-box .get-in-touch-btn {
  background-color: #121212;
  color: white;
  font-family: h1;
  font-weight: 100;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
main section.view7 .contact-box .get-in-touch-btn i {
  font-size: 1.2rem;
}

@media (min-width: 900px) {
  main {
    padding: 0rem 0.5rem;
  }
  main section.view1 {
    flex-direction: row;
    gap: 1rem;
  }
  main section.view1 .top,
  main section.view1 .bottom {
    width: 50%;
  }
  main section.view1 .bottom {
    justify-content: space-between;
    padding: 4rem;
  }
  main section.view1 .bottom .text {
    gap: 1rem;
  }
  main section.view1 .bottom .text h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    text-transform: uppercase;
  }
  main section.view1 .bottom .text p {
    width: 75%;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  main section.view1 .bottom .text button {
    padding: 1rem 0rem;
    font-size: 0.8rem;
  }
  main section.view1 .bottom .text button .arrow-circle {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  main section.view2 {
    flex-direction: row;
    padding: 2.5rem 6rem;
    gap: 1rem;
  }
  main section.view2 .top .element,
  main section.view2 .bottom .element {
    line-height: 2.5rem;
  }
  main section.view2 .top .element small,
  main section.view2 .bottom .element small {
    font-size: 0.8rem;
  }
  main section.view2 .top .element h2,
  main section.view2 .bottom .element h2 {
    font-size: 3.5rem;
  }
  main section.view3 {
    flex-direction: row-reverse;
    gap: 1rem;
  }
  main section.view3 .top,
  main section.view3 .bottom {
    width: 50%;
  }
  main section.view3 .bottom {
    justify-content: space-between;
    padding: 4rem;
  }
  main section.view3 .bottom .text {
    gap: 1rem;
  }
  main section.view3 .bottom .text h1 {
    font-size: 2.8rem;
    line-height: 3.5rem;
    text-transform: uppercase;
  }
  main section.view3 .bottom .text p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  main section.view4 {
    flex-direction: row;
    gap: 1rem;
  }
  main section.view4 .top,
  main section.view4 .bottom {
    width: 50%;
  }
  main section.view4 .bottom {
    justify-content: space-between;
    padding: 4rem;
  }
  main section.view4 .bottom .text {
    gap: 1rem;
  }
  main section.view4 .bottom .text h1 {
    width: 90%;
    font-size: 2.8rem;
    line-height: 3.5rem;
    text-transform: uppercase;
  }
  main section.view4 .bottom .text p {
    font-size: 1rem;
    line-height: 1.5rem;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  main section.view5 {
    gap: 1rem;
  }
  main section.view5 .team-header h2 {
    font-size: 2.5rem;
  }
  main section.view5 .team-grid {
    flex-direction: row;
    gap: 1rem;
  }
  main section.view5 .team-card {
    width: 33.33%;
    padding: 1rem;
  }
  main section.view5 .team-card .card-socials a {
    width: 35px;
    height: 35px;
  }
  main section.view5 .team-card .card-info {
    padding: 1.5rem 1.5rem;
  }
  main section.view5 .team-card .card-info h3 {
    font-size: 1.1rem;
  }
  main section.view5 .team-card .card-info p {
    font-size: 0.9rem;
  }
  main section.view6 {
    flex-direction: row;
    gap: 1rem;
  }
  main section.view6 .join-image,
  main section.view6 .join-text {
    width: 50%;
  }
  main section.view6 .join-text {
    justify-content: space-between;
    padding: 4rem;
  }
  main section.view6 .join-text .text h1 {
    width: 90%;
    font-size: 2.8rem;
    line-height: 3.5rem;
    text-transform: uppercase;
  }
  main section.view6 .join-text .find-job-btn {
    padding: 1rem 0rem;
    font-size: 0.8rem;
  }
  main section.view6 .join-text .find-job-btn .arrow-circle {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  main section.view7 .contact-box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4rem;
    gap: 2rem;
  }
  main section.view7 .contact-box .contact-text {
    flex-basis: 60%;
  }
  main section.view7 .contact-box .text h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  main section.view7 .contact-box .get-in-touch-btn {
    margin-top: 6rem;
    padding: 1rem 2rem;
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=styles.css.map */