/* ============================================================
                            GENERAL
   ============================================================ */
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-DemiBold.woff2") format("woff2"), url("../fonts/TTCommons-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Regular.woff2") format("woff2"), url("../fonts/TTCommons-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.preloader-site {
  overflow: hidden !important;
}

.preloader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-color: #091928;
  position: absolute;
  top: 0px;
  z-index: 9999;
  left: 0px;
  max-width: 100vw;
  max-height: 100vh;
}
.preloader-wrapper img {
  -webkit-animation: showing 1.5s infinite;
  animation: showing 1.5s infinite;
}

body {
  background: #FFFFFF;
  color: #091928;
  font-family: "TT Commons";
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

body,
body a {
  cursor: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.container-fluid {
  padding: 0 140px;
}

.modal-content {
  border: 0px;
  background: transparent;
}

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}

.cursor--small {
  width: 5px;
  height: 5px;
  left: -2.5px;
  top: -2.5px;
  border-radius: 50%;
  z-index: 11000;
  background: #F9423A;
}

.cursor--canvas {
  width: 100vw;
  height: 100vh;
  z-index: 12000;
}

.btn-custom {
  position: relative;
  text-transform: uppercase;
  padding: 16px 48px 16px 0;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.4s ease;
  margin-top: 30px;
  display: inline-block;
  color: #091928;
}
.btn-custom:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #F9423A;
  width: 0;
  z-index: -1;
  transition: all 0.4s ease;
}
.btn-custom:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 15px;
  background: #F9423A;
  position: absolute;
  right: 24px;
  bottom: 16px;
  z-index: 1;
  -webkit-animation: showing 1.5s infinite;
  animation: showing 1.5s infinite;
}

.btn-custom-invert {
  position: relative;
  text-transform: uppercase;
  padding: 16px 0px 16px 48px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.4s ease;
  margin-top: 30px;
  display: inline-block;
  color: #091928;
}
.btn-custom-invert:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #F9423A;
  width: 0;
  z-index: -1;
  transition: all 0.4s ease;
}
.btn-custom-invert:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 15px;
  background: #F9423A;
  position: absolute;
  right: 24px;
  bottom: 16px;
  z-index: 1;
  -webkit-animation: showing 1.5s infinite;
  animation: showing 1.5s infinite;
}

.sub-text {
  font-size: 1.375em;
}

/* ============================================================
                            LINES
   ============================================================ */
.line-wrap {
  display: flex;
  position: fixed;
  padding: 0 140px;
  left: 0;
  top: 0;
  z-index: -4;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
}
.line-wrap .wrap {
  position: relative;
  display: flex;
  width: 100%;
}
.line-wrap .wrap * {
  transition: all 1s ease;
}
.line-wrap .wrap .line-x {
  position: fixed;
  height: 1px;
  width: 100%;
  background: #F1F2F3;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
}
.line-wrap .wrap .line-x.line-1 {
  top: calc(50% - 1px);
  opacity: 0;
}
.line-wrap .wrap .line-x.line-2 {
  opacity: 0;
  bottom: 50%;
}
.line-wrap .wrap .line-y {
  position: absolute;
  height: 100%;
  border-left: 1px solid #F1F2F3;
  top: 0;
  width: calc(14.28571%);
}
.line-wrap .wrap .line-y:last-child {
  border-right: 1px solid #F1F2F3;
}
.line-wrap .wrap .line-y.line-1 {
  left: 0px;
}
.line-wrap .wrap .line-y.line-2 {
  left: calc(14.28571% * 1);
}
.line-wrap .wrap .line-y.line-3 {
  left: calc(14.28571% * 2);
}
.line-wrap .wrap .line-y.line-4 {
  left: calc(14.28571% * 3);
}
.line-wrap .wrap .line-y.line-5 {
  left: calc(14.28571% * 4);
}
.line-wrap .wrap .line-y.line-6 {
  left: calc(14.28571% * 5);
}
.line-wrap .wrap .line-y.line-7 {
  left: calc(14.28571% * 6);
}

.fp-viewing-Projects .line-wrap .line-x.line-1 {
  visibility: inherit;
  opacity: 1;
  top: 180px;
}
.fp-viewing-Projects .line-wrap .line-x.line-2 {
  visibility: inherit;
  opacity: 1;
  bottom: 180px;
}
.fp-viewing-Projects .line-wrap .line-y.line-2,
.fp-viewing-Projects .line-wrap .line-y.line-3 {
  left: calc(-50% - 1px);
  opacity: 0;
}
.fp-viewing-Projects .line-wrap .line-y.line-4,
.fp-viewing-Projects .line-wrap .line-y.line-5,
.fp-viewing-Projects .line-wrap .line-y.line-6 {
  opacity: 0;
  left: calc(150%);
}
.fp-viewing-Projects .line-wrap .line-y.line-7 {
  border-left: 0px solid #F1F2F3;
}

/* ============================================================
                            NAVBAR
   ============================================================ */
.header {
  position: absolute;
  height: 50px;
  display: block;
  width: 100%;
  background: #333;
  z-index: 9;
  text-align: center;
  color: #f2f2f2;
  top: 0px;
  padding: 20px 0 0 0;
}

.header-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  transition: color 0.8s ease;
  font-weight: 400;
}
.header-container .wrap {
  position: relative;
  padding: 0 30px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-container .wrap .logo {
  display: flex;
  width: 225px;
}
.header-container .wrap .workBtn {
  position: absolute;
  left: calc(14.28571% * 6);
  transition-duration: 0.3s;
}
.header-container .wrap .workBtn .btn-custom {
  color: #F9423A;
  margin-top: 0;
}

.socials {
  position: absolute;
  bottom: 70px;
  padding-left: 0px;
  width: calc(14.28571% * 2);
  right: 100px;
}
.socials ul {
  list-style: none;
  justify-content: center;
  margin-bottom: 0px;
  display: flex;
}
.socials ul li a {
  padding: 25px;
  color: #091928;
}
.socials ul li a:hover {
  color: #F9423A;
}

.logo img {
  transition-delay: 1.4s;
  transition-duration: 0.4;
}

.menu .menu-container {
  position: absolute;
  width: 100vw;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  z-index: 100;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-delay: 1s;
}
.menu .menu-container .req, .menu .menu-container .error-message {
  display: none;
  margin: 0;
  transition-duration: 0.4s;
}
.menu .menu-container .required {
  display: block;
}
.menu .menu-container .q-2 {
  position: relative;
  top: -50px;
}
.menu .menu-container .question-left {
  width: calc(14.28571% * 3);
  padding: 45px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.menu .menu-container .question-left h2 {
  margin: 0;
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
}
.menu .menu-container .question-left h2 span {
  font-size: 59px;
  color: #F9423A;
  vertical-align: middle;
  margin-right: 5px;
}
.menu .menu-container .answer-right {
  width: calc(14.28571% * 4);
  padding: 45px;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  height: 50vh;
}
.menu .menu-container .answer-right .answer input {
  width: 100%;
  margin-bottom: 15px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #F9423A;
  color: #ffffff;
  font-size: 1.375em;
  padding: 10px 15px;
  outline: none !important;
}
.menu .menu-container .answer-right .prevBtn {
  position: absolute;
  left: 45px;
  bottom: 45px;
}
.menu .menu-container .answer-right .prevBtn .prev-question {
  font-size: 1.125em;
}
.menu .menu-container .answer-right .nextBtn {
  position: absolute;
  right: 45px;
  bottom: 45px;
}
.menu .menu-container .answer-right .nextBtn .next-question {
  font-size: 1.125em;
}
.menu .menu-container .answer-right .btn-custom-invert,
.menu .menu-container .answer-right .btn-custom {
  color: #F9423A;
}
.menu .menu-container .socials {
  position: absolute;
  bottom: 70px;
  padding-left: 0px;
  width: calc(14.28571% * 2);
  right: 100px;
}
.menu .menu-container .socials ul {
  list-style: none;
  justify-content: center;
  margin-bottom: 0px;
  display: flex;
}
.menu .menu-container .socials ul li a {
  padding: 25px;
  color: #ffffff;
}
.menu .menu-container .socials ul li a:hover {
  color: #F9423A;
}
.menu .menu-container .ext-bg {
  height: 100% !important;
  width: 100% !important;
  background: #091928;
  transition: 0.5s width;
  position: absolute;
  z-index: -1;
}
.menu .menu-container .line-wrap {
  top: -120vh;
  z-index: 0;
  transition: 0.5s;
  display: none;
}
.menu .menu-container .line-wrap .wrap .line-y {
  border-left: 1px solid #162533;
}
.menu .menu-container .line-wrap .line-y.line-4 {
  left: calc(14.28571% * 3) !important;
  opacity: 1 !important;
}
.menu .menu-container .line-wrap .wrap .line-y:last-child {
  border-left: 0px !important;
  border-right: 1px solid #162533;
}

.menuOpen .logo img {
  transition-delay: 0s;
  transition-duration: 0.4;
}
.menuOpen .socials {
  opacity: 1 !important;
}
.menuOpen .line-wrap .line-x.line-1 {
  background: #162533 !important;
  visibility: inherit;
  opacity: 1;
  top: 180px;
}
.menuOpen .line-wrap .line-x.line-2 {
  background: #162533 !important;
  visibility: inherit;
  opacity: 1;
  bottom: 180px;
}
.menuOpen .cursor--small {
  background: #ffffff;
}
.menuOpen .logo img {
  filter: invert(1);
}
.menuOpen .menu-container {
  color: #ffffff;
  height: 100vh;
  transition-delay: 0s;
}
.menuOpen .menu-container .line-wrap {
  top: 0;
  z-index: 0;
}
.menuOpen .line-wrap {
  display: block;
}
.menuOpen .finished-form {
  color: #F9423A;
}

/* ============================================================
                            HOMEPAGE
   ============================================================ */
.homePage .home-bg {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  height: 100%;
}
.homePage .home-bg img {
  height: 100%;
}
.homePage .title {
  padding-top: 120px;
  font-size: 79px;
  font-weight: 600;
  padding-bottom: 40px;
  opacity: 0;
  position: relative;
  top: -55px;
  transition-duration: 1s;
}
.homePage .heroP {
  position: relative;
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.4s;
  left: -80px;
}
.homePage .item-right {
  width: calc(14.28571% * 4);
  margin-left: calc(14.28571% * 3);
}

/* ============================================================
                            PROJECTS
   ============================================================ */
.project-wrapper {
  display: flex;
  padding: 180px 140px 180px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.project-wrapper .pagination-number {
  position: relative;
  right: -71px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.project-wrapper .pagination-number .current-slide {
  font-weight: 600;
  position: absolute;
  top: 40px;
  margin-bottom: 0px;
}
.project-wrapper .pagination-number .total-slides {
  font-weight: 600;
  position: absolute;
  bottom: 40px;
  margin-bottom: 0px;
}
.project-wrapper .swiper-pagination {
  width: 280px;
  transform: rotate(90deg);
  top: 50%;
  right: -71px;
  height: 2px;
  left: auto;
  background: #C2C2C2 !important;
}
.project-wrapper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #F9423A !important;
}
.project-wrapper .swiper-navigation {
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: all;
  bottom: 70px;
  position: absolute;
}
.project-wrapper .swiper-navigation .swiper-nav {
  padding: 16px 48px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #F9423A;
  outline: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
.project-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}
.project-wrapper .swiper-slide {
  font-size: 18px;
  padding: 30px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.project-wrapper .swiper-slide .project-wrap {
  height: 100%;
  max-height: 350px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-wrapper .swiper-slide .project-wrap .project-img {
  height: 100%;
  border-radius: 5px;
}
.project-wrapper .swiper-slide .project-wrap .project-cat {
  font-size: 15px;
  margin-bottom: 0px;
}
.project-wrapper .swiper-slide .project-wrap .project-details {
  margin-left: 30px;
}
.project-wrapper .swiper-slide .project-wrap .project-details .project-name {
  font-size: 79px;
  font-weight: 600;
}
.project-wrapper .swiper-slide .project-wrap .project-details::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: -90px;
  top: 10px;
  width: 75px;
  background-color: #F9423A;
}

/* ============================================================
                            LET'S TALK
   ============================================================ */
.lets-talk {
  padding-top: 50px;
}
.lets-talk h1 {
  font-size: 230px;
  color: #F9423A;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative !important;
  bottom: -60px;
  opacity: 1;
  position: relative;
  transition-duration: 0.5s;
  left: 0px;
}
.lets-talk h2 {
  font-size: 3.5em;
  margin-bottom: 0px;
  font-weight: 600;
}
.lets-talk .item-right {
  width: calc(14.28571% * 4);
  margin-left: calc(14.28571% * 3);
}

.talk-fix {
  position: relative;
  transition: 0.5s;
  bottom: 0px;
}

/* ============================================================
                            FOOTER
   ============================================================ */
.footer {
  background-color: #F9423A;
  padding: 50px 0px 20px 0px;
  color: #ffffff;
}
.footer h3 {
  font-size: 25px;
  font-weight: 600;
}
.footer p {
  font-weight: 600;
}
.footer .contact-details li {
  padding-bottom: 15px;
}
.footer .contact-details li:last-child {
  padding-bottom: 0px;
}
.footer .contact-details li a {
  padding: 25px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.125em;
}
.footer .contact-details li a svg {
  margin-right: 15px;
}
.footer .contact-details li a:hover {
  color: #091928;
}
.footer .footer-socials {
  display: flex;
  margin-bottom: 0px;
}
.footer .footer-socials li a {
  padding: 25px;
  color: #ffffff;
}
.footer .footer-socials li a:hover {
  color: #091928;
}

/* ============================================================
                            ANIMATIONS
   ============================================================ */
.fade-left {
  opacity: 0 !important;
}

.hero-visible {
  opacity: 1 !important;
  top: 0px !important;
}

.para-visible {
  opacity: 1 !important;
  left: 0px !important;
}

@-webkit-keyframes showing {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showing {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ============================================================
                            MEDIA QUERIES
   ============================================================ */
@media (max-width: 900px) {
  .container-fluid {
    padding: 0px 25px;
  }

  .header-container .wrap {
    display: flex;
    height: 120px;
  }
  .header-container .wrap .btn-custom {
    margin-top: 0px;
  }
  .header-container .wrap .workBtn {
    display: none;
  }
  .header-container .wrap .logo {
    width: 100%;
    justify-content: center;
  }

  .homePage .item-right {
    margin-left: 0px;
    width: calc(14.28571% * 6);
  }
  .homePage .item-right h1 {
    font-size: 35px;
  }

  .fp-viewing-Projects .line-wrap .line-x.line-1 {
    top: 120px;
  }

  .fp-viewing-Projects .line-wrap .line-x.line-2 {
    bottom: 120px;
  }

  .btn-custom {
    margin-top: 15px;
  }

  .project-wrapper {
    padding: 120px 25px 120px;
  }
  .project-wrapper .swiper-slide {
    padding: 10px;
  }
  .project-wrapper .swiper-pagination {
    right: -126px;
  }
  .project-wrapper .project-wrap .project-details {
    z-index: 999;
    right: -20px !important;
    bottom: 0px;
  }
  .project-wrapper .project-wrap .project-details:before {
    display: none !important;
  }
  .project-wrapper .project-wrap .project-details .project-name {
    font-size: 35px !important;
  }
  .project-wrapper .project-wrap .project-img {
    height: auto !important;
    width: 100%;
    margin-bottom: auto;
  }

  .line-wrap {
    padding: 0px 25px;
    opacity: 0.5;
  }

  .preloader-wrapper img {
    padding: 30%;
  }

  .socials {
    width: 100%;
    bottom: 20px;
    right: 0px;
  }
  .socials ul li {
    text-align: center;
  }

  .lets-talk h1 {
    font-size: 80px;
    bottom: 0px;
  }
  .lets-talk .item-right {
    width: calc(14.28571% * 5);
    margin-left: calc(14.28571%);
  }
  .lets-talk .item-right h2 {
    font-size: 30px;
  }

  .fp-viewing-Footer .talk-fix {
    bottom: -150px;
  }

  .footer .contact-details li a {
    padding: 25px 0px;
  }

  .footer .footer-socials {
    display: none;
  }

  .questions .row {
    flex-direction: column;
  }

  .menu .menu-container .question-left {
    width: 100%;
    padding: 10px;
  }
  .menu .menu-container .question-left h2 {
    font-size: 25px;
  }
  .menu .menu-container .question-left h2 span {
    font-size: 39px;
  }

  .menu .menu-container .answer-right {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .menu .menu-container .answer-right .nextBtn {
    right: 10px;
    bottom: -85px;
  }
  .menu .menu-container .answer-right .prevBtn {
    left: 10px;
    bottom: -85px;
  }
  .menu .menu-container .answer-right .backHome {
    position: absolute;
    left: 10px;
    bottom: -85px;
  }

  .homePage .home-bg img {
    height: 100%;
    position: relative;
    left: -420px;
    transform: rotate(-45deg);
    bottom: -130px;
  }

  .menu .socials {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .project-wrap {
    display: block !important;
  }
  .project-wrap .project-description {
    display: none;
  }
}

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