@charset "UTF-8";

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  /** ///////////// FONTS ////////////// */
  --font-display: "Neue Haas Grotesk Display", sans-serif;
  --font-logo: "Volte", sans-serif;
  --font-text: "Volte Text", sans-serif;
  --font-sub: "Volte Subheading", "Neue Haas Grotesk Display", sans-serif;
  --font-bold: "Volte Bold", sans-serif;

  /** ///////////// COLORS ////////////// */
  --text-white: hsl(240, 24%, 96%);
  --text-description-light: hsl(218, 24%, 60%);
  --text-description-dark: hsl(240, 2%, 61%);
  --text-description-ulight: hsl(0, 0%, 80%);

  --bkgd-color: hsl(220, 44%, 17%);

  /** ///////////// SIZE ////////////// */
  --title-min-h: 4.5em;
  --title-max-h: 6.5em;

  --globe-h: 80vh;
  --globe-h-work: 50vh;
  --vw-max: 100vw;
  --vh-max: 100vh;

  /** ///////////// URLs ////////////// */
  --cl-1: url("/static/images/clients/otp-os.png");
  --cl-2: url("/static/images/clients/grundfos.png");
  --cl-3: url("/static/images/clients/apr.png");
  --cl-4: url("/static/images/clients/otp-bank.png");
  --cl-5: url("/static/images/clients/ernst-young-doo.png");
  --cl-6: url("/static/images/clients/hungrybark.png");
  --cl-7: url("/static/images/clients/geogis.png");
  --cl-8: url("/static/images/clients/rs.png");
  --cl-9: url("/static/images/clients/boomshop.png");
  --cl-10: url("/static/images/clients/chevron.png");
  --cl-11: url("/static/images/clients/beko.png");
  --cl-12: url("/static/images/clients/booker.png");
  --cl-13: url("/static/images/clients/curalife.png");
  --cl-14: url("/static/images/clients/knjizaraknjiga.png");
  --cl-15: url("/static/images/clients/petmagazine.png");
  --cl-16: url("/static/images/clients/pronova.png");
  --cl-17: url("/static/images/clients/ramino.png");
  --cl-18: url("/static/images/clients/tamper.png");
  --cl-19: url("/static/images/clients/balkanfresh.png");
  --cl-20: url("/static/images/clients/casposla.png");
  --cl-21: url("/static/images/clients/dibs42.png");
  --cl-22: url("/static/images/clients/microfon.png");
  --cl-23: url("/static/images/clients/terrenoss.png");
  --cl-24: url("/static/images/clients/eobrasci.png");
  --cl-25: url("/static/images/clients/entriva.png");
  --cl-26: url("/static/images/clients/cibtvisas.png");

  --prj-1a: url("/static/images/projects/n1a/n1a.png");
  --prj-1b: url("/static/images/projects/n1b/n1b.png");
  --prj-2: url("/static/images/projects/n3/n3.png");
  --prj-3: url("/static/images/projects/n5/n5.png");
  --prj-4: url("/static/images/projects/n4/cover.png");
  --prj-6: url("/static/images/projects/n6/cover.PNG");
  --prj-7: url("/static/images/projects/n7/cover.webp");
  --prj-8: url("/static/images/projects/n8/cover.webp");
  --prj-9: url("/static/images/projects/n9/cover.png");
  --prj-10: url("/static/images/projects/n10/cover.webp");
  --prj-c1: url("/static/images/projects/c1/curalife-background2.jpg");
  --prj-pm1: url("/static/images/projects/pm1/pay.mainloop.rs-home.png");
  --prj-1r: url("/static/images/projects/n1r/petandcat.jpg");

  /* filter */
  --prj-1-c1: #162036;
  --prj-1-c2: #203a58;
  /* - */
  --prj-2-c1: #162036;
  --prj-2-c2: #203a58;
  /* - */
  --prj-3-c1: #162036;
  --prj-3-c2: #203a58;
  /* - */
  --prj-4-c1: #162036;
  --prj-4-c2: #203a58;
  --prj-6-c1: #162036;
  --prj-6-c2: #203a58;
  --prj-c1-c1: #162036;
  --prj-c1-c2: #203a58;
  --prj-3-pm1: #162036;
  --prj-3-pm2: #203a58;
  --prj-1r-c1: #162036;
  --prj-1r-c2: #203a58;
}

/** ////////////////////////////////// */
/** ///////////// DEF. ////////////// */
/** ///////////////////////////////// */
:focus {
  outline: none;
}

@media (any-pointer: fine) {
  ::-webkit-scrollbar {
    display: none;
  }
}

body,
html,
.cursor-default {
  cursor: url(../static/images/incs/cursor.svg) 16 16, auto !important;
}

body:after,
body:before {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-image: url(/static/images/incs/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
p {
  line-height: 1.2;
  margin: 0;
}

a {
  text-decoration: none;
  color: #007aff;
}

ol,
ul {
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

section {
  clear: both;
  padding: 0;
  margin: 0;
}

hr {
  border: 1px solid #3a3a3c;
  margin: 0;
}

i {
  font-family: "Segoe-MDL2-Assets" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}
/** ////////////////////////////////// */
/** ///////////// FADER ///////////// */
/** ///////////////////////////////// */
#fader.fade-out {
  opacity: 0;
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

#fader.fade-in {
  opacity: 1;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/** ////////////////////////////////// */
/** ///////////// INPUTS //////////// */
/** ///////////////////////////////// */
input {
  padding: 22px 17px 15px;
  width: 100%;
  background-color: #15223b;
  color: #f2f2f7;
  border: 1px solid #223458;
  -webkit-box-shadow: 0 0 10px 0 #1e1e1e;
  box-shadow: 0 0 10px 0 #152036;
  border-radius: 8px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

input:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
  box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
}

input.normal {
  padding: 22px 15px 22px 15px;
}

textarea {
  padding: 15px;
  width: 100%;
  background-color: #15223b;
  color: #f2f2f7;
  border: 1px solid #223458;
  -webkit-box-shadow: 0 0 10px 0 #152036;
  box-shadow: 0 0 10px 0 #152036;
  border-radius: 8px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  resize: vertical;
  font-family: "Neue Haas Grotesk Display";
  letter-spacing: 1px;
}

.button,
.content .button,
.cursor-link,
a,
form .input-datepicker input[type="text"],
form input[type="checkbox"],
form input[type="checkbox"] + label,
form input[type="checkbox"].checkbutton + label,
form input[type="radio"],
form input[type="radio"] + label,
form input[type="radio"].checkbutton + label,
form label,
form select {
  cursor: url(../static/images/incs/cursor-link.svg) 16 16, auto !important;
}

/** ////////////////////////////////// */
/** //////// SW NOTIFICATION //////// */
/** ///////////////////////////////// */
#service-worker-update {
  visibility: hidden;
  color: var(--text-white);
  text-align: center;
  z-index: 9999999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #b54b49;
}

#service-worker-update.show {
  visibility: visible;
  -webkit-animation: fade-in 0.3s;
  animation: fade-in 0.3s;
}

#service-worker-update .wrapper {
  width: 100%;
  min-height: 80px;
  max-width: 1324px;
  padding: 0 45px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2rem auto;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 2rem;
  gap: 2rem;
  font-size: 17px;
}

#service-worker-update .wrapper > .text {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 1.6;
}

#service-worker-update .wrapper .btn {
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #914247;
  color: #f2f2f7;
  cursor: pointer;
  font-size: 17px;
}
/** ////////////////////////////////// */
/** ////////// GLOBAL CSS /////////// */
/** ///////////////////////////////// */
.content .h3,
.content .h4,
.content .h5,
.content h3,
.content h4,
.content h5 {
  font-weight: 500;
  font-style: normal;
}

.content .h3,
.content h3 {
  line-height: 1.3em;
  font-size: 26px;
}

.grid {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.grid.wide {
  max-width: 1324px;
}

.menu.inline-menu.no-edge-margins li:first-child {
  margin-left: 0;
}

.content a {
  color: #4fb3ff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .note {
  font-size: 14px;
  line-height: 1.6em;
}

.content hr {
  background-color: #4fb3ff;
  border: 0;
  height: 4px;
  width: 60px;
  margin: 25px 0;
}

.content .description,
.content li,
.content p {
  font-weight: 300;
  font-style: normal;
}

.waypoint-hr.waypoint-active {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.content hr {
  margin-left: auto;
  margin-right: auto;
}

.menu a {
  display: inline-block;
  font-family: var(--font-sub);
  position: relative;
  color: var(--text-white);
  padding: 8px 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.04em;
}

.menu a span {
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.menu a:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background-color: #e80262;
  left: 50%;
  top: calc(100% - 0.15em);
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.14, 0.8, 0.4, 1);
  -o-transition: all 0.8s cubic-bezier(0.14, 0.8, 0.4, 1);
  transition: all 0.8s cubic-bezier(0.14, 0.8, 0.4, 1);
}

.menu a.hover:after {
  left: 10px;
  width: calc(100% - 20px);
  opacity: 1;
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row,
.row.center-vertical .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row-reverse,
.row-reverse-pet {
  flex-direction: row-reverse;
}

.center-flex,
.center-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.same-height {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col-1-of-2 {
  width: calc(50% - 30px);
}

.row.center-vertical .col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.same-height .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px;
}

.text-box {
  display: -ms-grid;
  display: grid;
  position: relative;
  margin: auto;
  max-width: 1324px;
  height: 100%;
}

.text-box .content {
  margin: auto 0;
  padding: 0 50px;
  z-index: 2;
}

.text-box .content .title {
  font-size: clamp(var(--title-min-h), 7.5vw, var(--title-max-h));
  line-height: 0.85;
  width: 56%;
  font-weight: 600;
  font-family: var(--font-bold);
}

.text-box .content .description {
  font-size: 1.65em; /*! FIX */
  line-height: 1.2;
  width: 52%;
  margin-top: 15px;
  color: var(--text-description-dark);
}

/** ////////////////////////////////// */
/** ///////////// BUTTON //////////// */
/** ///////////////////////////////// */
button {
  font-weight: 400;
  font-family: inherit;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin: 0;
}
.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 38px;
  letter-spacing: 0.2px;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--text-white);
  background-color: #363638;
  border-radius: 10px;
  -webkit-transition: opacity 0.25s, color 0.25s, background-color 0.25s,
    -webkit-box-shadow 0.25s;
  transition: opacity 0.25s, color 0.25s, background-color 0.25s,
    -webkit-box-shadow 0.25s;
  -o-transition: opacity 0.25s, color 0.25s, background-color 0.25s,
    box-shadow 0.25s;
  transition: opacity 0.25s, color 0.25s, background-color 0.25s,
    box-shadow 0.25s;
  transition: opacity 0.25s, color 0.25s, background-color 0.25s,
    box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

.button.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: column;
  padding: 0 15px;
  font-size: 19px;
  letter-spacing: 1.5px;
  height: 50px;
}

.button.cta svg {
  -webkit-animation: cta-sparkle 2.7s infinite both;
  animation: cta-sparkle 2.7s infinite both;
}

@-webkit-keyframes cta-sparkle {
  0% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes cta-sparkle {
  0% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.button:hover,
.button.cta:hover {
  background-color: hsl(220, 44%, 15%);
  z-index: 2;
}

.button .text {
  padding: 0 1rem;
}

.button:hover:before {
  -webkit-box-shadow: inset 0 0 0 1px hsl(217, 43%, 25%);
  box-shadow: inset 0 0 0 1px hsl(217, 43%, 25%);
  background-color: unset;
}

.button:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
  border-radius: 10px;
  -webkit-transition: background-color 0.25s, -webkit-box-shadow 0.25s;
  transition: background-color 0.25s, -webkit-box-shadow 0.25s;
  -o-transition: box-shadow 0.25s, background-color 0.25s;
  transition: box-shadow 0.25s, background-color 0.25s;
  transition: box-shadow 0.25s, background-color 0.25s, -webkit-box-shadow 0.25s;
}

.button:hover:after {
  -webkit-box-shadow: 0 0 0 2px #24395a;
  box-shadow: 0 0 0 2px #25385d;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.button:after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 3;
  pointer-events: none;
  -webkit-box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0);
  -webkit-transform: scale(1.021) translateZ(0);
  transform: scale(1.021) translateZ(0);
  border-radius: 10px;
  transition: box-shadow 0.25s, -webkit-transform 0.25s;
  -webkit-transition: -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
  transition: -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
  -o-transition: box-shadow 0.25s, transform 0.25s;
  transition: box-shadow 0.25s, transform 0.25s;
  transition: box-shadow 0.25s, transform 0.25s, -webkit-box-shadow 0.25s,
    -webkit-transform 0.25s;
  transition: box-shadow 0.25s, transform 0.25s, -webkit-box-shadow 0.25s,
    -webkit-transform 0.25s;
  transition: box-shadow 0.25s, transform 0.25s, -webkit-box-shadow 0.25s,
    -webkit-transform 0.25s;
  transition: box-shadow 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
/** ////////////////////////////////// */
/** ////////// BCGK EFFECT ////////// */
/** ///////////////////////////////// */
#scene {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  z-index: 2;
  background-color: transparent;
  font-family: var(--font-text);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrapper.dark #scene {
  background-color: #141414;
}

#scene .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: -ms-grid;
  display: grid;
  justify-items: right;
  overflow: hidden;
}

#scene .bg .grad {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/images/incs/background-xl-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 152%;
}

@-webkit-keyframes containment {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes containment {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/** ////////////////////////////////// */
/** ///////////// HEADER //////////// */
/** ///////////////////////////////// */
.app-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 3;
  margin: calc(25px + env(safe-area-inset-top)) 0;
}

.app-header .col,
.app-header .grid {
  position: relative;
}

.app-header .col,
.app-header .grid {
  position: relative;
}

.app-header .mainloop-logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  pointer-events: all;
}

.lottie-container {
  font-family: var(--font-logo);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 40px;
  color: var(--text-white);
  letter-spacing: -2px;
}

.app-header .email {
  pointer-events: all;
  position: absolute;
  top: 5px;
  right: -10px;
}

/** ////////////////////////////////// */
/** ///////// NAV. DESKTOP ////////// */
/** ///////////////////////////////// */
.app-desktop-menu {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 30px;
  margin-left: -224px;
  z-index: 4;
  text-align: center;
}

.menu.inline-menu li {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.app-desktop-menu .menu a {
  text-transform: uppercase;
  font-family: var(--font-sub);
  font-weight: 600;
  letter-spacing: 0.24em;
  margin: 0 1em;
}

.app-desktop-menu .menu a:hover:after {
  left: 0.48em;
}

/** ////////////////////////////////// */
/** ///////// GLOBE SECTION ///////// */
/** ///////////////////////////////// */
.globe-model {
  position: relative;
  height: clamp(610px, var(--globe-h), var(--globe-h));
  right: 0;
  width: 100vw;
  overflow: hidden;
  margin: 0 auto;
}

.globe-model canvas {
  position: absolute;
}

canvas#globekit-canvas {
  position: absolute;
  right: 0;
  height: clamp(var(--globe-h), 100%, var(--vh-max));
}

.globe {
  position: relative;
  overflow: hidden;
}

.globe .inner {
  position: relative;
  max-width: unset;
  display: -ms-grid;
  display: grid;
  /* margin: 0; */
  padding: 0;
}

.globe .inner .node {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

#globekit-canvas {
  -webkit-animation: leaves 8s ease-in-out;
  animation: leaves 8s ease-in-out;
}

@-webkit-keyframes leaves {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  2% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes leaves {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  2% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

div#quake-info {
  position: fixed;
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 0 0 0 2vh;
  max-width: 20vw;
}

div#quake-info div {
  overflow: hidden;
  -webkit-transform: translate3d(0, -14px, 0);
  transform: translate3d(0, -14px, 0);
}

div#quake-info span {
  display: inline-block;
  padding: 0.6em 0.8em;
  opacity: 0;
  background: rgba(53, 6, 110, 0.4);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
  color: rgba(255, 255, 255, 0.7);
}

div#quake-info span.in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

div#quake-info strong {
  display: block;
  font-weight: 300;
  /* color: #fff; */
  color: #00ffff;
}
/** ////////////////////////////////// */
/** ///////// INTRO SECTION ///////// */
/** ///////////////////////////////// */
.intro-section {
  text-align: center;
}
.intro-section .title {
  font-size: 40px; /*! FIX */
  margin: 33px 0;
  line-height: 1.2;
}

.intro-section .description {
  margin: 0 auto;
  padding: 0 8%;

  font-size: 19px; /*! FIX */
  line-height: 1.4em;
  letter-spacing: 1px;
}

/** ////////////////////////////////// */
/** ////// HIGHLIGHTED PROJECT ////// */
/** ///////////////////////////////// */
/* & Who we are */
.highlighted-project,
.who-we-are {
  margin: 140px 0;
  position: relative;
}

.highlighted-project .container {
  position: relative;
}

.highlighted-project .container .offset-col {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  overflow: hidden;
}

.highlighted-project .container .main {
  position: relative;
  height: 500px;
}

.highlighted-project .main .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.highlighted-project .container .offset-col .background-image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background: #152036;
  background: -o-linear-gradient(
    359.99deg,
    #a51e22 0%,
    #192640 68.57%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    90.00999999999988deg,
    #a51e22 0%,
    #192640 68.57%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 15px 0 0 15px;
  position: absolute;
  height: 90%;
  top: 4%;
  left: 50%;
  margin-left: -285px;
  width: 100%;
  -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 15%);
  box-shadow: 0 0 24px rgb(0 0 0 / 15%);
}

.highlighted-project .content hr {
  background-color: #a51e22;
  margin-left: 0;
}

.highlighted-project .container .main .col:nth-child(1) .title {
  font-size: 5em;
  font-weight: 500;
  margin: 0 0 15px;
}

.highlighted-project .container .main .col:nth-child(1) .description {
  font-size: 17px;
  letter-spacing: 1px;
  margin: 0 0 15px;
}

.highlighted-project .container .col:nth-child(1) .button {
  background-color: #a51e22;
  padding: 0 15px;
  font-size: 19px;
  letter-spacing: 1.5px;
  height: 50px;
  color: hsl(0, 0%, 100%);
}

.highlighted-project .container .col:nth-child(1) .button:hover:before {
  -webkit-box-shadow: inset 0 0 0 1px #a51e22;
  box-shadow: inset 0 0 0 1px #a51e22;
}

.highlighted-project .container .col:nth-child(1) .button:hover:after {
  -webkit-box-shadow: 0 0 0 2px #a51e22;
  box-shadow: 0 0 0 2px #a51e22;
}

.highlighted-project .container .main .col:nth-child(1),
.highlighted-project .container .main .col:nth-child(2) {
  margin: auto 15px;
}

.highlighted-project .container .main .col:nth-child(2) {
  width: 60%;
}

.highlighted-project .container .main .col:nth-child(2) .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 500px;
}

.highlighted-project .container .main .col:nth-child(2) .mobile .back {
  background: var(--text-white);
  position: absolute;
  top: 1;
  left: 0;
  bottom: -0.5%;
  right: 0;
  border-radius: 40px;
  -webkit-transform: rotateY(12deg) translateX(1px);
  transform: rotateY(12deg) translateX(1px);
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  -o-transition: 0.4s transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
  z-index: -1;
}

.highlighted-project .container .main .col:nth-child(2) .mobile .screen {
  background-image: url("../static/images/incs/home-mobile-2.webp");
  background-size: 228px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 45px;
}

.highlighted-project .container .main .col:nth-child(2) .mobile {
  width: 250px;
  position: absolute;
  top: -5em;
  -webkit-transform: perspective(800px) rotateY(25deg) scale(0.9) rotateX(10deg);
  transform: perspective(800px) rotateY(25deg) scale(0.9) rotateX(10deg);
  opacity: 0.9;
  -webkit-transition: 0.6s ease all;
  -o-transition: 0.6s ease all;
  transition: 0.6s ease all;
}

.highlighted-project .container .main .col:nth-child(2) .mobile:hover {
  -webkit-transform: perspective(800px) rotateY(-15deg) translateY(-50px)
    rotateX(10deg) scale(1);
  transform: perspective(800px) rotateY(-15deg) translateY(-50px) rotateX(10deg)
    scale(1);
  opacity: 1;
}

.highlighted-project .container .main .col:nth-child(2) .text-box {
  width: 55%;
  margin: auto 0 auto auto;
  height: unset;
}

.highlighted-project .container .main .col:nth-child(2) .text-box .title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
}

.highlighted-project .container .main .col:nth-child(2) .text-box .description {
  font-size: 19px;
  line-height: 1.1em;
  letter-spacing: 1px;
}

.highlighted-project
  .text-box
  hr.waypoint-hr.waypoint.waypoint-active.waypoint-above-the-fold {
  background-color: var(--text-white);
  margin: 0 0 15px;
}

/** ////////////////////////////////// */
/** //////////// CLIENTS //////////// */
/** ///////////////////////////////// */
.clients {
  margin: 0 0 -30px;
}

.clients .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clients-slider {
  position: relative;
  height: 90px;
  cursor: url(../static/images/incs/cursor-swipe.svg) 16 16, auto !important;
}

.clients-slider::before,
.clients-slider::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20vw;
  z-index: 2;
  pointer-events: none;
}

.clients-slider::before {
  background: -o-linear-gradient(left, #192640 0, rgba(40, 35, 51, 0));
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #192640),
    to(rgba(40, 35, 51, 0))
  );
  background: linear-gradient(90deg, #192640 0, rgba(40, 35, 51, 0));
  left: 0;
}

.clients-slider::after {
  background: -o-linear-gradient(right, #192640 0, rgba(40, 35, 51, 0));
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, #192640),
    to(rgba(40, 35, 51, 0))
  );
  background: linear-gradient(270deg, #192640 0, rgba(40, 35, 51, 0));
  right: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 300px;

  /* Center slide text vertically */
  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;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  -webkit-filter: drop-shadow(0px 0px 15px #0c1320);

  filter: drop-shadow(0px 0px 15px #0c1320);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.swiper-slide:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.5;
}

.clients-slider .cl1 {
  background-image: var(--cl-1);
}

.clients-slider .cl2 {
  background-image: var(--cl-2);
}

.clients-slider .cl3 {
  background-image: var(--cl-3);
}

.clients-slider .cl4 {
  background-image: var(--cl-4);
}

.clients-slider .cl5 {
  background-image: var(--cl-5);
}

.clients-slider .cl6 {
  background-image: var(--cl-6);
}
.clients-slider .cl7 {
  background-image: var(--cl-7);
}
.clients-slider .cl8 {
  background-image: var(--cl-11);
}
.clients-slider .cl9 {
  background-image: var(--cl-12);
}
.clients-slider .cl10 {
  background-image: var(--cl-13);
}
.clients-slider .cl11 {
  background-image: var(--cl-14);
}
.clients-slider .cl12 {
  background-image: var(--cl-15);
}
.clients-slider .cl13 {
  background-image: var(--cl-16);
}
.clients-slider .cl14 {
  background-image: var(--cl-17);
}
.clients-slider .cl15 {
  background-image: var(--cl-23);
}
.clients-slider .cl16 {
  background-image: var(--cl-24);
}
.clients-slider .cl17 {
  background-image: var(--cl-25);
}
.clients-slider .cl18 {
  background-image: var(--cl-26);
}

/** ////////////////////////////////// */
/** ///////////// FOOTER ////////////// */
/** ///////////////////////////////// */
.app-footer {
  position: relative;
  color: var(--text-white);
  background-color: rgb(21 32 54);
  padding: 40px;
  z-index: 9;
}

.app-footer .inner {
  height: 100%;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.app-footer .right {
  margin: 0 0 0 auto;
}
.app-footer .footer-menu {
  margin: 0 0 40px -10px;
}

.app-footer .copyright .note {
  font-family: var(--text-description-dark);
  color: var(--text-description-dark);
}

.app-footer .f-logo-ov {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 695 650.55'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23e5e5ea; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M484.33,485.93V622.57a349,349,0,0,1-239.21,12.65V239.07L347.5,341.45v190A227.37,227.37,0,0,0,484.33,485.93Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M695,303.05C695,435.1,621.35,550,512.88,608.76V460.57a228.39,228.39,0,0,0,0-315v-1.47L347.25,309.7,182.6,145q-7.72,8.07-14.65,16.86a228.41,228.41,0,0,0,50.59,329.67V625.83C90.47,574.63,0,449.41,0,303.05A346.09,346.09,0,0,1,83.33,77.28c4.82-5.65,9.85-11.16,15-16.48a349.42,349.42,0,0,1,79-60.8l41.2,41.2,129,129v.49L484.33,33.81,518,.18A347.8,347.8,0,0,1,695,303.05Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  width: 34em;
  background-position: center;
  height: 100%;
  position: absolute;
  opacity: 0.02;
}

.app-footer .social-menu {
  margin-right: -15px;
  margin-bottom: 35px;
}

.app-footer .credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-footer .version {
  color: var(--text-description-dark);
  margin: auto 10px 8px 0;
}

.app-footer .credit .credit-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  fill: var(--text-white);
  font-family: var(--font-logo);
  margin: 0 auto;
  font-weight: 500;
  font-size: 38px;
  color: var(--text-white);
  letter-spacing: -2px;
}

.mobile-tabs {
  display: none;
}
/** ////////////////////////////////// */
/** ///////////// HOME ////////////// */
/** ///////////////////////////////// */
.home .text-box .content .description {
  color: var(--text-description-light);
  font-size: clamp(17px, 4.7vw, 1.65em);
}
.home.intro-section .description {
  width: 80%;
  padding: 0;
}

.home.globe .button.cta {
  margin: 30px 0 0 0;
  background-color: transparent;
  -webkit-backdrop-filter: blur(10px) brightness(1.4);
  backdrop-filter: blur(10px) brightness(1.4);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.5px;
}

.home.globe .button.cta > div {
  font-family: var(--font-bold);
  margin: auto auto;
  padding: 4px 0 0;
  font-size: 19px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--text-white);
}

[data-aos="intro-box"] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: scale(0.96) translateY(24px);
  -ms-transform: scale(0.96) translateY(24px);
  transform: scale(0.96) translateY(24px);
}
[data-aos="intro-box"].aos-animate {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
[data-aos="nav-bar"] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: scale(0.95) translateY(-30px);
  -ms-transform: scale(0.95) translateY(-30px);
  transform: scale(0.95) translateY(-30px);
}
[data-aos="nav-bar"].aos-animate {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

/*! ////////////////////////////////// */
/*! ////////// Other Pages ////////// */
/*! ///////////////////////////////// */
/* --------------------------------- */
/** ////////////////////////////////// */
/** ////////////! WORK ////////////// */
/** ///////////////////////////////// */
.work {
  margin: -55px 0 0;
  z-index: 2;
  position: relative;
}
.work .grid .work-grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5em 1fr 2.5em 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}
/** ////////////////////////////////// */
/** ///////////// Hero ////////////// */
/** ///////////////////////////////// */
.work.home.globe .grid {
  max-width: unset;
}
.work .globe-model {
  height: clamp(610px, var(--globe-h-work), var(--globe-h-work));
  display: -ms-grid;
  display: grid;
}
.work canvas#globekit-canvas {
  position: relative;
  height: clamp(610px, var(--vh-max), var(--vh-max));
  top: -19%;
  display: block;
  margin: 0 auto 0 -7%;
  -webkit-animation: none;
  animation: none;
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
}
.work .text-box .content .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
  font-size: clamp(var(--title-min-h), 7.5vw, var(--title-max-h));
}
.work .work-grid .prj {
  background-color: #152036;
  position: relative;
  border-radius: 15pt;
  -webkit-box-shadow: 0 0 30px #152036;
  box-shadow: 0 0 30px #152036;
  text-shadow: 0 0 7.5px rgb(29 29 31 / 50%);
  height: unset;

  display: flex;
  flex-direction: column;
}
.work .prj .project-bckg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  border-radius: 15pt;
}
.work .prj .project-bckg .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 15pt;
  z-index: 1;
}
/* .work .prj .project-bckg .image:not(.filter) {
  width: 100%;
  height: 100%;
  border-radius: 15pt 15pt 0 0;
  background-size: 155%;
  background-position: top;
  background-repeat: no-repeat;
  filter: none;
  -webkit-animation: hd-quality 1s;
  animation: hd-quality 1s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
} */
/* .work .prj .project-bckg .image {
  filter: brightness(0.9);
} */

.work .prj .project-image {
  position: relative;
  width: 100%;
  z-index: 2;
}
.work .prj .project-image .logo {
  width: fit-content;
  position: relative;
  font-family: var(--font-logo);
  font-weight: 500;
  font-size: 20px;
  color: var(--text-white);
  letter-spacing: -2px;
  padding: 1em 1.5em 0.5em;
}
.work .prj .project-image .image {
  background-size: 140%;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: 150px;
  margin: 0.5em 2em;
  border-radius: 8pt;
}

.work .prj .project-image .title {
  width: fit-content;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
  z-index: 1;
  padding: 0.5em 30px 0;
}
.work .prj .project-image .country {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.work .prj.solo .project-image .title {
  padding: 0em 30px 0.6em;
}
.work .prj.solo .project-image .country {
  margin-top: 10px;
}
.work .prj .project-image .title.main {
  margin: 25px 0 0;
  font-size: 40px;
  text-align: left;
  font-weight: 400;
}
.work .prj .project-footer {
  height: 20%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 20px 2em;
  bottom: 0;
  border-radius: 0 0 15pt 15pt;
  z-index: 2;
  margin: auto auto 0 auto;
}
.work .prj.solo .project-footer {
  margin-bottom: 15px;
}
.work .h3.title {
  margin: 15px 0 0;
  font-size: 40px;
  text-align: center;
  width: 100%;
}
/** ////////////////////////////////// */
/** ////////// Strong Text ////////// */
/** ///////////////////////////////// */
.work .prj.n3 strong {
  font-weight: 900;
  background: -o-linear-gradient(left, #b54b48 0%, #3f7bee 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b54b48),
    to(#3f7bee)
  );
  background: linear-gradient(90deg, #b54b48 0%, #3f7bee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
}
/** ////////////////////////////////// */
/** //////////// Images ///////////// */
/** ///////////////////////////////// */
.work .n1a .image {
  background-image: var(--prj-1a);
}
.work .n1b .image {
  background-image: var(--prj-1b);
}
.work .n2 .image {
  background-image: var(--prj-2);
}
.work .n3 .image {
  background-image: var(--prj-3);
}
.work .n4 .image-beko {
  background-image: var(--prj-4);
}
.work .n7 .image {
  background-image: var(--prj-7);
}
.work .n8 .image {
  background-image: var(--prj-8);
}
.work .n9 .image {
  background-image: var(--prj-9);
}
.work .n10 .image {
  background-image: var(--prj-10);
}
.work a.n6 .image {
  background-image: var(--prj-6);
}
.work .c1 .image {
  background-image: var(--prj-c1);
}

.work .pm1 .image {
  background-image: var(--prj-pm1);
}
.work .n1r .image {
  background-image: var(--prj-1r);
}


/* Filters */
.work .prj.n1a .project-footer,
.work .prj.n1b .project-footer,
.work .n1a .project-bckg .image,
.work .n1b .project-bckg .image {
  background: -o-linear-gradient(
    190deg,
    var(--prj-1-c1) 0%,
    var(--prj-1-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-1-c1) 0%,
    var(--prj-1-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-1-c1) 0%,
    var(--prj-1-c2) 100%
  );
  background: linear-gradient(260deg, var(--prj-1-c1) 0%, var(--prj-1-c2) 100%);
}
.work .prj.n1r .project-footer {
  background: -o-linear-gradient(
    190deg,
    var(--prj-1r-c1) 0%,
    var(--prj-1r-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-1r-c1) 0%,
    var(--prj-1r-c2) 100%
  );
  background: linear-gradient(
    260deg,
    var(--prj-1r-c1) 0%,
    var(--prj-1r-c2) 100%
  );
}

.work .n1r {
  background: -o-linear-gradient(
    190deg,
    var(--prj-1r-c1) 0%,
    var(--prj-1r-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-1r-c1) 0%,
    var(--prj-16-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-1r-c1) 0%,
    var(--prj-1r-c2) 100%
  );
  background: linear-gradient(
    260deg,
    var(--prj-1r-c1) 0%,
    var(--prj-1r-c2) 100%
  );
}
.work .prj.n2 .project-footer {
  background: -o-linear-gradient(
    190deg,
    var(--prj-2-c1) 0%,
    var(--prj-2-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-2-c1) 0%,
    var(--prj-2-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-2-c1) 0%,
    var(--prj-2-c2) 100%
  );
  background: linear-gradient(260deg, var(--prj-2-c1) 0%, var(--prj-2-c2) 100%);
}
.work .prj.n3 .project-footer {
  background: -o-linear-gradient(
    190deg,
    var(--prj-3-c1) 0%,
    var(--prj-3-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-3-c1) 0%,
    var(--prj-3-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-3-c1) 0%,
    var(--prj-3-c2) 100%
  );
  background: linear-gradient(260deg, var(--prj-3-c1) 0%, var(--prj-3-c2) 100%);
}
.work .prj.n4 .project-footer {
  background: -o-linear-gradient(
    190deg,
    var(--prj-4-c1) 0%,
    var(--prj-4-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-4-c1) 0%,
    var(--prj-4-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-4-c1) 0%,
    var(--prj-4-c2) 100%
  );
  background: linear-gradient(260deg, var(--prj-4-c1) 0%, var(--prj-4-c2) 100%);
}
.work .prj.n7 .project-footer {
  background: -o-linear-gradient(
    190deg,
    var(--prj-2-c1) 0%,
    var(--prj-2-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-2-c1) 0%,
    var(--prj-2-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-2-c1) 0%,
    var(--prj-2-c2) 100%
  );
  background: linear-gradient(260deg, var(--prj-2-c1) 0%, var(--prj-2-c2) 100%);
}
.work .prj.n8 .project-footer {
  background: -o-linear-gradient(
    190deg,
    var(--prj-2-c1) 0%,
    var(--prj-2-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-2-c1) 0%,
    var(--prj-2-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-2-c1) 0%,
    var(--prj-2-c2) 100%
  );
  background: linear-gradient(260deg, var(--prj-2-c1) 0%, var(--prj-2-c2) 100%);
}
.work .prj.n9 .project-footer {
  background: -o-linear-gradient(
    190deg,
    var(--prj-2-c1) 0%,
    var(--prj-2-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-2-c1) 0%,
    var(--prj-2-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-2-c1) 0%,
    var(--prj-2-c2) 100%
  );
  background: linear-gradient(260deg, var(--prj-2-c1) 0%, var(--prj-2-c2) 100%);
}

.work .n4, .work .c1, .work .pm1, .work .n3, .work .n2, .work .n7, .work .n8, .work .n9, .work .n10 {
  background: -o-linear-gradient(
    190deg,
    var(--prj-4-c1) 0%,
    var(--prj-4-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-4-c1) 0%,
    var(--prj-4-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-4-c1) 0%,
    var(--prj-4-c2) 100%
  );
  background: linear-gradient(260deg, var(--prj-4-c1) 0%, var(--prj-4-c2) 100%);
}

.work a.prj.n6 .project-footer {
  background: -o-linear-gradient(
    190deg,
    var(--prj-6-c1) 0%,
    var(--prj-6-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-6-c1) 0%,
    var(--prj-6-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-6-c1) 0%,
    var(--prj-6-c2) 100%
  );
  background: linear-gradient(260deg, var(--prj-6-c1) 0%, var(--prj-6-c2) 100%);
}

.work .prj.pm1 .project-footer {
  background: -o-linear-gradient(
    190deg,
    var(--prj-3-pm1) 0%,
    var(--prj-3-pm2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-3-pm1) 0%,
    var(--prj-3-pm2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-3-pm1) 0%,
    var(--prj-3-pm2) 100%
  );
  background: linear-gradient(
    260deg,
    var(--prj-3-pm1) 0%,
    var(--prj-3-pm2) 100%
  );
}

.work a.n6 {
  background: -o-linear-gradient(
    190deg,
    var(--prj-6-c1) 0%,
    var(--prj-6-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-6-c1) 0%,
    var(--prj-6-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-6-c1) 0%,
    var(--prj-6-c2) 100%
  );
  background: linear-gradient(260deg, var(--prj-6-c1) 0%, var(--prj-6-c2) 100%);
}

.work .prj.c1 .project-footer {
  background: -o-linear-gradient(
    190deg,
    var(--prj-c1-c1) 0%,
    var(--prj-c1-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-c1-c1) 0%,
    var(--prj-c1-c2) 100%
  );
  background: -o-linear-gradient(
    190deg,
    var(--prj-c1-c1) 0%,
    var(--prj-c1-c2) 100%
  );
  background: linear-gradient(
    260deg,
    var(--prj-c1-c1) 0%,
    var(--prj-c1-c2) 100%
  );
}
/* .prj.n3 .project-bckg .filter {
  -webkit-backdrop-filter: blur(15px) brightness(0.5);
  backdrop-filter: blur(15px) brightness(0.5);
} */
.work .prj.n6 .project-image .title,
.work .prj.n7 .project-image .title {
  font-size: 25px;
}
.work .prj.n6 .project-image .title strong,
.work .prj.n7 .project-image .title strong {
  font-size: 40px;
}
.work .prj .project-footer .description {
  font-size: 17px;
  color: hsl(240, 17%, 82%);
}
.work .prj.n2 .project-footer .description,
.work .prj.n3 .project-footer .description,
.work .prj.n7 .project-footer .description,
.work .prj.n8 .project-footer .description,
.work .prj.n9 .project-footer .description,
.work .prj.c1 .project-footer .description {
  color: hsl(0, 0%, 100%);
}
.work .prj.n4 .project-footer .description,
.work a.prj.n6 .project-footer .description,
.work .prj.n1r .project-footer .description {
  text-shadow: none;
  color: white;
}
.contact-us .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
.contact-us .grid .row .col button {
  background-color: #152036;
  margin: 0 auto;
}
