/* Breakpoints */
/* Fonts */
/* Colors */
.work-hero {
  padding-top: 180px;
  padding-bottom: 180px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.work-hero::before {
  content: "";
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 70%, #000000);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.7;
}
.work-hero h1 {
  line-height: 1.1em;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.work-hero h3 {
  line-height: 1em;
  font-size: 30px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.work-blocks {
  padding-bottom: 40px;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.work-blocks .row div > * {
  margin-bottom: 20px;
}
.work-blocks .row div p {
  margin-bottom: 10px;
}
.work-blocks h1 {
  line-height: 1.2em;
  margin-bottom: 1.5em;
}
.work-blocks h1,
.work-blocks h2 {
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}
.work-blocks h3 {
  font-family: "DM Sans", sans-serif;
  line-height: 1em;
  font-size: 30px;
}
.work-blocks figure {
  display: flex;
}
.work-blocks figure > img {
  width: 100%;
  max-width: 1000px;
  height: 45.23809524vw;
  max-height: 782px;
  object-fit: cover;
  object-position: top center;
  margin: 15px auto;
  justify-items: center;
}
.work-blocks figure iframe {
  width: 100%;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 0;
  justify-items: center;
}
.work-blocks figure video {
  width: 100%;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 15px;
  justify-items: center;
}

.works-features {
  padding: 70px 20px 40px;
  border-top: 20px solid #f1f1f1;
  border-bottom: 20px solid #f1f1f1;
}
.works-features .row .projects-image {
  border-radius: 20px;
  width: 100%;
  height: auto;
  transition: all 0.3s;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  padding: 0;
}
.works-features .row h2 {
  font-family: "DM Sans", sans-serif;
  padding: 0 10px;
}
.works-features .row p {
  margin-bottom: 10px;
  padding: 0 10px;
}
.works-features .row ul {
  list-style-type: disc;
  margin-left: 15px;
  padding: 0 10px;
}

.work-others {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .work-others {
    margin: auto;
    width: 90%;
  }
}
.work-others .owork a figure {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.175);
}
.work-others .owork a figure::after {
  content: "";
  background: linear-gradient(to top, #000000, transparent 90%);
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
}
.work-others .owork a figure img {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  display: block;
}
.work-others .owork h3 {
  color: #dc6300;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 28px;
  margin-top: 20px !important;
}
.work-others .owork h4 {
  font-size: 22px;
}

html,
body {
  height: 100%;
}

nav {
  position: relative !important;
}

/*# sourceMappingURL=work.css.map */
