/*------- Showcase -------*/
.sample-item .inner-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.3s, transform 0.3s;
}
.sample-item:hover .inner-wrapper {
  transform: translateX(0);
  opacity: 1;
}
.sample-item .inner-wrapper a {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #222529;
  margin-bottom: 6px;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
  position: relative;
}
.sample-item .inner-wrapper a:before {
  position: absolute;
  right: 100%;
  top: 4px;
  margin-right: 8px;
  background-color: inherit;
  padding: 4px 14px;
  line-height: 18px;
  border-radius: 3px;
}
.sample-item .inner-wrapper a:after {
  border-left: 10px solid #222529;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -9px;
  width: 13px;
}
.sample-item .inner-wrapper a:hover:after {
  content: "";
}
.sample-item .p-wpbakery {
  background-image: url(../img/icon-wpbakery.png);
}
.sample-item .p-wpbakery:hover:before {
  content: "WPBakery";
}
.sample-item .p-elementor {
  background-image: url(../img/icon-elementor.png);
}
.sample-item .p-elementor:hover:before {
  content: "Elementor";
}
.sample-item .p-vc {
  background-image: url(../img/icon-vc.png);
  background-size: 70% auto;
}
.sample-item .p-vc:hover:before {
  content: "VisualComposer";
}
.sample-item .p-gutenberg {
  background-image: url(../img/icon-gutenberg.png);
}
.sample-item .p-gutenberg:hover:before {
  content: "Gutenberg";
}

.btn.btn-xl {
  padding: 1.5rem 4.5rem;
}

.btn.btn-lg {
  padding: 1.05rem 3.05rem;
  font-size: 16px;
}

.position-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}

.section-desc {
  font-size: 1.25rem;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  color: #777;
}

.main {
  overflow: hidden;
}

.section-concept {
  overflow: hidden;
  padding-top: 78px;
}
.section-concept:after {
  border-top: 2.6vw solid #f4f4f4;
}
.section-concept h4 {
  letter-spacing: 0.3em;
  padding-top: 6px;
}
.section-concept h1 {
  font-size: 4rem;
  margin-left: -4px;
}
.section-concept span > span {
  font-size: 1.625rem;
  font-family: "Handlee", "Segeo Script";
  letter-spacing: 3px;
  margin-left: 20px;
  display: inline-block;
  transform: rotate(-18deg);
  transform-origin: 0 0;
  width: 90%;
  bottom: 13px;
  color: #08c;
}
.section-concept span > span:after {
  transform: rotate(-2deg);
  margin-left: 6px;
  bottom: -0.812rem;
}
.section-concept p {
  font-size: 1.375rem;
  line-height: 1.545;
  color: #7b7b7b;
}
.section-concept p a {
  display: inline-block;
  color: #08c;
  line-height: 20px;
  border-bottom: 1px solid;
  margin-left: 14px;
  transition: border-color 0.3s;
}
.section-concept p a:hover {
  border-color: transparent;
}
.section-concept .btn {
  margin: 0 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 220px;
  width: 100%;
  border-radius: 5px;
}
.section-concept .btn.btn-light {
  color: #222529;
  background: #fff;
  transition: background 0.3s;
}
.section-concept .btn.btn-light:hover {
  background: #f2f2f2;
}
.section-concept .btn.btn-outline {
  border: solid 2px #393b3f;
}
.section-concept > .container {
  margin-bottom: 72px;
  max-width: 750px;
}

.section-ux {
  padding-bottom: 6.25rem;
}
.section-ux h2 {
  font-size: 2.5rem;
}
.section-ux h3 {
  font-size: 2rem;
  line-height: 1.3125em;
}
.section-ux figure img {
  border-radius: 10px;
  box-shadow: 0 0 150px 0px rgba(0, 0, 0, 0.1);
}
.section-ux p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.667em;
}

/* Studio Builder */
.section-builder {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-builder h2 {
  position: relative;
  margin-bottom: -20px;
  font-size: 32px;
  letter-spacing: -0.05em;
  line-height: 48px;
}
.section-builder h2 span {
  position: relative;
  z-index: 1;
}
.section-builder h2:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% + 24px);
  height: 28px;
  background-color: #dbe6f5;
}
.section-builder .content {
  padding-top: 1.25rem;
}

/* Section Toolset */
.section-toolset,
.section-dropshopping,
.section-amp {
  padding: 4.75rem 0;
}
.section-toolset .section-desc,
.section-dropshopping .section-desc,
.section-amp .section-desc {
  font-size: 1.5rem;
  line-height: 1.83em;
  font-weight: 500;
}
.section-toolset .section-link,
.section-dropshopping .section-link,
.section-amp .section-link {
  font-size: 1.125rem;
  line-height: 1.83em;
  letter-spacing: -0.05em;
  text-decoration: underline;
  font-weight: 600;
}

/* Section Dropshopping */
.section-dropshopping .section-link span {
  font-size: 0.667em;
}

.section-detail {
  padding: 6.125rem 0;
}
.section-detail h2 {
  font-size: 2rem;
  line-height: 1.3125em;
  font-weight: 600;
}
.section-detail .section-desc {
  font-size: 1.125rem;
  line-height: 1.667em;
}
@media (min-width: 1024px) {
  .section-detail .left-column {
    padding-right: 8rem;
  }
}

/* Section Extra */
.section-extra {
  margin-top: -140px;
  padding: 120px 0;
}
.section-extra p {
  font-size: 18px;
  letter-spacing: -0.05em;
}

.section-changelog.bg-bottom-slash:after {
  background: none;
  position: absolute;
  top: 99.99%;
  left: 0;
  right: 0;
  border-top-width: 2.45vw;
  z-index: 1;
}
.section-changelog h2 {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 60px;
  letter-spacing: -0.05em;
}
.section-changelog .new-features,
.section-changelog .updates,
.section-changelog .fixes {
  padding: 4.9375rem 3.75rem;
}
@media (max-width: 76px) {
  .section-changelog .new-features,
  .section-changelog .updates,
  .section-changelog .fixes {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.section-changelog .changelog {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-changelog .changelog li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 34px;
  font-size: 16px;
  line-height: 24px;
  color: #383f48;
}
.section-changelog .changelog li b {
  display: inline-block;
  margin-right: 4px;
}
.section-changelog .changelog li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  min-width: 24px;
  height: 24px;
  font-size: 13px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
  background-color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.section-changelog a {
  color: rgba(0, 136, 204, 0.7490196078);
  font-weight: 600;
  text-decoration: underline;
}
.section-changelog a:hover {
  color: #08c;
}