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

html,
body {
  width: 100%;
  height: 100%;
  font-family: "PP Neue Montreal";
}

a,
p {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer {
  width: 100%;
  padding: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4em;
}

section {
  width: 100%;
  padding: 2em;
}

.row {
  width: 100%;
  display: flex;
  gap: 2em;
}

.col {
  flex: 1;
  display: flex;
  gap: 1em;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
}

.hero h1 {
  margin-top: 3em;
  text-align: center;
  text-transform: uppercase;
  font-size: 8.75vw;
  font-weight: 500;
  letter-spacing: -0.02vw;
}

.info {
  display: flex;
  justify-content: flex-end;
  gap: 2em;
}

.info p {
  width: 25%;
}

.hero-imgs {
  margin-top: 10em;
}

.clients {
  display: flex;
}

.clients-list {
  flex: 1;
}

.clients-imgs {
  margin-top: 4em;
}

.clients-imgs .row {
  height: 700px;
}

.product-filters {
  padding-bottom: 1em;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.products {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.about {
  display: flex;
}

.about p {
  margin-top: 8em;
  flex: 1;
}

.outro .row {
  margin-top: 8em;
}

.img-1 .mask,
.img-6 .mask,
.img-12 .mask {
  background: url(./assets/img3.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.img-2 .mask,
.img-7 .mask,
.img-14 .mask {
  background: url(./assets/img4.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.img-3 .mask,
.img-15 .mask {
  background: url(./assets/img7.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.img-4 .mask,
.img-10 .mask {
  background: url(./assets/img1.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.img-5 .mask,
.img-11 .mask,
.img-16 .mask {
  background: url(./assets/img2.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.img-8 .mask,
.img-17 .mask {
  background: url(./assets/img5.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.img-9 .mask,
.img-13 .mask {
  background: url(./assets/img6.jpg) no-repeat 50% 50%;
  background-size: cover;
}

/* lenis smooth scroll */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
