/*
0 - 600px = Phone
600 - 900px = Tablet (Portrait)
900 - 1200px = Tablet (Landscape)
1200 - 1800px = Desktop
1800px + = Big Screen
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media only screen and (min-width: 156.25em) {
    html {
      font-size: 80%; } }
  @media only screen and (max-width: 96em) {
    html {
      font-size: 58%; } }
  @media only screen and (max-width: 76.8em) {
    html {
      font-size: 55%; } }

body {
  box-sizing: border-box;
  position: relative; }

/* @font-face {
  font-family: "Formula Condensed Light";
  font-style: normal;
  font-weight: normal;
  src: local("Formula Condensed Light"), url("FormulaCondensed-Light.woff") format("woff"); }

@font-face {
  font-family: "Formula Condensed Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Formula Condensed Bold"), url("FormulaCondensed-Bold.woff") format("woff"); } */

@font-face {
  font-family: "Formula Condensed Light";
  font-style: normal;
  font-weight: normal;
  src: local("Formula Condensed Light"),
       url("FormulaCondensed-Light.otf") format("opentype");
}

@font-face {
  font-family: "Formula Condensed Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Formula Condensed Bold"),
       url("FormulaCondensed-Bold.otf") format("opentype");
}

body {
  font-family: "Formula Condensed Light", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8); }

.heading-primary,
.heading-2,
.heading-3,
.heading-4,
.heading-5 {
  font-family: "Formula Condensed Bold", sans-serif;
  text-transform: uppercase; }

.heading-primary,
.heading-2,
.heading-3,
.heading-4 {
  color: #fff; }

.heading-3-dark {
  color: #1e1e1e; }

.heading-3-bold {
  font-size: 2rem;
  font-weight: bold; }

.heading-3-bold,
.text,
.empathy-detail {
  font-family: "Josefin Sans", sans-serif;
  color: #1b1b1b; }

.heading-primary {
  font-size: 10rem;
  max-width: 75rem;
  line-height: 89%; }
  @media only screen and (max-width: 76.8em) {
    .heading-primary {
      font-size: 12rem; } }
  .heading-primary span {
    color: #b1d717; }

.heading-2 {
  font-size: 4.8rem; }

.heading-3 {
  font-size: 6rem; }
  @media only screen and (max-width: 26.6em) {
    .heading-3 {
      font-size: 4rem; } }

.heading-4 {
  font-size: 2.2rem; }

.heading-5 {
  font-size: 1.8rem;
  color: #777; }

.hero-description {
  font-size: 2.4rem;
  max-width: 50rem;
  text-align: center; }

.text {
  font-size: 1.8rem;
  line-height: 1.8; }

.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem; }

.btn {
  font-family: "Formula Condensed Bold", sans-serif;
  font-size: 2.2rem;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  border-radius: 100px;
  padding: 1rem 1.2rem;
  text-transform: uppercase;
  transition: all 0.2s; }

.btn:hover,
.btn:active {
  transform: scale(1.05) translateY(-2px); }

.btn-primary:link,
.btn-primary:visited {
  background-color: #b1d717;
  color: #1e1e1e;
  transition: all 0.2s; }

.btn-primary:hover,
.btn-primary:active {
  font-weight: 600; }

.btn-outline:link,
.btn-outline:visited {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600; }

.btn-outline:hover,
.btn-outline:active {
  border: 1px solid #b1d717;
  background-color: #b1d717;
  color: #1e1e1e; }

.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 12rem;
  height: 8rem;
  background-color: #1e1e1e; }
  .navbar-header__logo {
    font-family: "Formula Condensed Bold", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    color: inherit;
    font-size: 2rem;
    transition: all 0.2s; }
  .navbar-header__logo:hover {
    transform: scale(1.05);
    color: #b1d717; }
  @media only screen and (max-width: 48em) {
    .navbar-header {
      padding: 8rem 10rem; } }
  @media only screen and (max-width: 26.6em) {
    .navbar-header {
      padding: 8rem 6rem; } }
  @media only screen and (max-width: 23.43em) {
    .navbar-header {
      padding: 8rem 2rem; } }

@media only screen and (max-width: 48em) {
  .navbar {
    background-color: #1e1e1e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
    transition: all 350ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*Hide it visually*/
    opacity: 0;
    /*Hide accessbility to mouse or keyboard*/
    pointer-events: none;
    /*Hide from screen readers*/
    visibility: hidden; } }

.navbar__links {
  display: flex;
  list-style: none; }
  @media only screen and (max-width: 48em) {
    .navbar__links li {
      font-size: 2.5rem; } }
  .navbar__links li:not(:last-child) {
    margin-right: 4rem; }
    @media only screen and (max-width: 48em) {
      .navbar__links li:not(:last-child) {
        margin: 0; } }
  @media only screen and (max-width: 48em) {
    .navbar__links {
      flex-direction: column;
      gap: 4.8rem;
      color: #fff;
      text-align: center; } }

.navbar__nav-link:link, .navbar__nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  position: relative;
  text-transform: uppercase; }

.navbar__nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  border-radius: 10rem;
  background-color: #b1d717;
  top: 120%;
  left: 0;
  transition: all 0.2s; }

.navbar__nav-link:hover::after {
  font-weight: 700;
  color: #b1d717;
  width: 100%; }

.navbar__nav-link:hover {
  color: #b1d717; }

/* MOBILE NAV */
.btn-mobilenav {
  border: none;
  background: none;
  cursor: pointer;
  display: none; }
  @media only screen and (max-width: 48em) {
    .btn-mobilenav {
      display: block;
      z-index: 20; } }

.section-footer {
  padding: 10rem 12rem;
  height: max-content;
  background-color: #1e1e1e;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 48em) {
    .section-footer {
      padding: 5rem; } }
  @media only screen and (max-width: 35.75em) {
    .section-footer {
      padding: 5rem 3rem; } }

.footer-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem; }
  .footer-container .line {
    height: 1px;
    width: 100%;
    margin: 5rem 0;
    background-color: rgba(255, 255, 255, 0.08); }

.line {
  height: 1px;
  width: 100%;
  margin: 5rem 0;
  background-color: rgba(0, 0, 0, 0.08); }

.cta {
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center; }

.cta-main {
  display: flex;
  align-items: center;
  gap: 4rem; }
  @media only screen and (max-width: 48em) {
    .cta-main {
      flex-direction: column-reverse; } }
  @media only screen and (max-width: 26.6em) {
    .cta-main .heading-3 {
      text-align: center; } }

.cta-main__image {
  width: 10rem;
  height: 10rem;
  border-radius: 50%; }

.cta-links {
  margin-top: 4rem;
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  gap: 25rem; }
  @media only screen and (max-width: 76.8em) {
    .cta-links {
      gap: 10rem; } }
  @media only screen and (max-width: 48em) {
    .cta-links {
      grid-template-columns: 1fr;
      justify-items: center;
      align-items: center;
      margin-top: 2rem;
      gap: 2rem; } }

@media only screen and (max-width: 48em) {
  .social,
  .version {
    text-align: center; } }

.social__links {
  display: flex;
  align-items: center;
  list-style: none; }
  @media only screen and (max-width: 35.75em) {
    .social__links {
      justify-content: center; } }

.social__link {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
  position: relative; }

.social__link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  border-radius: 10rem;
  background-color: #fff;
  top: 120%;
  left: 0;
  transition: all 0.2s; }

.social__link:hover::after {
  width: 100%; }

.social__links li:not(:last-child) {
  margin-right: 2rem; }

.version-text {
  width: fit-content;
  color: #fff;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.2; }

/* MOBILE NAV */
.icon-menu {
  height: 4.8rem;
  width: 4.8rem;
  color: #b1d717; }

.icon-menu[name="close-outline"] {
  display: none; }

.nav-open .icon-menu[name="close-outline"] {
  display: block;
  color: #b1d717; }

.nav-open .icon-menu[name="menu-outline"] {
  display: none; }

.nav-open .navbar {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }

html,
body {
  overflow-x: hidden; }

.hero-section {
  height: 100vh;
  background-color: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero-section__container {
    max-width: 180rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 48em) {
      .hero-section__container {
        max-width: 60rem; } }
    @media only screen and (max-width: 35.75em) {
      .hero-section__container {
        max-width: 40rem; } }
    .hero-section__container .heading-primary,
    .hero-section__container .hero-description {
      margin-bottom: 2.6rem; }
    @media only screen and (max-width: 26.6em) {
      .hero-section__container .btn-container {
        margin-top: 4rem; } }
    @media only screen and (max-width: 96em) {
      .hero-section__container .heading-primary {
        font-size: 10rem; } }
    @media only screen and (max-width: 76.8em) {
      .hero-section__container .heading-primary {
        font-size: 5rem; } }
    @media only screen and (max-width: 48em) {
      .hero-section__container .heading-primary {
        font-size: 7rem; } }
    @media only screen and (max-width: 26.6em) {
      .hero-section__container .heading-primary {
        font-size: 5rem; } }
    @media only screen and (max-width: 48em) {
      .hero-section__container .hero-description {
        font-size: 1.8rem; } }

.aboutme-section {
  height: fit-content;
  padding: 8rem 35rem;
  background-color: #1b1b1b; }
  @media only screen and (max-width: 76.8em) {
    .aboutme-section {
      padding: 8rem 10rem; } }
  @media only screen and (max-width: 48em) {
    .aboutme-section {
      padding: 6rem; } }
  @media only screen and (max-width: 23.43em) {
    .aboutme-section {
      padding: 3rem; } }
  .aboutme-section__container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    justify-items: center;
    align-items: center;
    gap: 6rem; }
    @media only screen and (max-width: 76.8em) {
      .aboutme-section__container {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
        gap: 5rem; } }

.aboutme-container__text .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem; }
  .aboutme-container__text .heading .heading-line {
    background-color: #b1d717;
    height: 3px;
    width: 100px; }

@media only screen and (max-width: 48em) {
  .aboutme-container__text .heading-2 {
    font-size: 4rem; } }

@media only screen and (max-width: 76.8em) {
  .aboutme-container__img {
    margin-left: 0; } }

@media only screen and (max-width: 48em) {
  .aboutme-container__img {
    width: 35rem; } }

.mywork-section,
.mycasestudy-section {
  height: fit-content;
  background-color: #1b1b1b; }
  .mywork-section .heading,
  .mycasestudy-section .heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem; }
    .mywork-section .heading .heading-line,
    .mycasestudy-section .heading .heading-line {
      background-color: #b1d717;
      height: 3px;
      width: 100px; }

.mywork-section {
  padding: 12rem; }
  @media only screen and (max-width: 48em) {
    .mywork-section {
      padding: 4rem 8rem 8rem 8rem; } }
  @media only screen and (max-width: 26.6em) {
    .mywork-section {
      padding: 2rem 4rem 4rem 4rem; } }
  .mywork-section .mywork__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem; }
    @media only screen and (max-width: 48em) {
      .mywork-section .mywork__container {
        grid-template-columns: 1fr;
        gap: 6rem; } }
    @media only screen and (max-width: 26.6em) {
      .mywork-section .mywork__container {
        gap: 4rem; } }
    .mywork-section .mywork__container .work-link-container {
      text-decoration: none;
      color: #fff; }
    .mywork-section .mywork__container .work .video-container {
      display: flex;
      align-items: center;
      background-color: #2b2a2a;
      padding: 2rem;
      border-radius: 0.6rem; }
      .mywork-section .mywork__container .work .video-container .video {
        width: 100%;
        height: 320px; }
        @media only screen and (max-width: 26.6em) {
          .mywork-section .mywork__container .work .video-container .video {
            height: fit-content; } }
    .mywork-section .mywork__container .work .tags {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      margin-top: 2rem;
      font-size: 1.8rem; }
      .mywork-section .mywork__container .work .tags .separator {
        width: 2px;
        height: 2px;
        background-color: #fff; }

.mycasestudy-section {
  padding: 4rem 12rem 12rem 12rem; }
  @media only screen and (max-width: 48em) {
    .mycasestudy-section {
      padding: 4rem 8rem 8rem 8rem; } }
  @media only screen and (max-width: 26.6em) {
    .mycasestudy-section {
      padding: 4rem; } }
  .mycasestudy-section .mycasestudy__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem; }
    @media only screen and (max-width: 48em) {
      .mycasestudy-section .mycasestudy__container {
        grid-template-columns: 1fr; } }
    .mycasestudy-section .mycasestudy__container .casestudy-link-container {
      text-decoration: none;
      color: #fff; }

.case-study {
  height: 48rem;
  padding: 5rem;
  border-radius: 1rem;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  transition: all 0.2s; }
  @media only screen and (max-width: 48em) {
    .case-study {
      height: 40rem; } }
  @media only screen and (max-width: 26.6em) {
    .case-study {
      padding: 3rem;
      height: 35rem; } }
  .case-study__logo {
    position: absolute;
    top: 3.5rem;
    right: 4rem;
    transition: all 0.2s; }
  .case-study__logo img {
    height: 8rem; }
  .case-study__heading {
    font-size: 7rem;
    margin-bottom: 5rem; }
    @media only screen and (max-width: 48em) {
      .case-study__heading {
        font-size: 4.5rem; } }
    @media only screen and (max-width: 35.75em) {
      .case-study__heading {
        font-size: 4rem; } }
    .case-study__heading span {
      font-size: 1.6rem;
      display: block;
      margin-bottom: -1.2rem;
      text-transform: uppercase; }
      @media only screen and (max-width: 48em) {
        .case-study__heading span {
          font-size: 1.4rem; } }
  .case-study .text {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
    width: 85%; }
    @media only screen and (max-width: 35.75em) {
      .case-study .text {
        font-size: 1.2rem; } }
  .case-study:hover {
    transform: scale(1.025); }

.case-study-gala {
  background-color: #101f3b;
  color: #fff;
  position: relative; }

.case-study-zorrosign {
  background-color: #104035;
  color: #fff; }

.case-study-seeksophie {
  background-color: #e4e48d;
  color: #fff; }
  .case-study-seeksophie .case-study__heading {
    color: #2d4c5d; }
  .case-study-seeksophie .text {
    color: #1b1b1b; }

.case-study-edb {
  background-color: #111892;
  color: #fff; }

.project-container {
  padding: 5rem 30rem; }
  @media only screen and (max-width: 96em) {
    .project-container {
      padding: 5rem 10rem; } }
  @media only screen and (max-width: 48em) {
    .project-container {
      padding: 5rem 6rem; } }
  @media only screen and (max-width: 35.75em) {
    .project-container {
      padding: 4rem; } }
  .project-container__details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0; }
    @media only screen and (max-width: 48em) {
      .project-container__details {
        flex-direction: column; } }
  .project-container__details h1 {
    font-size: 6rem; }

.project-container__other-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 25rem;
  margin: 5rem 0; }
  @media only screen and (max-width: 96em) {
    .project-container__other-details {
      column-gap: 10rem; } }
  @media only screen and (max-width: 48em) {
    .project-container__other-details {
      grid-template-columns: 1fr;
      column-gap: 0rem;
      row-gap: 3rem; } }

.project-detail .line {
  margin: 0.5rem 0; }

.project-detail {
  margin: 5rem 0; }

.project-detail-sm .line {
  margin: 0.5rem 0; }

.img-container {
  width: 100%;
  height: 100%; }

.cs-img {
  width: 100%; }

.number-component {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 5rem;
  margin: 15rem 0 8rem 0; }
  @media only screen and (max-width: 48em) {
    .number-component {
      grid-template-columns: 1fr; } }
  @media only screen and (max-width: 35.75em) {
    .number-component {
      margin: 6rem 0; } }

.list li {
  margin-top: 1.5rem; }

.number {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 10rem;
  transform: translate(2rem, 2rem); }

.number-container {
  background-color: #1e1e1e;
  color: #fff;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.empathy-details {
  background-color: #f5f4fa;
  padding: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem; }
  .empathy-details .empathy-detail {
    color: #1e1e1e; }
  @media only screen and (max-width: 48em) {
    .empathy-details {
      grid-template-columns: 1fr;
      padding: 4rem; } }

.user-persona {
  background-color: #f5f4fa;
  padding: 8rem;
  display: flex;
  flex-direction: column;
  gap: 8rem; }
  @media only screen and (max-width: 48em) {
    .user-persona {
      padding: 5rem; } }
  .user-persona__profile {
    display: grid;
    grid-template-columns: min-content 1fr;
    justify-content: center;
    align-items: center;
    gap: 5rem; }
    @media only screen and (max-width: 48em) {
      .user-persona__profile {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 4rem; } }
  .user-persona__problem {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem; }
    @media only screen and (max-width: 48em) {
      .user-persona__problem {
        grid-template-columns: 1fr; } }

.profile-text-container .text {
  margin-bottom: 2rem; }

.profile-img {
  width: 25rem;
  height: 25rem;
  background-color: #b1d717;
  border-radius: 50%;
  overflow: hidden; }

.journey-map {
  background-color: #b1d717;
  padding: 8rem;
  display: flex;
  flex-direction: column;
  gap: 8rem; }

.competitors,
.opporunities,
.features,
.process-details {
  background-color: #f5f4fa;
  padding: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem; }
  @media only screen and (max-width: 48em) {
    .competitors,
    .opporunities,
    .features,
    .process-details {
      grid-template-columns: 1fr;
      padding: 4rem; } }

.design-style-component {
  margin-bottom: 8rem; }

.mockup .img-container {
  margin: 5rem 0; }

.project-website-btn {
  text-align: center;
  margin: 8rem 0; }

.plus {
  font-size: 2.5rem;
  color: #b1d717; }
