/*-----------------------*\
RESET
\*-----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/*-----------------------*\
STRUCTURE
\*-----------------------*/
html {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  display: block;
  background-image: linear-gradient(180deg, #FFF 0%, #F0F2F3 50%, #FFF 100%);
  background-color: #ffffff; }

/*-----------------------*\
TEXT STYES
\*-----------------------*/
/*--- Typograhpy ---*/
p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #1E2325; }

.nav-tabs {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: .5px; }

.eyebrow {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  color: #747778;
  letter-spacing: .5px; }

.home-title {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  color: #1E2325; }

.body-large {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #747778; }

.handwritten {
  font-family: "Nanum Pen Script", cursive;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #747778; }

.header {
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  color: #1E2325; }

.highlight {
  color: #1794CB;
  font-weight: 500; }

.bold {
  font-weight: 700; }

.primary {
  color: #1794CB; }

.subtle {
  color: #747778; }

.small {
  font-size: 15px; }

.caption {
  font-size: 13px;
  line-height: 1.5; }

.link {
  color: #747778;
  font-weight: 700;
  text-decoration: underline; }

.link:hover,
.link:focus {
  color: #1E2325;
  text-decoration: underline;
  outline: 0; }

/*--- Typography -- Media Queries --*/
@media all and (max-width: 1200px) {
  p {
    font-size: 16px; }

  .nav-tabs {
    font-size: 16px; }

  .home-title {
    font-size: 36px; }

  .eyebrow {
    font-size: 16px; }

  .body-large {
    font-size: 20px; }

  .handwritten {
    font-size: 24px; }

  .header {
    font-size: 32px; }

  .small {
    font-size: 14px; }

  .caption {
    font-size: 12px; } }
/*-----------------------*\
SPACING
\*-----------------------*/
.bottom-12 {
  margin-bottom: 12px !important; }

.bottom-16 {
  margin-bottom: 16px !important; }

.bottom-24 {
  margin-bottom: 24px !important; }

.bottom-40 {
  margin-bottom: 40px !important; }

@media all and (max-width: 960px) {
  .bottom-40 {
    margin-bottom: 24px !important; } }
/*-----------------------*\
NAVIGATION
\*-----------------------*/
nav {
  width: 100%;
  padding: 0;
  position: fixed;
  z-index: 100;
  top: 40px;
  left: 0;
  display: block;
  box-sizing: border-box; }

.nav-tabs {
  display: flex;
  place-content: center flex-end;
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
  box-sizing: border-box; }

.nav-tabs.back-button {
  place-content: center space-between; }

.nav-tabs ul {
  width: auto;
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 0px;
  list-style: none;
  transition: all 0.3s ease-in-out;
  border-radius: 80px; }

.nav-tabs.nav-scroll ul {
  padding: 12px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 10px -5px rgba(30, 35, 37, 0.2), 0 8px 64px -16px rgba(30, 35, 37, 0.12), inset 0.5px 1px rgba(255, 255, 255, 0.4), inset -0.5px -1px rgba(255, 255, 255, 0.7); }

.nav-tabs.nav-scroll ul:hover {
  background-color: rgba(255, 255, 255, 0.9); }

.nav-tabs ul li {
  width: auto;
  flex: 0 0 auto; }

.nav-tabs ul li svg {
  margin: 0 8px 0 0;
  vertical-align: bottom;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2)); }

.nav-tabs.nav-scroll ul li svg {
  filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.2)); }

.connect-button {
  outline: 2px solid !important;
  outline-color: #ffffff !important;
  color: #ffffff !important;
  margin-left: 16px !important;
  display: flex !important;
  align-items: center !important;
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08)); }

.nav-tabs.nav-scroll .connect-button {
  color: #1E2325 !important;
  outline-color: #1E2325 !important;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1)); }

.nav-tabs ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 12px 16px;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  position: relative;
  border-radius: 40px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }

.nav-tabs.nav-scroll ul li a {
  color: #1E2325;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2); }

.nav-tabs ul li a:active,
.nav-tabs ul li a:hover,
.nav-tabs ul li a:focus {
  background-color: rgba(0, 0, 0, 0.1) !important; }

/*.nav-tabs ul li a.nav-tab-current::after {
	content: ''; 
	display: block; 
	position: absolute; 
	border-radius: 8px; 
	height: 3px; 
	width: 12px; 
	background-color: currentColor; 
	bottom: 4px;
	left: 50%;
	margin-left: -6px;}*/
/*--- Nav -- Media Queries ---*/
@media all and (max-width: 960px) {
  nav.main-nav {
    top: unset;
    bottom: 16px; }

  .nav-tabs {
    padding: 0px 24px; }

  .main-nav .nav-tabs {
    place-content: center; }

  .nav-tabs ul .menu-tab svg {
    display: flex;
    margin: 0 auto 2px; }

  .main-nav .nav-tabs ul .menu-tab {
    padding: 8px 16px; }

  .main-nav .nav-tabs.nav-scroll ul {
    padding: 8px 17px; }

  .main-nav .nav-tabs ul {
    padding: 8px 17px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 10px -5px rgba(30, 35, 37, 0.2), 0 8px 64px -16px rgba(30, 35, 37, 0.12), inset 0.5px 1px rgba(255, 255, 255, 0.4), inset -0.5px -1px rgba(255, 255, 255, 0.7); }

  .main-nav .nav-tabs ul li a {
    display: block;
    color: #1E2325;
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2); }

  .connect-button {
    color: #1E2325 !important;
    outline-color: #1E2325 !important;
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1)); }

  .nav-tabs ul li svg {
    filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.2)); } }
@media all and (max-width: 480px) {
  nav.main-nav {
    bottom: 8px; }

  .nav-tabs {
    padding: 0px 8px; }

  .main-nav .nav-tabs ul {
    border-radius: 16px;
    padding: 8px;
    width: 100%;
    display: flex;
    justify-content: space-evenly; }

  .main-nav .nav-tabs.nav-scroll ul {
    padding: 8px; }

  .connect-button {
    margin-left: 8px !important; }

  .main-nav .nav-tabs ul .menu-tab {
    padding: 8px; } }
/*-----------------------*\
LOGO
\*-----------------------*/
.nav-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding: 0;
  margin: 0 auto !important;
  box-sizing: border-box;
  position: absolute;
  top: 40px; }

/*--- LOGO -- Media Queries ---*/
@media all and (max-width: 960px) {
  .nav-logo {
    top: 24px; } }
/*-----------------------*\
PAGE
\*-----------------------*/
/*--- SECTION ---*/
.section-wrapper {
  display: block;
  padding: 144px 40px 0;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box; }

.section-wrapper.work-title {
  padding-top: 224px; }

.content-wrapper {
  display: flex;
  flex-wrap: wrap; }

.content-block {
  display: flex;
  margin-top: 80px;
  box-sizing: border-box;
  column-gap: 112px; }

.content-wrapper .content-block:first-child {
  margin-top: 0; }

.content-block .block {
  width: 100%;
  box-sizing: border-box; }

/*--- SECTION -- Media Queries ---*/
@media all and (max-width: 960px) {
  .section-wrapper {
    padding: 80px 24px 0;
    margin: 0 auto; }

  .section-wrapper.work-title {
    padding-top: 160px; }

  .content-block {
    margin-top: 40px;
    flex-wrap: wrap;
    column-gap: 80px; }

  .content-block .block {
    margin-top: 40px; }

  .content-block .block:first-child {
    margin-top: 0px; } }
/*--- DIVIDER ---*/
.divider {
  padding: 0 40px;
  margin: 144px auto 0 !important;
  max-width: 1440px;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  position: relative;
  gap: 8px;
  box-sizing: border-box; }

.divider div {
  height: 3px;
  display: block;
  background-color: rgba(30, 35, 37, 0.1); }

.divider div:first-child {
  width: 100%; }

.divider div:nth-child(2) {
  width: 64px; }

.divider div:last-child {
  width: 12px; }

@media all and (max-width: 960px) {
  .divider {
    margin: 80px auto 0 !important;
    padding: 0 24px; } }
/*--- ROW ---*/
.row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1440px;
  padding: 0px;
  margin: 80px 0 auto; }

section .row:first-of-type {
  margin-top: 0px !important; }

/*--- ROW -- Media Queries ---*/
@media all and (max-width: 960px) {
  .row {
    display: block; } }
/*--- COLUMN ---*/
.column {
  width: 50%;
  padding-right: 56px;
  box-sizing: border-box; }

.column:nth-child(2) {
  padding-left: 56px;
  padding-right: 0px; }

.column.column-full {
  width: 100%;
  padding-right: 0px; }

/*--- COLUMN -- Media Queries ---*/
@media all and (max-width: 960px) {
  .column {
    width: 100%;
    padding-right: 0px; }

  .column:nth-child(2) {
    padding-left: 0px; } }
/*--- HERO SECTION ---*/
.hero-wrapper {
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: block;
  position: relative; }

.hero-content {
  display: flex;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 1000px;
  align-items: center !important; }

.hero-content div {
  margin-top: -80px; }

.hero-image {
  background-image: url("../images/Home-banner.png");
  background-size: 1000px 1000px;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 1000px; }

.hero-background {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  margin: 0;
  z-index: 0;
  right: 0; }

/*--- HERO SECTION -- Media Queries ---*/
@media all and (max-width: 960px) {
  .hero-content {
    padding: 0 24px;
    height: auto; }

  .hero-content .block {
    margin-top: 120px !important;
    margin-bottom: 56px; }

  .hero-content .block:nth-child(3) {
    display: none; }

  .hero-background {
    position: relative;
    width: 100%; }

  .hero-image {
    background-image: url("../images/Home-banner-mobile.png");
    background-size: 960px 400px;
    background-position: top center;
    height: 400px; } }
/*--- WORK CARD ---*/
.work-card {
  height: 416px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 24px 64px -16px rgba(30, 35, 37, 0.12), 0 1px 8px -6px rgba(30, 35, 37, 0.2);
  text-decoration: none;
  display: flex;
  flex-direction: row-reverse;
  box-sizing: border-box;
  position: relative;
  border-radius: 32px;
  margin-top: 80px;
  background-color: #ffffff;
  outline: none;
  scroll-margin-top: 160px; }

.work-card:nth-child(even) {
  flex-direction: row; }

.work-card:first-child {
  margin-top: 0; }

.work-card__description {
  width: 50%;
  align-content: center;
  padding: 80px 96px;
  box-sizing: border-box; }

.work-card__description p {
  margin-top: 24px;
  color: #747778; }

.work-card__image {
  width: 50%;
  padding: 0px;
  box-sizing: border-box; }

.work-card__image img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out; }

.work-card__image img.work-card__image-desktop {
  height: 416px; }

.work-card__image img.work-card__image-mobile {
  height: 480px;
  display: none; }

.card-timeoff .work-card__image {
  background: linear-gradient(-45deg, #ffb8fb 0%, #673cc6 100%); }

.card-system .work-card__image {
  background: linear-gradient(-45deg, #b8ffd7 0%, #3cc44b 100%); }

.card-settings .work-card__image {
  background: linear-gradient(-45deg, #b8f5ff 0%, #3c97c4 100%); }

.work-card:hover .work-card__image img {
  transform: scale(1.02); }

/*--- WORK CARD -- Media Queries ---*/
@media all and (max-width: 960px) {
  .work-card {
    height: auto;
    flex-direction: column-reverse; }

  .work-card:nth-child(even) {
    flex-direction: column-reverse; }

  .work-card__description {
    width: 100%;
    padding: 80px; }

  .work-card__image {
    width: 100%;
    height: 360px; }

  .work-card__image img.work-card__image-mobile {
    height: 480px;
    display: inherit; }

  .work-card__image img.work-card__image-desktop {
    display: none; } }
@media all and (max-width: 480px) {
  .work-card__image {
    height: 240px; }

  .work-card__image img.work-card__image-mobile {
    height: 330px; }

  .work-card__description {
    padding: 64px 32px 40px; } }
/*-----------------------*\
"AT A GLANCE" SECTION
\*-----------------------*/
.section-wrapper.section-overlap {
  margin-top: -108px;
  padding: 0 40px; }

.overlap-wrapper {
  background-color: #ffffff;
  box-shadow: 0 24px 64px -16px rgba(30, 35, 37, 0.12), 0 1px 8px -6px rgba(30, 35, 37, 0.2);
  border-radius: 32px;
  justify-content: space-between;
  padding: 32px 8px;
  margin: 0 -8px;
  display: flex;
  overflow: scroll; }

.role {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 24px;
  width: 100%;
  min-width: 160px;
  box-sizing: border-box; }

.role p.eyebrow {
  margin-bottom: 4px; }

.role img {
  height: 64px;
  margin-bottom: 16px; }

.handwritten-wrapper {
  display: flex;
  position: absolute;
  top: -56px; }

.handwritten-wrapper img {
  position: relative;
  top: 4px;
  margin-left: 6px; }

/*--- "AT A GLANCE" SECTION -- Media Queries ---*/
@media all and (max-width: 1200px) {
  .handwritten-wrapper {
    top: -40px; } }
@media all and (max-width: 960px) {
  .handwritten-wrapper {
    top: -30px;
    left: 16px;
    background-color: white;
    border-radius: 32px 32px 0 0;
    padding: 16px 24px; }

  .section-wrapper.section-overlap {
    margin-top: -108px;
    padding: 0 24px; }

  .role {
    margin: 0 12px; } }
/*-----------------------*\
WORK REFERENCE IMAGES
\*-----------------------*/
.work-reference img {
  width: 100%;
  display: block; }

.work-reference .block {
  border-radius: 32px; }

.work-reference .block.work-timeoff {
  background: linear-gradient(-45deg, #ffb8fb 0%, #673cc6 100%); }

.work-reference .block.work-settings {
  background: linear-gradient(-45deg, #b8f5ff 0%, #3c97c4 100%); }

.work-reference .block.work-system {
  background: linear-gradient(-45deg, #b8ffd7 0%, #3cc44b 100%); }

/*-----------------------*\
"ABOUT ME" SECTION & FOOTER
\*-----------------------*/
.about-footer {
  background-color: #cbe9ed;
  margin-top: 144px;
  border-radius: 40px 40px 0 0; }

.about-footer .section-wrapper {
  padding-top: 80px; }

/*--- ABOUT ME ---*/
.photo-wrapper {
  display: flex;
  justify-content: center; }

.portrait-photo {
  width: 100%;
  border-radius: 40px;
  box-sizing: border-box;
  max-width: 500px; }

.connect-about-button {
  display: inline-block;
  margin-top: 40px; }

.connect-about-button a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 12px 16px;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  border-radius: 40px;
  background-color: #1E2325; }

.connect-about-button a:hover {
  background-color: #747778; }

.connect-about-button svg {
  margin: 0 8px 0 0;
  vertical-align: bottom; }

/*--- FOOTER ---*/
.footer div {
  display: flex;
  padding: 24px 0;
  justify-content: center;
  align-content: center; }

.footer p {
  margin-right: 4px; }

/*--- ABOUT ME & FOOTER -- Media Queries ---*/
@media all and (max-width: 960px) {
  .about-footer {
    margin-top: 80px; }

  .footer {
    padding: 40px 0 96px 0 !important; }

  #about .content-block {
    flex-direction: column-reverse; }

  .about-footer .section-wrapper {
    padding-top: 0px; }

  #about .block {
    margin-top: 40px; } }
