/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

/* --------------------------------------------------------------------- */
/* --------------------------- GENERAL PAGES --------------------------- */
/* --------------------------------------------------------------------- */
:root {
  --red: #ed1c24;
  --white: #f1f1f1;
  --black: #131313;
  --dark-grey: #1a1a1a;
  --mobile-horizontal-padding: 5%;
  --default-horizontal-padding: 7.5%;
  --minWidth2000-horizontal-padding: 15%;
  --minWidth2500-horizontal-padding: 25%;
}
.red-background {
  background-color: #ed1c24;
}
.white-background {
  background-color: #f1f1f1;
}

.default-white-background {
  background-color: #ffffff;
}

.black-background {
  background-color: #131313;
}

.red {
  color: #ed1c24;
}

.white {
  color: #f1f1f1;
}

.black {
  color: #131313;
}

body {
  padding-top: 56px;
  background-color: #131313;
  cursor: none;
}

a {
  cursor: none;
}

.navbar-container {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.cursor-default {
  width: 54px;
  height: 54px;
  border-radius: 50%!Important;
  background-color:#fff ;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  margin: -27px 0 0 -27px;
  mix-blend-mode: exclusion;
  background-color: white;
  backface-visibility: hidden;
  pointer-events: none;
}

.cursor-default-expanded {
  width: 80px;
  height: 80px;
  opacity: 1;
  margin: -40px 0 0 -40px;
}


@media (max-width: 1700px) {
  .navbar-container {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}

@media (max-width: 990px) {
  .navbar-container {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

@media (min-width: 2000px) {
  .navbar-container {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
}

@media (min-width: 2500px) {
  .navbar-container {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }
}

.navbar {
  padding-top: 2%;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 990px) {
  .navbar-black {
    background-color: #131313;
  }
  .navbar-red {
    background-color: #ed1c24;
  }
  .navbar-white {
    background-color: #f1f1f1;
  }
  .navbar-default-white {
    background-color: #ffffff;
  }
}
.navbar-toggler {
  color: transparent;
  padding: 0px;
}

button:focus {
  outline: none;
}

.smart-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.navbar-nav {
  align-items: center;
}
@media (max-width: 990px) {
  .navbar-nav {
    align-items: flex-start;
    height: 100vh;
  }
}

.navbar-mobile-main {
  display: flex;
}
@media (max-width: 990px) {
  .navbar-mobile-main {
    display: flex;
    flex-direction: column;
    height: 75%;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .navbar-mobile-main {
    display: flex;
    flex-direction: column;
    height: 75%;
    justify-content: center;
  }
}

.navbar-mobile-sub {
  display: flex;
}
@media (max-width: 990px) {
  .navbar-mobile-sub {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.nav-item {
  margin-left: 5vw;
}
@media (max-width: 990px) {
  .nav-item {
    margin-left: 1vw;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }
}
.home-mobile-item {
  visibility: hidden;
}
@media (max-width: 990px) {
  .home-mobile-item {
    visibility: visible;
  }
}

.nav-link {
  color: #f1f1f1;
  font-size: 20px;
  font-family: "Red Hat Display";
}
@media (max-width: 990px) {
  .nav-link {
    font-size: 35px;
  }
  .contacts-mobile-item {
    font-size: 20px;
  }
}
/* @media (min-width: 990px) { */
.nav-link-black {
  color: #131313;
}
/* } */

.nav-link:hover,
.nav-link:focus {
  color: grey;
}

.about > .nav-link:hover,
.about > .nav-link:focus {
  color: lightgrey;
}

.nav-language {
  width: 80px;
  height: 35px;
  border: solid #f1f1f1 1px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-language-black {
  width: 80px;
  height: 35px;
  border: solid #f1f1f1 1px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* @media (min-width: 990px) { */
.nav-language-black {
  border: solid #131313 1px;
}
/* } */

.nav-language:hover,
.nav-language:focus {
  border: solid grey 1px;
}

.about > .nav-language:hover,
.about > .nav-language:focus {
  border: solid lightgrey 1px;
}

.nav-language-black:hover,
.nav-language-black:focus {
  border: solid grey 1px;
}

footer {
  margin-top: 10%;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #131313;
  border-bottom: solid 15px #1a1a1a;
}
@media (max-width: 990px) {
  footer {
    /* margin-top: 15%; */
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #1a1a1a;
    border-bottom: none;
  }
}
.footer-project-page {
  margin-top: 0px;
}

.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 1700px) {
  .footer-container {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

@media (max-width: 990px) {
  .footer-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 2000px) {
  .footer-container {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media (min-width: 2500px) {
  .footer-container {
    padding-left: 25%;
    padding-right: 25%;
  }
}

.footer-left-container {
  display: flex;
  flex-direction: row;
  width: 50%;
}
@media (max-width: 990px) {
  .footer-left-container {
    align-items: flex-start;
    width: 50%;
  }
}

.footer-left-1-container {
  display: flex;
  align-items: flex-start;
  width: 50%;
}
@media (max-width: 990px) {
  .footer-left-1-container {
    width: 100%;
  }
}

.footer-left-1-logo {
  width: 66.6%;
  /* cursor: pointer; */
}

.footer-left-1-text:hover,
.footer-left-1-text:focus {
  color: grey;
  text-decoration: none;
}

.footer-full-logo {
  width: 100%;
  padding-top: 2.5%;
}
@media (max-width: 990px) {
  .footer-full-logo {
    padding-top: 0%;
  }
}

.footer-left-2-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .footer-left-2-container {
    display: none;
  }
}

.footer-left-2-text {
  font-family: "Red Hat Display";
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #f1f1f1;
 /*  cursor: pointer; */
  margin-bottom: 1vw;
}
@media (max-width: 1800px) {
  .footer-left-2-text {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .footer-left-2-text {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .footer-left-2-text {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .footer-left-2-text {
    font-size: 15px;
  }
}

.footer-left-2-text:hover,
.footer-left-1-text:focus {
  color: grey;
  text-decoration: none;
}

.footer-right-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .footer-right-container {
    align-items: flex-end;
    justify-content: center;
    width: 50%;
  }
}

.footer-social-container {
  display: flex;
  flex-direction: row;
  height: 5vw;
  margin-top: 1vw;
  /* margin-bottom: 2vw; */
}
@media (max-width: 990px) {
  .footer-social-container {
    display: none;
  }
}

.footer-social-logo-container {
  /* margin-top: 1vw; */
  margin-right: 1.5vw;
}

.footer-social-logo-container:hover,
.footer-social-logo-container:focus {
  line-height: 50px;
}
@media (max-width: 1800px) {
  .footer-social-logo-container:hover,
  .footer-social-logo-container:focus {
    line-height: 45px;
  }
}
@media (max-width: 1600px) {
  .footer-social-logo-container:hover,
  .footer-social-logo-container:focus {
    line-height: 40px;
  }
}
@media (max-width: 1300px) {
  .footer-social-logo-container:hover,
  .footer-social-logo-container:focus {
    line-height: 35px;
  }
}
@media (max-width: 1100px) {
  .footer-social-logo-container:hover,
  .footer-social-logo-container:focus {
    line-height: 30px;
  }
}

.footer-social-logo {
  width: 50px;
 /*  cursor: pointer; */
}
@media (max-width: 1800px) {
  .footer-social-logo {
    width: 45px;
  }
}
@media (max-width: 1600px) {
  .footer-social-logo {
    width: 40px;
  }
}
@media (max-width: 1300px) {
  .footer-social-logo {
    width: 35px;
  }
}
@media (max-width: 1100px) {
  .footer-social-logo {
    width: 30px;
  }
}

.footer-follow-text {
  font-family: "Red Hat Display";
  text-transform: uppercase;
  font-size: 24px;
  color: #f1f1f1;
}
@media (max-width: 1800px) {
  .footer-follow-text {
    font-size: 22px;
  }
}
@media (max-width: 1600px) {
  .footer-follow-text {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .footer-follow-text {
    font-size: 18px;
  }
}

@media (max-width: 990px) {
  .footer-follow-text {
    display: none;
  }
}

.footer-by-text {
  font-family: "IBM Plex Mono";
  font-size: 15px;
  color: #f1f1f1;
}
@media (max-width: 990px) {
  .footer-by-text {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .footer-by-text {
    font-size: 10px;
  }
}

/* --------------------------------------------------------------------- */
/* ----------------------------- HOME PAGE ----------------------------- */
/* --------------------------------------------------------------------- */

.home-container {
  padding-left: 10%;
  padding-right: 10%;
  background-color: #131313;
}

@media (max-width: 1700px) {
  .home-container {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

@media (max-width: 990px) {
  .home-container {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media (min-width: 2000px) {
  .home-container {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media (min-width: 2500px) {
  .home-container {
    padding-left: 25%;
    padding-right: 25%;
  }
}

.home-page-title {
  font-family: "Red Hat Display";
  text-transform: uppercase;
  font-size: 17vw;
  letter-spacing: 0.06em;
  color: #f1f1f1;
  /* padding-top: 80px; */
  padding-top: 10vh;
  white-space: nowrap;
}

@media (min-width: 2000px) {
  .home-page-title {
    font-size: 290px;
  }
}
@media (min-width: 2500px) {
  .home-page-title {
    font-size: 240px;
  }
}
@media (max-width: 1700px) {
  .home-page-title {
    font-size: 18vw;
  }
}

@media (max-width: 990px) {
  .home-page-title {
    /* font-size: 150px; */
    padding-top: 32.5%;
    padding-bottom: 15%;
  }
}
@media (max-width: 500px) {
  .home-page-title {
    padding-bottom: 45%;
  }
}

.home-project {
  width: 100%;
  padding-bottom: 10%;
}

.home-project-image-container {
  overflow: hidden;
}

.home-project-image {
  width: 100%;
  background-color: #f1f1f1;
  /* cursor: url("../images/arrow-white.png") 75 26.5, auto; */
}

.home-project-text {
  margin-top: 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 990px) {
  .home-project-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.home-project-title {
  font-family: "Red Hat Display";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #f1f1f1;
}
@media (max-width: 1800px) {
  .home-project-title {
    font-size: 26px;
  }
}
@media (max-width: 1300px) {
  .home-project-title {
    font-size: 23px;
  }
}
@media (max-width: 990px) {
  .home-project-title {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .home-project-title {
    font-size: 18px;
  }
}

.home-project-category {
  font-family: "IBM Plex Mono";
  font-weight: 300;
  font-size: 20px;
  color: #f1f1f1;
}
@media (max-width: 1800px) {
  .home-project-category {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .home-project-category {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .home-project-category {
    margin-top: 2%;
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .home-project-category {
    font-size: 10px;
    display: none;
  }
}

.home-show-more {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-show-more-button {
  border-radius: 50%;
  border: solid 1px #f1f1f1;
  width: 8vw;
  height: 8vw;
  justify-content: center;
  align-items: center;
  display: flex;
  /* cursor: pointer; */
}

@media (max-width: 990px) {
  .home-show-more-button {
    width: 20vw;
    height: 20vw;
  }
}

.home-show-more-plus-img {
  width: 40%;
}

.button--hover .home-show-more-plus-img {
  width: 50%;
}

.home-show-more-text {
  font-family: "Red Hat Display";
  font-weight: bold;
  font-size: 22px;
  color: #f1f1f1;
  text-transform: uppercase;
  margin-top: 2%;
  /* cursor: pointer; */
}
@media (max-width: 1800px) {
  .home-show-more-text {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .home-show-more-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .home-show-more-text {
    margin-top: 4%;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .home-show-more-text {
    font-size: 11px;
  }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- ABOUT PAGE ----------------------------- */
/* ---------------------------------------------------------------------- */

.about-container {
  padding-left: 10%;
  padding-right: 10%;
  background-color: #ed1c24;
}
@media (max-width: 1700px) {
  .about-container {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media (max-width: 990px) {
  .about-container {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media (min-width: 2000px) {
  .about-container {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media (min-width: 2500px) {
  .about-container {
    padding-left: 25%;
    padding-right: 25%;
  }
}

.about-page-title {
  font-family: "Red Hat Display";
  text-transform: uppercase;
  font-size: 330px;
  letter-spacing: 0.05em;
  color: #f1f1f1;
}
@media (min-width: 2000px) {
  .about-page-title {
    font-size: 290px;
  }
}
@media (max-width: 1800px) {
  .about-page-title {
    font-size: 290px;
  }
}
@media (max-width: 1600px) {
  .about-page-title {
    font-size: 250px;
  }
}
@media (max-width: 1300px) {
  .about-page-title {
    font-size: 220px;
  }
}
@media (max-width: 1100px) {
  .about-page-title {
    font-size: 190px;
  }
}
@media (max-width: 990px) {
  .about-page-title {
    font-size: 150px;
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
@media (max-width: 800px) {
  .about-page-title {
    font-size: 110px;
  }
}
@media (max-width: 500px) {
  .about-page-title {
    font-size: 70px;
  }
}
.about-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 990px) {
  .about-content {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
}

.about-image {
  width: 41.6%;
  object-fit: contain;
}
@media (max-width: 990px) {
  .about-image {
    width: 100%;
  }
}
.about-text-container {
  margin-top: 7%;
  width: 50%;
}

@media (max-width: 990px) {
  .about-text-container {
    margin-top: 5%;
    width: 100%;
  }
}

.about-text {
  font-family: "Red Hat Display";
  font-size: 20px;
  color: #f1f1f1;
  width: 80%;
  line-height: 2em;
}

@media (max-width: 1700px) {
  .about-text {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .about-text {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .about-text {
    font-size: 15px;
    line-height: 1.75em;
  }
}
@media (max-width: 990px) {
  .about-text {
    font-size: 16px;
    width: 100%;
  }
}

.about-title {
  font-family: "Red Hat Display";
  font-size: 75px;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f1f1f1;
  width: 30%;
  margin-top: 10%;
}

@media (max-width: 1700px) {
  .about-title {
    font-size: 60px;
  }
}

@media (max-width: 1300px) {
  .about-title {
    font-size: 50px;
  }
}

@media (max-width: 990px) {
  .about-title {
    font-size: 50px;
    margin-top: 20%;
  }
}

@media (max-width: 500px) {
  .about-title {
    font-size: 40px;
  }
}

.services-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media (max-width: 990px) {
  .services-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 990px) {
  .service-title-container {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}

.service-sub-container {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-left: 8.3%;
}

@media (max-width: 990px) {
  .service-sub-container {
    width: 100%;
    margin-left: 0%;
  }
}

.service-01 {
  margin-top: 10%;
}

.service-02 {
  margin-top: 25%;
}

.service-03 {
  margin-top: 5%;
}
@media (max-width: 990px) {
  .service-01,
  .service-02,
  .service-03 {
    margin-top: 5%;
  }
}
.service-number {
  font-family: "Red Hat Display";
  font-size: 20px;
  color: #f1f1f1;
}

@media (max-width: 990px) {
  .service-number {
    font-size: 26px;
    width: 25%;
  }
}
@media (max-width: 500px) {
  .service-number {
    font-size: 22px;
    width: 25%;
  }
}

.service-title {
  font-family: "Red Hat Display";
  font-weight: 500;
  font-size: 45px;
  color: #f1f1f1;
  text-transform: uppercase;
  margin-top: 2.5%;
  letter-spacing: 0.03em;
}
@media (max-width: 1700px) {
  .service-title {
    font-size: 40px;
  }
}
@media (max-width: 1500px) {
  .service-title {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .service-title {
    font-size: 26px;
    margin-top: 0%;
  }
}
@media (max-width: 500px) {
  .service-title {
    font-size: 22px;
    margin-top: 0%;
  }
}

@media (max-width: 990px) {
  .service-text-container {
    margin-left: 25%;
  }
}

.service-text {
  font-family: "Red Hat Display";
  font-size: 20px;
  color: #f1f1f1;
  margin-bottom: 10px;
}
@media (max-width: 1700px) {
  .service-text {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .service-text {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .service-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .service-text {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .service-text {
    font-size: 14px;
  }
}

.selected-clients-table {
  margin-top: 5%;
  margin-left: 8.3%;
  margin-right: 8.3%;
}
@media (max-width: 990px) {
  .selected-clients-table {
    margin-left: 0%;
    margin-right: 0%;
  }
}

.selected-clients-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: solid #f1f1f1 1px;
  padding-bottom: 7%;
  padding-top: 7%;
}
@media (max-width: 990px) {
  .selected-clients-row-last-row {
    border-bottom: none;
  }
}

.selected-clients-mobile-placeholder-2 {
  display: contents;
}

@media (max-width: 990px) {
  .selected-clients-mobile-placeholder-1 {
    width: 50% !important;
  }
}
@media (max-width: 990px) {
  .selected-clients-mobile-placeholder-2 {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
}

.selected-clients-element-container-1 {
  width: 20%;
}
.selected-clients-element-container-2 {
  width: 30%;
}
@media (max-width: 990px) {
  .selected-clients-element-container-1,
  .selected-clients-element-container-2 {
    width: 100%;
  }
}
.selected-clients-main-element {
  font-family: "Red Hat Display";
  font-weight: bold;
  font-size: 24px;
  color: #f1f1f1;
  letter-spacing: 0.02em;
}
@media (max-width: 1700px) {
  .selected-clients-main-element {
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  .selected-clients-main-element {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .selected-clients-main-element {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .selected-clients-main-element {
    font-size: 21px;
  }
}
@media (max-width: 500px) {
  .selected-clients-main-element {
    font-size: 18px;
  }
}
.selected-clients-sub-element {
  font-family: "Red Hat Display";
  font-size: 20px;
  color: #f1f1f1;
  margin-bottom: 5px;
}
@media (max-width: 1700px) {
  .selected-clients-sub-element {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .selected-clients-sub-element {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .selected-clients-sub-element {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .selected-clients-sub-element {
    font-size: 16px;
    margin-bottom: 6%;
  }
}
@media (max-width: 500px) {
  .selected-clients-sub-element {
    font-size: 13px;
    margin-bottom: 6%;
  }
}

/* --------------------------------------------------------------------- */
/* ----------------------------- WORK PAGE ----------------------------- */
/* --------------------------------------------------------------------- */

.work-container {
  padding-left: 10%;
  padding-right: 10%;
  background-color: #f1f1f1;
}
@media (max-width: 1700px) {
  .work-container {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media (max-width: 990px) {
  .work-container {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media (min-width: 2000px) {
  .work-container {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media (min-width: 2500px) {
  .work-container {
    padding-left: 25%;
    padding-right: 25%;
  }
}
.work-page-title {
  font-family: "Red Hat Display";
  text-transform: uppercase;
  font-size: 330px;
  letter-spacing: 0.05em;
  color: #131313;
}
@media (min-width: 2000px) {
  .work-page-title {
    font-size: 290px;
  }
}
@media (max-width: 1800px) {
  .work-page-title {
    font-size: 290px;
  }
}
@media (max-width: 1600px) {
  .work-page-title {
    font-size: 250px;
  }
}
@media (max-width: 1300px) {
  .work-page-title {
    font-size: 220px;
  }
}
@media (max-width: 1100px) {
  .work-page-title {
    font-size: 190px;
  }
}
@media (max-width: 990px) {
  .work-page-title {
    font-size: 150px;
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
@media (max-width: 800px) {
  .work-page-title {
    font-size: 110px;
  }
}
@media (max-width: 500px) {
  .work-page-title {
    font-size: 70px;
  }
}

.work-projects-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work-project-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  visibility: hidden;
  background-color: #f1f1f1;
}

.work-content {
  margin-bottom: 10%;
}

.work-filters-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.work-filter {
  font-family: "Red Hat Display";
  text-transform: uppercase;
  font-size: 20px;
  color: #131313;
 /*  cursor: pointer; */
  margin-left: 2.5%;
}
@media (max-width: 990px) {
  .work-filter {
    font-size: 14px;
    margin-left: 2.5%;
  }
}
@media (max-width: 500px) {
  .work-filter {
    font-size: 11px;
    margin-left: 2.5%;
  }
}

.active {
  font-weight: bold;
}

.work-project {
  position: relative;
  width: 49.5%;
  margin-bottom: 1%;
  /* border: solid #131313 1px; */
  /* cursor: url("../images/arrow-white.png") 75 26.5, auto; */
}
@media (max-width: 990px) {
  .work-project {
    position: relative;
    width: 100%;
    margin-bottom: 2%;
    /* border: solid #131313 1px; */
    /* cursor: url("../images/arrow-white.png") 75 26.5, auto; */
  }
}

.work-project-title {
  font-family: "Red Hat Display";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80px;
  color: #131313;
  padding: 3%;
  line-height: 1.1em;
  letter-spacing: 0.02em;
}

@media (max-width: 1700px) {
  .work-project-title {
    font-size: 70px;
  }
}

@media (max-width: 1500px) {
  .work-project-title {
    font-size: 60px;
  }
}
@media (max-width: 1300px) {
  .work-project-title {
    font-size: 50px;
  }
}

@media (max-width: 990px) {
  .work-project-title {
    font-size: 60px;
  }
}

@media (max-width: 500px) {
  .work-project-title {
    font-size: 40px;
  }
}

.work-project-category {
  font-family: "IBM Plex Mono";
  font-weight: 300;
  font-size: 20px;
  color: #131313;
  padding: 1% 3%;
}

@media (max-width: 1300px) {
  .work-project-category {
    font-size: 17px;
  }
}

@media (max-width: 990px) {
  .work-project-category {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .work-project-category {
    font-size: 12px;
  }
}

.work-image {
  width: 100%;
}

.work-show-more {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.work-show-more-button {
  border-radius: 50%;
  border: solid 0.1px #131313;
  width: 8vw;
  height: 8vw;
  justify-content: center;
  align-items: center;
  display: flex;
  /* cursor: pointer; */
}

.work-show-more-plus-img {
  width: 40%;
}

.button--hover .work-show-more-plus-img {
  width: 50%;
}

.work-show-more-text {
  font-family: "Red Hat Display";
  font-weight: bold;
  font-size: 22px;
  color: #131313;
  text-transform: uppercase;
  margin-top: 2%;
  /* cursor: pointer; */
}
@media (max-width: 1800px) {
  .work-show-more-text {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .work-show-more-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .work-show-more-text {
    margin-top: 4%;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .work-show-more-text {
    font-size: 11px;
  }
}

/* --------------------------------------------------------------------- */
/* --------------------------- PROJECT(S) PAGE ------------------------- */
/* --------------------------------------------------------------------- */

.project-container {
  padding-left: 10%;
  padding-right: 10%;
  background-color: #f1f1f1;
}
@media (max-width: 1700px) {
  .project-container {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media (max-width: 990px) {
  .project-container {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media (min-width: 2000px) {
  .project-container {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media (min-width: 2500px) {
  .project-container {
    padding-left: 25%;
    padding-right: 25%;
  }
}

.project-page-title {
  font-family: "Red Hat Display";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 150px;
  line-height: 1.05em;
  letter-spacing: 0.03em;
  color: #131313;
  padding-top: 5%;
  height: 50vh;
  margin-bottom: 0px;
  /* margin-bottom: 20%; */
}
@media (max-width: 1700px) {
  .project-page-title {
    font-size: 130px;
  }
}
@media (max-width: 1500px) {
  .project-page-title {
    font-size: 100px;
  }
}
@media (max-width: 1100px) {
  .project-page-title {
    font-size: 90px;
  }
}
@media (max-width: 990px) {
  .project-page-title {
    font-size: 60px;
    padding-top: 15%;
    height: 40vh;
    /* padding-bottom: 15%; */
  }
}
@media (max-width: 500px) {
  .project-page-title {
    font-size: 40px;
  }
}

.project-content {
  margin-bottom: 10%;
  animation: 2s fade-up 0.5s backwards;
}

.project-section {
  margin-bottom: 3%;
}

.project-double-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3%;
}
/* @media (max-width: 500px) {
  .project-double-section{
    display: flex;
    flex-direction: column;
    margin-bottom: 3%;
  }
} */

.project-image {
  width: 100%;
}

.project-double-image {
  width: 48.5%;
  height: auto;
  object-fit: contain;
}
/* @media (max-width: 500px) {
  .project-double-image{
    width: 100%;
  }
}
 */
.project-intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3%;
  margin-bottom: 3%;
}

@media (max-width: 500px) {
  .project-intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3%;
    margin-bottom: 3%;
  }
}

.project-text {
  width: 45%;
  margin-left: 2%;
}

@media (max-width: 500px) {
  .project-text {
    width: 100%;
    margin-left: 0%;
  }
}

.project-intro-title {
  font-family: "Red Hat Display";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 2em;
  color: #131313;
  margin-bottom: 0px;
  margin-top: 5%;
  margin-bottom: 2.5%;
}
@media (max-width: 1700px) {
  .project-intro-title {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .project-intro-title {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .project-intro-title {
    font-size: 14px;
    line-height: 1.75em;
  }
}
@media (max-width: 990px) {
  .project-intro-title {
    font-size: 16px;
  }
}

.project-intro-text {
  font-family: "Red Hat Display";
  font-size: 20px;
  color: #131313;
  line-height: 2em;
  /* margin-top: 2.5%; */
  margin-top: 0%;
  margin-bottom: 0%;
}
@media (max-width: 1700px) {
  .project-intro-text {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .project-intro-text {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .project-intro-text {
    font-size: 14px;
    line-height: 1.75em;
  }
}
@media (max-width: 990px) {
  .project-intro-text {
    font-size: 16px;
  }
}

.project-intro-image {
  width: 40%;
  object-fit: contain;
}

@media (max-width: 500px) {
  .project-intro-image {
    width: 100%;
    margin: auto;
  }
}

.project-table {
  border-top: #131313 solid 3px;
  border-bottom: #131313 solid 2px;
}

@media (max-width: 990px) {
  .project-table {
    border-top: #131313 solid 2px;
    border-bottom: #131313 solid 1px;
  }
}

.project-table-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  border-bottom: #131313 solid 1px;
}

@media (max-width: 990px) {
  .project-table-row {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}

.project-table-text {
  font-family: "Red Hat Display";
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 18px;
  color: #131313;
}
@media (max-width: 1600px) {
  .project-table-text {
    font-size: 16px;
  }
}

@media (max-width: 990px) {
  .project-table-text {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .project-table-text {
    font-size: 10px;
  }
}

.project-rights {
  display: flex;
  justify-content: center;
  margin-top: 3%;
}

.more-projects-container {
  height: 100vh;
  min-height: 800px;
  background-color: #ed1c24;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 7.5%;
}
@media (max-width: 990px) {
  .more-projects-container {
    height: auto;
    min-height: 0px;
    margin-top: 12.5%;
  }
}

.more-projects-title-container {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 7.5%;
  padding-left: 10%;
  padding-right: 10%;
  /* cursor: grab;
  cursor: -webkit-grab; */
}

.more-projects-title-container.active {
  /* cursor: grabbing; */
  /* cursor: -webkit-grabbing; */
}
@media (max-width: 1700px) {
  .more-projects-title-container {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media (max-width: 990px) {
  .more-projects-title-container {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media (min-width: 2000px) {
  .more-projects-title-container {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (min-width: 2500px) {
  .more-projects-title-container {
    padding-left: 25%;
    padding-right: 25%;
  }
}

.more-projects-title-sub-container {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.more-projects-img {
  width: 3%;
  /* cursor: pointer; */
}
@media (max-width: 990px) {
  .more-projects-img {
    width: 6%;
  }
}

.more-projects-title {
  font-family: "Red Hat Display";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 95px;
  color: #f1f1f1;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
@media (max-width: 1600px) {
  .more-projects-title {
    font-size: 75px;
  }
}
@media (max-width: 990px) {
  .more-projects-title {
    font-size: 55px;
  }
}
@media (max-width: 500px) {
  .more-projects-title {
    font-size: 25px;
  }
}

.items-container {
  background: #ed1c24;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 10%;
  padding-left: 10%;
  user-select: none;
  /* cursor: grab;
  cursor: -webkit-grab; */
  cursor: none;
  align-items: flex-end;
  display: flex;
  margin-bottom: 7.5%;
  /* margin-top: 12.5%; */
}
@media (max-width: 1700px) {
  .items-container {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 990px) {
  .items-container {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
}
@media (min-width: 2000px) {
  .items-container {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (min-width: 2500px) {
  .items-container {
    padding-left: 25%;
    padding-right: 25%;
  }
}
@media (max-width: 990px) {
  .items-container {
    margin-top: 30%;
    margin-bottom: 15%;
  }
}
.items-container.active {
  /* cursor: grabbing;
  cursor: -webkit-grabbing; */
  cursor: none;
  /* transform: scale(1); */
}

.items {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  /* transform: scale(0.98); */
  /* will-change: transform; */
  user-select: none;
  /*   user-select: none;
  cursor: grab;
  cursor: -webkit-grab; */
}

@media (max-width: 990px) {
  .items {
    overflow-x: scroll;
    padding-left: 1.5%;
  }
}

.item {
  display: inline-block;
  background: #f1f1f1;
  width: 32.5%;
  /* min-height: 250px;
  min-width: 400px; */
  margin: 0% 0.5%;
  /* cursor: pointer; */
  /* cursor: none; */
}
.more-project-image {
  width: 100%;
  background-color: #f1f1f1;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

@media (max-width: 990px) {
  .item {
    width: 48%;
  }
}
@media (max-width: 500px) {
  .item {
    width: 60%;
  }
}

.project-footer {
  margin-top: 0vw;
}

/* --------------------------------------------------------------------- */
/* --------------------------- CONTACTS PAGE --------------------------- */
/* --------------------------------------------------------------------- */

.contacts-container {
  padding-left: 10%;
  padding-right: 10%;
  /* padding-top: 80px; */
  /*  background-color: #131313; */
}
@media (max-width: 1700px) {
  .contacts-container {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media (max-width: 990px) {
  .contacts-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 2000px) {
  .contacts-container {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media (min-width: 2500px) {
  .contacts-container {
    padding-left: 25%;
    padding-right: 25%;
  }
}

.contacts-page-title {
  font-family: "Red Hat Display";
  text-transform: uppercase;
  /* font-size: 210px; */
  font-size: 11.5vw;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #f1f1f1;
  align-self: flex-start;
  margin-top: 2%;
  white-space: nowrap;
  line-height: normal;
}
@media (min-width: 2000px) {
  .contacts-page-title {
    font-size: 200px;
  }
}
@media (min-width: 2500px) {
  .contacts-page-title {
    font-size: 170px;
  }
}
@media (max-width: 990px) {
  .contacts-page-title {
    font-size: 22vw;
    font-weight: 500;
    margin-top: 17.5%;
    white-space: normal;
    line-height: 1.15em;
  }
}
.contacts-page-title-container {
  display: flex;
  flex-direction: column;
}
.contacts-page-subtitle-container {
  display: flex;
  /* align-items: flex-end; */
  justify-content: flex-end;
}

.contacts-page-subtitle {
  align-self: flex-start;
  transform: rotate(346deg); /* Equal to rotateZ(45deg) */
  padding: 10px 2%;
  border-radius: 100px;
  border: solid #f1f1f1 1px;
  font-family: "Red Hat Display";
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #f1f1f1;
  margin-top: -5%;
  background-color: #131313;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .contacts-page-subtitle {
    font-size: 17px;
    padding: 1% 2%;
  }
}
@media (max-width: 990px) {
  .contacts-page-subtitle {
    font-size: 25px;
    padding: 1.5% 3%;
    margin-top: -5%;
    margin-right: 25%;
  }
}
@media (max-width: 800px) {
  .contacts-page-subtitle {
    font-size: 22px;
    margin-right: 10%;
  }
}

@media (max-width: 500px) {
  .contacts-page-subtitle {
    font-size: 16px;
    padding: 2% 4%;
    margin-right: 0%;
  }
}

.contacts-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 5%;
}

.contacts-form-container {
  width: 50%;
}
@media (max-width: 990px) {
  .contacts-form-container {
    width: 100%;
  }
}

.contacts-form-row {
  display: flex;
  flex-direction: row;
  /* align-items: flex-end; */
}
.contacts-form-row-2 {
  display: flex;
  flex-direction: row;
  /* align-items: flex-end; */
}
@media (max-width: 990px) {
  .contacts-form-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.input-container {
  width: 100%;
  margin-top: 8%;
  margin-right: 5%;
  position: relative;
}
@media (max-width: 990px) {
  .input-container {
    margin-top: 12%;
  }
}
input[type="text"] {
  font-size: 15px;
  color: #f1f1f1;
  /* padding-left: 10px; */
  width: 100%;
  box-sizing: border-box;
}
input[type="tel"] {
  font-size: 15px;
  color: #f1f1f1;
  /* padding-left: 10px; */
  width: 100%;
  box-sizing: border-box;
}
input[type="email"] {
  font-size: 15px;
  color: #f1f1f1;
  /* padding-left: 10px; */
  width: 100%;
  box-sizing: border-box;
}

textarea {
  font-size: 15px;
  color: #f1f1f1;
  /* padding-left: 10px; */
  width: 100%;
  box-sizing: border-box;
  outline: none;
  overflow: hidden;
  resize: none;
}

.contact-input {
  width: 95%;
  border: 0;
  padding: 4px 10px;
  border-bottom: 1px solid #f1f1f1;
  background-color: transparent;
}
/* .has-error > .controls > .contact-input {
  border-bottom: 1px solid #ed1c24;
} */

.contact-input ~ label {
  font-family: "Red Hat Display";
  font-weight: 500;
  font-size: 19px;
  position: absolute;
  left: 10px;
  width: 100%;
  top: 0;
  color: #f1f1f1;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
}
@media (max-width: 1300px) {
  .contact-input ~ label {
    font-size: 17px;
  }
}
@media (max-width: 990px) {
  .contact-input ~ label {
    font-size: 13px;
    left: 7.5px;
    top: 5px;
  }
}

.contact-input:focus ~ label,
.has-content.contact-input ~ label {
  font-family: "Red Hat Display";
  font-weight: 500;
  font-size: 16px;
  top: -20px;
  left: 0;
  /* color: #3399FF; */
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .contact-input:focus ~ label,
  .has-content.contact-input ~ label {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .contact-input:focus ~ label,
  .has-content.contact-input ~ label {
    font-size: 11px;
  }
}

.contact-input ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  /* background-color: #3399FF; */
  transition: 0.4s;
}
.contact-input:focus ~ .focus-border,
.has-content.contact-input ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}
input:focus {
  outline: 0;
}

.send-icon-container {
  position: relative;
  /* cursor: pointer; */
  width: 7.5%;
  margin-right: 5%;
  margin-top: 8%;
}
@media (max-width: 990px) {
  .send-icon-container {
    width: 15%;
  }
}

.help-block {
  color: #ed1c24;
  margin-top: 2.5%;
  margin-left: -1.5%;
}

textarea ~ .help-block {
  color: #ed1c24;
  margin-top: 1%;
}

.send-icon-btn {
  position: absolute;
  /* top:-35px; */
  background: transparent;
  border: none;
}
@media (max-width: 1800px) {
  .send-icon-btn {
    top: 5px;
  }
}
@media (max-width: 1600px) {
  .send-icon-btn {
    top: 10px;
  }
}
@media (max-width: 1300px) {
  .send-icon-btn {
    top: 15px;
  }
}
@media (max-width: 1100px) {
  .send-icon-btn {
    top: 15px;
  }
}
@media (max-width: 990px) {
  .send-icon-btn {
    top: 35px;
  }
}
@media (max-width: 700px) {
  .send-icon-btn {
    top: 30px;
  }
}
@media (max-width: 500px) {
  .send-icon-btn {
    top: 20px;
  }
}

.send-icon-btn:hover,
.send-icon-btn:focus {
  line-height: 50px;
}
@media (max-width: 1800px) {
  .send-icon-btn:hover,
  .send-icon-btn:focus {
    line-height: 45px;
  }
}
@media (max-width: 1600px) {
  .send-icon-btn:hover,
  .send-icon-btn:focus {
    line-height: 40px;
  }
}
@media (max-width: 1300px) {
  .send-icon-btn:hover,
  .send-icon-btn:focus {
    line-height: 32px;
  }
}
@media (max-width: 1100px) {
  .send-icon-btn:hover,
  .send-icon-btn:focus {
    line-height: 30px;
  }
}

.send-icon {
  width: 50px;
}
@media (max-width: 1800px) {
  .send-icon {
    width: 45px;
  }
}
@media (max-width: 1600px) {
  .send-icon {
    width: 40px;
  }
}
@media (max-width: 1300px) {
  .send-icon {
    width: 35px;
  }
}
@media (max-width: 1300px) {
  .send-icon {
    width: 30px;
  }
}
@media (max-width: 990px) {
  .send-icon {
    width: 50px;
  }
}
.contacts-info {
  margin-top: 3%;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 990px) {
  .contacts-info {
    margin-top: 20%;
  }
}
.contacts-info-title {
  font-family: "Red Hat Display";
  font-size: 22px;
  color: #f1f1f1;
}
@media (max-width: 990px) {
  .contacts-info-title {
    font-size: 15px;
  }
}
.contacts-sub-info-container {
  display: flex;
  align-items: center;
  font-family: "Red Hat Display";
  font-size: 17px;
  color: #f1f1f1;
  justify-content: flex-end;
  width: 50vw;
}
@media (max-width: 990px) {
  .contacts-sub-info-container {
    font-size: 12px;
    width: 100vw;
  }
}
.contacts-sub-info-icon {
  width: 15px;
  margin-left: 2%;
  margin-right: 2%;
}
@media (max-width: 990px) {
  .contacts-sub-info-icon {
    width: 10px;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.contacts-sub-info-email {
  /* cursor: pointer; */
  text-decoration: underline;
  outline: #f1f1f1;
  color: #f1f1f1;
}
.contacts-sub-info-email:hover,
.contacts-sub-info-email:focus {
  outline: #f1f1f1;
  color: #f1f1f1;
}

.contacts-social-section {
  display: none;
}
@media (max-width: 990px) {
  .contacts-social-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20%;
  }
}

.contacts-follow-text {
  font-family: "Red Hat Display";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #f1f1f1;
}

.contacts-social-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 2vw;
}

.contacts-social-logo-container {
  margin-left: 2.5vw;
  margin-top: 2.5vw;
  margin-right: 2.5vw;
}

.contacts-social-logo {
  width: 40px;
  cursor: pointer;
}

.content {
}
.content__item {
  width: 100%;
  max-width: 100%;
  position: relative;
  will-change: transform;
}

.content__item-imgwrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  will-change: transform;
}

@media (any-pointer: fine) {
  .cursor {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    /* mix-blend-mode: color-burn; */
  }
  .cursor__inner {
    /* fill: #ed1c24; */
    fill: #ffffff;
    stroke: none;
    stroke-width: 1px;
    opacity: 0.7;
  }
  .cursor__inner__black {
    fill: #000000;
    stroke: none;
    stroke-width: 1px;
    opacity: 0.7;
  }
  .no-cursor {
    display: none;
  }
}

.button {
  position: relative;
  /* cursor: pointer; */
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #f1f1f1;
  border: 0;
  background: none;
  width: 150px;
  height: 150px;
  padding: 0;
  margin: 1rem;
  font-family: inherit;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1600px) {
  .button {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 990px) {
  .button {
    width: 50px;
    height: 50px;
  }
}

.button:focus,
.button--hover {
  outline: none;
  border-width: 1px;
  border-color: #f1f1f1;
  color: #f1f1f1;
  background: transparent;
}

.button__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-width: 1px;
  border-color: #f1f1f1;
  border-style: solid;
  border-radius: 50%;
  background: transparent;
}

.button__deco-filler {
  background: #f1f1f1;
  position: absolute;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  top: -50%;
  left: -25%;
  transform: translate3d(0, 75%, 0);
}

.button__text,
.button__text-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.text-slide-up {
  animation: 1s slide-up 0.5s backwards;
}

@keyframes slide-up {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.content-slide-up {
  animation: 2s content-animation 0.5s backwards;
}

@keyframes content-animation {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.content-fade-up {
  animation: 2s fade-up 0.5s backwards;
}

@keyframes fade-up {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.container-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-404 {
  width: 70vw;
  max-width: 500px;
  margin-top: 20vh;
}

.link-404 {
  margin-top: 2vh;
  color: #f1f1f1;
  font-family: "Red Hat Display";
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
}

@media (max-width: 990px) {
  .link-404 {
    font-size: 14px;
  }
}

.link-404:hover,
.link-404:focus {
  color: grey;
}

.cursor-more-projects {
  pointer-events: none;
  cursor: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #131313;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 0.9 !important;
  overflow: hidden;

    
}
.cursor-content{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.cursor-content-text {
  font-family: "IBM Plex Mono";
  font-size: 15px;
  color: #f1f1f1;
  white-space: nowrap;
  animation: 2s text-animation ;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;;
}


@keyframes text-animation {
  from {
    transform: translateX(75px);
  }
  to {
    transform: translateX(-75px);
  }
}
.cursor-content-text-2 {
  font-family: "IBM Plex Mono";
  font-size: 15px;
  color: #f1f1f1;
  white-space: nowrap;
  animation: 2s text-animation-2 ;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;;
}

@keyframes text-animation-2 {
  from {
    transform: translateX(90px);
  }
  to {
    transform: translateX(-90px);
  }
}