*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #525266;
  position: relative;
}

img {
  width: 100%;
  display: block;
}

.container {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

b {
  font-weight: 600;
}

a {
  font-family: "Poppins", sans-serif;
}

::-moz-selection {
  background-color: rgba(184, 31, 255, 0.248);
}

::selection {
  background-color: rgba(184, 31, 255, 0.248);
}

.heading-h1 {
  color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.heading-h1--main {
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  -webkit-animation: moveInLeft 1s ease-out;
          animation: moveInLeft 1s ease-out;
  z-index: 3;
  white-space: nowrap;
}

@media only screen and (min-width: 48em) {
  .heading-h1--main {
    font-size: 4.9rem;
  }
}

@media only screen and (min-width: 120em) {
  .heading-h1--main {
    font-size: 6.1rem;
  }
}

.heading-h1--sub {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-animation: moveInRight 1s ease-out;
          animation: moveInRight 1s ease-out;
  z-index: 3;
}

@media only screen and (min-width: 48em) {
  .heading-h1--sub {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 120em) {
  .heading-h1--sub {
    font-size: 3.2rem;
  }
}

.heading-h2,
.main-page h1 {
  background: -webkit-linear-gradient(270deg, #009db6 19%, #5851d2 63%, #b721ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.0001);
  background-clip: text;
  font-family: "Rubik", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-bottom: 30rem;
  line-height: 1.2;
}

@media only screen and (min-width: 48em) {
  .heading-h2,
  .main-page h1 {
    font-size: 4.9rem;
  }
}

@media only screen and (min-width: 120em) {
  .heading-h2,
  .main-page h1 {
    font-size: 6.1rem;
  }
}

.heading-h2-white {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.2;
}

@media only screen and (min-width: 48em) {
  .heading-h2-white {
    font-size: 4.9rem;
  }
}

@media only screen and (min-width: 120em) {
  .heading-h2-white {
    font-size: 6.1rem;
  }
}

.heading-h3,
.main-page h2 {
  font-size: 2.5rem;
  color: #49495b;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 48em) {
  .heading-h3,
  .main-page h2 {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 120em) {
  .heading-h3,
  .main-page h2 {
    font-size: 4.9rem;
  }
}

.main-page h2 {
  margin: 3rem 0 2rem 0;
}

@media only screen and (min-width: 48em) {
  .main-page h2 {
    margin: 8rem 0 2rem 0;
  }
}

.main-page h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #49495b;
  margin: 2rem 0 1rem 0;
  font-size: 2rem;
  margin: 3rem 0 1rem 0;
  letter-spacing: 0.15px;
}

@media only screen and (min-width: 80em) {
  .main-page h3 {
    font-size: 2.5rem;
  }
}

.heading-h4,
.main-portfolio h3 {
  margin-left: 0.2rem;
  font-size: 0.9rem;
  color: #82829b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media only screen and (min-width: 48em) {
  .heading-h4,
  .main-portfolio h3 {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 120em) {
  .heading-h4,
  .main-portfolio h3 {
    font-size: 1.3rem;
  }
}

p {
  color: #525266;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

p:not(:last-of-type) {
  padding-bottom: 1.5rem;
}

.cta, .cta:link, .cta:visited {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  margin-top: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 2.5rem;
}

@media only screen and (min-width: 60em) {
  .cta, .cta:link, .cta:visited {
    margin-top: 3rem;
  }
}

.cta:hover {
  -webkit-box-shadow: 0 1rem 2rem rgba(23, 26, 33, 0.15);
          box-shadow: 0 1rem 2rem rgba(23, 26, 33, 0.15);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.cta:active, .cta:focus {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(23, 26, 33, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(23, 26, 33, 0.15);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cta--white {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 72% 93% 54% 67%/95% 120% 124% 107%;
  padding: 1rem 3rem;
}

.cta--animated {
  -webkit-animation: moveInBottom 0.5s ease-out 0.75s;
          animation: moveInBottom 0.5s ease-out 0.75s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.cta-underlined:link, .cta-underlined:visited {
  color: #5851d2;
  padding: 1rem;
  margin-top: 1rem;
  border-bottom: 1px solid #5851d2;
}

@media only screen and (min-width: 60em) {
  .cta-underlined:link, .cta-underlined:visited {
    margin-top: 2rem;
  }
}

.cta-underlined:hover {
  background-color: #5851d2;
  color: #fff;
  border-radius: 72% 93% 54% 67%/95% 120% 124% 107%;
}

.cta-outlined:link, .cta-outlined:visited {
  color: #fff;
  background: #5851d2;
  border-radius: 72% 93% 54% 67%/95% 120% 124% 107%;
}

@media only screen and (min-width: 60em) {
  .cta-outlined:link, .cta-outlined:visited {
    margin-top: 2rem;
  }
}

.custom-shape-divider-bottom-1607060542 {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1607060542 svg {
  position: relative;
  display: block;
  width: calc(177% + 1.3px);
  height: 68px;
}

.custom-shape-divider-bottom-1607060542 .shape-fill {
  fill: #fbfbfb;
}

.circles span {
  position: absolute;
  bottom: -20rem;
  left: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-animation: shapes 25s linear infinite;
          animation: shapes 25s linear infinite;
}

.circles span:nth-child(1) {
  left: 25%;
  width: 10rem;
  height: 10rem;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  border-radius: 40% 60% 57% 43% / 38% 49% 51% 62%;
}

.circles span:nth-child(2) {
  left: 10%;
  width: 8rem;
  height: 8rem;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  border-radius: 3rem;
}

.circles span:nth-child(3) {
  left: 70%;
  width: 5rem;
  height: 5rem;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  border-radius: 0.2rem;
}

.circles span:nth-child(4) {
  left: 40%;
  width: 10rem;
  height: 10rem;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  border-radius: 1rem;
}

.circles span:nth-child(5) {
  left: 65%;
  width: 3rem;
  height: 3rem;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  border-radius: 3rem;
}

.circles span:nth-child(6) {
  left: 75%;
  width: 11rem;
  height: 11rem;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  border-radius: 40% 60% 57% 43% / 38% 49% 51% 62%;
}

.circles span:nth-child(7) {
  left: 0;
  width: 15rem;
  height: 15rem;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  border-radius: 3rem;
}

.circles span:nth-child(8) {
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
  border-radius: 0.5rem;
}

.circles span:nth-child(9) {
  left: 20%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
  border-radius: 3rem;
}

.circles span:nth-child(10) {
  left: 85%;
  width: 13rem;
  height: 13rem;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  border-radius: 3rem;
}

.custom-shape-divider-bottom-1622253605 {
  position: absolute;
  top: -1.1rem;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1622253605 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 1.3rem;
}

.custom-shape-divider-bottom-1622253605 .shape-fill {
  fill: #049cb6;
}

.custom-shape-divider-top-1609047282 {
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-shape-divider-top-1609047282 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 0.7rem;
}

.custom-shape-divider-top-1609047282 .shape-fill {
  fill: #b522fe;
}

.custom-shape-divider-top-1609048542 {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom-shape-divider-top-1609048542 svg {
  position: relative;
  display: block;
  width: calc(164% + 1.3px);
  height: 3rem;
}

.custom-shape-divider-top-1609048542 .shape-fill {
  fill: #dddde4;
}

@-webkit-keyframes fixNavAnim {
  0% {
    top: -5000px;
    left: -5000px;
  }
  100% {
    top: 0;
    left: 0;
  }
}

@keyframes fixNavAnim {
  0% {
    top: -5000px;
    left: -5000px;
  }
  100% {
    top: 0;
    left: 0;
  }
}

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes shapes {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}

@keyframes shapes {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}

@-webkit-keyframes slider-vertical-mobile {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-15rem);
            transform: translateX(-15rem);
  }
  65% {
    -webkit-transform: translateX(-15rem);
            transform: translateX(-15rem);
  }
  70% {
    -webkit-transform: translateX(-30rem);
            transform: translateX(-30rem);
  }
  98% {
    -webkit-transform: translateX(-30rem);
            transform: translateX(-30rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slider-vertical-mobile {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-15rem);
            transform: translateX(-15rem);
  }
  65% {
    -webkit-transform: translateX(-15rem);
            transform: translateX(-15rem);
  }
  70% {
    -webkit-transform: translateX(-30rem);
            transform: translateX(-30rem);
  }
  98% {
    -webkit-transform: translateX(-30rem);
            transform: translateX(-30rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slider-vertical-tablet {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-18rem);
            transform: translateX(-18rem);
  }
  65% {
    -webkit-transform: translateX(-18rem);
            transform: translateX(-18rem);
  }
  70% {
    -webkit-transform: translateX(-36rem);
            transform: translateX(-36rem);
  }
  98% {
    -webkit-transform: translateX(-36rem);
            transform: translateX(-36rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slider-vertical-tablet {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-18rem);
            transform: translateX(-18rem);
  }
  65% {
    -webkit-transform: translateX(-18rem);
            transform: translateX(-18rem);
  }
  70% {
    -webkit-transform: translateX(-36rem);
            transform: translateX(-36rem);
  }
  98% {
    -webkit-transform: translateX(-36rem);
            transform: translateX(-36rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slider-vertical-desktop {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-20rem);
            transform: translateX(-20rem);
  }
  65% {
    -webkit-transform: translateX(-20rem);
            transform: translateX(-20rem);
  }
  70% {
    -webkit-transform: translateX(-40rem);
            transform: translateX(-40rem);
  }
  98% {
    -webkit-transform: translateX(-40rem);
            transform: translateX(-40rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slider-vertical-desktop {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-20rem);
            transform: translateX(-20rem);
  }
  65% {
    -webkit-transform: translateX(-20rem);
            transform: translateX(-20rem);
  }
  70% {
    -webkit-transform: translateX(-40rem);
            transform: translateX(-40rem);
  }
  98% {
    -webkit-transform: translateX(-40rem);
            transform: translateX(-40rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slider-vertical-large-desktop {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-23rem);
            transform: translateX(-23rem);
  }
  65% {
    -webkit-transform: translateX(-23rem);
            transform: translateX(-23rem);
  }
  70% {
    -webkit-transform: translateX(-46rem);
            transform: translateX(-46rem);
  }
  98% {
    -webkit-transform: translateX(-46rem);
            transform: translateX(-46rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slider-vertical-large-desktop {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-23rem);
            transform: translateX(-23rem);
  }
  65% {
    -webkit-transform: translateX(-23rem);
            transform: translateX(-23rem);
  }
  70% {
    -webkit-transform: translateX(-46rem);
            transform: translateX(-46rem);
  }
  98% {
    -webkit-transform: translateX(-46rem);
            transform: translateX(-46rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slider-horizontal-mobile {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-30rem);
            transform: translateX(-30rem);
  }
  65% {
    -webkit-transform: translateX(-30rem);
            transform: translateX(-30rem);
  }
  70% {
    -webkit-transform: translateX(-60rem);
            transform: translateX(-60rem);
  }
  98% {
    -webkit-transform: translateX(-60rem);
            transform: translateX(-60rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slider-horizontal-mobile {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-30rem);
            transform: translateX(-30rem);
  }
  65% {
    -webkit-transform: translateX(-30rem);
            transform: translateX(-30rem);
  }
  70% {
    -webkit-transform: translateX(-60rem);
            transform: translateX(-60rem);
  }
  98% {
    -webkit-transform: translateX(-60rem);
            transform: translateX(-60rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slider-horizontal-tablet {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-40rem);
            transform: translateX(-40rem);
  }
  65% {
    -webkit-transform: translateX(-40rem);
            transform: translateX(-40rem);
  }
  70% {
    -webkit-transform: translateX(-80rem);
            transform: translateX(-80rem);
  }
  98% {
    -webkit-transform: translateX(-80rem);
            transform: translateX(-80rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slider-horizontal-tablet {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-40rem);
            transform: translateX(-40rem);
  }
  65% {
    -webkit-transform: translateX(-40rem);
            transform: translateX(-40rem);
  }
  70% {
    -webkit-transform: translateX(-80rem);
            transform: translateX(-80rem);
  }
  98% {
    -webkit-transform: translateX(-80rem);
            transform: translateX(-80rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slider-horizontal-desktop {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-55rem);
            transform: translateX(-55rem);
  }
  65% {
    -webkit-transform: translateX(-55rem);
            transform: translateX(-55rem);
  }
  70% {
    -webkit-transform: translateX(-110rem);
            transform: translateX(-110rem);
  }
  98% {
    -webkit-transform: translateX(-110rem);
            transform: translateX(-110rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slider-horizontal-desktop {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-55rem);
            transform: translateX(-55rem);
  }
  65% {
    -webkit-transform: translateX(-55rem);
            transform: translateX(-55rem);
  }
  70% {
    -webkit-transform: translateX(-110rem);
            transform: translateX(-110rem);
  }
  98% {
    -webkit-transform: translateX(-110rem);
            transform: translateX(-110rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slider-horizontal-large-desktop {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-60rem);
            transform: translateX(-60rem);
  }
  65% {
    -webkit-transform: translateX(-60rem);
            transform: translateX(-60rem);
  }
  70% {
    -webkit-transform: translateX(-120rem);
            transform: translateX(-120rem);
  }
  98% {
    -webkit-transform: translateX(-120rem);
            transform: translateX(-120rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slider-horizontal-large-desktop {
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(-60rem);
            transform: translateX(-60rem);
  }
  65% {
    -webkit-transform: translateX(-60rem);
            transform: translateX(-60rem);
  }
  70% {
    -webkit-transform: translateX(-120rem);
            transform: translateX(-120rem);
  }
  98% {
    -webkit-transform: translateX(-120rem);
            transform: translateX(-120rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.header {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #009db6), color-stop(63%, #5851d2), to(#b721ff));
  background-image: linear-gradient(180deg, #009db6 19%, #5851d2 63%, #b721ff 100%);
  background-blend-mode: screen;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.header-home {
  font-family: "Rubik", sans-serif;
  position: relative;
}

.header-home__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 3rem;
  max-width: 130rem;
  margin: 0 auto;
  padding-top: 8rem;
  text-align: center;
  height: 95vh;
}

@media only screen and (min-width: 60em) {
  .header-home__content-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding-top: 0;
  }
}

.header-home__image {
  margin-top: 5rem;
  max-width: 35rem;
}

@media only screen and (min-width: 60em) {
  .header-home__image {
    max-width: 55rem;
  }
}

@media only screen and (min-width: 60em) {
  .header-home__image {
    display: block;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin: 0 0 0 5rem;
  }
}

.navigation {
  background: #009db6;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 100%;
}

.navigation__checkbox {
  display: none;
}

.navigation__background {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: radial-gradient(#009db6, #009db6);
  z-index: 10;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
  transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
  transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1), -webkit-transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
}

@media only screen and (min-width: 60em) {
  .navigation__background {
    display: none;
  }
}

.navigation__button {
  background-color: transparent;
  height: 4rem;
  width: 3rem;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 60em) {
  .navigation__button {
    display: none;
  }
}

.navigation__nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
  padding: 0 3rem;
  max-width: 130rem;
  margin: 0 auto;
}

@media only screen and (min-width: 60em) {
  .navigation__nav-box {
    height: 7rem;
  }
}

.navigation__nav-container {
  width: 0;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -webkit-animation: fixNavAnim 1s;
          animation: fixNavAnim 1s;
  position: absolute;
  top: 6rem;
  right: 0;
}

@media only screen and (min-width: 60em) {
  .navigation__nav-container {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    opacity: 1;
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
  }
}

.navigation__nav-list {
  list-style: none;
  text-align: center;
}

@media only screen and (min-width: 60em) {
  .navigation__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 60em) {
  .navigation__nav-list .menu-item:not(:last-child) {
    margin-right: 3rem;
  }
}

.navigation__nav-list a:link, .navigation__nav-list a:visited {
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 1.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 60em) {
  .navigation__nav-list a:link, .navigation__nav-list a:visited {
    font-size: 1.6rem;
    margin: 0;
  }
}

.navigation__nav-list a:hover, .navigation__nav-list a:active, .navigation__nav-list a:focus {
  background-size: 100% 2px;
}

.navigation__nav-list .current-menu-item > a {
  font-weight: 600;
}

.navigation__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}

.navigation__logo-link span {
  font-size: 2rem;
  display: none;
}

@media only screen and (min-width: 60em) {
  .navigation__logo-link span {
    display: inline-block;
    font-weight: 400;
  }
}

.navigation__logo {
  max-width: 3.3rem;
}

@media only screen and (min-width: 60em) {
  .navigation__logo {
    margin: 0 0.5rem;
  }
}

.navigation__checkbox:checked ~ .navigation__background {
  -webkit-transform: scale(100);
          transform: scale(100);
  background-image: radial-gradient(#009db6, #5851d2);
}

.navigation__checkbox:checked ~ .navigation__nav-container {
  opacity: 1;
  width: 100%;
}

@media only screen and (min-width: 60em) {
  .navigation__checkbox:checked ~ .navigation__nav-container {
    width: auto;
  }
}

.navigation__icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 60em) {
  .navigation__icon {
    display: none;
  }
}

.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 3rem;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navigation__icon::before, .navigation__icon::after {
  content: '';
  position: absolute;
  left: 0;
}

.navigation__icon::before {
  top: -0.8rem;
}

.navigation__icon::after {
  top: 0.8rem;
}

.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background: transparent;
}

.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
}

.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.btn:link,
.btn:visited {
  color: #fff;
  padding: 1rem 3rem;
  border: 1px solid #fff;
  border-radius: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: none;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backdrop-filter: 10px;
          backdrop-filter: 10px;
}

.btn:active {
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.scroll-down .fixed {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.scroll-up .fixed {
  -webkit-transform: none;
          transform: none;
}

.portfolio {
  padding: 0 3rem;
  max-width: 130rem;
  margin: 0 auto;
}

.portfolio > h2 {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 60em) {
  .portfolio > h2 {
    margin-bottom: 10rem;
  }
}

.portfolio__project {
  margin-bottom: 10rem;
}

@media only screen and (min-width: 48em) {
  .portfolio__project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15rem;
    min-height: 35rem;
  }
}

@media only screen and (min-width: 60em) {
  .portfolio__project {
    margin-bottom: 20rem;
  }
}

@media only screen and (min-width: 60em) {
  .portfolio__project {
    min-height: 40rem;
  }
}

@media only screen and (min-width: 80em) {
  .portfolio__project {
    min-height: 45rem;
  }
}

@media only screen and (min-width: 120em) {
  .portfolio__project {
    min-height: 51rem;
  }
}

.portfolio__project:nth-child(3) {
  margin-bottom: 10rem;
}

@media only screen and (min-width: 48em) {
  .portfolio .left .portfolio__picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 5rem 0 0;
  }
}

@media only screen and (min-width: 120em) {
  .portfolio .left .portfolio__picture {
    margin: 0 10rem 0 0;
  }
}

@media only screen and (min-width: 48em) {
  .portfolio .left .portfolio__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.portfolio__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 3rem;
}

@media only screen and (min-width: 48em) {
  .portfolio__picture {
    width: 50%;
    margin: 0 0 0 5rem;
  }
}

@media only screen and (min-width: 120em) {
  .portfolio__picture {
    margin: 0 0 0 10rem;
  }
}

.portfolio__picture .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2rem;
  background: #fff;
  border: 1px dotted #dddde4;
}

.portfolio__picture .slider-wrapper--1, .portfolio__picture .slider-wrapper--3 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}

@media only screen and (min-width: 48em) {
  .portfolio__picture .slider-wrapper--1, .portfolio__picture .slider-wrapper--3 {
    -webkit-transform: perspective(300rem) rotateY(15deg);
            transform: perspective(300rem) rotateY(15deg);
  }
}

.portfolio__picture .slider-wrapper--1:hover, .portfolio__picture .slider-wrapper--3:hover {
  -webkit-transform: perspective(300rem) rotateY(15deg);
          transform: perspective(300rem) rotateY(15deg);
}

@media only screen and (min-width: 48em) {
  .portfolio__picture .slider-wrapper--1:hover, .portfolio__picture .slider-wrapper--3:hover {
    -webkit-transform: rotate3d(0, 0, 0, 0deg) rotate(0deg);
            transform: rotate3d(0, 0, 0, 0deg) rotate(0deg);
  }
}

.portfolio__picture .slider-wrapper--2 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  -webkit-transition: -webkit-transform 1s ease 0s;
  transition: -webkit-transform 1s ease 0s;
  transition: transform 1s ease 0s;
  transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

@media only screen and (min-width: 48em) {
  .portfolio__picture .slider-wrapper--2 {
    -webkit-transform: perspective(300rem) rotateY(15deg);
            transform: perspective(300rem) rotateY(15deg);
  }
}

.portfolio__picture .slider-wrapper--2:hover {
  -webkit-transform: perspective(300rem) rotateY(-15deg);
          transform: perspective(300rem) rotateY(-15deg);
}

@media only screen and (min-width: 48em) {
  .portfolio__picture .slider-wrapper--2:hover {
    -webkit-transform: rotate3d(0, 0, 0, 0deg) rotate(0deg);
            transform: rotate3d(0, 0, 0, 0deg) rotate(0deg);
  }
}

.portfolio__picture .slider-wrapper--1, .portfolio__picture .slider-wrapper--3, .portfolio__picture .slider-wrapper--4 {
  width: 33rem;
  height: 24rem;
}

@media only screen and (min-width: 60em) {
  .portfolio__picture .slider-wrapper--1, .portfolio__picture .slider-wrapper--3, .portfolio__picture .slider-wrapper--4 {
    width: 44rem;
    height: 33rem;
  }
}

@media only screen and (min-width: 80em) {
  .portfolio__picture .slider-wrapper--1, .portfolio__picture .slider-wrapper--3, .portfolio__picture .slider-wrapper--4 {
    width: 60.5rem;
    height: 38.5rem;
  }
}

@media only screen and (min-width: 120em) {
  .portfolio__picture .slider-wrapper--1, .portfolio__picture .slider-wrapper--3, .portfolio__picture .slider-wrapper--4 {
    width: 66rem;
    height: 44rem;
  }
}

.portfolio__picture .slider-wrapper--2 {
  width: 17.25rem;
  height: 33.6rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}

@media only screen and (min-width: 48em) {
  .portfolio__picture .slider-wrapper--2 {
    -webkit-transform: perspective(300rem) rotateY(-15deg);
            transform: perspective(300rem) rotateY(-15deg);
  }
}

.portfolio__picture .slider-wrapper--2:hover {
  -webkit-transform: perspective(300rem) rotateY(-15deg);
          transform: perspective(300rem) rotateY(-15deg);
}

@media only screen and (min-width: 48em) {
  .portfolio__picture .slider-wrapper--2:hover {
    -webkit-transform: rotate3d(0, 0, 0, 0deg) rotate(0deg);
            transform: rotate3d(0, 0, 0, 0deg) rotate(0deg);
  }
}

@media only screen and (min-width: 60em) {
  .portfolio__picture .slider-wrapper--2 {
    width: 20.7rem;
    height: 39.2rem;
  }
}

@media only screen and (min-width: 80em) {
  .portfolio__picture .slider-wrapper--2 {
    width: 23rem;
    height: 44.8rem;
  }
}

@media only screen and (min-width: 120em) {
  .portfolio__picture .slider-wrapper--2 {
    width: 26.45rem;
    height: 50.4rem;
  }
}

.portfolio__picture .slider-wrapper--4 {
  border-radius: 1rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  -webkit-transition: -webkit-transform 1s ease 0s;
  transition: -webkit-transform 1s ease 0s;
  transition: transform 1s ease 0s;
  transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

@media only screen and (min-width: 48em) {
  .portfolio__picture .slider-wrapper--4 {
    -webkit-transform: perspective(300rem) rotateY(-15deg);
            transform: perspective(300rem) rotateY(-15deg);
  }
}

.portfolio__picture .slider-wrapper--4:hover {
  -webkit-transform: perspective(300rem) rotateY(-15deg);
          transform: perspective(300rem) rotateY(-15deg);
}

@media only screen and (min-width: 48em) {
  .portfolio__picture .slider-wrapper--4:hover {
    -webkit-transform: rotate3d(0, 0, 0, 0deg) rotate(0deg);
            transform: rotate3d(0, 0, 0, 0deg) rotate(0deg);
  }
}

.portfolio__picture .slider-container {
  overflow: hidden;
  margin: 0 auto;
}

.portfolio__picture .slider-container--1, .portfolio__picture .slider-container--3, .portfolio__picture .slider-container--4 {
  width: 30rem;
  height: 20rem;
}

@media only screen and (min-width: 60em) {
  .portfolio__picture .slider-container--1, .portfolio__picture .slider-container--3, .portfolio__picture .slider-container--4 {
    width: 40rem;
    height: 30rem;
  }
}

@media only screen and (min-width: 80em) {
  .portfolio__picture .slider-container--1, .portfolio__picture .slider-container--3, .portfolio__picture .slider-container--4 {
    width: 55rem;
    height: 35rem;
  }
}

@media only screen and (min-width: 120em) {
  .portfolio__picture .slider-container--1, .portfolio__picture .slider-container--3, .portfolio__picture .slider-container--4 {
    width: 60rem;
    height: 40rem;
  }
}

.portfolio__picture .slider-container--2 {
  width: 15rem;
  height: 30rem;
}

@media only screen and (min-width: 60em) {
  .portfolio__picture .slider-container--2 {
    width: 18rem;
    height: 35rem;
  }
}

@media only screen and (min-width: 80em) {
  .portfolio__picture .slider-container--2 {
    width: 20rem;
    height: 40rem;
  }
}

@media only screen and (min-width: 120em) {
  .portfolio__picture .slider-container--2 {
    width: 23rem;
    height: 45rem;
  }
}

.portfolio__picture .slider-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio__picture .slider-carousel--1, .portfolio__picture .slider-carousel--3, .portfolio__picture .slider-carousel--4 {
  width: 90rem;
  -webkit-animation: slider-horizontal-mobile 12s infinite;
          animation: slider-horizontal-mobile 12s infinite;
}

@media only screen and (min-width: 60em) {
  .portfolio__picture .slider-carousel--1, .portfolio__picture .slider-carousel--3, .portfolio__picture .slider-carousel--4 {
    width: 120rem;
    -webkit-animation: slider-horizontal-tablet 12s infinite;
            animation: slider-horizontal-tablet 12s infinite;
  }
}

@media only screen and (min-width: 80em) {
  .portfolio__picture .slider-carousel--1, .portfolio__picture .slider-carousel--3, .portfolio__picture .slider-carousel--4 {
    width: 165rem;
    -webkit-animation: slider-horizontal-desktop 12s infinite;
            animation: slider-horizontal-desktop 12s infinite;
  }
}

@media only screen and (min-width: 120em) {
  .portfolio__picture .slider-carousel--1, .portfolio__picture .slider-carousel--3, .portfolio__picture .slider-carousel--4 {
    width: 180rem;
    -webkit-animation: slider-horizontal-large-desktop 12s infinite;
            animation: slider-horizontal-large-desktop 12s infinite;
  }
}

.portfolio__picture .slider-carousel--1 img, .portfolio__picture .slider-carousel--3 img, .portfolio__picture .slider-carousel--4 img {
  width: 30rem;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 60em) {
  .portfolio__picture .slider-carousel--1 img, .portfolio__picture .slider-carousel--3 img, .portfolio__picture .slider-carousel--4 img {
    width: 40rem;
    height: 30rem;
  }
}

@media only screen and (min-width: 80em) {
  .portfolio__picture .slider-carousel--1 img, .portfolio__picture .slider-carousel--3 img, .portfolio__picture .slider-carousel--4 img {
    width: 55rem;
    height: 35rem;
  }
}

@media only screen and (min-width: 120em) {
  .portfolio__picture .slider-carousel--1 img, .portfolio__picture .slider-carousel--3 img, .portfolio__picture .slider-carousel--4 img {
    width: 60rem;
    height: 40rem;
  }
}

.portfolio__picture .slider-carousel--2 {
  width: 45rem;
  -webkit-animation: slider-vertical-mobile 12s infinite;
          animation: slider-vertical-mobile 12s infinite;
}

@media only screen and (min-width: 60em) {
  .portfolio__picture .slider-carousel--2 {
    width: 54rem;
    -webkit-animation: slider-vertical-tablet 12s infinite;
            animation: slider-vertical-tablet 12s infinite;
  }
}

@media only screen and (min-width: 80em) {
  .portfolio__picture .slider-carousel--2 {
    width: 60rem;
    -webkit-animation: slider-vertical-desktop 12s infinite;
            animation: slider-vertical-desktop 12s infinite;
  }
}

@media only screen and (min-width: 120em) {
  .portfolio__picture .slider-carousel--2 {
    width: 69rem;
    -webkit-animation: slider-vertical-large-desktop 12s infinite;
            animation: slider-vertical-large-desktop 12s infinite;
  }
}

.portfolio__picture .slider-carousel--2 img {
  width: 15rem;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 60em) {
  .portfolio__picture .slider-carousel--2 img {
    width: 18rem;
    height: 35rem;
  }
}

@media only screen and (min-width: 80em) {
  .portfolio__picture .slider-carousel--2 img {
    width: 20rem;
    height: 40rem;
  }
}

@media only screen and (min-width: 120em) {
  .portfolio__picture .slider-carousel--2 img {
    width: 23rem;
    height: 45rem;
  }
}

.portfolio__picture .slider-carousel--2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.portfolio__picture .slider-carousel--3 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.portfolio__picture .slider-carousel--4 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.portfolio__picture .slider-carousel:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media only screen and (min-width: 48em) {
  .portfolio__content {
    width: 60%;
  }
}

@media only screen and (min-width: 48em) {
  .portfolio__content--1 {
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 60em) {
  .portfolio__content--1 {
    padding-right: 7rem;
  }
}

.portfolio__content--2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 48em) {
  .portfolio__content--2 {
    padding-left: 4rem;
  }
}

@media only screen and (min-width: 60em) {
  .portfolio__content--2 {
    padding-left: 7rem;
  }
}

.portfolio__see-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 3rem;
}

.about {
  width: 100%;
  margin: 10rem auto 10rem 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #009db6), to(#b721ff));
  background-image: linear-gradient(to bottom, #009db6 19%, #b721ff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
}

@media only screen and (min-width: 48em) {
  .about {
    margin: 15rem auto 15rem auto;
  }
}

@media only screen and (min-width: 60em) {
  .about {
    margin: 25rem auto 25rem auto;
  }
}

.about__container {
  max-width: 112rem;
  margin: 0 auto;
  padding: 10rem 3rem;
}

@media only screen and (min-width: 48em) {
  .about__container {
    padding: 15rem 3rem;
  }
}

@media only screen and (min-width: 60em) {
  .about__container {
    padding: 20rem 3rem;
  }
}

@media only screen and (min-width: 120em) {
  .about__container {
    padding: 25rem 3rem;
  }
}

@media only screen and (min-width: 48em) {
  .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about__img-overlay {
  border-radius: 40% 60% 57% 43% / 38% 49% 51% 62%;
  max-width: 50rem;
  margin: 0 auto;
  height: 100%;
}

@media only screen and (min-width: 48em) {
  .about__img-overlay {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

@media only screen and (min-width: 60em) {
  .about__img-overlay {
    max-width: 38rem;
  }
}

.about__img {
  display: block;
  border-radius: inherit;
  mix-blend-mode: overlay;
}

.about__content {
  max-width: 50rem;
  margin: 3rem auto 0 auto;
}

@media only screen and (min-width: 48em) {
  .about__content {
    max-width: 100%;
    margin: 0 0 0 3rem;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

.about__content > .heading-h2-white {
  margin-bottom: 2rem;
}

.about__content > p {
  color: #fff;
}

.about__content > .cta {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.photography {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 3rem;
}

@media only screen and (min-width: 120em) {
  .photography {
    max-width: 130rem;
  }
}

.photography > .heading-h2 {
  margin-bottom: 3rem;
}

.photography__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photography__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  border-radius: 5rem;
  color: #fff;
  cursor: pointer;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  position: relative;
  -webkit-transition: flex 0.7s ease-in;
  -webkit-transition: -webkit-box-flex 0.7s ease-in;
  transition: -webkit-box-flex 0.7s ease-in;
  transition: flex 0.7s ease-in;
  transition: flex 0.7s ease-in, -webkit-box-flex 0.7s ease-in, -ms-flex 0.7s ease-in;
}

.photography__image:not(:last-of-type) {
  margin-right: 1rem;
}

@media only screen and (max-width: 30em) {
  .photography__image:nth-of-type(4), .photography__image:nth-of-type(5) {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .photography__image {
    height: 45vh;
  }
}

@media only screen and (min-width: 60em) {
  .photography__image {
    height: 50vh;
  }
}

.photography__image.active {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.footer {
  background-color: #dddde4;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7rem 3rem 0 3rem;
}

@media only screen and (min-width: 120em) {
  .footer {
    padding: 7rem 0 0 0;
  }
}

.footer__content {
  max-width: 112rem;
  margin: 0 auto;
  text-align: center;
}

.footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.4px;
  padding: 3rem 0 1rem 0;
}

.main {
  font-family: "Poppins", sans-serif;
  padding: 10rem 0 30rem 0;
}

@media only screen and (min-width: 48em) {
  .main {
    padding: 17rem 0 35rem 0;
  }
}

.main-page {
  position: relative;
  max-width: 112rem;
  margin: 0 auto;
  padding: 15rem 3rem 25rem 3rem;
}

@media only screen and (min-width: 80em) {
  .main-page {
    padding: 17rem 3rem 27rem 3rem;
  }
}

.main-page h1 {
  margin-bottom: 3rem;
}

.main-page p {
  padding-bottom: 2rem;
}

.main-page a:link, .main-page a:visited {
  color: #5851d2;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5851d2), to(#5851d2));
  background-image: linear-gradient(#5851d2, #5851d2);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
}

.main-page a:hover, .main-page a:active, .main-page a:focus {
  background-size: 100% 1px;
}

.main-page .cta-underlined:hover {
  color: #fff;
}

.main-page ul {
  list-style-type: none;
  font-size: 1.6rem;
  margin: 0 0 3rem 3rem;
  line-height: 1.8;
}

.main-page ul li {
  padding-left: 2.5rem;
  position: relative;
  color: #525266;
}

.main-page ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 40% 60% 57% 43% / 38% 49% 51% 62%;
  background-color: #5851d2;
}

.main-page .about__container {
  margin: 0;
  padding: 0;
}

.main-page .about__wrapper {
  display: inline;
}

.main-page .about__img-overlay {
  margin-bottom: 2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, rgba(0, 157, 182, 0.8)), color-stop(63%, rgba(88, 81, 210, 0.8)), to(rgba(183, 33, 255, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 157, 182, 0.8) 19%, rgba(88, 81, 210, 0.8) 63%, rgba(183, 33, 255, 0.7) 100%);
}

@media only screen and (min-width: 48em) {
  .main-page .about__img-overlay {
    float: left;
    margin: 0 2rem 2rem 0;
    max-width: 30rem;
  }
}

.main-page .about__content {
  margin: 0;
}

.main-page .about__content > p {
  color: #525266;
}

.main-page .about__content > p:not(:last-of-type) {
  padding-bottom: 2rem;
}

.main-page .description {
  color: rgba(82, 82, 102, 0.6);
  margin-left: 2.5rem;
  padding-bottom: 1rem;
}

.main-page .dashed-ul li {
  padding-left: 2rem;
}

.main-page .dashed-ul li::before {
  width: 7px;
  height: 2px;
  background-color: #525266;
  top: 13px;
}

.main-photography {
  max-width: 130rem;
  margin: 0 auto;
}

.elementor-widget-image-box .elementor-image-box-title a {
  font-family: "Rubik", sans-serif;
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-found__container {
  max-width: 60rem;
}

.not-found__container img {
  margin-bottom: 3rem;
}

.not-found__container p {
  padding: 0;
}

.contact-page {
  max-width: 60rem;
}

.contact-form {
  max-width: 60rem;
  font-family: "Poppins", sans-serif !important;
}

.contact-form label {
  font-size: 1.6rem;
  color: #525266;
  font-weight: 500 !important;
}

.contact-form input {
  padding: 1.5rem;
  border: 1px solid #dddde4;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #525266;
  min-width: 100%;
}

.contact-form input:focus {
  outline: 1px dotted #5851d2;
}

.contact-form ::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.contact-form :-ms-input-placeholder {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.contact-form ::-ms-input-placeholder {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.contact-form ::placeholder {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.contact-form textarea {
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #dddde4;
  border-radius: 5px;
  padding: 1.5rem;
  font-size: 1.6rem;
}

.contact-form textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.contact-form textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.contact-form textarea::-ms-input-placeholder {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.contact-form textarea::placeholder {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.contact-form textarea:focus {
  outline: 1px dotted #5851d2;
}

.contact-form button[type='submit'],
.contact-form .submit-btn {
  background: #5851d2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  padding: 1rem 3rem;
  border: none;
  border-radius: 4rem;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 72% 93% 54% 67%/95% 120% 124% 107%;
}

.contact-form button[type='submit']:hover, .contact-form button[type='submit']:active, .contact-form button[type='submit']:focus,
.contact-form .submit-btn:hover,
.contact-form .submit-btn:active,
.contact-form .submit-btn:focus {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 1rem 2rem rgba(23, 26, 33, 0.15);
          box-shadow: 0 1rem 2rem rgba(23, 26, 33, 0.15);
}

.wpforms-confirmation-container > p {
  position: relative;
  margin-left: 3rem;
  padding-bottom: 0;
}

.wpforms-confirmation-container > p::before {
  content: '\2713';
  position: absolute;
  top: 0;
  left: -3rem;
  margin-right: 3rem;
  color: #4bb543;
  font-size: 3rem;
  line-height: 1;
}

.main-portfolio {
  max-width: 130rem;
  margin: 0 auto;
}

.main-portfolio .portfolio {
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .main-portfolio .portfolio__project:nth-child(3) {
    margin-bottom: 20rem;
  }
}

.main-portfolio h1 {
  margin: 0 auto 3rem auto;
}

@media only screen and (min-width: 60em) {
  .main-portfolio h1 {
    margin: 0 auto 10rem auto;
  }
}

.main-portfolio h2 {
  margin: 0 0 2rem 0;
}

.main-portfolio p {
  padding-bottom: 0;
}

.main-portfolio a:hover, .main-portfolio a:active, .main-portfolio a:focus {
  background-size: 0% 1px;
}

@media only screen and (min-width: 48em) {
  .resources h2 {
    margin: 8rem 0 4rem 0;
  }
}

.resources h3 {
  margin: 1rem 0 0 0;
}

@media only screen and (min-width: 48em) {
  .resources h3 {
    margin: 2rem 0 0 0;
  }
}

.last-updated-date {
	color: #82829b;
}

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