/* Resets This is where reset, normalize & box-sizing styles go. */

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Custom properties */
:root {
  /* font stack */
 --source-sans: "source-sans-pro", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
 --cabrito-serif: "cabrito-normal", Georgia, "Times New Roman", Times, serif;
 /* colors */
 --primary-golden: #F9C041;
 --primary-sunset: #EA6254;
 --primary-sunset-a11y: #E85545;
 --sunset-hover: #CB4B3E;
 --primary-peony:   #FD8BBE;
 --primary-lagoon: #64CCC9;
 --accent-butterfly: #F8E08E;
 --accent-blush: #FCE6E6;
 --accent-sweetpea: #EA5C8B;
 --accent-seaglass: #D2F9F1;
 --neutral-seashell: #F9F8F4;
 --neutral-pebble: #F2EFE7;
 --neutral-sand: #E4DECE;
 --neutral-driftwood: #D6CDB5;
 --neutral-dark-hibiscus: #CB1A55;
 --netural-dark-neptune: #1C545D;
 --netural-dark-seaweed: #443D2D;
 --netural-dark-asphalt: #231F20;
}



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (width > 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
:root {
  --header-offset: 0px;
}

main {
  overflow: hidden;
  padding-block-start: var(--header-offset, 0px);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--netural-dark-asphalt);
  font-family: var(--cabrito-serif);
}
a,
p,
li,
th,
td {
  font-family: var(--source-sans);
  color: var(--netural-dark-asphalt);
}
img {
  display: block;
}

h2 {
  color: var(--primary-sunset-a11y);
  font-weight: 500;
  font-size: 3rem;
}

h3 {
  color: var(--primary-sunset);
  font-family: var(--source-sans);
  margin: 0;
  font-size: 1.5rem;
}

a:hover,
a:focus-visible {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.header__skip {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 100;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
}
.header__skip:focus {
  top: 10px;
}
.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  .logo-and-login {
    display: flex;
    justify-content: space-between;
    a {
      #header-logo {
        padding-block: 2rem;
        width: 100%;
        max-width: 200px;
        display: block;
      }
    }
  }
}

.column {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 2rem;
}

.overlay {
  position: fixed;
  inset: 0;
  background: black;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}

.top-bar {
  background-color: var(--netural-dark-seaweed);
  padding-block: 0.75rem;
  p {
    color: white;
    text-align: center;
    margin: 0;
  }
  a {
    color: white;
  }
}

.header-log-in {
  display: grid;
  align-items: center;
  p {
    font-size: 1.4rem;
  }
}

.hero {
  overflow: hidden;
  background-color: var(--primary-lagoon);
  height: 730px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  svg {
    position: absolute;
    height: 100%;
    width: auto;
    flex-shrink: 0;
    min-width: 2564px;
    translate: 730px 0;
  }
  svg.multiply-path {
    position: absolute;
  }
  .hero-video-background {
    right: 25%;
    translate: 640px 0;
    position: absolute;
    width: auto;
    height: 730px;
  }
  .overlay-guy {
    position: absolute;
    bottom: -4rem;
    height: 758px;
    translate: 213px 0;
  }

  .hero-content {
    position: relative;
    translate: -23rem 0;
    h1 {
      max-width: 493px;
      font-weight: 500;
      margin: 0 0 0.75rem 0;
      font-size: 5.5rem;
      line-height: 1.1;
    }
    p {
      margin: 0;
      max-width: 403px;
      font-size: 2rem;
      font-weight: 400;
    }
    .jurni-button {
      margin-block-start: 2.5rem;
      background-color: var(--primary-sunset);
      color: var(--netural-dark-asphalt);
    }
    .jurni-button:hover,
    .jurni-button:focus {
      background-color: var(--sunset-hover);
      color: #fff;
      filter: none;
    }
  }
}

.jurni-button {
  background-color: var(--accent-seaglass);
  border-radius: 999px;
  padding: 1rem 5rem;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.jurni-button:hover,
.jurni-button:focus {
  background-color: var(--primary-lagoon);
}

.intro-section {
  padding-block: 4rem;
  background-color: var(--neutral-seashell);
  .hero-content-mobile {
    display: none;
    translate: 0 -2rem;
    text-align: center;
    background-color: var(--accent-seaglass);
    padding: 1.7rem;
    border-radius: 25px;
    z-index: 1;
    & h1,
    & p {
      max-width: 29rem;
      text-align: center;
      margin: 0;
    }
    & p {
      font-weight: 300;
    }
    h1 {
      font-size: 2.5rem;
      margin-inline: auto;
      font-weight: 500;
    }
    p {
      font-size: 1.4rem;
      margin-inline: auto;
    }
    & .jurni-button {
      background-color: var(--primary-sunset);
      color: var(--netural-dark-asphalt);
      margin: 0.7rem 0 0 0;
      padding: 1rem 4rem;
    }
    & .jurni-button:hover,
    & .jurni-button:focus {
      background-color: var(--sunset-hover);
      color: #fff;
      filter: none;
    }
  }
  .intro-section-content {
    display: flex;
    gap: 4rem;
    justify-content: center;
    .intro-section-text {
      max-width: 383px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      h2 {
        font-size: 2.125rem;
      }
      p {
        font-size: 1.125rem;
        max-width: 35rem;
        line-height: 1.5;
      }
    }
    .circle-hand-phone-image {
      max-width: 443px;
      width: 100%;
    }
  }
}

.scroll-fun {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  height: 962px;
  background-color: var(--netural-dark-seaweed);
  overflow: hidden;
}

.scroll-fun-left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 2.5rem;
  .word-box {
    max-width: 350px;
    margin-inline-end: 3rem;
    h3,
    p {
      margin: 0;
    }
    h3 {
      font-size: 1.75rem;
      font-weight: 500;
      color: var(--accent-seaglass);
      font-family: var(--cabrito-serif);
      margin-block-end: 0.5rem;
    }
    p {
      font-size: 1.125rem;
      color: var(--neutral-seashell);
      line-height: 22px;
    }
  }
}

.scroll-fun-right {
  display: flex;
  gap: 2.25rem;
  align-items: center;
  overflow: hidden;
  padding-inline-start: 4rem;
  .card-column {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    .card {
      .phone {
        width: 220px;
        height: auto;
        display: block;
      }
    }
  }
  .card-column:nth-child(even) {
    translate: 0 -300px;
  }
}

.mobile-screens {
  display: none;
  width: 100%;
  background-color: var(--netural-dark-seaweed);
  padding-block-end: 2rem;
  img {
    width: 900px;
  }
}

.cta {
  position: relative;
  z-index: 1;
  backgroud-color: var(--neutral-seashell);
  .cta-background {
    background-color: var(--primary-golden);
    margin-block: 10rem;
    border-radius: 20px;
    padding-block: 3rem;
    padding-inline: 1rem;
    max-width: 1110px;
    margin-inline: auto;
    .cta-content {
      display: flex;
      align-items: center;
      justify-content: center;
      p {
        text-align: center;
        font-size: 1.6875rem;
        font-family: var(--cabrito-serif);
        margin: 0;
      }
      .jurni-button {
        margin-inline-start: 1.5rem;
      }
    }
  }
}

.end-section {
  background-color: var(--accent-blush);
  .column {
    position: relative;
    padding-block: 10rem;
    .end-section-content {
      margin-inline-start: 6rem;
      h2,
      p {
        max-width: 283px;
      }
      h2 {
        font-size: 2.25rem;
      }
      p {
        font-size: 1.125rem;
        line-height: 1.5;
      }
    }
    #Mobile-Curve {
      display: none;
      max-width: 740px;
      position: absolute;
      top: 22rem;
      right: -7rem;
    }
    #end-section-pink-curve {
      position: absolute;
      top: 0;
      right: -180px;
      max-width: 680px;
    }

    .pink-girl-container {
      overflow: hidden;
      height: 700px;
      width: 100%;
      position: absolute;
      bottom: 0;
      pointer-events: none;

      .pink-girl {
        position: absolute;
        bottom: 0;
        right: 270px;
        max-height: 660px;
        width: auto;
        filter: drop-shadow(20px 30px 35px rgba(0, 0, 0, 0.3));
      }
    }
    .pink-girl-mobile {
      display: none;
      margin-inline: auto;
      max-height: 490px;
      width: auto;
      filter: drop-shadow(20px 30px 15px rgba(0, 0, 0, 0.3));
    }
  }
}

.title-bar {
  background-color: var(--accent-butterfly);
  padding-block: 2.5rem;
  margin-block-end: 3rem;
  h1 {
    font-size: 2.5rem;
    font-weight: 500;
    margin: 0;
  }
}

.a11y-main-content {
  margin-block-end: 18rem;
  p {
    font-size: 1.125rem;
  }
}

.footer {
  position: relative;
  .upper-footer {
    background-color: var(--netural-dark-seaweed);
    padding-block: 6rem;
    svg {
      display: block;
      margin-inline: auto;
      max-width: 250px;
      margin-block-end: 2rem;
    }
    p {
      text-align: center;
      color: white;
      font-size: 18px;
      margin: 0;
      font-weight: 300;
    }
  }
  .lower-footer {
    padding-block: 1rem;
    background-color: var(--neutral-sand);
    ul {
      padding-inline-start: 0;
      list-style: none;
      display: flex;
      justify-content: center;
      gap: 4rem;
      li a {
        font-size: 18px;
      }
    }
  }
}
@media (width < 1300px) {
  .hero {
    .hero-content {
      translate: -15rem 0;
      h1 {
        font-size: 4rem;
        margin: 0 0 0.5rem 0;
      }
      p {
        font-size: 1.7rem;
      }
    }
  }
}
@media (width < 1200px) {
  .end-section {
    .column {
      #end-section-pink-curve {
        right: -290px;
      }
      .pink-girl-container {
        .pink-girl {
          right: 170px;
        }
      }
    }
  }
}
@media (width < 1024px) {
  .header {
    .top-bar {
      display: none;
    }
    .logo-and-login {
      .header-log-in {
        p {
          font-size: 1rem;
        }
      }
    }
  }

  .hero {
    height: 280px;
    svg {
      translate: 130px 0;
    }
    .hero-video-background {
      translate: 13rem -2rem;
      height: 360px;
    }
    .overlay-guy {
      bottom: 0rem;
      height: 275px;
      translate: -44px 0;
    }
    .hero-content {
      display: none;
    }
  }

  .intro-section {
    padding-block: 0 4rem;
    .hero-content-mobile {
      display: block;
      .jurni-button {
        padding: 1rem 1.2rem;
      }
    }
    .intro-section-content {
      flex-direction: column-reverse;
      align-items: center;
      gap: 1rem;
    }
  }
  .scroll-fun {
    grid-template-columns: 1fr;
    height: auto;
    .scroll-fun-left {
      padding-inline: 2rem;
      padding-block: 3rem;
      align-items: start;
      justify-content: start;
      .word-box {
        margin-inline-end: 0;
        max-width: 100%;
      }
    }
    .scroll-fun-right {
      display: none;
    }
  }
  .mobile-screens {
    display: grid;
    justify-content: center;
    img {
      width: 640px;
    }
  }
  .cta .cta-background {
    padding-block: 2rem;
    margin-block: 2rem;
    .cta-content {
      flex-direction: column;
      p {
        margin-block-end: 1rem;
        font-size: 1.2rem;
      }
      .jurni-button {
        margin-inline-start: 0;
        padding: 1rem 1.2rem;
      }
    }
  }
  .end-section {
    .column {
      padding-block: 2rem 0;
      .end-section-content {
        margin-inline-start: 0;
        h2 {
          margin-block-start: 0;
          margin-inline: auto;
        }
        p {
          margin-inline: auto;
        }
      }
      #end-section-pink-curve {
        display: none;
      }
      #Mobile-Curve {
        display: block;
      }
      .pink-girl-container {
        position: relative;
        display: none;
      }
      .pink-girl-mobile {
        display: block;
      }
    }
  }
  .footer {
    .upper-footer {
      padding-block: 3rem;
      svg {
        max-width: 200px;
      }
      p {
        font-size: 1rem;
        max-width: 250px;
        margin-inline: auto;
      }
    }
    .lower-footer {
      ul {
        gap: 2rem;
        li a {
          font-size: 1rem;
        }
      }
    }
  }
}

@media (width < 500px) {
  .header {
    .logo-and-login {
      flex-direction: column;
      a {
        #header-logo {
          padding-block: 1rem 0;
          max-width: 150px;
        }
      }
      .header-log-in {
        p,
        a {
          font-size: 0.875rem;
        }
        a {
          margin-inline-start: 0.5rem;
        }
      }
    }
  }
  .hero {
    .hero-video-background {
      right: -2%;
    }
  }
  .intro-section {
    .hero-content-mobile {
      & h1,
      & p {
        max-width: 17rem;
      }
    }
  }
  .end-section {
    .column {
      #Mobile-Curve {
        right: -25rem;
      }
    }
  }
  .footer {
    .lower-footer {
      ul {
        li a {
          font-size: 0.875rem;
        }
      }
    }
  }
}

/* end of file */