@font-face {
  src: url("../fonts/Raleway-VariableFont_wght.ttf");
  font-family: "Relaway";
}
@font-face {
  src: url("../fonts/Vollkorn-VariableFont_wght.ttf");
  font-family: "Vollkorn";
}
.section-title {
  font-family: "Vollkorn";
}

a:hover {
  color: #00adb5;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
  padding: 0px;
}

body {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

a {
  color: #00adb5;
}

@font-face {
  src: url("../fonts/Raleway-VariableFont_wght.ttf");
  font-family: "Relaway";
}
@font-face {
  src: url("../fonts/Vollkorn-VariableFont_wght.ttf");
  font-family: "Vollkorn";
}
.section-title {
  font-family: "Vollkorn";
}

a:hover {
  color: #00adb5;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
  padding: 0px;
}

body {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

a {
  color: #00adb5;
}

ul {
  list-style: none;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  overflow-y: hidden;
  z-index: 999;
}

.noscroll {
  overflow: hidden;
}

.navbar {
  background-color: #303941;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 8.5px;
  padding-right: 8.5px;
  justify-content: start;
  position: relative;
}

.menu-icon {
  width: 20%;
}
.menu-icon i {
  font-size: 20px;
  color: #00adb5;
}

.menu-logo {
  width: 80%;
  text-align: center;
  padding-right: 20%;
}
.menu-logo img {
  width: 32px;
  height: 32px;
}

.navbar-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #0b0b0b;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.close-nav {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 30px;
  color: #979797;
}

.menu-item {
  margin-bottom: 30px;
}

.menu-link {
  color: #dcd9d9;
  font-size: 1.125em;
  font-weight: 600;
  font-family: "Raleway";
}

.item-active .menu-link {
  color: #00adb5 !important;
}

.hide {
  display: none;
}

@media (min-width: 961px) {
  nav {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
    transition: top 0.5s;
    background-color: white;
  }

  .navbar {
    background-color: white;
    padding: 0px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }

  .menu-icon {
    display: none;
  }

  .menu-logo {
    width: 50%;
    text-align: start;
    padding: 8px 30px 8px 0;
    flex: 1;
  }
  .menu-logo img {
    width: 60px;
    height: 60px;
  }

  .navbar-content {
    display: inline;
    position: relative;
    width: 35%;
    background-color: rgba(255, 255, 255, 0.25);
  }

  .close-nav {
    display: none;
  }

  .menu-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
  }

  .menu-item {
    margin-bottom: 0px;
  }

  .menu-link {
    color: #706f6f;
    font-size: 16px;
  }

  .item-active {
    position: relative;
  }
  .item-active .menu-link {
    color: #00adb5 !important;
  }
  .item-active::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    background-color: #00adb5;
    width: 100%;
  }
}
.contact-section {
  padding-top: 23px;
}
.contact-section .contact-info {
  text-align: center;
  padding-bottom: 40px;
}
.contact-section img {
  max-width: 30%;
  margin-bottom: 25px;
  border-radius: 50%;
}
.contact-section .contact-mail {
  display: block;
  color: #575656;
  font-size: 16px;
  font-weight: 600;
  font-family: "Relaway";
}

@media (min-width: 961px) {
  .contact-section {
    padding-top: 23px;
  }
  .contact-section .contact-info {
    text-align: center;
    padding-bottom: 40px;
  }
  .contact-section img {
    width: 120px;
    height: 120px;
  }
  .contact-section .contact-mail {
    font-size: 30px;
  }
}
footer {
  background-color: #333333;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 40px;
  font-family: "Relaway";
}
footer .footer-header {
  color: #ebebeb;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 4px;
}
footer .copy-right {
  color: #ebebeb;
  font-size: 12px;
}
footer .footer-logos {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
footer .footer-logos .footer-image {
  width: 34px;
  height: 34px;
}
footer .footer-logos .footer-image:first-child {
  margin-right: 10px;
}
footer .footer-logos .footer-image:last-child {
  width: 38px;
}

@media (min-width: 961px) {
  footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 7.5%;
    align-items: center;
  }

  .footer-info {
    text-align: start;
  }

  .footer-logos {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  .footer-logos .footer-image:first-child {
    margin-right: 20px;
  }
}
#content {
  padding-top: 54px;
}

.section-title {
  padding-bottom: 21px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  color: #575656;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  font-family: "vollkorn";
}
.section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  background-color: #00adb5;
  width: 50px;
}

.links {
  font-size: 11px;
  padding: 6px 10px 29px 10px;
  padding-top: 6px;
  text-transform: uppercase;
}
.links a {
  color: black;
  font-family: "Relaway";
}

.link-active {
  color: #00adb5;
}

.UX-section {
  font-family: "Relaway";
}
.UX-section .UX-image-container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.UX-section .UX-image {
  background-image: url("../img/UX DESIGN CARD 1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.45);
  background-color: #ebebeb;
  height: 300px;
}

.detail-row {
  width: 100%;
}
.detail-row .detail-header {
  color: #575656;
  font-size: 14px;
  letter-spacing: 0;
  padding-bottom: 11px;
  font-weight: 700;
}
.detail-row .detail-text {
  color: #575656;
  font-size: 12px;
  line-height: 15px;
}
.detail-row .row-img {
  width: 100%;
}

.detail-container-1 {
  padding: 30px 10px 20px 10px;
}
.detail-container-1 .detail-section {
  padding: 0px 11px 6px 11px;
}

.detail-container-2 {
  padding: 6px 10px 6px 10px;
}
.detail-container-2 .detail-section {
  margin-bottom: 10px;
  border-radius: 0 20px 20px 0;
  background-color: #ebebeb;
  padding: 20px 11px 6px 11px;
}

.detail-container-3 {
  background-color: #d8d8d8;
  padding: 25px 20px;
}
.detail-container-3 .detail-top {
  display: flex;
  justify-content: center;
}
.detail-container-3 .detail-header {
  text-align: center;
}

.detail-container-4 {
  padding: 20px;
}
.detail-container-4 .detail-left {
  padding-bottom: 20px;
}

.detail-container-5 {
  padding: 25px 20px;
  background-color: #ebebeb;
}

.detail-container-6 {
  padding: 20px 10px;
}
.detail-container-6 .detail-header {
  padding-left: 4px;
}

.detail-container-7 {
  padding: 20px 10px;
  background-color: #ebebeb;
}
.detail-container-7 .detail-header {
  padding-left: 4px;
}

.detail-container-8 {
  padding: 20px;
}
.detail-container-8 .detail-img-container {
  padding-left: 4px;
  padding-top: 14px;
}
.detail-container-8 .detail-img {
  background-image: url("../img/UserFlow mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}

.detail-container-9 {
  padding: 20px 10px;
  background-color: #ebebeb;
}
.detail-container-9 .detail-header {
  padding-left: 4px;
}
.detail-container-9 .detail-img-container {
  padding-left: 4px;
  padding-top: 14px;
}
.detail-container-9 .detail-img {
  background-image: url("../img/wireframes mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}

.mob {
  display: block;
}

.lap {
  display: none;
}

@media (min-width: 961px) {
  #content {
    padding-top: 75px;
  }

  .links {
    display: none;
  }

  .section-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 42px;
  }

  .UX-section {
    padding-top: 88px;
  }
  .UX-section .UX-image {
    width: 85%;
    margin: 0 auto;
    background-image: url("../img/UX DESIGN (1)-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.45);
    background-color: #ebebeb;
    height: 475px;
  }
  .UX-section .UX-image-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .detail-row {
    width: 100%;
  }
  .detail-row .detail-header {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
  }
  .detail-row .detail-text {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
  }

  .detail-container-1,
.detail-container-2 {
    width: 85%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .detail-container-1 {
    padding-bottom: 30px;
  }
  .detail-container-1 .detail-section {
    padding-left: 0;
    padding-right: 0;
  }
  .detail-container-1 .detail-header {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 42px;
  }
  .detail-container-1 .detail-text {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }

  .detail-container-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 73px;
  }
  .detail-container-2 .detail-section {
    width: 32.2580645161%;
    padding: 35px 30px 35px 30px;
  }
  .detail-container-2 .detail-header {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
  }
  .detail-container-2 .detail-text {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }

  .detail-container-3 {
    width: 85%;
    position: relative;
    border: 1px solid #979797;
    border-radius: 0 100px 100px 0;
    margin-top: 40px;
  }
  .detail-container-3 .detail-top {
    position: absolute;
    top: -40px;
    left: 5%;
    height: 130%;
    min-width: 50%;
    max-width: 60%;
  }
  .detail-container-3 .detail-bottom {
    padding-inline-start: 60%;
    padding-right: 60px;
  }
  .detail-container-3 .detail-header {
    text-align: left;
    padding-bottom: 29px;
  }

  .detail-container-4 {
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .detail-container-4 .detail-left,
.detail-container-4 .detail-right {
    width: 50%;
  }
  .detail-container-4 .detail-left {
    padding-right: 15px;
  }
  .detail-container-4 .detail-right {
    padding-left: 15px;
  }

  .detail-container-5 {
    padding-left: 7.5%;
    padding-right: 7.5%;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .detail-container-6,
.detail-container-8 {
    width: 85%;
    margin: 0 auto;
  }

  .detail-container-6 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .detail-container-6 .detail-header {
    padding-bottom: 46px;
  }

  .detail-container-7 {
    padding-left: 7.5%;
    padding-right: 7.5%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .detail-container-8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .detail-container-8 .row-img {
    width: 100%;
    height: auto;
  }

  .detail-container-9 {
    padding-left: 7.5%;
    padding-right: 7.5%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lap {
    display: block;
  }

  .mob {
    display: none;
  }
}

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