:root {
  --black: #000;
  --white: #fff;
  --liivrr: #f05e76;
  --grey: #c9c9c9;
  --dark-grey: var(--grey);
  --off-black: #191919;
  --error: var(--white);
}

.body {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/Pattern.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  font-family: DM Sans, sans-serif;
  line-height: 1.2;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: relative;
}

.container.navbar-container {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #2121214d;
  border-radius: 9px;
  width: auto;
  max-width: none;
  height: 50px;
  padding: 4px 4px 4px 14px;
}

.container.hero {
  max-width: 1400px;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.brand {
  width: 120px;
}

.brand-image {
  width: 100%;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.nav-menu-link-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-link-container {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.nav-links {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-section-holder {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 70px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-section-container {
  z-index: 1;
  grid-row-gap: 30px;
  perspective: 1500px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-section-app-holder {
  z-index: 1;
  perspective: 1500px;
  width: 100%;
  position: relative;
}

.hero-background-holder {
  background-image: url('../images/Livrr-Background-copy.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-section-news-holder {
  background-color: #171825;
  border-radius: 200px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: flex;
}

.hero-section-news-container {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
}

.hero-text-holder {
  flex-flow: column;
  max-width: 740px;
  display: flex;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 13px;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
}

.hero-paragraph-holder {
  max-width: 410px;
}

.hero-button-holder {
  grid-column-gap: 20px;
  width: 370px;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form {
  grid-column-gap: 12px;
  width: 100%;
  display: flex;
}

.text-field {
  background-color: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 4px;
  width: 100%;
  height: 42px;
  font-size: 16px;
  transition: box-shadow .425s, border-color .45s;
}

.text-field:hover {
  border-color: var(--white);
}

.text-field:active {
  color: var(--white);
}

.text-field:focus {
  border-color: var(--liivrr);
  color: var(--white);
}

.text-field::placeholder {
  color: #f8f8f8;
  font-size: 15px;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 4px;
  padding: 10px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .25s, background-position .45s;
}

.button:hover {
  background-color: var(--grey);
}

.button.form-button {
  border: 1px solid var(--liivrr);
  border-radius: 8px;
  height: 42px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 17px;
  transition: border-color .2s, background-color .25s;
}

.button.form-button:hover {
  border-color: var(--liivrr);
  background-color: var(--liivrr);
  color: var(--white);
}

.success-message {
  border: 1px solid var(--dark-grey);
  background-color: var(--off-black);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}

.error-message {
  border: 1px solid var(--error);
  background-color: #333;
  border-radius: 8px;
}

.hero-section-app-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-section-phone-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.hero-section-phone-screenshot-holder {
  padding: 2.5% 41% 34% 13%;
  position: absolute;
  inset: 0%;
}

.hero-section-phone-screenshot-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.hero-background {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.nav-link {
  color: var(--white);
  border-bottom: 1px solid #fff0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px 4px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
  bottom: -1px;
}

.nav-link.w--current {
  background-color: var(--black);
  color: var(--liivrr);
  font-weight: 600;
  text-decoration: none;
}

.nav-link.home.w--current {
  color: var(--white);
}

.title-holder {
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.title-holder.xl-padding {
  z-index: 10;
  padding-top: 120px;
  position: relative;
}

.deploying-app-section-holder {
  grid-row-gap: 120px;
  flex-flow: column;
  padding-top: 130px;
  padding-bottom: 40px;
  display: flex;
}

.deploying-app-section-container {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.deploying-app-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.deploying-app-images-holder {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.deploying-app-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(0);
}

.deploying-app-screenshot-holder {
  perspective: 1500px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.deploying-app-screenshot {
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  position: relative;
}

.deploying-app-title-holder {
  max-width: 440px;
  margin-bottom: 20px;
}

.stats-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: .8;
  background-color: #19191b;
  border: 1px solid #2f2f2f;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  padding: 20px 19px;
  display: flex;
  overflow: hidden;
}

.title {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--liivrr), var(--white));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 13px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}

.features-paragraph-holder {
  max-width: 440px;
}

.grey-text {
  color: #d8d5d1cc;
}

.deploying-app-link-holder {
  grid-column-gap: 8px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.arrow-right {
  width: 13px;
}

.gradient-line {
  background-image: linear-gradient(180deg, #ebebeb00, var(--liivrr) 17%, var(--liivrr) 81%, #ebebeb00);
  opacity: .5;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.gradient-line.vertical {
  width: 1px;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
}

.stats-text {
  color: var(--white);
  letter-spacing: -1.8px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-decoration: none;
}

.extra-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-circle {
  width: 100%;
  min-width: 120%;
  position: absolute;
  top: 122px;
}

.extra-features-2x {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.extra-features-phone-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 790px;
  margin-top: 45px;
  display: flex;
  position: relative;
}

.extra-features-perspective {
  perspective: 1500px;
}

.extra-features {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #131313b3;
  border: 1px solid #ffffff40;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 370px;
  padding: 25px 18px;
  display: flex;
  position: relative;
}

.extra-features.left {
  left: -60px;
}

.extra-features.right {
  right: -60px;
}

.extra-features-icon {
  width: 32px;
  height: 32px;
}

.extra-features-heading {
  font-size: 24px;
  font-weight: 600;
}

.extra-features-wrapper {
  z-index: 10;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.phone-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.extra-features-phone-wrapper {
  z-index: 1;
  width: 47vw;
  max-width: 610px;
  position: relative;
  left: 80px;
}

.footer-holder {
  z-index: 2;
  height: 100%;
  position: relative;
}

.footer-container {
  z-index: 2;
  background-color: var(--black);
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
}

.footer-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -1px 0% 0%;
  overflow: hidden;
  transform: rotate(180deg);
}

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-signup-holder {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 450px;
  display: flex;
}

.footer-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  display: grid;
}

.footer-divider {
  border-top: 1px solid #2b2b2b;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
}

.social-media-holder {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media-container {
  width: 24px;
  transition: all .475s;
}

.social-media-container:hover {
  transform: translate(0, -3px);
}

.social-media-image {
  filter: invert();
  transition: filter .45s;
}

.social-media-image:hover {
  filter: invert(63%);
}

.footer-block {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.footer-link {
  color: var(--grey);
  font-size: 18px;
  text-decoration: none;
  transition: color .475s;
}

.footer-link:hover {
  color: var(--white);
}

.footer-copyright-center {
  color: var(--grey);
}

.white-link {
  color: var(--white);
  text-decoration: none;
  transition: color .475s;
}

.white-link:hover {
  color: var(--grey);
}

.app-download-wrapper {
  padding: 0;
}

.app-link {
  cursor: pointer;
  transition: all .45s;
}

.app-link:hover {
  transform: translate(0, -7px);
}

.app-link-image, .brand-footer-image {
  width: 150px;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.mask {
  border-radius: 20px;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.form-container.field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.form-container.right {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  height: 100%;
  display: flex;
}

.form-top {
  display: flex;
}

.textarea {
  background-color: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 4px;
}

.textarea::placeholder {
  color: #6d6d6d;
}

.features-card-holder {
  margin-top: 60px;
  margin-bottom: 60px;
}

.features-card-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-card-image-container {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-title-holder {
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.featured-card-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.featured-card-background-image {
  object-fit: cover;
  width: 100%;
  min-width: 160%;
  height: 160%;
  position: absolute;
}

.card-title {
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #c8c8c800;
    height: auto;
    padding-top: 10px;
    padding-left: 0;
  }

  .nav-menu-link-holder {
    grid-row-gap: 20px;
    background-color: #0d0d0d;
    border-radius: 5px;
    flex-flow: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-links {
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
  }

  .hero-section-holder {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 34px;
    padding-left: 34px;
    padding-right: 24px;
    display: flex;
  }

  .hero-section-container {
    grid-row-gap: 13px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-section-app-holder {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button.form-button:hover {
    background-image: linear-gradient(180deg, var(--liivrr), #c7002e);
  }

  .hero-section-app-container {
    width: 80%;
  }

  .hero-section-phone-holder {
    width: 100%;
  }

  .title-holder.xl-padding {
    padding-top: 60px;
  }

  .deploying-app-section-holder {
    padding-top: 81px;
    padding-bottom: 81px;
  }

  .deploying-app-section-container {
    flex-flow: column;
    display: flex;
  }

  .deploying-app-section-container.second {
    flex-flow: column-reverse;
  }

  .deploying-app-content {
    margin-top: 12px;
  }

  .deploying-app-title-holder {
    max-width: none;
    margin-bottom: 12px;
  }

  .stats-container {
    margin-top: 24px;
  }

  .title {
    font-size: 38px;
  }

  .extra-features-holder {
    margin-bottom: 45px;
  }

  .extra-features-2x {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .extra-features-phone-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-height: 0;
    margin-top: 30px;
  }

  .extra-features {
    max-width: none;
    height: 100%;
  }

  .extra-features.left, .extra-features.right {
    position: static;
  }

  .extra-features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .phone-holder {
    display: none;
    position: static;
  }

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-divider {
    padding-top: 20px;
  }

  .menu-button.w--open {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #bd0508, #e00547 51%, var(--liivrr));
    border-radius: 8px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .features-card-holder {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .features-card-container {
    flex-flow: column;
    width: 60%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding: 1em;
  }

  .brand {
    padding-right: 10px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .section.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-holder {
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-section-container {
    align-items: stretch;
  }

  .hero-title {
    font-size: 13vw;
  }

  .hero-button-holder {
    width: 100%;
  }

  .form {
    flex-flow: column;
    width: 100%;
  }

  .deploying-app-section-holder {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .deploying-app-section-container.second {
    flex-flow: column;
  }

  .deploying-app-content {
    justify-content: center;
    align-items: center;
  }

  .stats-container {
    flex-flow: column;
    width: 60%;
  }

  .fade-in-on-scroll {
    z-index: 1;
    position: relative;
  }

  .title {
    font-size: 32px;
  }

  .gradient-line.vertical {
    width: 90px;
    height: 1px;
  }

  .extra-wrapper {
    overflow: hidden;
  }

  .gradient-circle {
    z-index: 0;
    width: 90%;
    min-width: 90%;
  }

  .extra-features-2x, .extra-features-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-signup-holder {
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .title-small {
    margin-bottom: 5px;
  }

  .features-card-container {
    width: 80%;
  }
}


