.welcome {
  padding: 155px 0;
}
.welcome .h1 {
  text-align: center;
}

.welcome__body {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
  align-items: center;
  position: relative;
}
.welcome__body::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1300px;
  height: 1300px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, #4B40F6 0%, #151620 70%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.24;
  z-index: -1;
}
.welcome__body p {
  text-align: center;
  max-width: 1200px;
}
.welcome__body p span {
  display: block;
}

@media (max-width: 1520px) {
  .welcome__body h1 {
    font-size: min(110px, 7vw);
    text-align: center;
  }
}
@media (max-width: 1440px) {
  .welcome {
    padding: 100px 0;
  }
}
@media (max-width: 1240px) {
  .welcome__body p {
    display: unset;
  }
}
@media (max-width: 1200px) {
  .welcome__body {
    row-gap: 30px;
  }
}
@media (max-width: 992px) {
  .welcome {
    padding: 75px 0;
  }
  .welcome__body::after {
    width: 380px;
    height: 380px;
    filter: blur(150px);
  }
}
@media (max-width: 768px) {
  .welcome {
    padding: 80px 0 140px;
  }
  .welcome .h1 {
    font-size: 32px;
    max-width: 320px;
  }
  .welcome__body {
    row-gap: 16px;
  }
  .welcome__body::after {
    width: 300px;
    height: 300px;
    filter: blur(100px);
  }
  .welcome__body p {
    max-width: 320px;
    color: #ded6da;
    font-size: 16px;
  }
  .welcome__body p span {
    display: none;
  }
}
.light-quote {
  background-color: #EDE9EB;
}

.dark-quote {
  background-color: #DED6DA;
}

.quote-box {
  max-width: 1784px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 32px 148px;
  text-align: center;
  color: #33333C;
}

.above-quote {
  margin-bottom: 56px;
}

.quote {
  position: relative;
  z-index: 1;
  font-family: Bold;
  font-size: 64px;
  line-height: 1.5;
  color: #151620;
  margin: 0 auto;
}

.below-quote {
  position: relative;
  z-index: 1;
  color: #8B8A8F;
  margin-top: 32px;
}

.quote-icon {
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  fill: #E5DFE2;
  z-index: -1;
  width: 300px;
  height: 216px;
}

@media (max-width: 768px) {
  .quote-box {
    padding: 56px 16px 64px;
  }
  .above-quote {
    margin-bottom: 32px;
  }
  .quote {
    font-size: 26px;
  }
  .quote br {
    display: none;
  }
  .below-quote {
    margin-top: 24px;
  }
  .quote-icon {
    bottom: -64px;
    width: 150px;
    height: 108px;
    transform: translate(-50%, -10%);
  }
}
.services {
  padding: 100px 0;
}
.services .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 32px;
}

.services__scroll {
  position: sticky;
  top: 50px;
  height: fit-content;
  margin-top: -24px;
}

.services__body {
  flex: 0 0 510px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
}

.services__title {
  margin-bottom: 56px;
}
.services__title br {
  display: none;
}

.services__subtitle {
  margin-bottom: 24px;
  color: #DED6DA;
  max-width: 460px;
  line-height: 1.35;
}

.services__text {
  margin-bottom: 24px;
  color: #DED6DA;
}

.services__items {
  flex: 0 1 900px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-left: auto;
}

.services__item {
  display: flex;
  flex-direction: column;
}
.services__item .btn-dark {
  margin-left: auto;
}

.item-services {
  padding-bottom: 32px;
  border-bottom: 2px solid #33333C;
}

.item-services__top {
  display: flex;
  column-gap: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.item-services__text {
  margin-bottom: 24px;
  color: #DED6DA;
}
.item-services__text p + p {
  margin-top: 16px;
}

@media (max-width: 1600px) {
  .services__items {
    flex: 0 1 700px;
  }
}
@media (max-width: 1600px) {
  .services__items {
    flex: 0 1 600px;
  }
  .services__subtitle {
    max-width: unset;
  }
}
@media (max-width: 1200px) {
  .services__scroll {
    position: static;
    margin-top: unset;
  }
  .services .container {
    flex-direction: column;
  }
  .services__body {
    flex: 0 1 100%;
    margin-bottom: 60px;
    max-width: unset;
  }
  .services__title {
    margin-bottom: 30px;
  }
  .services__subtitle br {
    display: none;
  }
}
@media (max-width: 992px) {
  .services {
    padding: 56px 0;
  }
  .item-services__top {
    margin-bottom: 16px;
    column-gap: 8px;
  }
}
@media (max-width: 768px) {
  .services__title {
    margin-bottom: 16px;
  }
  .services__subtitle {
    margin-bottom: 16px;
  }
  .services__text {
    margin-bottom: 16px;
  }
  .item-services {
    padding-bottom: 24px;
  }
  .item-services:first-child {
    border-top: 2px solid #33333C;
    padding-top: 24px;
  }
  .item-services__text {
    margin-bottom: 16px;
  }
  .item-services__text p + p {
    margin-top: 8px;
  }
  .services__items {
    row-gap: 24px;
  }
  .item-services__top {
    margin-bottom: 16px;
  }
  .services__body {
    margin-bottom: 56px;
  }
}
@media (max-width: 550px) {
  .services__subtitle br, .services__title br {
    display: block;
  }
}
.proud {
  overflow-x: hidden;
  padding: 100px 0;
}
.proud .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 64px;
  margin-bottom: 56px;
}
.proud .body-lg {
  color: #8B8A8F;
  margin-bottom: 16px;
}
.proud .h2 {
  color: #EDE9EB;
  line-height: 1;
}

.proud-right {
  width: 100%;
  max-width: 534px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.proud-info {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  flex: 0 1 33.333%;
}
.proud-info strong {
  color: #EDE9EB;
}
.proud-info span {
  color: #8B8A8F;
}

.logo-swiper {
  max-width: 1920px;
  width: 100%;
  margin: 16px auto;
  overflow: hidden;
}

.logo-wrapper {
  position: relative;
  min-width: calc(380px * var(--quantity));
  height: 180px;
}

.logo-slide {
  position: absolute;
  left: calc(100% + 8px);
  width: 380px;
  height: 180px;
  background: #1B1B26;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  animation: moveSlider 200s linear infinite;
  animation-delay: calc(-200s / var(--quantity) * (var(--pos) - 1)) !important;
}

.logo-wrapper:hover .logo-slide {
  animation-play-state: paused !important;
}

.logo-wrapper-reverse .logo-slide {
  animation: reverseMoveSlider 200s linear infinite;
}

@keyframes moveSlider {
  0% {
    left: calc(100% + 8px);
  }
  100% {
    left: -388px;
  }
}
@keyframes reverseMoveSlider {
  0% {
    left: -388px;
  }
  100% {
    left: calc(100% + 8px);
  }
}
.client-logo {
  transition: ease 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logo svg {
  fill: #DED6DA;
  transition: ease 0.5s;
}
.client-logo:hover {
  background: #4B40F6;
  border-radius: 3px;
}
.client-logo:hover svg {
  fill: #E5DFE2;
}

@media (max-width: 768px) {
  .proud {
    padding: 56px 0;
  }
  .proud .container {
    gap: 32px;
    margin-bottom: 32px;
  }
  .proud-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
  }
  .proud-right .body {
    font-size: 15px;
  }
  .proud-info {
    flex: unset;
  }
  .logo-swiper {
    margin: 8px auto;
  }
  .logo-wrapper {
    min-width: calc(160px * var(--quantity));
    height: 80px;
  }
  .logo-slide {
    width: 160px;
    height: 80px;
  }
  @keyframes moveSlider {
    0% {
      left: calc(100% + 8px);
    }
    100% {
      left: -168px;
    }
  }
  @keyframes reverseMoveSlider {
    0% {
      left: -168px;
    }
    100% {
      left: calc(100% + 8px);
    }
  }
}
.transform {
  background-color: #EDE9EB;
  padding-top: 100px;
  padding-bottom: 200px;
}
.transform .container {
  display: flex;
  justify-content: center;
  max-width: 1720px;
  background-color: #151620;
  border-radius: 6px;
  position: relative;
  width: calc(100% - 64px);
}

.transform__body {
  padding: 115px 32px;
  max-width: 800px;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.transform__body::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 1200px;
  height: 1200px;
  border-radius: 100%;
  background: radial-gradient(circle, #1400ff 10%, #151620 70%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
  z-index: -1;
}
.transform__body p {
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}

.cta-w-header {
  position: relative;
  z-index: 2;
  font-family: Bold;
  font-size: 85px;
  line-height: 118%;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 40px;
}

.transform__label {
  border-radius: 50px;
  padding: 10px 35px;
  background-color: #4B40F6;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}
.transform__label svg {
  width: 20px;
  height: 20px;
}
.transform__label span {
  font-family: Bold;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.transform__label, .transform__text {
  position: relative;
  z-index: 2;
}

.btn-round {
  position: absolute;
  bottom: 0;
  right: 142px;
  transform: translate(0px, 50%);
  transition: all 0.5s ease 0s;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 51px 32px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}
.btn-round::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  z-index: -1;
  background-color: #4B40F6;
  transition: cubic-bezier(0, -0.6, 0.1, 2.8) 0.6s;
  animation: btn-round-animation;
}
.btn-round span {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #EDE9EB;
  transition: ease 0.5s;
  line-height: 1.25;
}
.btn-round svg {
  width: 36px;
  min-height: 36px;
  fill: #EDE9EB;
  transform: rotate(45deg);
}
.btn-round:hover::after {
  transform: scale(0.9);
}

.cta-wide-btn {
  margin-top: 32px;
}

@media (max-width: 1200px) {
  .transform__body {
    padding: 80px 32px;
  }
  .cta-w-header {
    font-size: 55px;
    max-width: 700px;
    margin-bottom: 30px;
  }
  .transform {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .btn-round {
    width: 150px;
    height: 150px;
    padding: 37px 20px;
    row-gap: 16px;
  }
  .btn-round::after {
    width: 150px;
    height: 150px;
  }
  .btn-round span {
    font-size: 13px;
  }
  .btn-round svg {
    width: 26px;
    height: 26px;
    min-width: unset;
    min-height: unset;
  }
}
@media (max-width: 992px) {
  .btn-round {
    width: 96px;
    height: 96px;
    padding: 22px 2px 18px;
    row-gap: 4px;
    right: 70px;
  }
  .btn-round::after {
    width: 96px;
    height: 96px;
  }
  .btn-round span {
    font-size: 12px;
  }
  .btn-round svg {
    min-width: 18px;
    min-height: 18px;
  }
  .cta-w-header {
    font-size: 45px;
    margin-bottom: 16px;
  }
  .transform__label {
    margin-bottom: 10px;
  }
  .transform__label span {
    font-size: 13px;
  }
  .transform .container {
    padding: 0;
  }
  .transform__body {
    border-radius: 6px;
  }
}
@media (max-width: 768px) {
  .transform {
    padding: 56px 0px 80px;
  }
  .transform .container {
    width: calc(100% - 32px);
  }
  .transform .container .body {
    max-width: 256px;
    text-align: center;
  }
  .btn-round {
    right: 24px;
  }
  .transform__body {
    padding: 56px 16px;
  }
  .transform__body::before {
    transform: translate(-50%, -60%);
    width: 400px;
    height: 400px;
    filter: blur(100px);
    opacity: 0.8;
  }
  .cta-w-header {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .transform__label {
    padding: 4px 8px;
    column-gap: 4px;
    margin-bottom: 15px;
  }
  .transform__label span {
    font-size: 10px;
  }
  .transform__label svg {
    width: 12px;
    height: 12px;
  }
  .cta-wide-btn {
    margin-top: 16px;
  }
}