h2 {
  font-weight: 800;
}
.offer {
  background-color: var(--light-grey);
  padding: 7.5rem 0 5.7rem;
}

.offer-item {
  max-width: 175px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.offer-item:last-child {
  max-width: 210px;
  padding: 0;
}

.offer-wrapper {
  display: flex;
  justify-content: space-between;
}

.offer-item-img {
  width: auto;
  height: 60px;
  margin: 0 auto 30px;
}

.offer-item-text {
  font-size: var(--text-sm);
  line-height: 1.375rem;
}

.new-solution {
  padding: 8rem 0 2.5rem;
}

.solution-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solution-left {
  max-width: 503px;
  width: 38%;
}

.solution-title {
  line-height: 3.25rem;
  color: var(--almost-black);
  margin-bottom: 3rem;
}

.solution-text {
  color: var(--almost-black);
  line-height: 1.75rem;
}

.solution-img {
  width: 50%;
}

.messaging {
  padding: 6rem 0 8rem;
}

.messaging-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.messaging-img {
  position: relative;
  left: -6rem;
  width: 52%;
}

.messaging-right {
  width: 38%;
}

.messaging-title {
  line-height: 3.25rem;
  color: var(--almost-black);
  margin-bottom: 3rem;
  padding-right: 3rem;
}

.messaging-text {
  color: var(--almost-black);
  line-height: 1.75rem;
}


.codding {
  padding: 8rem 0 5rem;
}

.codding-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.codding-right {
  position: relative;
  right: -3rem;
  width: 45%;
}

.codding-left {
  width: 50%;
}

.codding-title {
  line-height: 3.25rem;
  color: var(--almost-black);
  margin-bottom: 3.5rem;
  padding-right: 3.5rem;
}

.codding-text {
  color: var(--almost-black);
  line-height: 1.75rem;
  max-width: 405px;
}

@keyframes animate-chat {
  0% {
    width: 0;
  }
  5% {
    width: 50%;
  }
  60% {
    width: 50%;
  }
  65% {
    width: 0;
  }
  100% {
    width: 0;
  }
}

.code-icon {
  position: absolute;
  top: -1rem;
  right: 40%;
  width: 50%;
  transition: all ease .3s;
  animation: animate-chat 10s ease infinite;
}

.engagement {
  padding: 10rem 0 3rem;
}

.engagement-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.engagement-left {
  position: relative;
  left: -4rem;
  width: 56%;
}

.engagement-right {
  width: 38%;
}

.engagement-title {
  line-height: 3.25rem;
  color: var(--almost-black);
  margin-bottom: 3rem;
  padding-right: 3rem;
}

.engagement-text {
  color: var(--almost-black);
  line-height: 1.75rem;
}

.engagement-dot-wrapper {
  display: flex;
  gap: 14px;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
}

.auto-reply {
  padding: 105px 0 0;
  background-color: var(--light-grey);
}

.reply-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reply-text-top {
  line-height: 22px;
  color: var(--almost-black);
  margin: 20px 0;
}

.reply-title {
  line-height: 48px;
  color: var(--almost-black);
  max-width: 620px;
  text-align: center;
  margin-bottom: 46px;
}

.reply-text {
  line-height: 22px;
  color: var(--almost-black);
  max-width: 710px;
  text-align: center;
  margin-bottom: 80px;
}

.reply-list {
  width: 100%;
  max-width: 880px;
  display: flex;
  justify-content: space-between;
}

.section-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding-bottom: 20px;
}

.section-list-item {
  color: var(--almost-black);
  line-height: 22px;
  padding: 12px 22px 12px 20px;
  position: relative;
  border: 3px solid var(--almost-black);
  border-radius: 46px 46px 0 46px;
  display: flex;
  align-items: center;
  max-width: max-content;
  cursor: pointer;
  gap: 8px;
}

.active-text {
  text-align: center;
  display: none;
  margin: 20px 0 0;
  font-size: var(--text-sm);
  color: var(--blue);
  font-weight: 700;
}

.reply-list .active-text, .verification-list .active-text {
  color: var(--pink);
}

.section-list-item-icon {
  /* position: absolute; */
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.section-list-item-text {
  /* margin-left: 8px; */
}

.reply-list .section-list-item.active {
  color: var(--pink);
  border-color: var(--pink);
}

.list-left .active .section-list-item-text  {
  color: var(--pink);
}

.list-right-text {
  color: var(--pink);
  max-width: 400px;
  /* margin-bottom: 50px; */
  margin-left: auto;
}

.radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--grey);
  position: relative;
}

.radio:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--white);
}


.marketing {
  padding: 105px 0 0;
}

.marketing-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.marketing-text-top {
  line-height: 22px;
  color: var(--almost-black);
  margin: 20px 0 10px;
  font-weight: 600;
}

.marketing-title {
  line-height: 48px;
  color: var(--almost-black);
  max-width: 550px;
  text-align: center;
  margin-bottom: 46px;
}

.marketing-text {
  line-height: 22px;
  color: var(--almost-black);
  max-width: 710px;
  text-align: center;
  margin-bottom: 100px;
}

.marketing-navigation {
  align-items: center;
  justify-content: center;
  gap: 34px;
  display: none;
  margin-bottom: 20px;
}

.section-index {
  display: none;
}

.navigation-item {
  background: var(--blue);
  border-radius: 50%;
  cursor: pointer;
}

.marketing-list {
  width: 100%;
  max-width: 780px;
  display: flex;
  justify-content: space-between;
}

.marketing-list .section-list-item.active {
  color: var(--blue);
  border-color: var(--blue);
}
.marketing-list .active .section-list-item-text{
  color: var(--blue);
}

.marketing-list .section-list-item.active .radio:before {
  background-color: var(--blue);
}

.list-left-text {
  color: var(--blue);
  max-width: 400px;
  margin-bottom: 20px;
}


.verification {
  padding: 105px 0 85px;
  background-color: var(--light-grey);
}

.verification-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.verification-text-top {
  line-height: 22px;
  color: var(--almost-black);
  margin: 20px 0;
  font-weight: 600;
}

.verification-title {
  line-height: 48px;
  color: var(--almost-black);
  max-width: 620px;
  text-align: center;
  margin-bottom: 46px;
}

.verification-text {
  line-height: 22px;
  color: var(--almost-black);
  max-width: 710px;
  text-align: center;
  margin-bottom: 80px;
}

.verification-list {
  width: 100%;
  max-width: 880px;
  display: flex;
  justify-content: space-between;
}

.verification .list-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.verification-list .section-list-item.active {
  color: var(--pink);
  border-color: var(--pink);
}

.verification .list-right-text {
  color: var(--pink);
  max-width: 400px;
  margin-bottom: 40px;
  margin-left: auto;
  line-height: 28px;
}

.features {
  padding: 160px 0 130px;
  text-align: center;
}

.features-text {
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--almost-black);
}

.features-title {
  color: var(--almost-black);
  max-width: 550px;
  margin: 0 auto;
  line-height: 48px;
}

.features-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 100px;
}

.features-item-text {
  color: var(--blue);
  margin-top: 21px;
}

.dynamic-image {
  max-width: 430px;
  width: 100%;
}

.verification .dynamic-image{
  max-width: none;
  width: auto;
}

.dynamic-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.customers {
  background-color: var(--grey);
  padding-top: 80px;
  padding-bottom: 100px;
}

.customers-title {
  text-align: center;
  margin-bottom: 60px;
}

.js-marquee {
  display: flex;
  gap: 60px;
  margin-right: 60px !important;
}

.customers-list {
  height: 74px;
}

.customers-list-item {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 74px;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 74px;
}

.customers-list-item img {
  height: 100%;
  object-fit: contain;
  width: 100%;
  cursor: pointer;
  transition: -webkit-transform .3s ease-out,-webkit-filter .6s ease-out;
  user-select: none;
}

.customers-list-item img:hover {
  filter: drop-shadow(0 0 5px #fff);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.partner {
  background-color: var(--almost-black);
  padding-top: 75px;
}

.partner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.partner-left {
  max-width: 610px;
  color: var(--white);
}

.partner-text-top {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}

.partner-title {
  line-height: 52px;
  max-width: 450px;
}

.partner .with-dot:before {
  background-color: var(--blue);
}

.partner-text {
  line-height: 30px;
  margin-top: 35px;
}

.partner-img-wrapper {
  position: relative;
}

.partner-dot-wrapper {
  display: flex;
  gap: 26px;
  position: absolute;
  top: 50%;
  right: -38px;
  transform: translateY(-50%);
}


@media (max-width: 1200px) {

  .partner-dot-wrapper {
    right: -10px;
  }
}

@media (max-width: 992px) {

  .offer {
    padding: 4rem 0;
  }

  .offer-item {
    max-width: 50%;
    width: 100%;
    padding: 20px;
  }

  .offer-item:last-child {
    max-width: 45%;
  }

  .offer-wrapper {
    flex-wrap: wrap;
  }

  .new-solution {
    padding: 4rem 0;
  }

  .solution-wrapper {
    flex-direction: column-reverse;
  }

  .solution-left {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }

  .solution-title {
    max-width: 500px;
  }

  .messaging {
    padding: 4rem 0;
  }

  .messaging-wrapper {
    flex-direction: column;
  }

  .messaging-right {
    width: 100%;
    margin-top: 30px;
  }

  .messaging-img {
    left: 0;
  }

  .codding {
    padding: 4rem 0;
  }

  .codding-wrapper {
    flex-direction: column-reverse;
  }

  .codding-left {
    width: 100%;
    margin-top: 30px;
  }

  .codding-right {
    width: 50%;
    right: 0;
  }

  .codding-title {
    padding-right: 0;
  }

  .engagement {
    padding: 4rem 0;
  }

  .engagement-wrapper {
    flex-direction: column;
  }

  .engagement-right {
    width: 100%;
    margin-top: 30px;
  }

  .engagement-left {
    left: 0;
  }

  .engagement-dot-wrapper, .partner-dot-wrapper {
    gap: 10px;
  }

  .engagement-dot-wrapper .dot, .partner-dot-wrapper .dot {
    width: 10px;
    height: 10px;
  }

  .auto-reply, .marketing {
    padding: 4rem 0 0;
  }

  .verification, .features, .partner {
    padding: 4rem 0;
  }
}

@media (max-width: 768px) {
  .text_lg {
    line-height: 40px;
  }

  .solution-title {
    max-width: 300px;
  }

  .reply-list, .verification-list, .partner-wrapper {
    flex-direction: column;
  }

  .list-right-text, .list-left-text {
    max-width: 100%;
    text-align: center;
  }

  .list-right img, .list-left img {
    margin: 0 auto;
  }

  .list-left {
    margin-bottom: 30px;
  }

  .section-list {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .section-list::-webkit-scrollbar {
    display: none;
  }

  .reply-list .section-list-item {
    min-width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: none;
    opacity: 0.5;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  }

  .reply-list .section-list-item.active {
    min-width: 80px;
    height: 80px;
    opacity: 1;
    border: 4px solid var(--pink);
  }
  .verification-list .section-list-item {
    padding: 12px;
  }

  .section-list-item-text {
    display: none;
  }

  .active-text {
    display: block;
  }

  .section-list-item-icon {
    position: relative;
    justify-content: center;
    width: 100%;
  }

  .active .section-list-item-icon svg {
    width: 30px;
    height: 100%;
  }

  .reply-text, .marketing-text, .verification-text {
    margin-bottom: 40px;
  }

  .marketing-navigation {
    display: flex;
  }

  .marketing-list .section-list-item {
    border: none;
    padding: 12px 0;
  }

  .section-index {
    display: block;
    margin-left: 8px;
    font-size: 32px;
    opacity: .5;
    color: var(--almost-black);
    font-weight: 700;
  }

  .marketing-list .section-list-item.active .section-index {
    opacity: 1;
  }

  .marketing-list .list-left {
    margin: 30px 0 0;
  }

  .marketing-list {
    flex-direction: column-reverse;
  }

  .verification .list-right-text {
    max-width: 100%;
  }

  .features-list {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .features-item {
    width: 45%;
  }

  .js-marquee {
    gap: 30px;
    margin-right: 30px !important;
  }

  .partner {
    padding: 4rem 0 0;
  }
}
