/* container */
.container .focus {
  max-width: 640px;
  margin: 0 auto;
}

/* section */
.section {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  max-width: 100vw;
}

.bg-grey {
  background-color: #f7f7f7;
}

.bg-white {
  background-color: #fff;
}

/* section-right */
.content-right .col-content,
.section-right .col-content {
  float: right;
}
.section-right .col-pdx {
  float: left;
}

.section-logos {
  padding: 15px 0;
  text-align: center;
}

.logos-item {
  height: 80px;
  width: 100px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin: 0 20px;
  opacity: 0.8;
  display: inline-block;
}

.section-title {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 2.7em;
  /* font-size: 1.5em; */
  /* font-size: 40.5px; */
  /* font-size: calc(2.7em*var(--title-scale)); */
  line-height: 1.3em;
}

.section-title.with-pb {
  margin-bottom: 50px;
}

.section-subtitle {
  margin: 0 0 50px;
  font-weight: 400;
  font-size: 1.5em;
}

/* row width */
.row-focus {
  max-width: 800px;
  margin: 0 auto;
}

/* card */
.card {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px 0px;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card-section {
  padding: 20px;
}

.card-section h3 {
  margin: 0 0 10px;
  font-size: 1.4em;
}

.card-section h3.headline {
  font-size: 1.8em;
}

.headline + .description {
  font-size: 1.1em;
  height: 50px;
}

.card-section .text {
  font-size: 1.24em;
}

/* feature */
.feature-icon {
  font-size: 48px;
  margin-bottom: 8px;
}

/* features */
.ft-half {
  padding: 50px 0;
}

.ft .ctas {
  margin-top: 25px;
}

/*  point */
.ft-points {
  margin-top: 30px;
}

.ft-point {
  /* display: flex; */
  margin-bottom: 15px;
  max-width: 600px;
}

.point-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  /* background-color: lightblue; */
  padding: 7px;
  text-align: center;
}

.ft-point .point-icon {
  float: left;
}

.ft-point .point-icon + * {
  margin-left: 50px;
}

.point-content {
  max-width: calc(100% - 50px);
  text-align: left;
}

.point-title {
  color: #453e38;
  font-weight: 600;
  margin: 0 0 6px;
  font-size: 1.25em;
}

.point-description {
  font-size: 1.15em;
  color: rgb(118, 106, 95);
}

/* icon */
/* .icon-round {
  border-radius: 50px;
  width: 34px;
  height: 34px;
} */

.icon-dark i {
  color: white;
}

/* inline points */
.ft-check {
  margin-top: 30px;
  font-size: 1.15em;
}

.check-item {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 18px;
}

.check-item i {
  color: green;
}

/* pdx */
.pdx {
  padding-left: 50px;
  padding-right: 50px;
}

.section-right .pdx {
  float: right;
}

.pdxItem svg {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  filter: drop-shadow(0 8px 16px #0005);
}

.ft-half .pdxItem {
  z-index: 3;
}

.pdxContent {
  position: absolute;
  overflow: hidden;
}

.pdxContent img,
.pdxContent video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.pdxItem-browser,
.pdxItem-laptop {
  position: relative;
  width: 100%;
  max-width: 800px;
  min-width: 500px;
}

.pdxItem-browser > .pdxContent {
  top: 5.7%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 5px 5px;
}

.pdxItem-laptop-smartphone > .pdxContent,
.pdxItem-laptop > .pdxContent {
  top: 4.4%;
  left: 11.8%;
  right: 11.8%;
  bottom: 8.7%;
  border-radius: 7px;
}

.pdxItem-phone {
  position: absolute;
  left: -10px;
  bottom: -20px;
  width: 25%;
  max-height: 540px;
  max-width: 270px;
}

.section-right .pdxItem-phone {
  left: auto;
  right: -10px;
}

.pdxItem-phone .pdxContent {
  top: 2.1%;
  left: 4.4%;
  right: 4.4%;
  bottom: 2.1%;
  border-radius: 14px;
}

.pdxItem-image {
  width: 100%;
  max-width: 700px;
  min-width: 300px;
}

.pdxItem-image > img {
  display: block;
  max-height: 500px;
  max-width: 100%;
}

/* Features */
.feature-title {
  color: #453e38;
  font-weight: 600;
  margin: 0 0 8px;
  font-size: 1.3em;
}

.feature__description {
  overflow: auto;
  margin: 3px 0 0;
  font-size: 1.1em;
  line-height: 1.6em;
  white-space: pre-line;
}

/* statistics */
.stats {
  margin: 25px 0;
  text-align: center;
  height: 50px;
}

.stat-value {
  font-size: 3em;
  line-height: 1;
}

.stat-suffix {
  padding-left: 1px;
  font-size: 0.9em;
}

/* quotes */
.quote {
  position: relative;
  max-width: 560px;
  margin: 30px auto 0;
  padding-bottom: 30px;
  text-align: center;
}

.quote:before {
  content: "\201C";
  position: absolute;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 122pt;
  top: -72px;
  left: -20px;
  z-index: 0;
  opacity: 0.1;
}

.quote-content {
  position: relative;
  line-height: 23px;
  margin: 0 0 10px;
  font-size: 1.4em;
  line-height: 1.6em;
  white-space: pre-line;
  font-family: "FZ Kaiti", cursive;
}

.quote-source {
  font-size: 1.1em;
}

/* person */
h3.title {
  font-size: 1.3em;
  font-weight: 600;
}

h4.subtitle {
  font-size: 1.1em;
  font-weight: 400;
}

/* faq */
h3.question {
  font-size: 1.25em;
}

.faq .answer {
  font-size: 1.15em;
}

/* case */
.cases {
  /* padding-bottom: 50px; */
}

.case {
  line-height: 23px;
  margin: 0 0 10px;
  font-size: 1.4em;
  line-height: 1.6em;
  font-family: "FZ Kaiti", cursive;
}

/* hero */
.hero-title {
  font-weight: 400;
  font-size: 3.5em;
  line-height: 1.2;
  margin: 0 0 17px;
  white-space: pre-line;
}

.hero-subtitle {
  font-size: 1.2em;
}

.hero-overline {
  font-size: 2em;
  padding-bottom: 10px;
}

/* ctas */
.cta-titles {
  margin-bottom: 20px;
}

/* avatar */
.avatar {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  overflow: hidden;
}

/* helpers */
.color-1 {
  color: #453e38;
}
.section-dark .color-1 {
  color: #fff;
}

.section,
.color-2 {
  color: #766a5f;
}

.section.section-dark,
.section .color-2 {
  color: #eee;
}

.py-sm {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-rs-md {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-rs-sm {
  padding-right: 25px;
  padding-left: 25px;
}

.pb-sm {
  padding-bottom: 25px;
}

/* xs */
@media only screen and (max-width: 767px) {
  /*  section */
  .section-title {
    font-size: 1.9em;
  }

  .section-title.with-pb,
  .section-subtitle {
    margin-bottom: 25px;
  }

  /* float */
  .col-content,
  .col-pdx {
    float: left !important;
  }

  /* ft */
  .ft-left {
    padding-bottom: 0;
  }

  /* pdx */
  .pdx {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pdxItem-image,
  .pdxItem-browser,
  .pdxItem-laptop,
  .pdxItem-phone {
    min-width: 0;
  }

  /* log */
  .logos-item {
    width: 60px;
    height: 30px;
  }

  /* features  */
  .feature {
    margin-bottom: 50px;
  }
  .feature.feature-last {
    margin-bottom: 0;
  }

  /*  ft */
  .ft-half:not(.pdx) {
    padding-bottom: 0;
  }

  /* hero */
  .hero-title {
    font-size: 28pt;
    font-weight: 600;
  }

  .hero-overline {
    font-size: 18pt;
  }

  /*  helpers */

  .text-xs-center {
    text-align: center;
  }

  .pa-xs-0 {
    padding: 0;
  }

  .pt-xs-0 {
    padding-top: 0;
  }

  .py-rs-md {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .px-rs-sm {
    padding-right: 10px;
    padding-left: 10px;
  }

  .xs-break {
    display: block;
    margin-bottom: 0;
  }

  .center-xs-block {
    margin-left: auto;
    margin-right: auto;
  }
}

/* md */
@media only screen and (max-width: 1000px) {
  /* .pdxItem-phone>.pdxContent {
    border-radius: 14px;
  } */
}

@font-face {
  font-family: "Long Cang";
  src: url("../fonts/LongCang-Regular.woff") format("woff"),
    url("../fonts/LongCang-Regular.ttf") format("ttf");
  /* unicode-range: U+1f1e9-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f232, U+1f234-1f237, U+1f250-1f251, U+1f300, U+1f302-1f308, U+1f30a-1f311, U+1f315, U+1f319-1f320, U+1f324, U+1f327, U+1f32a, U+1f32c-1f32d, U+1f330-1f357, U+1f359-1f37e; */
}

@font-face {
  font-family: "FZ Kaiti";
  src: url("../fonts/FZKTJW.woff") format("woff"),
    url("../fonts/FZKTJW.ttf") format("ttf");
}
