/***************************************************              GENERAL RESET STYLES             ***************************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

*:focus {
  outline: none;
}

html,
body {
  line-height: 1;
  scroll-behavior: smooth;
}
body {
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border-style: none;
  width: 100%;
  height: auto;
}

form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input,
textarea,
select {
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  resize: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background-color: transparent;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #89898a;
  font-size: 16px;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}

.container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 1400px;
  padding: 0;
  margin: 0 auto;
  height: 100%;
}

header,
main,
footer,
section {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
section {
  z-index: 3;
}
.vh {
  height: 100vh;
  z-index: 2;
}
.sepia-bg {
  z-index: 1;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: 0;
  width: 200%;
  position: absolute;
  z-index: 2;
  background: transparent url("../images/sepia-bg.png");
  background-repeat: repeat;
  background-size: cover;
  animation: snow 0.2s linear infinite;
}
.sepia-bg img {
  height: 100%;
}
@keyframes snow {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -5%);
  }
  20% {
    transform: translate(-10%, 5%);
  }
  30% {
    transform: translate(5%, -10%);
  }
  40% {
    transform: translate(-5%, 15%);
  }
  50% {
    transform: translate(-10%, 5%);
  }
  60% {
    transform: translate(15%, 0);
  }
  70% {
    transform: translate(0, 10%);
  }
  80% {
    transform: translate(-15%, 0);
  }
  90% {
    transform: translate(10%, 5%);
  }
  100% {
    transform: translate(5%, 0);
  }
}
.top-bg {
  position: relative;
  background-image: url("../images/top-bg.png");
  background-size: 100% 100%;
  z-index: 1;
}
.black-bg {
  background-image: url("../images/black-bg.png") !important;
}
.middle-bg {
  z-index: 2;
  position: relative;
  background-image: url("../images/middle-bg.png");
  background-size: 100% 100%;
}
.bottom-bg {
  position: relative;
  background-color: #000;
  z-index: 1;
}
.linee {
  background-color: #f5f5f5;
  height: 60px;
  width: 100vw;
  display: block;
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10;

  border-bottom: 2px solid #fff;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
}
.logo {
  width: 124px;
  display: block;
  padding: 20px 0;
}
.nav {
  display: flex;
  gap: 50px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.hero {
  height: 100vh;
  z-index: 2;
  overflow: visible;
}
.hero-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.violet {
  color: #8100e6;
}
.hero__inner {
  padding-top: 200px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.hero__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hero__text {
  color: #fff;
  width: 425px;
  line-height: 140%;
}
.hero__title {
  color: #fff;
  font-family: Oswald;
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -4px;
  text-transform: uppercase;
}
.hero__subtext {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  position: absolute;
  right: 0;
  width: 270px;
  bottom: 0;
}
.hero__left {
  position: relative;
  width: 70%;
}
.plus {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  position: relative;
  color: #fff;
  font-family: Oswald;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn::before {
  transform-origin: left;
  transform: scaleX(0);
  transition-delay: 0s;
}
.btn:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}

.btn::after {
  transform-origin: right;
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.btn:hover::after {
  transform: scaleX(0);
  transition-delay: 0s;
}

.btn img {
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.4s;
}
.btn-big {
  font-size: 32px;
  width: 310px;
}
.btn-small {
  font-size: 24px;
  width: 225px;
}

.hero-image {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 35%;
}
.hover-word {
  transition: color 0.4s;
}
.hover-word:hover {
  color: #9031d9;
}
.about {
  padding-top: 300px;
  padding-bottom: 600px;
}
.about__inner {
  display: flex;
  gap: 100px;
  flex-direction: column;
}
.about__top {
  display: flex;
  justify-content: space-between;
}
.about__title {
  color: #fff;
  font-size: 20px;
  font-family: Oswald;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}
.about__text {
  color: #fff;
  width: 949px;
  font-size: 32px;

  font-weight: 500;
  line-height: 140%;
}
.about__text span {
  font-family: Oswald;
  font-size: 40px;

  font-weight: 500;
  line-height: 140%;
}
.about__bottom {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.about__number {
  display: flex;
}
.about__number .inn {
  color: #fff;
  font-family: Oswald;
  font-size: 80px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}
.about__number span {
  color: #fff;
  font-family: Oswald;
  font-size: 48px;

  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}
.about__subtext {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 24px;
}
.about__line {
  background-color: #fff;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
}
.about__item {
  max-width: 30%;
  position: relative;
  align-content: stretch;
}
.founders {
  padding-bottom: 270px;
}
.founders__title {
  font-family: Oswald;
  font-size: 140px;
  font-weight: 500;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.founders__image {
  position: relative;
  overflow: hidden;
}
.in {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.founders__item__title {
  text-align: right;
  margin: 12px 0 8px;
  font-family: Oswald;
  font-size: 28px;
  font-weight: 500;
  line-height: 109%;
}
.founders__subtitle {
  text-align: right;
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 500;
  line-height: 109%; /* 19.62px */
}
.founders__text {
  font-size: 18px;
}
.founders__item {
  display: flex;
}
.founders__item:first-child {
  gap: 40px;
}
.founders__item:last-child {
  flex-direction: column;
}
.founders__item:first-child .founders__text {
  width: 348px;
  margin-top: 100px;
}
.founders__item:last-child .founders__text {
  width: 406px;
  margin-top: 90px;
}
.founders__item:last-child {
  position: absolute;
  right: 0;
  top: 100px;
}
.items__inner {
  display: flex;
  flex-direction: column;
  gap: 85px;
  overflow: visible;
}
.items {
  overflow: visible;
}
.items__item:nth-child(2n + 1) {
  align-self: flex-end;
}
.items__item {
  position: relative;
  z-index: 2;
  width: 33%;
  padding: 22px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
}
.cor {
  position: absolute;
  width: 24px;
  height: 24px;
}
.cor-top-left {
  left: 0;
  top: 0;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.cor-top-right {
  right: 0;
  top: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.cor-bottom-left {
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
.cor-bottom-right {
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.items__title {
  font-family: Oswald;
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.items__text {
  color: #000;
  font-size: 18px;
  line-height: 140%;
}
.items__image {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.cor-white {
  border-color: #fff;
}
.scale__inner {
  background: #8100e6;
  padding: 65px;
}
.scale__content {
  position: relative;
}
.scale {
  padding: 100px 0;
}
.scale__title {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 48px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}
.scale__subtitle {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 55px;
}

.scale__btn {
  margin: 0 auto;
  margin-bottom: 3px;
}
.scroll {
  height: 100vh;
  display: flex;
  align-items: center;
  margin: 100px 0;
  width: 200vw;
}
.scroll__wrapper {
  display: flex;
  gap: 20px;
}
.scroll__item {
  position: relative;
  background: #131416;
  padding: 32px;
  flex: 1;
}
.scroll__item-bottom h3 {
  color: #fff;
  font-family: Oswald;
  font-size: 56px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.scroll__item-bottom p {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
}

.scroll__item-first {
  padding-left: 0;
  background-color: transparent;
}
.scroll__item-top {
  display: flex;
  justify-content: space-between;
}
.scroll__item-image {
  /* width: 395px; */
  width: 50%;
}
.scroll__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scroll__item-content {
  position: relative;
  padding: 20px;
  width: 40%;
  height: max-content;
}
.scroll__item-content ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.scroll__item-content span {
  color: #fff;
  font-family: Oswald;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 8px;
}
.scroll__item-content p {
  color: #fff;
  font-size: 18px;
}
.indust {
  padding: 50px 0;
}
.indust__inner {
  display: flex;
  justify-content: space-between;
  gap: 170px;
}
.indust__title {
  color: #fff;
  font-family: Oswald;
  font-size: 90px;

  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 70px;
}
.indust__title span {
  font-weight: 600;
  font-family: Oswald;
}
.indust__text {
  color: #fff;

  font-size: 18px;

  line-height: 140%; /* 25.2px */
}
.indust__item {
  max-width: 50%;
}
.indust__item ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.indust__item li {
  display: flex;
  gap: 10px;
}
.indust__item:last-child {
  width: 100%;
}
.indust__subtitle {
  overflow: hidden;

  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
.indust__subtitle p {
  color: #fff;
  font-family: Oswald;
  font-size: 64px;
  font-weight: 600;
  text-transform: uppercase;
}
.indust__item ul span {
  color: #8100e6;
  font-family: Oswald;
  font-size: 18px;
  font-weight: 600;
}
.advice__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.advice {
  overflow: visible;
  padding: 150px 0 300px;
  background-image: url(../images/advice-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.advice_inner {
  overflow: visible;
}
.advice__text {
  color: #fff;
  text-align: center;
  font-size: 24px;

  font-weight: 600;
  line-height: 140%;
  padding-top: 40px;
  width: 50%;
  margin: 0 auto;
}
.advice__title {
  color: #fff;
  font-family: Oswald;
  font-size: 56px;
  line-height: 140%; /* 78.4px */
}
.advice__btn {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.advice__image {
  width: 316px;
}
.portfolio {
  padding: 150px 0;
}
.portfolio__icon {
  margin: 0 auto;
  display: block;
  width: 173px;
}
.portfolio__subtitle {
  margin: -30px auto;
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 48px;
  display: block;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
.portfolio__title {
  text-align: center;
  color: #fff;
  font-family: Oswald;
  font-size: 140px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  margin-bottom: 90px;
}
.portfolio__content {
  display: flex;
  justify-content: space-between;
}

.portfolio__item {
  padding: 24px 0;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio__content h4 {
  color: #fff;
  font-family: Oswald;
  font-size: 48px;
  font-weight: 600;
}
.portfolio-hover {
  position: fixed;
  z-index: 5;
  top: 0;
  pointer-events: none;
  width: 400px;
}
.footer {
  background: #131416;
  padding: 40px 0 60px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__bottom {
  display: none;
}
.logo__subtitle {
  color: #fff;
  font-size: 24px;
  margin-top: -10px;
}
.footer__title {
  color: #fff;
  font-family: Oswald;
  font-size: 20px;

  line-height: 110%; /* 22px */
  text-transform: uppercase;
  margin-bottom: 32px;
}
.navigation {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.navigation a {
  color: #fff;

  font-size: 18px;

  font-weight: 600;
}
.hover {
  transition: opacity 0.4s;
}
.hover:hover {
  opacity: 0.5;
}

.footer__right {
  display: flex;
  gap: 200px;
  padding-right: 100px;
}
.social {
  width: 105px;
  display: flex;
  gap: 32px 48px;
  flex-wrap: wrap;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.form__wrap {
  position: relative;
  padding: 30px 40px;
  width: 40%;
}
.form__title {
  color: #fff;
  font-family: Oswald;
  font-size: 40px;

  font-weight: 500;
  line-height: 110%; /* 44px */
  text-transform: uppercase;
}
.form__subtitle {
  color: #fff;
  margin: 15px 0 20px;
  font-size: 24px;
}
.form__input {
  width: 80%;
  margin-bottom: 10px;
}
.button {
  border: none;
  background: transparent;
  cursor: pointer;
}
.form__btn {
  margin-top: 40px;
}
.input {
  padding: 10px 0;
  width: 100%;
}
.footer__arrow {
  cursor: pointer;
}
.footer__text {
  display: flex;
  gap: 5px;
  color: #fff;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.footer__bottom-item {
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__bottom-item img {
  width: 42px;
}
.menu {
  display: none;
}
.nav__link-pre {
  display: none;
}
.hero-service__inner {
  display: flex;
  gap: 20px;
}
.hero-service__item {
  flex: 1;
}
.hero-service {
  padding-top: 150px;
}
.hero-service__title {
  color: #8100e6;
  font-family: Oswald;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%; /* 44px */
  margin-bottom: 40px;
}
.hero-service__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hero-service__item {
  flex: 45%;
}
.hero-service__grey {
  color: #89898a;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
}
.hero-service__white {
  color: #fff;

  font-size: 18px;

  font-weight: 700;
  line-height: 140%; /* 25.2px */
}
.hero-service__subtitle {
  margin-top: 40px;
}
.details {
  padding-top: 100px;
}
.details__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.details__title {
  color: #8100e6;
  font-family: Oswald;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  text-transform: uppercase;
  margin-bottom: 20px;
}

.details__text {
  width: 80%;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
}
.details__list {
  max-width: 100%;
  width: 100%;
}
.results {
  padding: 150px 0;
}
.results__title {
  color: #fff;
  font-family: Oswald;
  font-size: 80px;

  font-weight: 600;
  line-height: 100%; /* 80px */
  text-transform: uppercase;
  max-width: 60pc;
}
.results__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.results__item {
  flex: 28%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  justify-content: space-between;
  background-color: #131416;
  height: 302px;
}
.results__content h4 {
  color: #fff;

  font-size: 24px;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  margin-bottom: 8px;
}
.results__content p {
  color: #fff;
  font-size: 18px;
  line-height: 140%; /* 25.2px */
}
.results__item span {
  color: #89898a;
  font-family: Oswald;
  font-size: 28px;

  font-weight: 500;
  line-height: 100%; /* 28px */
  text-transform: uppercase;
}
.results__item:nth-child(2n) {
  background-image: url(../images/rezult-dots.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.results__image {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
  width: 289px;
}
.results__inner {
  z-index: 2;
}
.results {
  background-image: url(../images/result-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
#about-us
  > div
  > div.about__bottom
  > div:nth-child(2)
  > div.about__number
  > span {
  font-size: 32px;
}
