* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 0.625rem;
  overflow-y: scroll;
  text-size-adjust: 100%;
}

body {
  font-size: 100%;
  letter-spacing: 0;
  text-align: left;
}

body,
div,
img,
label,
input,
select,
blockquote,
fieldset,
legend,
form {
  margin: 0;
  padding: 0;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video,
picture {
  display: block;
}

iframe {
  border: 0 solid transparent;
}

img {
  border: 0;
  display: block;
  max-width: 100%;
}

a img {
  border: 0;
}

input:focus {
  border-color: none;
}

h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 5rem;
  line-height: 6rem;
  position: relative;
  margin: 1rem 0 2rem;
  text-transform: uppercase;
}
h2.special-heading {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 4.6rem;
    line-height: 5rem;
  }
}
p {
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 768px) {
  p {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.special-heading {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.15em;
  font-family: "Poppins", sans-serif;
  color: #f6464c;
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 0;
}
@media (min-width: 768px) {
  .special-heading {
    font-size: 2rem;
    line-height: 3.42rem;
  }
}

.intro {
  font-size: 4.5rem;
  line-height: 4.9rem;
  font-family: "Poppins", sans-serif;
  margin: 0 0 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .intro {
    font-size: 9.4rem;
    line-height: 10rem;
    letter-spacing: -0.2rem;
    margin: 0 0 0px;
  }
}

.highlight {
  font-weight: 600;
}

/* Resets */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  background: #27272e;
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #ffffff;
  width: 100vw;
  height: 100vh;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::-webkit-scrollbar {
  display: none;
}

body,
html {
  margin: 0;
  padding: 0;
}

.overflow {
  overflow-y: auto;
}

.intro {
  font-weight: 500;
}

.container {
  max-width: 130rem;
  padding: 7rem 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    padding: 10rem 0;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 94%;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 130rem;
  }
}
.button--primary {
  background: #f6464c;
  color: #ffffff;
  border: 2px solid #f6464c;
  border-radius: 8px;
  transition: background 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  position: relative;
}
.button--primary:after {
  display: block;
  content: "";
  position: absolute;
  border: 2px solid #f6464c;
  opacity: 0;
  width: 0;
  height: 0;
  top: -8px;
  left: -10px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.button--primary:hover {
  background: rgb(247.1829896907, 94.3170103093, 99.5283505155);
  color: #ffffff;
}
.button--primary:hover:after {
  opacity: 1;
  width: 110%;
  height: 135%;
}
.button--primary:hover:last-child:after {
  width: 113%;
}
.button--secondary {
  background: transparent;
  color: #f6464c;
  border: 2px solid #f6464c;
  border-radius: 8px;
  transition: background 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  position: relative;
}
.button--secondary:after {
  display: block;
  content: "";
  position: absolute;
  border: 2px solid #f6464c;
  opacity: 0;
  width: 0;
  height: 0;
  top: -8px;
  left: -10px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.button--secondary:hover {
  background: #f6464c;
  color: #ffffff;
}
.button--secondary:hover:after {
  opacity: 1;
  width: 110%;
  height: 135%;
}
.button--secondary:hover:last-child:after {
  width: 113%;
}

html:hover .cursor {
  opacity: 0;
}
@media (min-width: 1025px) {
  html:hover .cursor {
    opacity: 1;
  }
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 5rem;
  height: 5rem;
  margin: -2.5rem 0 0 -2.5rem;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  display: none;
}
@media (min-width: 1025px) {
  .cursor {
    display: block;
  }
}

.cursor-move-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  margin-left: -0.3rem;
}

.cursor-move-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cursor-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f6464c;
  border-radius: 50%;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor-outer {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  box-sizing: border-box;
  transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cta {
  position: relative;
  margin: auto;
  padding: 2.4rem 2.2rem 2.2rem 2.2rem;
  transition: all 0.2s ease;
  color: #ffffff;
  text-decoration: none;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 2.8rem;
  background: rgba(246, 70, 76, 0.5);
  width: 5.6rem;
  height: 5.6rem;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .cta span {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 1rem;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #ffffff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #f6464c;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

.hide {
  display: none;
}

/**
    Loader 100%

 */
.root:before,
.root:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%) translateY(0%);
  -ms-transform: translateX(-100%) translateY(0%);
  transform: translateX(-100%) translateY(0%);
}

.root:after {
  -webkit-transition: all 2.5s ease-out;
  -moz-transition: all 2.5s ease-out;
  -ms-transition: all 2.5s ease-out;
  -o-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.root:before {
  -webkit-transition: all 1.5s ease-in;
  -moz-transition: all 1.5s ease-in;
  -ms-transition: all 1.5s ease-in;
  -o-transition: all 1.5s ease-in;
  transition: all 1.5s ease-in;
  z-index: 1001;
  background: #171717;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

body.dsn-loader-active .root:before,
body.dsn-loader-active .root:after {
  -webkit-transform: translateX(100%) translateY(0%);
  -ms-transform: translateX(100%) translateY(0%);
  transform: translateX(100%) translateY(0%);
}

.dsn-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999999;
}

.dsn-loader .dsn-up,
.dsn-loader .dsn-down {
  position: fixed;
  left: 0;
  height: 50vh;
  width: 100vw;
}

.dsn-loader .dsn-up {
  top: 0;
  background-color: #171717;
}

.dsn-loader .dsn-down {
  top: 50%;
  background-color: #171717;
}

.dsn-loader .dsn-progress-page {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}

.dsn-loader .dsn-progress-page svg {
  position: absolute;
  top: 50%;
  -webkit-transition: stroke-dashoffset 1s linear 1s;
  -o-transition: stroke-dashoffset 1s linear 1s;
  transition: stroke-dashoffset 1s linear 1s;
}

.dsn-loader .dsn-progress-page .progressbar-text {
  top: 53% !important;
  font-size: 24px;
  color: #fff !important;
}

.thumbnail {
  opacity: 1;
}
@media (min-width: 1024px) {
  .thumbnail.is-visible {
    animation: revealAnimation 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
}
.thumbnail.no-animation {
  opacity: 1;
}

@keyframes revealAnimation {
  0% {
    opacity: 0;
    transform: translateY(15rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
nav {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 3rem;
  text-align: center;
  transform: translate3d(0, 0, 0);
  background-color: rgba(23, 23, 23, 0.8);
}
nav .container {
  max-width: 130rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
nav .container .expand {
  display: block;
  color: #ffffff;
  font-size: 3.5rem;
}
nav .container .button.hidden {
  text-decoration: none;
  padding: 0;
  background: none;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
  display: block;
}
nav .container .button.hidden::after {
  content: attr(data-after);
  display: inline-block;
  transform: translateY(100%);
  position: absolute;
  left: 0;
  transition: inherit;
}
nav .container .button.hidden > span {
  display: inline-block;
  transform: translateY(0%);
  transition: inherit;
}
nav .container .button.hidden:hover > span, nav .container .button.hidden:focus > span {
  transform: translateY(-100%);
}
nav .container .button.hidden:hover::after, nav .container .button.hidden:focus::after {
  transform: translateY(0%);
}
nav .filter {
  display: none;
}
nav .filter li {
  list-style-type: none;
}
nav .filter li:last-child a {
  padding-right: 0;
}
nav .filter li a {
  color: #ffffff;
  padding: 0 2.5rem;
  text-decoration: none;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
}
nav .filter li a:hover, nav .filter li a:focus {
  color: #f6464c;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
nav .filter li a.active {
  transition: all 0.2s ease-in-out;
  color: #f6464c;
}
nav .filter li a.active:hover, nav .filter li a.active:focus, nav .filter li a.active:active {
  color: #f6464c;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
nav.show .container .filter {
  display: block;
  position: fixed;
  top: 4.4rem;
  width: 100%;
  text-align: left;
  left: 0;
  background: #27272e;
}
nav.show .container .filter li {
  margin-left: -4rem;
  padding: 2rem 0px 1.6rem 0.5rem;
  border-bottom: 1px solid #ffffff;
}
nav.show .container .filter li a {
  font-size: 1.8rem;
  color: #ffffff;
}
nav.show .container .filter li a::after {
  display: none;
}

@media (min-width: 560px) {
  nav.show .container .filter {
    top: 4.8rem;
  }
}
@media (min-width: 768px) {
  nav.show .container .filter li {
    padding: 1.2rem 0px 1.2rem 1.7rem;
  }
}
@media (min-width: 1024px) {
  nav .container {
    min-height: 6rem;
    width: 97%;
  }
  nav .container .expand {
    display: none;
  }
  nav .container .button.hidden {
    font-size: 2.2rem;
  }
  nav .container .expand {
    display: none;
  }
  nav .container .filter {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1248px) {
  nav .container {
    padding: 0;
    max-width: 130rem;
  }
  nav .container .button.hidden {
    font-size: 2.6rem;
  }
}
.footer {
  background: #171717;
}
.footer .container {
  padding: 0.5rem 2rem;
}
@media (min-width: 1024px) {
  .footer .container {
    padding: 1rem 0;
  }
}
.footer .container ul {
  list-style: none;
  display: block;
  padding-left: 0;
}
.footer .container ul li {
  font-size: 1.4rem;
  padding-right: 2rem;
}
.footer .container ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer .container ul li a::hover {
  color: #f6464c;
}

@media (min-width: 768px) {
  .footer .container ul li:first-child:after {
    content: "|";
    padding-left: 1.8rem;
  }
  .footer .container ul {
    display: flex;
  }
}
.services {
  min-height: 100vh;
}
.services .container {
  transition: all 0.3s ease-in-out;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .services .container {
    padding: 4rem 4rem 0 4rem;
    margin-bottom: -10rem;
  }
}
@media (min-width: 1024px) {
  .services .container {
    padding: 7rem 0;
    margin-bottom: 0;
  }
}
.services .service-list {
  padding: 8rem 0;
  text-align: center;
  width: 100%;
  display: block;
}
@media (min-width: 786px) {
  .services .service-list {
    position: relative;
    top: 4rem;
  }
}
@media (min-width: 1024px) {
  .services .service-list {
    margin-top: 1.5rem;
    top: 0;
  }
}
.services .service-list div {
  display: block;
  width: 16.5rem;
  min-height: 16.5rem;
  margin: 0 auto 5rem auto;
  transition: all 0.2s ease-in-out;
  border-radius: 0.5rem;
  position: relative;
}
.services .service-list div span {
  display: block;
  position: absolute;
  bottom: -0.8rem;
  width: 100%;
  text-align: center;
  color: #f6464c;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .services .service-list div span {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.services .service-list .brand {
  background: url(/img/icon/branding.svg) top center no-repeat;
  background-size: 100%;
}
@media (min-width: 1100px) {
  .services .service-list .brand {
    margin-left: 0;
  }
}
.services .service-list .logo {
  background: url(/img/icon/logo.svg) top center no-repeat;
  background-size: 100%;
}
.services .service-list .graphic {
  background: url(/img/icon/graphic.svg) top center no-repeat;
  background-size: 100%;
}
.services .service-list .illustration {
  background: url(/img/icon/illustration.svg) top center no-repeat;
  background-size: 100%;
}
.services .service-list .print {
  background: url(/img/icon/print.svg) top center no-repeat;
  background-size: 100%;
}
.services .service-list .web {
  background: url(/img/icon/web.svg) top center no-repeat;
  background-size: 100%;
}
@media (min-width: 1100px) {
  .services .service-list .web {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .services .service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .services .service-list div {
    display: inline-block;
    margin: 0 3.2rem 7rem 3.2rem;
  }
  .services .service-list div span {
    bottom: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .services .intro {
    margin-bottom: 5rem;
  }
  .services .intro:after {
    width: 6%;
  }
  .services .service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .services .service-list div span {
    bottom: -2.5rem;
  }
  .move-up {
    animation: up 4s infinite alternate;
    object-fit: cover;
  }
  .move-down {
    animation: down 4s infinite alternate;
    object-fit: cover;
  }
  @keyframes up {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-30px);
    }
  }
  @keyframes down {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(30px);
    }
  }
}
@media (min-width: 1100px) {
  .services .service-list {
    justify-content: space-between;
  }
  .services .service-list div {
    margin: 0 2rem 0px;
  }
}
.about {
  background: #27272e;
  min-height: 100vh;
}
.about .buttons {
  margin-top: 4rem;
}
.about .container {
  display: block;
  transition: all 0.3s ease-in-out;
}
.about .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .container .content:first-child {
  padding: 4rem 2rem 0 2rem;
}
@media (min-width: 768px) {
  .about .container .content:first-child {
    padding: 0;
  }
}
.about .container .desc {
  font-size: 2rem;
  line-height: 3rem;
}
@media (min-width: 768px) {
  .about .container .desc {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}

@media (min-width: 768px) {
  .about .container {
    display: flex;
    padding: 5rem 0 3rem 0;
    min-height: 100vh;
  }
  .about .container .content:first-child {
    padding: 0 4rem;
  }
  .about .container .buttons {
    margin-top: 7rem;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .about .container .buttons {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .about .bio-image {
    background: url(/img/angelica.jpg) no-repeat;
    background-size: contain;
    background-position: right 0;
  }
  .about .container {
    display: flex;
    padding: 7rem 0 0 0;
  }
  .about .container .buttons {
    margin-top: 5rem;
  }
  .about .container .desc {
    padding: 2rem 2rem 0 0;
  }
  .about .container .content:first-child {
    padding: 0 50% 0 0;
  }
  .about .container .content a {
    margin-right: 3rem;
  }
}
@media (min-width: 560px) {
  .about .container .button {
    padding: 0.8rem 3rem;
  }
}
@media (min-width: 1300px) {
  .about .container .content:first-child {
    padding: 0 50% 0 0;
  }
}
.contact {
  min-height: 95vh;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.contact .container {
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .contact .container {
    padding: 4rem;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .contact .container {
    padding: 0;
  }
}
.contact .container .icons {
  list-style: none;
  padding-left: 0;
}
.contact .container .icons li {
  display: inline-flex;
  padding-right: 2rem;
}
.contact .container .icons li a {
  font-size: 3rem;
  color: #27272e;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.contact .container .icons li a::hover {
  color: #f6464c;
}
.contact .container .details {
  margin: 8rem 0 0 0;
}
@media (min-width: 768px) {
  .contact .container .details {
    margin: 12rem 0 0 0;
  }
}
@media (min-width: 1024px) {
  .contact .container .details {
    margin: 10rem 0;
  }
}
.contact .container .details p {
  margin: 0.8rem 0;
  font-size: 1.3rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .contact .container .details p {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.contact .container .details p a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.contact .container .details p a:hover {
  color: #f6464c;
}
.contact .container span {
  font-size: 2rem;
  padding-right: 1rem;
  position: relative;
  top: -0.4rem;
}
@media (min-width: 768px) {
  .contact .container span {
    padding-right: 2rem;
  }
}
.contact .container span.phone {
  font-size: 3rem;
  line-height: 3rem;
  position: relative;
  top: -0.2rem;
  padding-right: 2.2rem;
}
@media (min-width: 768px) {
  .contact .container span.phone {
    padding-right: 3.2rem;
  }
}
.contact .container span.linkedin {
  font-size: 3rem;
  line-height: 2.8rem;
  position: relative;
  top: -0.2rem;
  padding-right: 0.7rem;
}
@media (min-width: 768px) {
  .contact .container span.linkedin {
    padding-right: 1.7rem;
  }
}

@media (min-width: 1100px) {
  .contact p {
    width: 50%;
    margin-bottom: 0;
  }
  .contact p.intro {
    margin-bottom: 5rem;
  }
  .contact .container {
    background: url(/img/contact-bg.png) center right no-repeat;
    background-size: 40%;
  }
}
@media (min-width: 1248px) {
  .contact .container {
    background-size: auto 65%;
  }
}
.projects {
  padding: 0;
}
.projects .intro {
  margin-bottom: 4rem;
}
.projects .container {
  padding-bottom: 0;
}
.projects .container:first-child {
  padding: 4rem 2rem 0 2rem;
}
@media (min-width: 768px) {
  .projects .container:first-child {
    padding: 4rem 4rem 0 4rem;
  }
}
@media (min-width: 1024px) {
  .projects .container:first-child {
    padding: 8.5rem 4rem 0.5rem 4rem;
  }
}
@media (min-width: 1200px) {
  .projects .container:first-child {
    padding: 8.5rem 0 0.5rem 0;
  }
}

.cbp.cbp-l-grid-masonry-projects {
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .cbp.cbp-l-grid-masonry-projects {
    margin-bottom: 0;
  }
}

.cbp img {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

.cbp a {
  display: flex;
  height: 100%;
  width: 100%;
  color: #ffffff;
  position: relative;
}

.cbp a span {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  background: #27272e;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 1.6rem 0;
  opacity: 0.8;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .cbp a span {
    font-size: 1.8rem;
  }
}
.cbp a span .tags {
  display: none;
}

.cbp .cbp-item .cbp-item-wrapper {
  background: #27272e;
}

.cbp .cbp-l-grid-masonry-projects-title {
  margin-top: 3rem;
  width: 100%;
  height: 100%;
  transition: background 0.5s ease-in-out;
}

.cbp-l-filters-buttonCenter.sort {
  margin: 0 0 8rem 0;
  text-align: left;
  position: relative;
  top: 3rem;
  z-index: 97;
}
@media (min-width: 768px) {
  .cbp-l-filters-buttonCenter.sort {
    margin: 4rem 0 8rem 0;
  }
}
@media (min-width: 1024px) {
  .cbp-l-filters-buttonCenter.sort {
    margin: 0 0 5rem 0;
  }
}

.cbp-l-filters-buttonCenter.sort .cbp-filter-counter {
  font-size: 1.4rem;
  background: #f6464c;
}

.cbp-l-filters-buttonCenter.sort .cbp-filter-counter:after {
  border-top: 0.4rem solid #f6464c;
}

.cbp-l-filters-buttonCenter.sort .cbp-filter-item {
  background-color: #27272e;
  color: #ffffff;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 3.6rem;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  width: 64%;
  margin-left: -1.4rem;
}
.cbp-l-filters-buttonCenter.sort .cbp-filter-item:first-child {
  margin-left: -1.4rem;
}
@media (min-width: 768px) {
  .cbp-l-filters-buttonCenter.sort .cbp-filter-item {
    width: auto;
    font-size: 2rem;
    line-height: 3.2rem;
    margin-left: 0;
  }
  .cbp-l-filters-buttonCenter.sort .cbp-filter-item:first-child {
    margin-left: 0;
  }
}

.cbp-l-filters-buttonCenter.sort .cbp-filter-item:hover {
  background: #27272e;
  color: rgb(244.8170103093, 45.6829896907, 52.4716494845);
  border: none;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.cbp-l-filters-buttonCenter.sort .cbp-filter-item:hover:focus {
  background: #27272e;
  color: rgb(244.8170103093, 45.6829896907, 52.4716494845);
  border: none;
}

.cbp-l-filters-buttonCenter.sort .cbp-filter-item.cbp-filter-item-active {
  background: #27272e;
  color: #f6464c;
  border: none;
  margin-left: -1.5rem;
}
.cbp-l-filters-buttonCenter.sort .cbp-filter-item.cbp-filter-item-active:hover {
  background: #27272e;
  color: rgb(244.8170103093, 45.6829896907, 52.4716494845);
  margin-left: -1.5rem;
}
.cbp-l-filters-buttonCenter.sort .cbp-filter-item.cbp-filter-item-active:focus {
  background: #27272e;
  color: rgb(244.8170103093, 45.6829896907, 52.4716494845);
  border: none;
  margin-left: -1.5rem;
}
.cbp-popup-singlePage.cbp-popup-wrap {
  background: #27272e;
  color: #ffffff;
  z-index: 99;
}

.cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-content {
  width: 100%;
  max-width: 1200px;
}

.cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-content-wrap {
  padding-bottom: 2rem;
}

.cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap {
  height: 75px;
  background-color: rgba(23, 23, 23, 0.8);
}

.cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-singlePage-counter {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6rem;
  top: 1.2rem;
}

.cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-next {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-prev {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-content {
  margin-top: 12rem;
}

.cbp-popup-singlePage .cbp-l-project-title {
  font-size: 5rem;
  line-height: 6rem;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  position: relative;
  margin: 1rem 0 5rem;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0;
}

.cbp-popup-singlePage .cbp-l-project-details-title span {
  font-family: "Poppins", sans-serif;
  border-bottom: none;
  font-size: 1.6rem;
  line-height: 2.9rem;
}

.cbp-popup-singlePage .cbp-slider .cbp-nav-prev:after,
.cbp-popup-singlePage .cbp-slider .cbp-nav-next:after {
  background: none;
}

.cbp-popup-singlePage .cbp-slider .cbp-nav-prev.cbp-nav-stop,
.cbp-popup-singlePage .cbp-slider .cbp-nav-next.cbp-nav-stop {
  display: none;
}

.cbp-popup-singlePage .cbp-slider .cbp-slider-item {
  z-index: 99;
}

.cbp-popup-singlePage .cbp-slider .cbp-nav-pagination-item {
  background: #cccccc;
  z-index: 100;
}

.cbp-popup-singlePage .cbp-slider .cbp-nav-pagination-item.cbp-nav-pagination-active {
  background: #f6464c;
}

.cbp-popup-singlePage .cbp-l-project-container {
  margin-top: 0.6rem;
  padding: 0 2rem;
  display: block;
}
@media (min-width: 768px) {
  .cbp-popup-singlePage .cbp-l-project-container {
    padding: 0 4rem;
  }
}

.cbp-popup-singlePage .cbp-l-project-desc {
  margin: 0.6rem 0 3rem 0;
  width: 100%;
  float: none;
  padding: 0;
}

.cbp-popup-singlePage .cbp-l-project-desc-image img {
  max-width: 100%;
}

.cbp-popup-singlePage .cbp-l-project-desc-text {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .cbp-popup-singlePage .cbp-l-project-desc-text {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}

.cbp-popup-singlePage .cbp-l-project-details {
  width: 100%;
  float: none;
  padding-left: 0;
}

.cbp-popup-singlePage .cbp-l-project-desc-title a,
.cbp-popup-singlePage .cbp-l-project-details a {
  color: #555;
}

.cbp-popup-singlePage .cbp-nav-pagination .cbp-nav-pagination-item:only-child {
  display: none;
}

.cbp-popup-singlePage .cbp-l-project-details-list > li {
  font-family: "Poppins", sans-serif;
  font-size: 1, 6rem;
  line-height: 2.5rem;
  border-bottom: none;
  margin-bottom: 0.2rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .cbp-popup-singlePage .cbp-l-project-details-list > li {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.cbp-popup-singlePage .cbp-l-project-details-list > li span {
  padding-right: 2rem;
}
.cbp-popup-singlePage .cbp-l-project-details-list > li span.fa-laptop {
  padding-right: 1.6rem;
}

.images-list {
  margin: 3rem 0 0 0;
}

.images-list li {
  list-style: none;
  margin: 0 0 1.5rem -4rem;
}
@media (min-width: 1024px) {
  .images-list li {
    margin: 0 0 4rem -4rem;
  }
}

.images-list li img {
  margin-bottom: 4rem;
  max-width: 120rem;
  width: 100%;
}

.cbp-popup-singlePage .cbp-popup-navigation .cbp-popup-close {
  background-image: url('data:image/svg+xml, %3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.821484 0.821487C1.47236 0.170614 2.52763 0.170614 3.17851 0.821487L12 9.64298L20.8215 0.821487C21.4724 0.170614 22.5276 0.170614 23.1785 0.821487C23.8294 1.47236 23.8294 2.52764 23.1785 3.17851L14.357 12L23.1785 20.8215C23.8294 21.4724 23.8294 22.5276 23.1785 23.1785C22.5276 23.8294 21.4724 23.8294 20.8215 23.1785L12 14.357L3.17851 23.1785C2.52763 23.8294 1.47236 23.8294 0.821484 23.1785C0.17061 22.5276 0.17061 21.4724 0.821484 20.8215L9.64297 12L0.821484 3.17851C0.17061 2.52764 0.17061 1.47236 0.821484 0.821487Z" fill="white"/%3E%3C/svg%3E');
  background-position: 0;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.2s ease-in-out;
}
.cbp-popup-singlePage .cbp-popup-navigation .cbp-popup-close:hover {
  background-image: url('data:image/svg+xml, %3Csvg width="24" height="24" viewBox="0 0 24 24" fill="no-repeat" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.821484 0.821487C1.47236 0.170614 2.52763 0.170614 3.17851 0.821487L12 9.64298L20.8215 0.821487C21.4724 0.170614 22.5276 0.170614 23.1785 0.821487C23.8294 1.47236 23.8294 2.52764 23.1785 3.17851L14.357 12L23.1785 20.8215C23.8294 21.4724 23.8294 22.5276 23.1785 23.1785C22.5276 23.8294 21.4724 23.8294 20.8215 23.1785L12 14.357L3.17851 23.1785C2.52763 23.8294 1.47236 23.8294 0.821484 23.1785C0.17061 22.5276 0.17061 21.4724 0.821484 20.8215L9.64297 12L0.821484 3.17851C0.17061 2.52764 0.17061 1.47236 0.821484 0.821487Z" fill="%23F6464C"/%3E%3C/svg%3E');
  background-position: 0;
  background-repeat: no-repeat;
}

@media (min-width: 0px) {
  .cbp.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 560px) {
  .cbp-popup-singlePage .cbp-l-project-title {
    font-size: 3.8rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 767px) {
  .cbp-popup-singlePage .cbp-l-project-title {
    font-size: 4.5rem;
    line-height: 5.2rem;
  }
  .cbp-popup-singlePage .cbp-l-project-title:after {
    left: 1.5rem;
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-next {
    background: url(../img/right_arrow.png) no-repeat 0 0;
    transition: all 0.2s ease-in-out;
    top: 2.5rem;
    left: 13.6rem;
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-prev {
    background: url(../img/left_arrow.png) no-repeat 0 0;
    transition: all 0.2s ease-in-out;
    top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .projects .container {
    padding: 9.5rem 0 2.5rem 0;
  }
  .cbp.cbp-l-grid-masonry-projects {
    max-width: 95%;
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-prev {
    font-size: 2.2rem;
    display: inline-block;
    line-height: 2rem;
    background: none;
    color: #27272e;
    right: 26rem;
    color: #ffffff;
    transform: scale(1);
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-prev:hover {
    color: #f6464c;
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-prev:hover:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-prev:hover:hover:after {
    background-image: url('data:image/svg+xml, %3Csvg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M30 20C30 20.6904 29.4404 21.25 28.75 21.25H14.2678L19.6339 26.6161C20.122 27.1043 20.122 27.8957 19.6339 28.3839C19.1457 28.872 18.3543 28.872 17.8661 28.3839L10.3661 20.8839C9.87796 20.3957 9.87796 19.6043 10.3661 19.1161L17.8661 11.6161C18.3543 11.128 19.1457 11.128 19.6339 11.6161C20.122 12.1043 20.122 12.8957 19.6339 13.3839L14.2678 18.75H28.75C29.4404 18.75 30 19.3096 30 20Z" fill="%23F6464C"/%3E%3C/svg%3E');
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-prev:before {
    content: "Previous";
    position: relative;
    top: 1.4rem;
    right: 1.5rem;
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-next {
    font-size: 2.2rem;
    display: inline-block;
    line-height: 2rem;
    background: none;
    color: #27272e;
    left: 21.5rem;
    color: #ffffff;
    transform: scale(1);
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-next:hover {
    color: #f6464c;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-next:hover:after {
    background-image: url('data:image/svg+xml, %3Csvg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10 20C10 19.3096 10.5596 18.75 11.25 18.75H25.7322L20.3661 13.3839C19.878 12.8957 19.878 12.1043 20.3661 11.6161C20.8543 11.128 21.6457 11.128 22.1339 11.6161L29.6339 19.1161C30.122 19.6043 30.122 20.3957 29.6339 20.8839L22.1339 28.3839C21.6457 28.872 20.8543 28.872 20.3661 28.3839C19.878 27.8957 19.878 27.1043 20.3661 26.6161L25.7322 21.25H11.25C10.5596 21.25 10 20.6904 10 20Z" fill="%23F6464C"/%3E%3C/svg%3E');
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-next:before {
    content: "Next";
    position: relative;
    top: 1.4rem;
    left: 1.5rem;
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-singlePage-counter {
    font-size: 1.6rem;
    line-height: 2rem;
    right: 5rem;
  }
}
@media (min-width: 1024px) {
  .cbp.cbp-l-grid-masonry-projects {
    margin: 8rem auto 11rem;
    max-width: 95%;
  }
  .cbp.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
    background: #27272e;
    /* The Fallback */
    background: rgba(0, 0, 0, 0.7);
  }
  .cbp a span {
    font-size: 2.6rem;
    font-weight: 400;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    opacity: 1;
  }
  .cbp a span span.tags {
    font-size: 2rem;
    display: block;
  }
  .cbp-popup-singlePage .cbp-l-project-container {
    margin-top: 0.6rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    padding: 0 4rem;
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-next:after {
    content: "";
    background-image: url('data:image/svg+xml, %3Csvg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10 20C10 19.3096 10.5596 18.75 11.25 18.75H25.7322L20.3661 13.3839C19.878 12.8957 19.878 12.1043 20.3661 11.6161C20.8543 11.128 21.6457 11.128 22.1339 11.6161L29.6339 19.1161C30.122 19.6043 30.122 20.3957 29.6339 20.8839L22.1339 28.3839C21.6457 28.872 20.8543 28.872 20.3661 28.3839C19.878 27.8957 19.878 27.1043 20.3661 26.6161L25.7322 21.25H11.25C10.5596 21.25 10 20.6904 10 20Z" fill="white"/%3E%3C/svg%3E');
    background-position: 0;
    position: absolute;
    top: 0.4rem;
    left: 7rem;
    width: 4rem;
    height: 4rem;
  }
  .cbp-popup-singlePage .cbp-slider .cbp-nav-next {
    right: -5rem;
  }
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-navigation-wrap .cbp-popup-prev:after {
    content: "";
    background-image: url('data:image/svg+xml, %3Csvg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M30 20C30 20.6904 29.4404 21.25 28.75 21.25H14.2678L19.6339 26.6161C20.122 27.1043 20.122 27.8957 19.6339 28.3839C19.1457 28.872 18.3543 28.872 17.8661 28.3839L10.3661 20.8839C9.87796 20.3957 9.87796 19.6043 10.3661 19.1161L17.8661 11.6161C18.3543 11.128 19.1457 11.128 19.6339 11.6161C20.122 12.1043 20.122 12.8957 19.6339 13.3839L14.2678 18.75H28.75C29.4404 18.75 30 19.3096 30 20Z" fill="white"/%3E%3C/svg%3E');
    background-position: 0;
    position: absolute;
    top: 0.4rem;
    left: -7rem;
    width: 4rem;
    height: 4rem;
  }
  .cbp-popup-singlePage .cbp-slider .cbp-nav-next:hover:after {
    background-position: 0 0;
  }
  .cbp-popup-singlePage .cbp-l-project-title {
    font-size: 9.4rem;
    line-height: 10rem;
    letter-spacing: -0.2rem;
  }
  .cbp-l-filters-buttonCenter.sort .cbp-filter-item {
    font-size: 2, 2rem;
    line-height: 3.2rem;
    padding: 0.2rem 2.5rem;
    display: inline-block;
    background-color: #27272e;
    color: #ffffff;
  }
  .cbp-l-filters-buttonCenter.sort {
    margin: 4rem 0;
    top: 2.4rem;
    left: 0;
  }
  .cbp .cbp-l-grid-masonry-projects-title {
    margin-top: -1rem;
  }
}
@media (min-width: 1248px) {
  .cbp-popup-singlePage.cbp-popup-wrap .cbp-popup-content {
    width: 100%;
  }
  .cbp-popup-singlePage .cbp-l-project-container {
    padding: 0;
  }
}
@media (min-width: 1441px) {
  .cbp.cbp-l-grid-masonry-projects {
    margin: 6rem auto 10rem;
    max-width: 130rem;
  }
}
@media (min-width: 1200px) {
  .backToTop {
    position: fixed;
    display: inline-block;
    bottom: 2.7em;
    right: 4%;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background-image: url('data:image/svg+xml, %3Csvg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M19.1161 11.6161C19.6043 11.128 20.3957 11.128 20.8839 11.6161L35.8839 26.6161C36.372 27.1043 36.372 27.8957 35.8839 28.3839C35.3957 28.872 34.6043 28.872 34.1161 28.3839L20 14.2678L5.88388 28.3839C5.39573 28.872 4.60427 28.872 4.11612 28.3839C3.62796 27.8957 3.62796 27.1043 4.11612 26.6161L19.1161 11.6161Z" fill="white"/%3E%3C/svg%3E');
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    width: 5rem;
    height: 5rem;
    padding: 1.5rem 1rem;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .backToTop:hover {
    border: 1px solid #f6464c;
    background-image: url('data:image/svg+xml, %3Csvg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M19.1161 11.6161C19.6043 11.128 20.3957 11.128 20.8839 11.6161L35.8839 26.6161C36.372 27.1043 36.372 27.8957 35.8839 28.3839C35.3957 28.872 34.6043 28.872 34.1161 28.3839L20 14.2678L5.88388 28.3839C5.39573 28.872 4.60427 28.872 4.11612 28.3839C3.62796 27.8957 3.62796 27.1043 4.11612 26.6161L19.1161 11.6161Z" fill="%23F6464C"/%3E%3C/svg%3E');
  }
}

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