@import url("https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500&family=Montserrat:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@100;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&family=Frank+Ruhl+Libre:wght@500&family=Montserrat&family=Poppins:wght@200;300;400;500&display=swap");
@font-face {
  font-family: "TrumpGothicEast";
  src: url("/fonts/TrumpGothicEast/TrumpGothicEast.woff") format("woff");
}

@font-face {
  font-family: "Delirium";
  src: url("/fonts/Delirium/DeliriumNCV.woff") format("woff");
}

@font-face {
  font-family: "Omega";
  src: url("/fonts/OmegaSansRegular.ttf") format("truetype");
}

@font-face {
  font-family: "Rodchenko";
  src: url("/fonts/rodchenko-bold.woff") format("woff");
}

@font-face {
  font-family: "Cervanttis";
  src: url("/fonts/Cervanttis.ttf") format("truetype");
}

/* @font-face
{
    font-family: "Maison Neue";
    src: url("/fonts/MaisonNeueBook.woff") format("woff");
} */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pc-only {
  display: inline-block;
}

#pc-tablet-only {
  display: inline-block;
}

#mobile-only {
  display: none;
}

#tablet-only {
  display: none;
}

#phone-only {
  display: none;
}

html {
  scroll-behavior: smooth;
}

html body {
  font-family: "Quicksand", sans-serif;
  position: relative;
}

html body ::-moz-selection {
  background-color: #ef0d33;
  color: #fff;
}

html body ::selection {
  background-color: #ef0d33;
  color: #fff;
}

html body a {
  text-decoration: none !important;
}

html body main h1 {
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 6rem;
  letter-spacing: 5px;
}

html body main h2 {
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 4.8rem;
}

html body main h3 {
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 3rem;
}

html body main h4 {
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 1.8rem;
}

html body main .delirium {
  font-family: 'Delirium';
}

html body main .serif {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
}

html body main .button, html body main #button {
  display: block;
  font-family: 'Khand', sans-serif;
  font-size: 1.15rem;
  color: #fff;
  background-color: #ef0d33;
  padding: 1rem;
  width: 9.5rem;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*&:hover
    {
        border-color: $white;
    }*/
}

html body main .button:before, html body main #button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(108deg, #ef0d33, #931E23);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .button:hover::before, html body main #button:hover::before {
  opacity: 1;
}

html body main .cta {
  background-color: #ef0d33;
  color: #fff;
  text-align: center;
  padding: 9.625rem 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

html body main .cta .container {
  margin: 0 auto;
}

html body main .cta .container .serif {
  margin-bottom: 2rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
}

html body main .cta .container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(108deg, #ef0d33, #931E23);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .cta .container:hover:before {
  opacity: 1;
}

html body main .portfolio .portfolio-cta {
  background-image: url(/img/keyboard-dark.webp);
  text-align: center;
  cursor: pointer;
}

html body main .portfolio .portfolio-cta .container {
  margin: auto;
  height: 100%;
  padding: 9.625rem 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

html body main .portfolio .portfolio-cta .container .serif {
  margin-bottom: 2rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
}

html body main .portfolio .portfolio-cta .container .serif, html body main .portfolio .portfolio-cta .container h2 {
  color: #fff;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  background: linear-gradient(108deg, #ef0d33, #931E23);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .portfolio:hover .portfolio-cta .container {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-color: transparent;
}

html body main #hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html body main #hero .skew-container {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  width: 43%;
  margin: auto;
  padding: 10rem 0 6.8rem 0;
  position: relative;
}

html body main #hero .skew-container .slash {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background-color: #101518;
  opacity: .7;
}

html body main #hero .skew-container .container {
  color: #fff;
  text-align: center;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
}

html body main #hero .skew-container .container .hero-text {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  padding: 2.25rem 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body main #hero .skew-container .container .hero-text h1 {
  font-size: 6rem;
}

html body .cookies {
  position: fixed;
  background: linear-gradient(108deg, #515151, #101518);
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem;
  color: #fff;
  z-index: 2;
}

html body .cookies a {
  color: #fff;
  text-decoration: underline !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body .cookies a:hover {
  color: #ef0d33;
}

html body .cookies p, html body .cookies a, html body .cookies button {
  margin-right: 1rem;
}

@media (max-width: 700px) {
  html body .cookies p, html body .cookies a, html body .cookies button {
    font-size: .8rem;
  }
}

html body .cookies a:hover {
  color: #ef0d33;
}

html body .cookies button {
  background: #ef0d33;
  color: #fff;
  border: none;
  padding: .5rem 1.5rem;
  font-family: 'Khand', sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body .cookies button:hover {
  background: linear-gradient(108deg, #ef0d33, #931E23);
}

@media (max-width: 700px) {
  html body .cookies button {
    font-size: .8rem;
  }
}

html body .cookies .close-cookies {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body .cookies .close-cookies:hover {
  color: #ef0d33;
}

html body .hidden {
  display: none;
}

@media (max-width: 1600px) {
  html body main #hero .skew-container {
    width: 49%;
  }
}

@media (max-width: 1200px) {
  #pc-only {
    display: none;
  }
  #mobile-only {
    display: inline-block;
  }
  #tablet-only {
    display: block;
  }
  html body main h1 {
    font-size: 5rem;
  }
  html body main .cta {
    padding: 7rem 0;
    background-image: linear-gradient(108deg, #ef0d33, #931E23);
  }
  html body main #hero .skew-container {
    width: 62%;
  }
}

@media (max-width: 700px) {
  #pc-tablet-only {
    display: none !important;
  }
  #tablet-only {
    display: none;
  }
  #phone-only {
    display: inline-block;
  }
  html body main h1 {
    font-size: 3.5rem;
  }
  html body main h2 {
    font-size: 2.5rem;
  }
  html body main h3 {
    font-size: 2rem;
  }
  html body main h4 {
    font-size: 1.4rem;
  }
  html body main .serif {
    font-size: 1.2rem;
  }
  html body main p {
    font-size: .875rem;
  }
  html body main .cta .container {
    width: 91%;
  }
  html body main .cta .container .serif {
    font-size: 1.2rem;
  }
  html body main #hero .skew-container {
    width: 90%;
    padding: 8rem 0 5rem 0;
    -webkit-transform: none;
            transform: none;
  }
  html body main #hero .skew-container .slash {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
  html body main #hero .skew-container .container {
    border: none;
  }
  html body main #hero .skew-container .container .hero-text {
    -webkit-transform: none;
            transform: none;
  }
  html body main #hero .skew-container .container .hero-text h1 {
    font-size: 4rem;
  }
}

html body header {
  width: 100%;
  color: #fff;
  position: fixed;
  z-index: 3;
  font-family: 'Khand', sans-serif;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: auto;
  padding: 2.5rem 0;
}

html body header .container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body header .container a .logo {
  height: 26px;
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body header .container a .logo:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

html body header .container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11rem;
  /* #inactive
                    {
                        color: $smoke;
                    } turning this off because smoke color makes inactive option invisible on certain backgrounds */
}

html body header .container div p {
  visibility: hidden;
}

html body header .container div #active {
  color: #ef0d33;
  cursor: pointer;
}

html body header .container div #menu {
  width: 2.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body header .container div #menu:hover {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

html body footer {
  background-color: #101518;
  padding-top: 6.75rem;
  padding-bottom: 2.7rem;
  font-family: 'Khand', sans-serif;
  font-size: 1.3rem;
}

html body footer .icon-container {
  width: 14%;
  margin: auto;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body footer .icon-container a {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #515151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body footer .icon-container a:hover {
  background-color: #ef0d33;
}

html body footer .container {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

html body footer .container a, html body footer .container p {
  color: #515151;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: auto;
}

html body footer .container a:hover, html body footer .container p:hover {
  color: #ef0d33;
}

@media (max-width: 1200px) {
  html body header .container div {
    width: auto;
  }
  html body footer {
    padding-top: 5rem;
  }
  html body footer .icon-container {
    width: 20%;
  }
  html body footer .container {
    width: 40%;
  }
  html body #full-menu .pages .language-selector {
    visibility: hidden;
  }
}

@media (max-width: 700px) {
  html body header .container {
    width: 95%;
    padding: 1.875rem 0;
  }
  html body header .container .logo {
    height: 1.5rem;
  }
  html body header .container div #menu {
    width: 1.875rem;
  }
  html body footer .icon-container {
    width: 45%;
  }
  html body footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
    text-align: center;
  }
  html body footer .container a {
    margin-bottom: 1rem;
  }
}

html body #full-menu {
  height: 100vh;
  width: 100%;
  background: linear-gradient(108deg, #515151, #101518);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -4;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body #full-menu #page-number {
  font-family: 'Delirium';
  font-size: 28rem;
  position: relative;
  color: #101518;
}

html body #full-menu .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}

html body #full-menu .pages .left, html body #full-menu .pages .right {
  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;
}

html body #full-menu .pages .left a, html body #full-menu .pages .right a {
  display: block;
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 6rem;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  background: linear-gradient(108deg, #ef0d33, #931E23);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body #full-menu .pages .left a:hover, html body #full-menu .pages .right a:hover {
  color: transparent;
}

html body #full-menu .pages .left .active, html body #full-menu .pages .right .active {
  color: transparent;
}

html body #full-menu #close {
  position: absolute;
  top: 2.5rem;
  right: 10rem;
  font-size: 2rem;
  color: #ef0d33;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body #full-menu #close:hover {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

@media (max-width: 1600px) {
  html body #full-menu #page-number {
    font-size: 20rem;
  }
  html body #full-menu .pages {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  html body #full-menu #page-number {
    font-size: 18.75rem;
  }
  html body #full-menu .pages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body #full-menu .pages .language-selector {
    color: #fff;
    margin-bottom: 3rem;
  }
  html body #full-menu .pages .language-selector #active {
    color: #ef0d33;
    cursor: pointer;
  }
  html body #full-menu .pages .left a, html body #full-menu .pages .right a {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
  html body #full-menu #close {
    top: 1.875rem;
    right: 1.5rem;
  }
}

@media (max-width: 700px) {
  html body #full-menu #page-number {
    display: none;
  }
  html body #full-menu .pages .left a, html body #full-menu .pages .right a {
    font-size: 2.8rem;
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 375px) {
  html body #full-menu #page-number {
    font-size: 16rem;
  }
  html body #full-menu .pages {
    top: 2rem;
  }
  html body #full-menu .pages .language-selector {
    margin-bottom: 2rem;
  }
  html body #full-menu .pages .left a, html body #full-menu .pages .right a {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

html body main {
  color: #fff;
}

html body main .hero {
  background-color: #515151;
  height: 100vh;
  background-image: url(/img/new2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-align: center;
  /* &::after this one was a failure
                {
                    content: "";
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background: $black;
                    opacity: .9;
                } */
}

html body main .hero .black-glass {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .68;
}

html body main .hero .slash {
  position: relative;
  width: 40%;
  height: 100vh;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}

html body main .hero .slash .smokescreen {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#515151));
  background: linear-gradient(90deg, #000, #515151);
  opacity: .48;
}

html body main .hero .slash .container {
  position: relative;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 80%;
  margin: auto;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* align-items: center; */
  /*                         @-webkit-keyframes focus-in-contract-bck
                        {
                            0% 
                            {
                                letter-spacing: 1em;
                                -webkit-transform: translateZ(300px);
                                transform: translateZ(300px);
                                -webkit-filter: blur(12px);
                                filter: blur(12px);
                                opacity: 0;
                            }

                            100% 
                            {
                                -webkit-transform: translateZ(12px);
                                transform: translateZ(12px);
                                -webkit-filter: blur(0);
                                filter: blur(0);
                                opacity: 1;
                            }
                        }

                        @keyframes focus-in-contract-bck
                        {
                            0% 
                            {
                                letter-spacing: 1em;
                                -webkit-transform: translateZ(300px);
                                transform: translateZ(300px);
                                -webkit-filter: blur(12px);
                                filter: blur(12px);
                                opacity: 0;
                            }

                            100% 
                            {
                                -webkit-transform: translateZ(12px);
                                transform: translateZ(12px);
                                -webkit-filter: blur(0);
                                filter: blur(0);
                                opacity: 1;
                            }
                        } */
  /*                         .hero-text
                        {
                            margin-bottom: 1rem;
                            font-size: 1.25rem;
                            text-align: center;
                            -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
	                        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
                        } */
  /*                         @-webkit-keyframes text-focus-in 
                        {
                            0% 
                            {
                                -webkit-filter: blur(12px);
                                filter: blur(12px);
                                opacity: 0;
                            }

                            100% 
                            {
                                -webkit-filter: blur(0px);
                                filter: blur(0px);
                                opacity: 1;
                            }
                        }

                        @keyframes text-focus-in 
                        {
                            0% 
                            {
                                -webkit-filter: blur(12px);
                                filter: blur(12px);
                                opacity: 0;
                            }

                            100%
                            {
                                -webkit-filter: blur(0px);
                                filter: blur(0px);
                                opacity: 1;
                            }
                        } */
}

html body main .hero .slash .container .left, html body main .hero .slash .container .right {
  -webkit-animation: focus-in-contract-bck 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: focus-in-contract-bck 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

html body main .hero .slash .container .right {
  margin-bottom: 2rem;
}

html body main .hero .slash .container #button {
  margin: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s both;
}

html body main #intro {
  /*                 background-color: $white;
 */
  background-image: url(/img/monument.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
}

html body main #intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70rem;
}

html body main #intro .container .serif {
  text-align: center;
  line-height: 2.5rem;
  color: #000;
}

html body main #intro .container .open {
  font-size: 9rem;
  font-weight: 100;
  color: #ef0d33;
}

html body main #intro .container .close {
  font-size: 9rem;
  font-weight: 100;
  visibility: hidden;
}

html body main .what-we-do {
  background: url("/img/unused/test2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 0;
}

html body main .what-we-do .services {
  color: #fff;
  width: 70%;
}

html body main .what-we-do .services .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html body main .what-we-do .services .block .service {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #fff;
}

html body main .what-we-do .services .block .service i {
  margin-top: .4rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .what-we-do .services .block .service .text {
  background-clip: text;
  -webkit-background-clip: text;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .what-we-do .services .block .service .text h2 {
  margin-bottom: 1rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .what-we-do .services .block .service .text p {
  margin-bottom: 1.25rem;
  text-align: justify;
}

html body main .what-we-do .services .block .service .extend {
  font-family: 'Khand', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .what-we-do .services .block .service:hover i, html body main .what-we-do .services .block .service:hover .extend, html body main .what-we-do .services .block .service:hover h2 {
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent;
  background: linear-gradient(108deg, #ef0d33, #931E23);
}

html body main .what-we-do .services .block .service:hover .text, html body main .what-we-do .services .block .service:hover h2 {
  background-image: linear-gradient(70deg, #fff 20%, #ef0d33 20%, #931E23 60%, #fff 60%);
  color: transparent;
}

html body main .what-we-do .services .block1 {
  margin-bottom: 7.7rem;
}

html body main .what-we-do .services .block1 .service video {
  top: -80%;
}

html body main .portfolio-cta {
  background-color: #101518;
}

html body main .portfolio-cta .container {
  max-width: 90%;
  margin: 0 auto;
  padding: 10rem 0;
  text-align: center;
}

html body main .portfolio-cta .container .serif {
  margin-bottom: 2rem;
  color: #fff;
}

html body main .portfolio-cta .container a {
  margin: 2rem auto 0 auto;
}

html body main .process {
  background-color: #101518;
  position: relative;
}

html body main .process #section-number {
  font-family: 'Delirium';
  font-size: 28rem;
  line-height: 30rem;
  position: absolute;
  color: #515151;
  opacity: .2;
}

html body main .process .container {
  width: 100%;
  padding: 10rem 15% 5rem 15%;
  /* 
                    background-color: $white;
                    color: $black; */
}

html body main .process .container .title {
  text-align: center;
}

html body main .process .container .title h2 {
  position: relative;
  z-index: 1;
}

html body main .process .container #steps {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 36% 64%;
      grid-template-columns: 36% 64%;
  grid-row-gap: 5.6rem;
  margin: 10rem auto 5rem auto;
}

html body main .process .container #steps div {
  border-right: 4px #ECECEC solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

html body main .process .container #steps div h3 {
  font-size: 2.5rem;
  color: #ef0d33;
  margin-right: 6.5rem;
  text-align: right;
}

html body main .process .container #steps div .step-number {
  font-family: 'Delirium';
  font-size: 4.5rem;
  position: absolute;
  top: -16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #ECECEC;
}

html body main .process .container #steps .step-description {
  padding-left: 2.9rem;
  width: 70%;
  text-align: justify;
}

html body main .process .container .description {
  width: 36%;
  text-align: justify;
}

html body main .process .container .description .subtitle {
  font-size: 1.5rem;
}

html body main .process .container .description .subtitle span {
  color: #ef0d33;
}

html body main .process .container .description p {
  margin-bottom: 1rem;
}

html body main .process .container .description .bottom-margin {
  margin-bottom: 2rem;
}

html body main .process .container .description .cta-link {
  margin-bottom: 2rem;
  color: #fff;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .process .container .description .cta-link:hover {
  text-decoration: underline !important;
  color: #ef0d33;
}

html body main .testimonial {
  background-image: url("/img/portfolio/llc.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
}

html body main .testimonial .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: 100%;
      -ms-flex-pack: 100%;
          justify-content: 100%;
  width: 60%;
  margin: auto;
}

html body main .testimonial .container .open, html body main .testimonial .container .close {
  font-size: 9rem;
  font-weight: 100;
  color: #ef0d33;
}

html body main .testimonial .container .open {
  margin-right: 5rem;
}

html body main .testimonial .container .close {
  margin-left: 5rem;
}

html body main .testimonial .container .inner-container .serif {
  margin-bottom: 1.5rem;
  text-align: justify;
}

html body main .testimonial .container .inner-container .person {
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}

html body main .testimonial .container .inner-container p a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1600px) {
  html body main .hero {
    background-image: url(/img/office3.webp);
  }
  html body main .hero .slash {
    width: 60%;
  }
  html body main .what-we-do .services {
    width: 90%;
  }
  html body main .what-we-do .services .block .service {
    width: 45%;
  }
  html body main .testimonial .container {
    width: 85%;
  }
  html body main .process #section-number {
    font-size: 20rem;
  }
  html body main .process .container {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 1200px) {
  html body main .hero .slash {
    width: 80%;
  }
  html body main #intro {
    padding: 8rem 0;
  }
  html body main #intro .container {
    display: block;
    width: 91%;
  }
  html body main #intro .container .open, html body main #intro .container .close {
    display: none;
  }
  html body main .what-we-do {
    padding: 6rem 0;
  }
  html body main .what-we-do .services {
    width: 100%;
  }
  html body main .what-we-do .services .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .what-we-do .services .block .service {
    width: 65%;
    margin: 2rem auto;
  }
  html body main .what-we-do .services .block .service .extend {
    color: #fff;
  }
  html body main .what-we-do .services .block .service .text {
    background-image: linear-gradient(70deg, #fff 20%, #ef0d33 20%, #931E23 60%, #fff 60%);
    color: transparent;
  }
  html body main .what-we-do .services .block1 {
    margin-bottom: 0;
  }
  html body main .portfolio-cta .container {
    padding: 8rem 0;
  }
  html body main .portfolio .portfolio-cta .container .serif, html body main .portfolio .portfolio-cta .container h2 {
    color: transparent;
  }
  html body main .testimonial .container {
    width: 87%;
  }
  html body main .testimonial .container .open, html body main .testimonial .container .close {
    position: relative;
    font-size: 6rem;
  }
  html body main .testimonial .container .open {
    top: -80px;
    margin-right: 2rem;
  }
  html body main .testimonial .container .close {
    bottom: -250px;
    margin-left: 2rem;
  }
  html body main .process #section-number {
    font-size: 18rem;
    line-height: 20rem;
  }
  html body main .process .container {
    padding: 8rem 0;
  }
  html body main .process .container .title {
    margin: 2rem auto;
  }
  html body main .process .container #steps {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 2rem;
    width: 90%;
    margin: 5rem auto 0 auto;
  }
  html body main .process .container #steps div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: none;
  }
  html body main .process .container #steps div h3 {
    position: relative;
    z-index: 1;
  }
  html body main .process .container #steps div .step-number {
    top: -70px;
    right: auto;
    left: 2rem;
    font-size: 7rem;
  }
  html body main .process .container #steps .step-description {
    width: 100%;
    margin-bottom: 3rem;
    padding: 0;
  }
}

@media (max-width: 700px) {
  html body main .hero .slash {
    width: 90%;
  }
  html body main .hero .slash .container {
    width: 100%;
    text-align: center;
  }
  html body main .hero .slash .container .left, html body main .hero .slash .container .right, html body main .hero .slash .container .hero-text {
    -webkit-transform: none;
            transform: none;
  }
  html body main #intro {
    padding: 6rem 0;
  }
  html body main .what-we-do {
    padding: 6rem 0;
  }
  html body main .what-we-do .services {
    width: 91%;
  }
  html body main .what-we-do .services .block .service {
    width: 100%;
  }
  html body main .what-we-do .services .block .service video {
    display: none;
  }
  html body main .portfolio-cta .container {
    padding: 6rem 0;
  }
  html body main .testimonial {
    padding: 100px 0;
  }
  html body main .testimonial .container .open, html body main .testimonial .container .close {
    display: none;
  }
  html body main .process #section-number {
    display: none;
  }
  html body main .process .container {
    padding: 5rem 0;
  }
  html body main .process .container .title {
    width: 90%;
  }
  html body main .process .container #steps div h3 {
    font-size: 2rem;
  }
  html body main .process .container #steps div .step-number {
    top: -60px;
    right: auto;
    left: 8%;
    font-size: 6rem;
  }
}
/*# sourceMappingURL=home.css.map */