@font-face {
  font-family: 'Gilroy';
url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
url('../fonts/Gilroy-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Bai Jamjuree';
url('../fonts/BaiJamjureeBold.woff2') format('woff2'),
url('../fonts/BaiJamjureeBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Bai Jamjuree';
url('../fonts/BaiJamjureeMedium.woff2') format('woff2'),
url('../fonts/BaiJamjureeMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

body {
  color: #000000;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.12;
  overflow-wrap: break-word;
  margin: 0;
  background: #ffffff;
}

.no-scroll {
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 3;
  padding-right: 26px;
  padding-left: 26px;
}

.fadeUp-js {
  opacity: 0;
  transform: translateY(30px);
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.mask-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px 7px 18px;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  border-radius: 17.5px;
  background: #000;
  max-width: 100%;
  text-decoration: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid transparent;
}

.white-btn {
  background: #ffffff;
  color: #000000;
}

.primary-btn:hover {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
}

.white-btn:hover {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}

.primary-btn svg,
.primary-btn svg path {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.primary-btn:hover svg {
  -webkit-transform: translate(2px, -1px);
  -moz-transform: translate(2px, -1px);
  -ms-transform: translate(2px, -1px);
  -o-transform: translate(2px, -1px);
  transform: translate(2px, -1px);
}

.primary-btn:hover svg path {
  stroke: #000;
}

.white-btn:hover svg path {
  stroke: #ffffff;
}

.primary-btn span {
  margin-right: 28px;
}

.body-wrapper,
.central-divider {
  position: relative;
}

.body-wrapper:after,
.central-divider:after {
  content: '';
  position: absolute;
  width: .5px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  background-image: linear-gradient(#b1afa9 40%, transparent 0%);
  background-position: right;
  background-size: 1px 7px;
  background-repeat: repeat-y;
  opacity: .4;
  pointer-events: none;
}

.container {
  max-width: 478px;
  border-right: 0.5px solid #b1afa9;
  border-left: 0.5px solid #b1afa9;
}

/* ================================ join-bar */
.join-bar {
  padding: 8px 0 10px;
  background: linear-gradient(to right, #ffc400 0%, #ffd100 27.59%, #fffad0 100%);
  overflow: hidden;
  position: relative;
  z-index: 10;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.join-bar.form-open {
  background: #ffc802;
}

.join-bar__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.43;
  color: #000;
  text-decoration: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-top: -31px;
}

.join-bar__cta.hide {
  margin-top: -31px;
  pointer-events: none;
}

.form-sec-mob .join-bar__cta:after {
  content: none;
}

.form-sec-mob .join-bar__cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 16px;
  cursor: pointer;
}

.join-bar__cta:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.join-bar__cta > span {
  display: inline-flex;
  margin: 0 16px;
}

.scroll {
  display: flex;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  will-change: transform;
}

.part {
  display: flex;
  position: relative;
  align-items: center;
}

.box {
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ================================ header */
.header .container {
  display: flex;
  padding: 26px 28px 60px;
}

/* ================================ hero */
.hero .container {
  padding: 55px 44px 32px 26px;
}

.heading {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 24px;
  line-height: 1.12;
  color: #8c8a84;
  margin: 0 0 22px 0;
  font-weight: 500;
}

.heading span {
  color: #000000;
}

.eyebrow {
  border-radius: 10.5px;
  background: #faf9f7;
  border: 2px solid #ffd100;
  padding: 2px 16px 3px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

/* ================================ advantages */
.advantages .container {
  padding: 30px 26px 40px;
}

.advantages ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.advantages li {
  font-size: 18px;
  letter-spacing: -0.018em;
  line-height: 29px;
  color: #000;
  display: flex;
  align-items: center;
}

.advantages__negative-label,
.advantages__positive-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10.5px;
  background: #ffffff;
  border: 0.75px solid #000;
  padding: 4px 8px 4px 4px;
  font-size: 13.6px;
  letter-spacing: -0.02em;
  color: #000;
  line-height: 1;
  margin-right: 9px;
}

.advantages__negative-label > span {
  display: inline-flex;
  margin-left: 6px;
}

.advantages__divider {
  margin-top: 4px;
  display: flex;
  padding: 0 0 5px 4px;
}

.advantages__positive-label {
  background: linear-gradient(#ffc400 0%, #ffd100 27.59%, #fffad0 100%);
}

.advantages__positive-label span {
  margin-left: 4px;
}

/* ================================ portfolio-slider */
.portfolio-slider {
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding: 340px 0 60px;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 62px;
  width: 62px;
  will-change: transform;
  cursor: pointer;
  transition: .1s !important;
}

.swiper-slide .cont {
  text-align: center;
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide span {
  display: inline-block;
  margin-top: 20px;
}

.changing,
.changed {
  transform: translate(-277px, -167px);
}

.changing_mob,
.changed_mob {
  transform: translate(-60px, -167px);
}

.changing {
  transition: transform 0s;
  pointer-events: none;
}

.changing.swiper-slide-active,
.changed.swiper-slide-active {
  transform: translateX(0);
}

.swiper-slide-active {
  position: relative;
  z-index: 3;
}

.swiper-slide-active ~ .changing,
.swiper-slide-active ~ .changed {
  transform: translate(277px, -167px);
}

.swiper-slide-active ~ .changing_mob,
.swiper-slide-active ~ .changed_mob {
  transform: translate(60px, -167px);
}

.portfolio-slider__img-wrap {
  display: flex;
}

.changing .portfolio-slider__img-wrap,
.changed .portfolio-slider__img-wrap {
  transform-origin: center bottom;
  display: flex;
}

.portfolio-slider__img-wrap {
  transition: transform 0s;
}

.swiper-slide-active .portfolio-slider__img-wrap {
  transition: transform .5s;
}

.changed .portfolio-slider__img-wrap {
  transition: none;
}

.changing.swiper-slide-active .portfolio-slider__img-wrap,
.changed.swiper-slide-active .portfolio-slider__img-wrap {
  z-index: 3;
}

.portfolio-slider__icon-wrapper {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border-radius: 10px;
  transition: .5s;
  transform-origin: center bottom;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}

.portfolio-slider__screenshot {
  transition: transform 1s linear;
  width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 3px 21px rgba(140, 138, 132, 0.25);
  padding: 10px;
  background: #faf9f7;
}

.portfolio-slider__cursor {
  max-width: 50vw;
  width: 620px;
  height: 394px;
  box-sizing: border-box;
  transition: 0s;
  position: absolute;
  transform: scale(0) rotate(5deg);
}

.portfolio-slider__cursor_mob {
  width: 200px;
  height: 394px;
  display: none;
}

.portfolio-slider__cursor.hide {
  display: none;
}

.swiper-slide-active .portfolio-slider__cursor_mob.active {
  display: flex;
}

.swiper-slide-active .portfolio-slider__cursor {
  transform: scale(1) rotate(5deg);
  position: static;
  transition: .5s ease-out;
}

.swiper-slide-active .portfolio-slider__icon-wrapper {
  display: none;
}

.swiper-slide-next .portfolio-slider__icon-wrapper {
  transform: rotate(6deg) translateY(0);
}

.swiper-slide-next + div .portfolio-slider__icon-wrapper {
  transform: rotate(9deg) translateY(15px);
}

.swiper-slide-next + div + div .portfolio-slider__icon-wrapper {
  transform: rotate(12deg) translateY(35px);
}

.swiper-slide-next + div + div + div .portfolio-slider__icon-wrapper {
  transform: rotate(15deg) translateY(60px);
}

.swiper-slide-next + div + div + div + div .portfolio-slider__icon-wrapper {
  transform: rotate(18deg) translateY(90px);
}

.swiper-slide-next + div + div + div + div + div .portfolio-slider__icon-wrapper {
  transform: rotate(21deg) translateY(125px);
}

.swiper-slide-next + div + div + div + div + div + div .portfolio-slider__icon-wrapper {
  transform: rotate(24deg) translateY(165px);
}

.swiper-slide-next + div + div + div + div + div + div + div .portfolio-slider__icon-wrapper {
  transform: rotate(27deg) translateY(210px);
}

.swiper-slide-next + div + div + div + div + div + div + div + div .portfolio-slider__icon-wrapper {
  transform: rotate(30deg) translateY(260px);
}

.swiper-slide-next + div + div + div + div + div + div + div + div + div .portfolio-slider__icon-wrapper {
  transform: rotate(33deg) translateY(315px);
}

.swiper-slide-prev .portfolio-slider__icon-wrapper {
  transform: rotate(-6deg) translateY(0);
}

.swiper-slide[data-prev-index="8"] .portfolio-slider__icon-wrapper {
  transform: rotate(-9deg) translateY(15px);
}

.swiper-slide[data-prev-index="7"] .portfolio-slider__icon-wrapper {
  transform: rotate(-12deg) translateY(35px);
}

.swiper-slide[data-prev-index="6"] .portfolio-slider__icon-wrapper {
  transform: rotate(-15deg) translateY(60px);
}

.swiper-slide[data-prev-index="5"] .portfolio-slider__icon-wrapper {
  transform: rotate(-18deg) translateY(90px);
}

.swiper-slide[data-prev-index="4"] .portfolio-slider__icon-wrapper {
  transform: rotate(-21deg) translateY(125px);
}

.swiper-slide[data-prev-index="3"] .portfolio-slider__icon-wrapper {
  transform: rotate(-24deg) translateY(165px);
}

.swiper-slide[data-prev-index="2"] .portfolio-slider__icon-wrapper {
  transform: rotate(-27deg) translateY(210px);
}

.swiper-slide[data-prev-index="1"] .portfolio-slider__icon-wrapper {
  transform: rotate(-30deg) translateY(260px);
}

.swiper-slide-next,
.swiper-slide-next + div,
.swiper-slide-next + div + div,
.swiper-slide-next + div + div + div,
.swiper-slide-next + div + div + div,
.swiper-slide-prev,
.swiper-slide[data-prev-index="8"],
.swiper-slide[data-prev-index="7"],
.swiper-slide[data-prev-index="6"],
.swiper-slide-active {
  pointer-events: all;
  filter: none;
}

.portfolio-slider__switch-wrapper {
  display: flex;
  padding: 10px 0;
}

.btn-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
}

.btn-checkbox + label {
  position: relative;
  padding: 0 43px 0 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.92;
  color: #000;
}

.btn-checkbox + label:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 32px;
  height: 16px;
  transition: .2s;
  border-radius: 8px;
  background: #faf9f7;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.btn-checkbox + label:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 3px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #b1afa9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  transition: .2s;
}

.btn-checkbox:checked + label:after {
  right: 17px;
}

/* ================================ reviews */
.reviews .container {
  padding: 53px 26px 59px;
}

.reviews .heading {
  margin-bottom: 60px;
}

.reviews__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.reviews__list li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.reviews__list li:not(:last-child) {
  margin-bottom: 80px;
}

.reviews__list li > p {
  margin-bottom: 0;
  letter-spacing: -.018em;
}

.review__selected-text {
  position: relative;
  display: inline-flex;
  padding: 2px 9px 0;
  border-radius: 11.5px;
  background: linear-gradient(#ffc400 0%, #ffd100 27.59%, #fffad0 100%);
  z-index: 3;
}

.review__author {
  margin-top: 27px;
  display: flex;
  align-items: center;
}

.review__author img {
  flex: 0 0 35px;
  height: 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 11px;
}

.review__author h5 {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.review__author p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}

/* ================================ trust-bar */
.trust-bar .container {
  padding: 59px 15px 0;
}
.trust-bar ul {
  margin-right: -7px;
  margin-left: -7px;
}
.trust-bar ul li {
  margin-bottom: 14px;
  padding-right: 7px;
  padding-left: 7px;
}

.trust-bar ul img {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transform-origin: center;
  width: 100%;
  height: 100%;
}

.trust-bar ul img:hover {
  transform: scale(1.1);
}

.trust-bar__cta-wrapper {
  padding: 104px 0 147px;
  display: flex;
  justify-content: center;
}

/* ================================ features-animation */
.features-animation {
  background: #000000;
}

.features-animation:not(.white-theme) .container {
  border-color: #54534f;
}

.features-animation.white-theme {
  background: #ffffff;
}

.features-animation .container {
  padding: 116px 26px 114px;
}

.features-animation .heading {
  padding-right: 86px;
  margin-bottom: 77px;
}

.features-animation.white-theme .heading {
  padding-right: 0;
  margin-bottom: 82px;
}

.features-animation .heading span {
  color: #ffffff;
}

.features-animation.white-theme .heading span {
  color: #000000;
}

.features-animation ul li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.43;
  color: #b1afa9;
  cursor: pointer;
}

.features-animation ul li:not(:last-child) {
  margin-bottom: 36px;
}

.features-animation.white-theme ul li:not(:last-child) {
  margin-bottom: 53px;
}

.features-animation__img-wrapper {
  padding-top: 5px;
  flex: 0 0 20px;
  margin-right: 28px;
}

.features-animation ul img {
  max-width: 100%;
  height: auto;
}

.features-animation ul li > span {
  margin-right: 57px;
  flex: 0 0 133px;
  font-size: 18px;
  color: #f2f1ef;
  line-height: 1.27;
}

.features-animation.white-theme ul span {
  color: #000000;
}

.features-animation ul p {
  flex: 0 0 187px;
  max-width: 50%;
  margin-bottom: 0;
}

.features-animation.white-theme ul p {
  color: #8c8a84;
}

.features-animation__hover-block {
  border: 0.5px solid #8c8a84;
  backdrop-filter: blur(25px);
  --webkit-backdrop-filter: blur(25px);
  background-color: rgba(255, 255, 255, 0.08);
  padding: 6px 7px;
  position: absolute;
  top: 220px;
  left: calc(100% - 17px);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 308px;
  color: #FFFDF6;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
}

.features-animation ul li:hover .features-animation__hover-block {
  opacity: 1;
  visibility: visible;
}

.features-animation__drop-down {
  transform: scaleY(0);
  transform-origin: top center;
  transition: .3s;
  margin-top: -9px;
  padding: 0 25px 0 20px;
}

.features-animation ul li:hover .features-animation__drop-down {
  transform: scaleY(1);
}

.features-animation__hover-block > div:first-child {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #414140;
}

.features-animation__content,
.features-animation__drop-down > div {
  padding: 18px 20px 17px;
  display: flex;
  align-items: center;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 13px;
  letter-spacing: -0.03em;
  line-height: 1.07;
  color: #fffdf6;
}

.features-animation__content img {
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  background: transparent;
  border: 0.5px solid #fffdf6;
  object-fit: cover;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-animation__drop-down svg:first-child {
  transform-origin: top;
  transform: scaleY(0);
  transition: .15s;
}

.features-animation__drop-down svg:last-child {
  transform-origin: left;
  transform: scaleX(0);
  transition: .15s;
}

.features-animation ul li:hover .features-animation__drop-down svg {
  transform: scale(1);
  transition: .5s ease-in-out;
}

.features-animation__drop-down > div {
  padding: 0;
}

.features-animation__drop-down > div:first-child {
  justify-content: space-between;
  padding-left: 7.5px;
}

.features-animation__drop-down > div:last-child {
  padding: 9px 0 19px;
}

.features-animation__drop-down > div img {
  margin-right: 20px;
}

/* ================================ timeline */
.timeline .container {
  padding: 112px 34px 115px;
}

.timeline .heading {
  margin-bottom: 42px;
}

.timeline .heading img {
  position: relative;
  top: 3px;
}

.timeline__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 18px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fffdf6;
  text-decoration: none;
  border-radius: 12.5px;
  background: #000;
  border: 0.75px solid #000;
}

.timeline__divider {
  width: 0;
  height: 28px;
  background: transparent;
  border-left: 1px solid #8c8a84;
  margin: 17px 0 9px 17px;
}

.timeline__arrow-divider {
  margin: 12px 0 17px 15px;
}

.timeline__title {
  letter-spacing: -.02em;
  line-height: 1.43;
  display: block;
}

.timeline__subtitle {
  display: flex;
  align-items: center;
  padding-left: 9px;
  margin-top: 5px;
  color: #8c8a84;
  line-height: 1.43;
  letter-spacing: -0.02em;
}

.timeline__subtitle + .timeline__divider {
  margin: 9px 0 12px 17px;
}

.timeline__subtitle img {
  margin-right: 8px;
}

.timeline__icons-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-top: 17px;
}

.timeline__icons-list .timeline__divider {
  margin: 4px 0 17px 13px;
}

.timeline__icons-list li {
  display: inline-flex;
  padding: 0 5px;
  flex: 0 0 16.666667%;
  width: 100%;
  max-width: 16.666667%;
  margin-bottom: 10px;
  transition: .3s;
}

.timeline__icons-list li:hover {
  transform: scale(1.05);
}

.timeline__subtitle-list {
  margin-top: 10px;
}

.timeline__subtitle-list .timeline__subtitle {
  margin: 0 0 8px 0;
}

.timeline .advantages__positive-list li:not(:last-child) {
  margin-bottom: 14px;
}

.timeline .advantages__positive-label {
  padding: 4px 14px 2px 18px;
  font-size: 16px;
  margin-right: 0;
  border: none;
}

.timeline .advantages__positive-label > span:first-child {
  font-weight: bold;
  margin-left: 0;
}

/* ================================ integrations */
.integrations .container {
  padding: 115px 15px 89px;
}

.integrations .heading {
  margin-bottom: 83px;
  padding: 0 11px;
}

.integrations__col {
  margin-bottom: 20px;
}

.integrations__hidden-col {
  display: none;
}

.integrations__logo-wrapper {
  display: flex;
  transition: .3s;
}

.integrations__logo-wrapper:hover {
  transform: scale(1.05);
}

.integrations__logo-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 94px;
  object-fit: cover;
  filter: drop-shadow(0 0 9px rgba(140, 138, 132, 0.47));
  border-radius: 4px;
}

.integrations__more-btn {
  width: 100%;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -0.05em;
  line-height: 1.63;
  color: #000000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: .3s;
}

.integrations__more-btn:before {
  transition: .5s ease;
}

.integrations__more-btn:hover:before {
  opacity: .3;
}

.integrations__more-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, #faf9f7 0%, #8c8a84 100%);
  opacity: 0.14;
  filter: drop-shadow(0 0 9px rgba(140, 138, 132, 0.47));
  pointer-events: none;
}

.integrations__number-el + span {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin-left: 6px;
}

/* ================================ cursor-anim */
.cursor-anim {
  overflow: hidden;
}

.cursor-anim .container {
  padding: 126px 26px 118px;
}

.cursor-anim .eyebrow {
  font-size: 16px;
  margin-bottom: 21px;
  padding: 3px 18px 3px 19px;
  letter-spacing: -0.02em;
  border-radius: 12.5px;
}

.cursor-anim .heading {
  margin-bottom: 76px;
}

.cursor-anim .heading img {
  vertical-align: middle;
}

.cursor-anim__wrapper {
  transform: rotate(10deg);
  position: relative;
  z-index: 5;
  will-change: transform;
  pointer-events: none;
}

.cursor-anim__image-wrapper {
  width: 100%;
  max-width: 646px;
  margin: 0 auto;
  z-index: 5;
  height: 474px;
  border-radius: 18px;
  background: #faf9f7;
  box-shadow: 0 3px 21px rgba(140, 138, 132, 0.25);
  padding: 10px;
  transition: .4s ease-out;
}

.cursor-anim__image-wrapper img {
  max-width: 100%;
  height: auto;
}

.cursor-anim__image {
  transition: 1s linear;
}

.cursor-anim .cursor-anim__btn-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
}

.cursor-anim__btn-container .primary-btn span {
  margin-right: 13px;
}

.cursor-anim__caption {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.64;
  text-align: center;
  color: #8c8a84;
  margin: 13px 0 88px 0;
}

/* ================================ accordion */
.accordion__heading-container {
  padding: 108px 26px 81px;
}

.accordion__items-wrapper {
  padding-bottom: 84px;
}

.accordion__item {
  border-top: 0.5px solid #b1afa9;
  border-bottom: 0.5px solid #b1afa9;
  padding: 0 27px 0 26px;
}

.accordion__item-title {
  display: flex;
  align-content: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1.33;
  color: #000;
  margin-bottom: 0;
  padding: 20px 0 18px;
}

.accordion__item-title svg,
.plus-line {
  margin-left: 10px;
  transition: .3s;
  will-change: transform;
}

.plus-line {
  margin-left: 0;
  opacity: 1;
}

.accordion__item-title.active .plus-line {
  opacity: 0;
}

.accordion__item-title:hover svg {
  transform: scale(1.1);
}

.accordion__item-content {
  display: none;
  padding: 6px 60px 22px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.37;
  color: #8c8a84;
}

/* ================================ form-sec */
.form-sec {
  background: linear-gradient(#ffc400 0%, #ffd100 27.59%, #fffad0 100%);
}

.form-sec-mob {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.form-sec-mob::-webkit-scrollbar {
  display: none;
}

.form-sec .container {
  padding: 113px 26px 71px;
  border-color: rgba(0, 0, 0, 0.24);
}

.form-sec .heading {
  color: #000000;
  font-weight: 500;
  margin-bottom: 18px;
}

.form-sec .heading + p {
  font-size: 14px;
  letter-spacing: -.02em;
  margin-bottom: 85px;
}

.form-wrapper {
  position: relative;
  z-index: 4;
}

form p {
  font-size: 14px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.form__field-wrapper {
  margin-bottom: 20px;
}

.form__field-wrapper:last-child {
  margin-bottom: 12px;
}

form input,
form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 0 0 4px 0;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.64;
  color: #000;
  font-family: "Gilroy", sans-serif;
  resize: none;
  width: 100%;
  max-width: 100%;
  outline: none !important;
  display: inline-block;
}

form textarea {
  min-height: 80px;
}

form input::placeholder,
form textarea::placeholder {
  color: #000;
  transition: .3s;
}

form input:focus::placeholder,
form textarea:focus::placeholder {
  opacity: 0;
}

.checkbox {
  margin-bottom: 10px;
  display: inline-flex;
  width: 50%;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
  width: 0;
}

.checkbox__text {
  position: relative;
  padding: 0 0 0 26px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.checkbox__text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: .2s;
  border: 0.75px solid #000;
}

.checkbox__text:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  transition: .1s;
  transform: scale(0);
  transform-origin: center;
}

.checkbox input:checked + .checkbox__text:after {
  transform: scale(1);
}

.form__title {
  flex: 0 0 100%;
}

.form__checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}

.form__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.form__button-wrapper .primary-btn {
  padding: 7px 17px;
}

.form__button-wrapper .primary-btn span {
  margin-right: 21px;
}

/* ================================ footer */
.footer {
  background: #000000;
  font-size: 14px;
  line-height: 22px;
  color: #8c8a84;
}

.footer .container {
  padding: 34px 26px 50px;
  border-color: #54534f;
}

.footer__logo-wrapper {
  margin-bottom: 20px;
}

.footer__info {
  display: flex;
  flex-wrap: wrap;
}

.footer__highform-logo a {
  display: flex;
  align-items: center;
  transition: .3s;
}

.footer__highform-logo a:hover {
  color: #ffffff;
}

.footer__highform-logo a svg {
  margin: 0 6px;
}

.footer__highform-logo svg path,
.footer__highform-logo svg rect {
  transition: .3s;
}

.footer__highform-logo a:hover svg path,
.footer__highform-logo a:hover svg rect {
  fill: #ffffff;
}

.footer__contacts {
  margin-left: auto;
}

.footer__info a {
  color: #8c8a84;
  text-decoration: none;
  transition: .3s;
}

.footer__info a:hover {
  color: #ffffff;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.footer__contacts a:nth-child(2) {
  margin-top: 6px;
}

.footer__divider {
  border-bottom: .5px solid #54534f;
}

.container.footer__copyright {
  padding: 20px 26px 26px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 0;
}

/* ================================ websites */
.websites {
  background: #000000;
  z-index: 3;
}

.websites .container {
  border-color: #54534f;
  padding: 111px 26px 119px;
}

.websites .heading span {
  color: #ffffff;
}

.websites__item-wrapper {
  position: relative;
}

.websites__mobile-screen,
.websites__desktop-screen {
  width: 100%;
  height: 328px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 10px;
}

.websites__item-wrapper:hover .websites__mobile-screen img,
.websites__item-wrapper:hover .websites__desktop-screen img {
  animation: scrollPage 25s;
}

@keyframes scrollPage {
  
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20%);
   }
  40% {-
    transform: translateY(-40%);
  }
  60% {
    transform: translateY(-70%);
  }
  80% {
    transform: translateY(calc(-100% + 330px));
  }
  100% {
    transform: translateY(0);
  }
}

.websites__mobile-screen.bdrs-md {
  border-radius: 6px;
}

.mobile-screen {
  width: 150px;
}

.websites__mobile-screen::-webkit-scrollbar,
.websites__desktop-screen::-webkit-scrollbar {
  display: none;
}

.websites__item-wrapper img {
  width: 100%;
  height: auto;
}

.websites__item-wrapper .websites__desktop-screen,
.websites__item-wrapper .websites__mobile-screen {
  transform-origin: right bottom;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.websites__item-wrapper .websites__mobile-screen {
  transform-origin: center bottom;
}

.websites__items-group-right .websites__desktop-screen {
  transform-origin: left bottom;
}

.websites__item-wrapper:hover .websites__desktop-screen,
.websites__item-wrapper:hover .websites__mobile-screen {
  transform: scale(1.03);
}

.desktop-screen {
  width: 324px;
}

.desktop-screen-md {
  width: 307px;
}

.desktop-screen-sm {
  width: 275px;
}

.desktop-screen-md .websites__desktop-screen {
  height: 192px;
}

.desktop-screen-sm .websites__desktop-screen {
  height: 173px;
}

.websites__desktop-screen {
  height: 202px;
}

.websites__item-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 0 8px 0 4px;
  position: relative;
  max-width: 205px;
}

.websites__item-caption svg {
  margin-left: 16px;
}

.websites__item-caption .rect-fill,
.websites__item-caption path,
.websites__item-caption line {
  transition: .3s;
}

.websites__item-caption .rect-fill {
  fill: #000000;
}

.websites__item-wrapper:hover .rect-fill {
  fill: #b1afa9;
}

.websites__item-wrapper:hover line,
.websites__item-wrapper:hover path {
  stroke: #000000;
}

.websites__item-caption p {
  color: #B1AFA9;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .083em;
  margin-bottom: 0;
}

.websites__item-caption h6 {
  color: #FAF9F7;
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 1px;
  font-weight: 600;
}

.websites__items-group-left {
  padding-top: 123px;
}

.websites__items-group-right {
  padding: 77px 0 0 26px;
}

.websites__items-group-left > div:nth-child(1) {
  margin: 0 0 46px 17px;
}

.websites__items-group-left > div:nth-child(2) {
  position: relative;
  left: -138px;
  margin-bottom: 38px;
}

.websites__items-group-left > div:nth-child(2) .websites__item-caption {
  margin-left: auto;
}

.websites__items-group-left > div:nth-child(3) {
  margin: 0 0 39px 17px;
}

.websites__items-group-left > div:nth-child(4) {
  position: relative;
  left: -122px;
}

.websites__items-group-left > div:nth-child(4) .websites__item-caption {
  width: 200px;
  margin-left: auto;
}

.websites__items-group-right > div:nth-child(1) {
  margin-bottom: 47px;
}

.websites__items-group-right > div:nth-child(2) {
  margin-bottom: 36px;
}

.websites__items-group-right > div:nth-child(3) {
  margin: 0 0 55px 18px;
}

.websites__footer {
  text-align: center;
  margin-top: 80px;
}

.websites__footer .heading {
  margin-bottom: 81px;
}

.websites__footer .primary-btn span {
  margin-right: 14px;
}

@media (min-width: 992px) {
  .join-bar:hover .join-bar__cta {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .hero .container {
    padding-right: 26px;
  }
  .cursor-anim__wrapper {
    transform: rotate(0);
  }
  .features-animation ul li {
    cursor: initial;
  }
  .features-animation__hover-block {
    display: none;
  }
  .cursor-anim__image-wrapper {
    height: auto;
  }
  .cursor-anim__caption {
    margin-bottom: 30px;
  }
  .changing, .changed {
    transform: translate(-18vw, -167px);
  }
  .swiper-slide-active ~ .changing,
  .swiper-slide-active ~ .changed {
    transform: translate(18vw, -167px);
  }
  .swiper-slide-active ~ .changing_mob,
  .swiper-slide-active ~ .changed_mob {
    transform: translate(12vw, -167px);
  }
  .changing_mob, .changed_mob {
    transform: translate(-12vw, -167px);
  }
  .portfolio-slider__cursor {
    transform: scale(0) rotate(0deg);
  }
  .swiper-slide-active .portfolio-slider__cursor {
    transform: scale(1) rotate(0deg);
  }
}

@media (max-width: 767px) {
  .header .container {
    padding-top: 26px !important;
    padding-bottom: 0 !important;
  }
  .features-animation .heading {
    padding-right: 0;
  }
  .container {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .container.accordion__items-wrapper {
    padding-top: 0 !important;
  }
  br {
    display: none;
  }
  .trust-bar__cta-wrapper {
    padding: 40px 0 0;
  }
  .websites .heading {
    margin-bottom: 60px;
  }
  .websites__items-group-left,
  .websites__items-group-right {
    padding: 0;
  }
  .websites__item-wrapper {
    width: 100%;
    left: 0 !important;
    margin: 0 0 40px 0 !important;
  }
  .websites__item-wrapper .websites__item-caption {
    margin-left: 0 !important;
  }
  .cursor-anim .heading {
    margin-bottom: 0;
  }
  .websites__footer {
    margin-top: 40px;
  }
  .form-sec .heading + p {
    margin-bottom: 60px;
  }
  .accordion__item {
    padding: 0 16px;
  }
  .accordion__item-content {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .container {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .join-bar__cta {
    margin-top: 0;
  }
  .trust-bar ul li {
    width: 100%;
  }
  .trust-bar ul li img {
    width: 100%;
    height: auto;
  }
  .features-animation__img-wrapper {
    margin: 0 10px 10px 0;
  }
  .features-animation ul span {
    margin: 0 0 10px 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  .features-animation ul p {
    max-width: 100%;
    flex-basis: 100%;
  }
  .timeline__icons-list li {
    max-width: 50%;
  }
  .features-animation.white-theme ul li:not(:last-child) {
    margin-bottom: 24px;
  }
  .timeline .advantages__positive-label {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .checkbox {
    width: 100%;
  }
  .portfolio-slider__switch-wrapper {
    display: none;
  }
}

@media (max-width: 350px) {
  .footer__info {
    flex-direction: column;
  }
  .footer__contacts {
    margin-left: 0;
    text-align: left;
    margin-top: 20px;
  }
}


