/* @TODO: Replace with SASS opacity */
/* /// */
/* FONTS */
/* HEADERS */
/* COMPONENTS */
/* SHAPES */
.primary-button {
  cursor: pointer;
  position: relative;
  min-width: 11.25rem;
  width: fit-content;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  padding: 0 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  color: #111210;
  text-decoration: none;
  background-image: linear-gradient(137deg, #0ecc7e 10%, #53c0d2 62%);
  text-transform: capitalize;
  border-radius: 3.125rem;
  box-shadow: none;
  overflow: hidden;
  text-transform: uppercase;
}
.primary-button:hover {
  box-shadow: none;
}
.primary-button:hover:before {
  opacity: 1;
}
.primary-button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3.125rem;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.primary-button span {
  position: relative;
  z-index: 5;
}

.btn-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.secondary__btn {
  z-index: 2;
  display: flex;
  height: 3.375rem;
  width: 17.25rem;
  padding: 0px 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  border-radius: 2.5rem;
  border: 2px solid var(--success-main, #0ECC7E);
  box-shadow: none;
  text-decoration: none;
  color: #102532;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}
.secondary__btn:hover {
  box-shadow: none;
  border-color: #016e41;
}

.shape {
  width: 100%;
  height: 100%;
}
.shape--line {
  height: 0.25rem;
}
.shape--line, .shape--line:after {
  background: linear-gradient(137deg, #0ecc7e 10%, #53c0d2 62%);
  border-radius: 0.625rem;
}
.shape--line:after {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  margin-left: auto;
  margin-right: -0.5rem;
}
.shape--circle {
  border-radius: 50%;
}
.shape--stripes {
  position: absolute;
  overflow: hidden;
}
.shape--stripes:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  background-image: linear-gradient(137deg, #0ecc7e 10%, #53c0d2 62%);
  mask-image: url("../assets/svgs/stripe-pattern.svg");
  -webkit-mask-image: url("../assets/svgs/stripe-pattern.svg");
  -webkit-mask-size: contain;
}
@media (min-width: 48rem) {
  .shape--stripes:after {
    max-width: initial;
    width: 20rem;
    height: 20rem;
    top: -50%;
    left: -50%;
    bottom: initial;
    right: initial;
    -webkit-mask-size: initial;
  }
}
.shape--diamond {
  background: url("../assets/svgs/shape-diamond.svg");
}
.shape--diamond-inverted {
  background: url("../assets/svgs/shape-diamond-inverted.svg");
}
.shape--diamond, .shape--diamond-inverted {
  background-repeat: no-repeat;
}
.shape--gradient-bg {
  background: linear-gradient(137deg, #0ecc7e 0%, #53c0d2 100%);
}

/* PARALLAX */
.parallax__our-work-works-circle {
  position: absolute;
  z-index: 1;
  width: 1.875rem;
  height: 1.875rem;
  filter: blur(0.5rem);
  display: block;
  filter: none;
  top: 100%;
  left: -2%;
}
@media (min-width: 64rem) {
  .parallax__our-work-works-circle {
    display: block;
  }
}
@media (min-width: 48rem) {
  .parallax__our-work-works-circle {
    left: 5%;
  }
}
@media (min-width: 64rem) {
  .parallax__our-work-works-circle {
    z-index: -1;
    left: initial;
    top: 45%;
  }
}
@media (min-width: 120rem) {
  .parallax__our-work-works-circle {
    left: 5%;
  }
}

.hero {
  padding: 8.25rem 0 7.5rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .hero {
    padding-top: 11.375rem;
  }
}
@media (min-width: 64rem) {
  .hero {
    padding-top: 13rem;
    padding-bottom: 16.5rem;
  }
}
.hero__container {
  padding: 0 1.5rem;
}
.hero__text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 48rem) {
  .hero__text {
    gap: 2rem;
  }
}
.hero__text.isActive .hero__text-title, .hero__text.isActive .hero__text-subtitle, .hero__text.isActive .hero__text__top-line, .hero__text.isActive .hero__button {
  opacity: 1;
  transform: translate(0, 0);
}
.hero__text__top-line {
  display: block;
  width: 3.125rem;
  opacity: 0;
  transform: translate(0, 3.125rem);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition-delay: 0.25s;
}
.hero__text-title {
  opacity: 0;
  transform: translate(0, 3.125rem);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.125rem;
}
@media (min-width: 48rem) {
  .hero__text-title {
    font-size: 68px;
    line-height: 78px;
  }
}
@keyframes scrollDownSmooth {
  0% {
    transform: translateY(-234px);
  } /* start above the visible area */
  20% {
    transform: translateY(-234px);
  } /* hold first line */
  33% {
    transform: translateY(-156px);
  }
  53% {
    transform: translateY(-156px);
  } /* hold second line */
  66% {
    transform: translateY(-78px);
  }
  86% {
    transform: translateY(-78px);
  } /* hold third line */
  99% {
    transform: translateY(0);
  } /* last line starts to become visible */
  100% {
    transform: translateY(0);
  } /* final position: last line fully visible */
}
@keyframes scrollDownSmoothMobile {
  0% {
    transform: translateY(-309px);
  } /* start above the visible area */
  20% {
    transform: translateY(-309px);
  } /* hold first line */
  33% {
    transform: translateY(-206px);
  }
  53% {
    transform: translateY(-206px);
  } /* hold second line */
  66% {
    transform: translateY(-103px);
  }
  86% {
    transform: translateY(-103px);
  } /* hold third line */
  99% {
    transform: translateY(0);
  } /* last line starts to become visible */
  100% {
    transform: translateY(0);
  } /* final position: last line fully visible */
}
.hero__text-title .scroll-text {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 103px;
}
.hero__text-title .scroll-text .text-wrapper {
  display: flex;
  flex-direction: column;
  animation-delay: 2s;
  animation: scrollDownSmoothMobile 8s ease-in-out infinite;
}
.hero__text-title .scroll-text .text-wrapper span {
  height: 103px;
  word-spacing: 100vw;
}
@media (min-width: 48rem) {
  .hero__text-title .scroll-text {
    height: 78px;
  }
  .hero__text-title .scroll-text .text-wrapper {
    animation: scrollDownSmooth 8s ease-in-out infinite;
  }
  .hero__text-title .scroll-text .text-wrapper span {
    height: 78px;
    word-spacing: normal;
  }
}
.hero__text-subtitle {
  opacity: 0;
  transform: translate(0, 3.125rem);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition-delay: 0.5s;
  max-width: 52rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  line-height: normal;
}
@media (min-width: 48rem) {
  .hero__text-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.375rem;
  }
}
.hero .hero__button {
  opacity: 0;
  transform: translate(0, 3.125rem);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition-delay: 0.75s;
  line-height: 1.25rem;
  max-width: 100%;
  margin: 0;
}
.hero__background-container {
  position: absolute;
  top: 5.875rem;
  width: 50%;
  z-index: -1;
}
@media (min-width: 48rem) {
  .hero__background-container {
    top: -2rem;
  }
}
@media (min-width: 64rem) {
  .hero__background-container {
    top: 4rem;
  }
}
.hero__background-container img {
  position: absolute;
  top: -8rem;
  max-width: 140px;
  height: auto;
}
@media (min-width: 48rem) {
  .hero__background-container img {
    max-width: 100%;
    top: 1rem;
  }
}
@keyframes fadeIn-1 {
  0% {
    opacity: 1;
  }
  16.66% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn-2 {
  0% {
    opacity: 0;
  }
  16.66% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  49.99% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn-3 {
  0% {
    opacity: 0;
  }
  16.66% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  66.66% {
    opacity: 1;
  }
  83.33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hero__background-container img:nth-child(1) {
  animation: fadeIn-1 12s ease-out infinite;
}
.hero__background-container img:nth-child(2) {
  animation: fadeIn-2 12s ease-out infinite;
}
.hero__background-container img:nth-child(3) {
  animation: fadeIn-3 12s ease-out infinite;
}
.hero__background-container.left {
  left: -5.125rem;
}
.hero__background-container.left img {
  left: 1rem;
}
@media (min-width: 48rem) {
  .hero__background-container.left {
    left: -8.125rem;
  }
}
@media (min-width: 64rem) {
  .hero__background-container.left {
    left: 0;
  }
}
.hero__background-container.right {
  right: -5.125rem;
}
.hero__background-container.right img {
  right: 1rem;
}
@media (min-width: 48rem) {
  .hero__background-container.right {
    right: -8.125rem;
  }
}
@media (min-width: 64rem) {
  .hero__background-container.right {
    right: 0;
  }
}

.works {
  z-index: 5;
  position: relative;
  margin: 0;
  padding-bottom: 3.125rem;
}
@media (min-width: 64rem) {
  .works {
    padding-bottom: 15rem;
  }
}
.works__background-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2.25rem;
  left: -7vw;
}
.works__background-text > img {
  max-width: 115vw;
}
@media (min-width: 48rem) {
  .works__background-text {
    top: -4rem;
  }
}
@media (min-width: 64rem) {
  .works__background-text {
    top: -7rem;
  }
}
@media (min-width: 90rem) {
  .works__background-text > img {
    width: 120vw;
  }
}
@media (min-width: 160rem) {
  .works__background-text > img {
    width: 60vw;
    max-width: inherit;
  }
}
.works__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 1.5rem;
}
@media (min-width: 25.875rem) {
  .works__list {
    align-items: center;
  }
}
@media (min-width: 48rem) {
  .works__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6.25rem;
    max-width: 72.5rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 80rem) {
  .works__list {
    gap: 8vw;
  }
}
.works__item {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  max-width: 31rem;
  margin-bottom: 0;
  transform: translate(0, 100px);
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.works__item.is-inview {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.5s;
}
.works__item:nth-child(even) {
  margin-top: 0;
}
@media (min-width: 64rem) {
  .works__item:nth-child(even) {
    top: 7.5rem;
  }
}
@media (min-width: 64rem) {
  .works__item {
    max-width: 30rem;
  }
}
@media (min-width: 80rem) {
  .works__item {
    max-width: 31rem;
  }
}
.works .card-with-description__wrapper {
  margin-bottom: -1.5rem;
}
@media (min-width: 48rem) {
  .works .card-with-description__wrapper {
    margin-bottom: -5rem;
  }
}
.works .card-with-description__wrapper .card-with-description__item-img-radius {
  margin: 0;
  max-width: calc(100% - 3.5rem);
  border-radius: 0;
  right: initial;
  left: 1.75rem;
}
.works .card-with-description__item-description {
  position: relative;
  left: 0;
  border-radius: 0.75rem;
  padding: 2rem;
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  width: 100%;
  top: -1.5rem;
}
@media (min-width: 48rem) {
  .works .card-with-description__item-description {
    top: -5rem;
  }
}
.works .card-with-description__logo {
  margin-bottom: 0;
  height: 1.5rem;
  width: auto;
}
@media (min-width: 48rem) {
  .works .card-with-description__logo {
    height: 2.25rem;
  }
}
.works .card-with-description__descriptions {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  color: #111210;
  padding: 0;
}
@media (min-width: 48rem) {
  .works .card-with-description__descriptions {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.375rem;
  }
}
.works .card-with-description__hashtags {
  color: #757575;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}
.works .card-with-description__hashtags .hashtag:not(:first-child) {
  display: none;
}
@media (min-width: 48rem) {
  .works .card-with-description__hashtags .hashtag:not(:first-child) {
    display: inline-block;
  }
}

.contact {
  padding: 3.125rem 0 9.375rem;
  background: 0;
  position: relative;
}
@media (min-width: 80rem) {
  .contact {
    padding-top: 6.25rem;
    margin-top: 1.25rem;
  }
}
.contact__container {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 0 1.5rem;
}
.contact__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 62.5rem;
  align-items: center;
}
@media (min-width: 48rem) {
  .contact__content-wrapper {
    padding-top: 1.875rem;
  }
}
.contact__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 41.25rem;
  gap: 1rem;
}
.contact__heading h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.625rem;
}
@media (min-width: 48rem) {
  .contact__heading h2 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
.contact__heading p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
@media (min-width: 48rem) {
  .contact__heading p {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.contact__heading h2, .contact__heading p, .contact__heading .contact__shape-wrapper {
  opacity: 0;
  transform: translate(0, 3.125rem);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.contact__heading + .contact__btn {
  opacity: 0;
  transform: translate(0, 3.125rem);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.contact__heading.is-inview.isActive h2, .contact__heading.is-inview.isActive p, .contact__heading.is-inview.isActive .contact__shape-wrapper {
  opacity: 1;
  transform: translate(0, 0);
}
.contact__heading.is-inview.isActive + .contact__btn {
  opacity: 1;
  transform: translate(0, 0);
}
.contact__shape-wrapper {
  display: block;
  width: 3.125rem;
}
.contact__background-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.625rem;
  left: 0;
}
.contact__background-text > img {
  max-width: 120%;
}
@media (min-width: 48rem) {
  .contact__background-text {
    top: 2.0625rem;
  }
}
@media (min-width: 64rem) {
  .contact__background-text {
    left: -7.5rem;
    top: -1.5rem;
  }
  .contact__background-text > img {
    max-width: 115vw;
  }
}
@media (min-width: 80rem) {
  .contact__background-text {
    top: -1rem;
  }
  .contact__background-text > img {
    width: 120vw;
  }
}
@media (min-width: 160rem) {
  .contact__background-text > img {
    width: 60vw;
    max-width: inherit;
  }
}
.contact .primary-button {
  min-width: inherit;
  width: fit-content;
}

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