@font-face {
  font-family: satoshi;
  src: url(satoshi.woff2) format("woff2"), url(satoshi.woff) format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  background: #000;
}

html {
  font-family: satoshi;
  color: #fff;
  font-size: clamp(14px, 1vw, 18px);
}

section {
  max-width: 2000px;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main nav {
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main nav .logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
main nav .logo img {
  width: 2rem;
  height: auto;
}
main nav .logo span {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  cursor: pointer;
}
main nav .navbar-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
main nav .navbar-menu .navbar-menu-item-link {
  text-decoration: none;
  display: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  background-color: #212121;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
main nav .navbar-menu .navbar-menu-item-link:hover {
  color: #ccb559;
  background-color: rgb(27.9, 27.9, 27.9);
}
main nav .navbar-menu .nav-icon {
  display: flex;
  font-size: 2rem;
  cursor: pointer;
}
main nav .navbar-menu .nav-icon:hover {
  color: #ccb559;
}
main section.view1,
main section.view3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
main section.view1 .top,
main section.view3 .top {
  width: 100%;
}
main section.view1 .top img,
main section.view3 .top img {
  width: 100%;
  border-radius: 0.7rem;
}
main section.view1 .bottom,
main section.view3 .bottom {
  background-color: #212121;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 1.5rem;
  border-radius: 0.7rem;
}
main section.view1 .bottom .tag,
main section.view3 .bottom .tag {
  text-transform: uppercase;
}
main section.view1 .bottom .text,
main section.view3 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main section.view1 .bottom .text h2,
main section.view3 .bottom .text h2 {
  font-weight: 200;
  font-size: 2.5rem;
  text-transform: uppercase;
}
main section.view1 .bottom .text p,
main section.view3 .bottom .text p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  opacity: 0.6;
  color: #ccc;
}
main section.view1 .bottom .text .btn-arrow,
main section.view3 .bottom .text .btn-arrow {
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
main section.view1 .bottom .text .btn-arrow i,
main section.view3 .bottom .text .btn-arrow i {
  background: #2e2d2d;
  padding: 0.4rem;
  border-radius: 50%;
  font-size: 1rem;
  border: 1px solid gray;
}
main section.view1 .bottom .text .btn-arrow span,
main section.view3 .bottom .text .btn-arrow span {
  color: white;
}
main section.view1 .bottom .text .btn-arrow i,
main section.view3 .bottom .text .btn-arrow i {
  color: #fff;
}
main section.view2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 1rem;
}
main section.view2 .top,
main section.view2 .bottom {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}
main section.view2 .top .element,
main section.view2 .bottom .element {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: center;
}
main section.view2 .top .element .tag,
main section.view2 .bottom .element .tag {
  opacity: 0.6;
}
main section.view2 .top .element h3,
main section.view2 .bottom .element h3 {
  font-size: 3rem;
  font-weight: 200;
}
main .team-header {
  display: flex;
  width: 100%;
  padding: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .team-header h2 {
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
main .team-header .btn-arrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  justify-content: center;
}
main .team-header .btn-arrow i {
  background: #2e2d2d;
  padding: 0.4rem;
  border-radius: 50%;
  font-size: 1rem;
  border: 1px solid gray;
}
main .team-header .btn-arrow span {
  color: white;
}
main .team-header .btn-arrow i {
  color: #fff;
}
main .team-header .btn-arrow span {
  color: #fff;
}
main section.view5 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  border-radius: 0.7rem;
}
main section.view5 .card {
  width: 100%;
  background-image: url(./assets/image3.webp);
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  border-radius: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: space-between;
  padding: 2rem;
}
main section.view5 .card .icon,
main section.view5 .card .bottom {
  width: 100%;
  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.view5 .card .top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
main section.view5 .card .top .icon {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
}
main section.view5 .card .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
  gap: 0.5rem;
}
main section.view5 .card .bottom p {
  text-transform: uppercase;
  font-weight: 200;
  text-shadow: 0px 0px 2px black;
}
main section.view5 .card-2 {
  background-image: url(./assets/image4.webp);
}
main section.view5 .card-3 {
  background-image: url(./assets/image5.webp);
}
main section.view6 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  padding: 1rem;
  border-radius: 0.7rem;
}
main section.view6 .card-4 {
  width: 100%;
  background-image: url(./assets/image6.webp);
  aspect-ratio: 2/1;
  background-size: cover;
  background-position: center;
  border-radius: 0.7rem;
}
main section.view6 .card-5 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 1.5rem;
  border-radius: 0.7rem;
  background-color: #212121;
}
main section.view6 .card-5 .text-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section.view6 .card-5 .text-content .tag {
  text-transform: uppercase;
  font-weight: bold;
}
main section.view6 .card-5 .text-content h2 {
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
main section.view6 .card-5 .btn-arrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
main section.view6 .card-5 .btn-arrow i {
  background: #2e2d2d;
  padding: 0.4rem;
  border-radius: 50%;
  font-size: 1rem;
  border: 1px solid gray;
}
main section.view6 .card-5 .btn-arrow span {
  color: white;
}
main section.yellow-card {
  width: 100%;
  padding: 1rem;
}
main section.yellow-card .content {
  background-color: #ccb559;
  color: #000;
  padding: 1.5rem;
  border-radius: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section.yellow-card .content .text-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main section.yellow-card .content .text-content .tag {
  text-transform: uppercase;
  font-weight: bold;
}
main section.yellow-card .content .text-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
main section.yellow-card .content .text-bottom h2 {
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
main section.yellow-card .content .btn {
  background: #000;
  border-radius: 0.7rem;
  display: flex;
  justify-content: center;
  padding: 0.7rem 1.5rem;
}
main section.yellow-card .content .btn .btn-arrow {
  display: flex;
  align-items: end;
  gap: 0.7rem;
}
main section.yellow-card .content .btn .btn-arrow i {
  font-size: 1.5rem;
  color: #fff;
}
main section.yellow-card .content .btn .btn-arrow span {
  color: #fff;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  main nav .navbar-menu .navbar-menu-item-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
  }
  main nav .navbar-menu .navbar-menu-item-link:hover {
    color: #ccb559;
  }
  main section.view1 {
    flex-direction: row;
    padding: 0.5rem 1rem;
    gap: 0.7rem;
  }
  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 h2 {
    font-size: 2rem;
  }
  main section.view1 .bottom .text p {
    width: 90%;
    font-size: 1rem;
  }
  main section.view2 {
    flex-direction: row;
    padding: 1.5rem 1rem;
  }
  main section.view3 {
    flex-direction: row-reverse;
    padding: 0.5rem 1rem;
  }
  main section.view3 .top,
  main section.view3 .bottom {
    width: 50%;
  }
  main section.view3 .bottom {
    justify-content: space-between;
    padding: 3rem;
  }
  main section.view3 .bottom .text {
    gap: 1.5rem;
  }
  main section.view3 .bottom .text h2 {
    font-size: 2rem;
  }
  main section.view3 .bottom .text .paragraphs {
    gap: 2rem;
  }
  main section.view3 .bottom .text .paragraphs p {
    font-size: 1rem;
    text-align: justify;
  }
  main section.view4 {
    flex-direction: row;
    padding: 0.5rem 1rem;
  }
  main section.view5 {
    flex-direction: row;
    padding: 0.5rem 1rem;
  }
  main section.view6 {
    flex-direction: row;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }
  main section.view6 .card-4,
  main section.view6 .card-5 {
    width: 50%;
  }
  main section.view6 .card-5 {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 3rem;
    justify-content: space-between;
  }
  main section.yellow-card {
    padding: 0.5rem 1rem;
  }
  main section.yellow-card .content .text-content {
    align-items: flex-start;
  }
  main section.yellow-card .content .text-bottom {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  main section.view1 .bottom .text h2,
  main section.view2 .bottom .text h2,
  main section.view3 .bottom .text h2 {
    font-size: 3rem;
  }
  main section.view1 .bottom .text p,
  main section.view2 .bottom .text p,
  main section.view3 .bottom .text p {
    font-size: 1.2rem;
  }
  main section.view3 .bottom .text .paragraphs {
    display: flex;
    gap: 2rem;
  }
  main section.view3 .bottom .text .paragraphs p {
    font-size: 1.2rem;
    text-align: start;
  }
}/*# sourceMappingURL=style.css.map */