
body,
main {
  font-family: "__Rubik_784dfb", "__Rubik_Fallback_784dfb";
}


.App {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-top: 86px;
}
.app-footer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--background);
}
.cookies-banner {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #eaedf1;
  -webkit-box-shadow: 0px 4px 10px rgba(13, 38, 72, 0.2);
  -moz-box-shadow: 0px 4px 10px rgba(13, 38, 72, 0.2);
  box-shadow: 0px 4px 10px rgba(13, 38, 72, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translatey(1e3px);
  -moz-transform: translatey(1e3px);
  -ms-transform: translatey(1e3px);
  -o-transform: translatey(1e3px);
  transform: translatey(1e3px);
}
.cookies-text,
.cookies-text a {
  color: var(--primary-color);
}
.cookies-text a {
  text-decoration: underline;
}
.cookies-image-desktop {
  margin-right: 20px;
}
.cookies-banner.visible {
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
}
.cookies-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}
.cookies-text img {
  margin-right: 20px;
}
.close-cookies-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.scrollable {
  scroll-margin-top: 85px;
}
@media only screen and (max-width: 1279px) {
  .App {
    padding-top: 90px;
  }
  .scrollable {
    scroll-margin-top: 89px;
  }
  .app-footer {
    width: 100%;
  }
  .cookies-banner {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .content-wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .tablet-br-tag {
    display: unset;
  }
}
@media only screen and (max-width: 767px) {
  .App {
    padding-top: 68px;
  }
  .scrollable {
    scroll-margin-top: 67px;
  }
  .tablet-br-tag {
    display: none;
  }
  .cookies-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    left: 0;
    width: 100% !important;
    bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .close-icon-container {
    padding-bottom: 100px;
  }
  .cookies-text .text {
    height: 100%;
    padding-right: 40px;
  }
  .close-icon-container {
    width: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cookies-banner {
    display: grid;
    grid-template-columns: auto 20px;
  }
}


.header-menu__container {
  width: 100%;
  height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  top: 0px;
  z-index: 115;
  background-color: var(--background);
}
.header-menu__container.with-animation {
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}
.header-menu__logo {
  width: 128px;
  height: auto;
}
.header-menu__burger-localization {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: auto;
}
/* .header-menu__links {
      display: none;
    } */
.header-menu__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) {
  .header-menu__logo {
    width: 146px;
  }
  .header-menu__links {
    display: block;
  }
  .header-menu__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .burger {
    width: 50px;
    height: 50px;
  }
  .header-menu__container {
    height: 90px;
  }
}
@media only screen and (min-width: 1279px) {
  .header-menu__container {
    height: 86px;
    padding: 0;
  }
  .header-menu__links {
    display: block;
  }
  .header-menu__wrapper {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .burger {
    width: 44px;
    height: 44px;
  }
}


.menu__container {
  width: auto;
  letter-spacing: 0;
  color: transparent;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.menu__container > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 32px 0 26px;
  color: var(--primary-text-color);
  border-bottom: 1px solid transparent;
  margin: 0;
}
.menu__container .menu__item:not(:first-child) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 32px 0 26px;
  margin-left: 30px;
  border-bottom: 1px solid transparent;
}
.menu-button {
  margin: auto 0;
  font-weight: 700;
}
.menu__item-title {
  position: relative;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.menu__container li a {
  padding-bottom: 7px;
}
.menu__container > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--secondary-color);
  height: 3px;
  width: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.menu__container > ul > li > a:hover:before {
  width: 78%;
}
.menu__container > ul > li > a.active-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--secondary-color);
  height: 3px;
  width: 78%;
}

@media only screen and (min-width: 320px) and (max-width: 1279px) {
  .menu__container > ul {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1279px) {
  .humburger img {
    display: block;
  }
}

@media only screen and (min-width: 1279px) {
  .menu__container-list {
    display: block;
  }
  .menu-button {
    margin-left: 30px;
    margin-right: 0;
  }
}


.brand-button {
  font-family: var(--font-clash-display);
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  background-color: var(--secondary-color);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 49px;
  min-width: 162px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: background-color.3s, color.3s, border-color.3s;
  -moz-transition: background-color.3s, color.3s, border-color.3s;
  -o-transition: background-color.3s, color.3s, border-color.3s;
  transition: background-color.3s, color.3s, border-color.3s;
  border: none;
  outline: none;
  padding: 14px 28px;
}
.brand-button:hover {
  background-color: #ffe29e;
}
.brand-button-link {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .brand-button {
    width: 100%;
    display: none;
  }
}


.humburger {
  margin: 0;
  line-height: 0;
  padding: 0;
  display: none;
}

.humburger img {
  width: 40px;
  margin-left: 40px;
  height: 40px;
}

.humburger-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 30px;
  z-index: 9999;
  animation: humOpen 0.2s ease-in forwards;
  display: none;
}

@keyframes humOpen {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.humburger-closed {
  display: none;
}

.humburger-close {
  position: fixed;
  top: 0;
  left: 0; /* Important: stay at left 0 */
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 30px;
  z-index: 9999;
  animation: humClose 0.22s ease-in forwards; /* speed matching */
}

@keyframes humClose {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 1;
  }
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 50px;
  /* adjust based on your logo */
}

.menu-nav {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: left;
}

.menu-nav a {
  text-decoration: none;
  font-size: 48px;
  font-weight: 900;
  color: #1c2628;
}

.menu-nav a:hover {
  opacity: 0.7;
}

@media (max-width: 1279px) {
  .testimonial-section {
    display: none;
  }

  .humburger {
    display: block;
  }

  .humburger-open {
    display: block;
  }
}

@media (max-width: 767px) {
  .menu-nav a {
    text-decoration: none;
    font-size: 35px;
    font-weight: 800;
    color: #1c2628;
  }

  .menu-nav {
    gap: 25px;
  }
}

@media (max-width: 766px) {
  .humburger {
    display: block;
  }
}

@media (max-width: 425px) {
  section {
    width: unset;
    padding: 50px 0;
  }

  .humburger img {
    width: 35px;
    margin-left: 40px;
  }
}


.home-title.section-title {
  margin-bottom: 30px;
}
.contact-input::-webkit-input-placeholder {
  color: var(--secondary-text-color) !important;
}
.contact-input:-moz-placeholder {
  color: var(--secondary-text-color) !important;
}
.contact-input::-moz-placeholder {
  color: var(--secondary-text-color) !important;
}
.contact-input:-ms-input-placeholder {
  color: var(--secondary-text-color) !important;
}
.contact-input::-ms-input-placeholder {
  color: var(--secondary-text-color) !important;
}
.contact-input::placeholder {
  color: var(--secondary-text-color) !important;
}
.contact-form-control::before {
  border-color: #38434a !important;
}
@media only screen and (min-width: 768px) {
  .awards.home-awards {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1279px) {
  .awards.home-awards {
    padding: 150px 0;
  }
  .home-title.section-title {
    margin-bottom: 40px;
  }
}
@-webkit-keyframes leftmove {
  0% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    -webkit-transform: translatex(-webkit-calc(-50% - 18px));
    transform: translatex(-webkit-calc(-50% - 18px));
    transform: translatex(calc(-50% - 18px));
  }
}
@-moz-keyframes leftmove {
  0% {
    -moz-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    -moz-transform: translatex(-moz-calc(-50% - 18px));
    transform: translatex(-moz-calc(-50% - 18px));
    transform: translatex(calc(-50% - 18px));
  }
}
@-o-keyframes leftmove {
  0% {
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    -o-transform: translatex(calc(-50% - 18px));
    transform: translatex(calc(-50% - 18px));
  }
}
@keyframes leftmove {
  0% {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    -webkit-transform: translatex(-webkit-calc(-50% - 18px));
    -moz-transform: translatex(-moz-calc(-50% - 18px));
    -o-transform: translatex(calc(-50% - 18px));
    transform: translatex(-webkit-calc(-50% - 18px));
    transform: translatex(-moz-calc(-50% - 18px));
    transform: translatex(calc(-50% - 18px));
  }
}


.home-header {
  width: 100%;
  padding-top: 20px;
}
.home-header__title {
  position: relative;
  margin-bottom: 10px;
}

.home-header__description {
  margin: 0;
}
.home-header .brand-button-link {
  width: 100%;
  margin-bottom: 10px;
}
.home-header__projects {
  margin-top: 10px;
  margin-bottom: 20px;
}
.home-header__project-image {
  position: relative;
  width: 100%;
}
.home-header__project {
  display: block;
}
.home-header__title-sticker {
  position: absolute;
  top: -25px;
  left: 145px;
  width: 70px;
  height: 70px;
}
@media only screen and (min-width: 768px) {
  .home-header {
    padding-top: 40px;
  }
  .home-header__title {
    text-align: center;
  }
  .home-header .brand-button-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  .home-header__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
  .home-header__description {
    text-align: center;
  }
  .home-header__projects {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .home-header__title-sticker {
    top: -34px;
    left: -webkit-calc(50% + 125px);
    left: -moz-calc(50% + 125px);
    left: calc(50% + 125px);
    width: 120px;
    height: 120px;
  }
  .home-header__project-image,
  .home-header__project-slide {
    width: 500px;
    height: auto;
  }
}
@media only screen and (min-width: 1279px) {
  .home-header {
    padding-top: 90px;
  }
  .home-header__title {
    text-align: left;
    margin-bottom: 40px;
  }
  .home-header__description {
    text-align: left;
    line-height: 30px;
    font-size: 20px;
  }
  .home-header__projects {
    position: relative;
    height: 381px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 0;
  }
  .home-header__project {
    position: relative;
  }
  .home-header__project-btn {
    position: absolute;
    bottom: 2px;
    right: 2px;
  }
  .home-header__project-btn-text {
    display: block;
    font-family: var(--font-clash-display);
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0;
  }
  .home-header__project-btn-text::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -28px;
    width: 18px;
    height: 18px;
    /* background-image: url("static/images/home/arrowUp.svg"); */
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .home-header__project-active .home-header__project-btn {
    color: var(--secondary-color);
  }
  .home-header__project-active .home-header__project-btn-text::before {
    /* background-image: url("static/images/home/arrowUpYellow.svg"); */
  }
  .home-header__project-image,
  .home-header__project {
    width: 962px;
    height: 380px;
  }
  .home-header__projects-container {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-animation: leftmove 60s linear infinite;
    -moz-animation: leftmove 60s linear infinite;
    -o-animation: leftmove 60s linear infinite;
    animation: leftmove 60s linear infinite;
  }
  .home-header .wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .home-header__title-container {
    max-width: 1200px;
    padding: 0px 20px;
    margin: 0 auto;
    width: 100%;
  }
  .home-header__title-sticker {
    top: -45px;
    left: 430px;
    width: 170px;
    height: 170px;
  }
  .home-header__title-sticker-inner {
    position: relative;
  }
  .home-header__title-sticker-anim {
    position: absolute;
    top: 52px;
    left: 40px;
    height: 65px;
    width: 90px;
    background-color: #7863e9;
    opacity: 0.3;
    overflow: hidden;
  }
  .home-header__title-sticker-anim::before {
    content: "";
    background: -webkit-linear-gradient(
      left,
      transparent 0,
      white 15%,
      transparent 30%
    );
    background: -moz-linear-gradient(
      left,
      transparent 0,
      white 15%,
      transparent 30%
    );
    background: -o-linear-gradient(
      left,
      transparent 0,
      white 15%,
      transparent 30%
    );
    background: linear-gradient(
      to right,
      transparent 0,
      white 15%,
      transparent 30%
    );
    height: 100%;
    width: 100%;
    position: absolute;
    left: -75%;
    top: 0;
    -webkit-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -ms-transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    transform: skewx(-25deg);
    z-index: 0;
    -webkit-animation: shine 2.5s linear infinite;
    -moz-animation: shine 2.5s linear infinite;
    -o-animation: shine 2.5s linear infinite;
    animation: shine 2.5s linear infinite;
  }
  .home-header__title-sticker-img {
    position: relative;
    z-index: 3;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}
@-moz-keyframes shine {
  100% {
    left: 100%;
  }
}
@-o-keyframes shine {
  100% {
    left: 100%;
  }
}
@keyframes shine {
  100% {
    left: 100%;
  }
}


.home-featured-in {
  width: 100%;
  padding: 50px 0;
}
.home-featured-in__companies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.home-featured-in__title.section-title {
  margin-bottom: 30px;
}
.home-featured-in__companies-logo {
  position: relative;
  height: 32px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .home-featured-in {
    padding: 100px 0;
  }
  .home-featured-in__companies {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
  .home-featured-in__companies-logo {
    height: 54px;
  }
}
@media only screen and (min-width: 1279px) {
  .home-featured-in {
    padding-bottom: 150px;
  }
  .home-featured-in__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 105px;
  }
  .home-featured-in__title.section-title {
    margin-bottom: 0;
  }
  .home-featured-in__companies {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 70px;
  }
  .home-featured-in__companies-logo {
    height: 68px;
  }
}

.section-title {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
.section-title-description {
  margin: 0;
}
@media only screen and (min-width: 1279px) {
  .section-title {
    text-align: left;
  }
}

.home-rating {
  width: 100%;
  background-color: var(--primary-text-color);
  /* background-image: url("static/images/home/ratingBackMobile.png"); */
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: var(--background);
  padding: 50px 0;
}
.home-rating__badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid#38434a;
  padding-top: 40px;
  margin-top: 40px;
}
.home-rating__badges-item {
  display: block;
  position: relative;
}
.home-rating__badges-item:first-child {
  width: 166px;
  height: 48px;
}
.home-rating__badges-item:nth-child(2) {
  width: 254px;
  height: 52px;
}
.home-rating__badges-item:last-child {
  width: 185px;
  height: 58px;
}
.home-rating__counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 23px;
  max-width: 435px;
  margin: auto;
}
.home-rating__counter-item:nth-child(3) {
  width: 130px;
}
.home-rating__counter-item:nth-child(4) {
  width: 73px;
}
.home-rating__counter-item-number {
  font-family: var(--font-clash-display);
  font-size: 44px;
  line-height: 58px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-rating__counter-item-text {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
@media only screen and (min-width: 550px) {
  .home-rating__counter {
    gap: 30px;
    max-width: 460px;
  }
}
@media only screen and (min-width: 768px) {
  .home-rating__badges {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid#38434a;
    background: rgba(30, 42, 46, 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 40px;
    margin-top: 50px;
  }
  .home-rating__counter {
    gap: 50px;
    max-width: 600px;
  }
  .home-rating__counter-item-number {
    font-size: 52px;
    line-height: 68px;
  }
  .home-rating__counter-item {
    width: 150px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .home-rating__badges-item:first-child {
    width: 150px;
    height: 44px;
  }
  .home-rating__badges-item:nth-child(2) {
    width: 230px;
    height: 48px;
  }
  .home-rating__badges-item:last-child {
    width: 175px;
    height: 54px;
  }
}
@media only screen and (min-width: 1279px) {
  .home-rating {
    /* background-image: url("static/images/home/ratingBackDesktop.png"); */
    padding: 100px 0;
  }
  .home-rating__badges {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 100px 160px;
  }
  .home-rating__counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 100px;
    max-width: 100%;
    margin: 0;
  }
  .home-rating__counter-item {
    width: 170px;
  }
  .home-rating__counter-item:nth-child(3) {
    width: 180px;
  }
  .home-rating__counter-item:last-child {
    width: 110px;
  }
  .home-rating__counter-item-number {
    font-size: 60px;
    line-height: 78px;
  }
  .home-rating__counter-item-text {
    font-size: 16px;
    line-height: 24px;
  }
  .home-rating__badges-item:first-child {
    width: 168px;
    height: 49px;
  }
  .home-rating__badges-item:nth-child(2) {
    width: 254px;
    height: 53px;
  }
  .home-rating__badges-item:last-child {
    width: 192px;
    height: 59px;
  }
}

.home-what-we-offer {
  width: 100%;
  padding: 50px 0;
}
.home-what-we-offer__link {
  margin-top: 30px;
}
.home-what-we-offer__services-item {
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: var(--background-light);
  padding: 30px;
  margin-top: 20px;
}
.home-what-we-offer__services-item:first-child {
  margin-top: 0;
}
.home-what-we-offer__services-item-top__image {
  position: relative;
  width: 50px;
  height: 50px;
}
.home-what-we-offer__services-item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.home-what-we-offer__services-item-title {
  line-height: 21px;
  margin-bottom: 10px;
}
.home-what-we-offer__services-item-text {
  line-height: 18px;
  margin: 0;
}
.home-what-we-offer__services-block:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .home-what-we-offer {
    padding: 100px 0;
  }
  .home-what-we-offer__link {
    margin: 40px auto 0;
  }
  .home-what-we-offer__services-item-top__image {
    width: 60px;
    height: 60px;
  }
  .home-what-we-offer__services-item {
    margin-top: 30px;
  }
  .home-what-we-offer__services-block:not(:first-child) {
    margin-top: 30px;
  }
  .home-what-we-offer__services-item-text {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1279px) {
  .home-what-we-offer {
    padding: 150px 0;
  }
  .home-what-we-offer__link {
    margin-top: 50px;
  }
  .home-what-we-offer__services-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 272px;
    width: 565px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all.3s;
    -moz-transition: all.3s;
    -o-transition: all.3s;
    transition: all.3s;
  }
  .home-what-we-offer__services-item:hover {
    background: var(--background-light-gray);
    color: var(--background);
  }
  .home-what-we-offer__services-item-top__image {
    width: 70px;
    height: 70px;
  }
  .home-what-we-offer__services-item-top {
    margin-bottom: 0;
  }
  .home-what-we-offer__services-item-top svg {
    opacity: 0;
    -webkit-transition: all.2s;
    -moz-transition: all.2s;
    -o-transition: all.2s;
    transition: all.2s;
  }
  .home-what-we-offer__services-item:hover svg {
    opacity: 1;
  }
  .home-what-we-offer__services-item-text {
    line-height: 24px;
    max-width: 415px;
  }
  .home-what-we-offer__services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .home-what-we-offer__services-block:not(:first-child) {
    margin-top: 0;
  }
  .home-what-we-offer__services-block:nth-child(2) {
    margin-top: -90px;
  }
}

.clash-btn-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 49px;
  font-family: var(--font-clash-display);
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: var(--white);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid var(--white);
  -webkit-transition: all.3s;
  -moz-transition: all.3s;
  -o-transition: all.3s;
  transition: all.3s;
  padding: 11.5px 28px;
}
.clash-btn-link:hover {
  background-color: var(--white);
  color: var(--primary-color);
}
.clash-btn-link:hover path {
  fill: var(--primary-color);
}
.clash-btn-link.clash-btn-link-light {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.clash-btn-link.clash-btn-link-light:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.clash-btn-link.clash-btn-link-light:hover path {
  fill: var(--white);
}
.clash-btn-link span {
  line-height: 21px;
  letter-spacing: 0.5px;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .clash-btn-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 1279px) {
  .home-header__subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 49px;
  }
}

.home-idea {
  position: relative;
  width: 100%;
  padding: 50px 0;
  /* background-image: url("static/images/home/noise.png"); */
  background-color: var(--primary-text-color);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: repeat;
  overflow: hidden;
}
.home-idea::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -50px;
  width: 316px;
  height: 470px;
  /* background-image: url("static/images/home/ideaLightMobile.png"); */
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}
.home-idea::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: -100px;
  width: 316px;
  height: 470px;
  /* background-image: url("static/images/home/ideaLightMobile.png"); */
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-idea__card {
  position: relative;
}
.home-idea__card-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 20px 40px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
.home-idea__card-image {
  position: relative;
  width: 100%;
}
.home-idea__card-title {
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--font-clash-display);
}
.home-idea__card-btn {
  margin: 20px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 440px) {
  .home-idea__card-image {
    width: 400px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .home-idea__card-image {
    width: 600px;
  }
  .home-idea__card-btn {
    position: relative;
    margin-top: 40px;
  }
  .home-idea__card-info {
    padding: 100px 20px 40px;
  }
}
@media only screen and (min-width: 1279px) {
  .home-idea {
    width: 100%;
    padding: 70px 0;
  }
  .home-idea__card-btn::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -396px;
    width: 474px;
    height: 84px;
    /* background-image: url("static/images/home/ideaArrow.png"); */
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  .home-idea__card-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    gap: 80px;
    padding: 145px 100px 75px 70px;
  }
  .home-idea__card-btn {
    margin: 20px 0 0;
  }
  .home-idea::before {
    top: 0;
    right: 0;
    width: 900px;
    height: 1400px;
    /* background-image: url("static/images/home/ideaLightRight.png"); */
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .home-idea::after {
    bottom: -160px;
    left: 0;
    width: 1200px;
    height: 1200px;
    /* background-image: url("static/images/home/ideaLightLeft.png"); */
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .home-idea__card-image {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 350px) {
  .home-idea__card-title {
    font-size: 18px;
  }
}

.home-whysolveit {
  width: 100%;
  padding: 50px 0;
}
.home-whysolveit_blocks {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-whysolveit_block {
  width: 100%;
  background-color: var(--background-light);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 30px;
}
.home-whysolveit_block-title-key {
  font-family: var(--font-clash-display);
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-whysolveit_block-title {
  line-height: 21px;
}
.home-whysolveit_block-list {
  margin-top: 10px;
}
.home-whysolveit_block-list .unordered-list__point {
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .home-whysolveit {
    padding: 100px 0;
  }
  .home-whysolveit_block-title-key {
    letter-spacing: 2px;
  }
  .home-whysolveit_blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .home-whysolveit_block {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1279px) {
  .home-whysolveit {
    padding: 150px 0;
  }
  .home-whysolveit_block {
    width: 275px;
    height: 404px;
    padding: 20px;
    overflow: hidden;
  }
  .home-whysolveit_blocks {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .home-whysolveit_block-title-key {
    font-size: 90px;
    line-height: 110px;
    letter-spacing: 3px;
  }
  .home-whysolveit_block-inner {
    -webkit-transition: all.6s;
    -moz-transition: all.6s;
    -o-transition: all.6s;
    transition: all.6s;
    -webkit-transform: translatey(200px);
    -moz-transform: translatey(200px);
    -ms-transform: translatey(200px);
    -o-transform: translatey(200px);
    transform: translatey(200px);
  }
  .home-whysolveit_block-title {
    font-size: 24px;
    line-height: 32px;
    -webkit-transition: all.3s;
    -moz-transition: all.3s;
    -o-transition: all.3s;
    transition: all.3s;
    margin-bottom: 42px;
  }
  .home-whysolveit_block:hover .home-whysolveit_block-inner {
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  .home-whysolveit_block:hover .home-whysolveit_block-title {
    margin-bottom: 0;
  }
}

.unordered-list {
  padding: 0;
}
.unordered-list__point {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 22px;
}
.unordered-list__point_margin {
  margin-bottom: 10px;
}
.unordered-list__point:last-child {
  margin-bottom: 0;
}
.unordered-list__marker-container {
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 26px;
}
.expertise-item__subitems-list {
  padding-right: 10px;
}

.home-portfolio {
  width: 100%;
  background-color: var(--primary-text-color);
  /* background-image: url("static/images/home/portfolioBackMobile.png"); */
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: var(--white);
  padding: 50px 0;
  overflow: hidden;
}
.home-portfolio__wrapper {
  position: relative;
}
.home-portfolio__inner {
  position: relative;
  z-index: 1;
}
.home-portfolio__title {
  letter-spacing: 2px;
}
.home-portfolio__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.home-portfolio__item {
  position: relative;
  display: block;
  color: var(--background);
  background-color: var(--primary-text-color);
  border: 1px solid var(--secondary-text-color);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.home-portfolio__item-block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-portfolio__item-image {
  position: relative;
  width: 100%;
}
.home-portfolio__item-info {
  padding: 20px;
}
.home-portfolio__item-title {
  margin-bottom: 10px;
}
.home-portfolio__item-category {
  color: var(--secondary-text-dark-color);
  line-height: 24px;
  margin: 0;
}
.home-portfolio-link {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .home-portfolio__item {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
  .home-portfolio__item-info {
    padding: 30px;
  }
  .home-portfolio__item-title {
    margin-bottom: 15px;
  }
  .home-portfolio__item-category {
    text-transform: uppercase;
  }
  .home-portfolio__item-description {
    line-height: 150%;
    margin: 0;
  }
  .home-portfolio__item-rating {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
  .home-portfolio__item-rating-item-text {
    font-size: 14px;
    width: 100%;
    line-height: 18px;
    padding-left: 3px;
  }
  .home-portfolio__items {
    gap: 30px;
  }
  .home-portfolio-link {
    margin: 40px auto 0;
    margin-top: 40px;
  }
  .home-portfolio__item-rating-item-number {
    font-family: var(--font-clash-display);
    color: var(--secondary-color);
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* background-image: url("static/images/home/space.png"); */
    -webkit-box-shadow: inset 0 0 10px 0#2a2929;
    -moz-box-shadow: inset 0 0 10px 0#2a2929;
    box-shadow: inset 0 0 10px 0#2a2929;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 8px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1279px) {
  .home-portfolio {
    /* background-image: url("static/images/home/portfolioBackDesktop.png"); */
    padding: 100px 0;
  }
  .home-portfolio__item-image {
    width: 500px;
    height: 430px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .home-portfolio__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
  .home-portfolio__item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px;
  }
  .home-portfolio__item-title {
    margin-bottom: 10px;
  }
  .home-portfolio__item-rating {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
  }
  .home-portfolio__item-rating-item-number {
    font-size: 40px;
    line-height: 52px;
    width: 170px;
    margin-bottom: 15px;
  }
  .home-portfolio__item-rating-item-text {
    width: 100%;
    padding: 0 8px;
    line-height: 24px;
  }
  .home-portfolio-link {
    margin-top: 50px;
  }
  .home-portfolio__item-block-link {
    display: none;
  }
}

.home-expertise {
  width: 100%;
  padding: 50px 0;
}
.home-expertise__item-icon {
  width: 60px;
  height: 60px;
}
.home-expertise__item-text {
  line-height: 24px;
  margin: 0;
  margin-top: 10px;
}
.home-expertise__items {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
}
.home-expertise-btn {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .home-expertise {
    padding: 100px 0;
  }
  .home-expertise__items {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 50px;
  }
  .home-expertise-btn {
    margin: 40px auto 0;
  }
}
@media only screen and (min-width: 1279px) {
  .home-expertise {
    padding: 150px 0;
  }
  .home-expertise-title.section-title {
    grid-area: title;
    margin: 0;
  }
  .home-expertise__items {
    grid-area: industries;
    width: 700px;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 90px;
  }
  .home-expertise__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-expertise__item-icon {
    width: 70px;
    height: 70px;
  }
  .home-expertise__item-text {
    margin-top: 0;
  }
  .home-expertise-btn {
    grid-area: btn;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    margin-top: 50px;
  }
  .home-expertise__wrapper {
    display: grid;
    grid-template-rows: 105px auto;
    grid-template-columns: 250px 700px;
    gap: 0 150px;
    grid-template-areas: "title industries" "btn industries";
  }
}

.home-clients {
  width: 100%;
  color: var(--background);
  /* background-image: url(static/images/home/clientsBackMobile.png); */
  /* background-color: var(--primary-text-color); */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.home-clients__reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.home-clients__review {
  width: 100%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid#38434a;
  background: -webkit-radial-gradient(
    50%50%,
    126%88%,
    #2d3941 0%,
    #1e2a2e 100%
  );
  background: -moz-radial-gradient(
    50%50%,
    126%88%,
    #2d3941 0%,
    #1e2a2e 100%
  );
  background: -o-radial-gradient(
    50%50%,
    126%88%,
    #2d3941 0%,
    #1e2a2e 100%
  );
  background: radial-gradient(126%88%at 50%50%, #2d3941 0%, #1e2a2e 100%);
  padding: 30px;
}
.home-clients__review-image {
  margin-bottom: 10px;
}
.home-clients__review-position {
  margin-bottom: 4px;
}
.home-clients__review-position img {
  position: relative;
  top: 1.2px;
  margin-left: 10px;
}
.home-clients__review-author {
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin: 0;
}
.home-clients__review-text {
  line-height: 24px;
  margin: 0;
  margin-top: 10px;
}
.home-clients__review-rating {
  line-height: 21px;
  color: var(--secondary-color);
  margin: 0;
  margin-top: 10px;
}
.home-clients__review-rating-star {
  position: relative;
  top: 1px;
  margin-left: 4px;
}
.home-clients__review-rating-star:first-child {
  margin-left: 8px;
}
.home-clients__link {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  /* .home-clients {
    /* background-image: url(static/images/home/clientsBackTablet.png); */
  /* } */ */
  .home-clients__reviews {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .home-clients__review {
    padding: 20px;
  }
  .home-clients__review-image {
    margin-bottom: 0;
  }
  .home-clients__review-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .home-clients__link {
    margin: 40px auto 0;
  }
}
@media only screen and (min-width: 1279px) {
  .home-clients {
    /* background-image: url(static/images/home/clientsBackDesktop.png); */
    padding: 100px 0;
  }
  .home-clients__review {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    padding: 40px 30px;
  }
  .home-clients__link {
    margin-top: 50px;
  }
}

.home-blogs {
  width: 100%;
  padding-bottom: 50px;
}
.home-blogs__articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.home-blogs__articles-item-image {
  display: block;
  position: relative;
  width: 100%;
}
.home-blogs__articles-item-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
}
.home-blogs__articles-item-tag {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(250, 209, 113, 0.4);
  padding: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.home-blogs__articles-item-title {
  font-size: 20px;
  line-height: 26px;
  margin: 16px 0 8px;
}
.home-blogs__articles-item-text {
  line-height: 21px;
  margin: 0;
}
.home-blogs__articles-item-date {
  color: var(--secondary-text-dark-color);
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .home-blogs {
    padding-bottom: 100px;
  }
  .home-blogs__articles-item-tags {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1279px) {
  .home-blogs {
    padding-bottom: 150px;
  }
  .home-blogs__articles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
}

.app-footer {
  overflow: hidden;
}
.app-footer.app-footer-dark {
  background-color: var(--primary-text-color);
  color: var(--background);
}
.app-footer-dark .footer-contacts-new {
  background-color: transparent;
}
.footer-contacts-new {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--primary-color);
  padding: 40px 0 20px;
}
.footer-contacts-new_only-socials {
  padding: 20px 0 !important;
}
.footer-contacts-new_only-socials .footer-contacts__copyright {
  padding-top: 0;
  border: none;
}
.footer-contacts_bordered {
  border-top: 1px solid rgba(240, 240, 241, 0.25);
}
@media only screen and (min-width: 768px) {
  .footer-contacts-new {
    padding: 70px 0 30px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-contacts-new {
    padding: 70px 0 20px;
  }
}

.footer-contacts {
  color: var(--white);
}
.footer-contacts__copyright {
  border-top: 1px solid#f0f0f133;
  padding-top: 30px;
}
.footer-link {
  color: var(--white);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.footer-link:hover {
  color: var(--secondary-color);
}
.footer-contacts-copyright-text {
  color: #8d9091;
  font-size: 12px;
}
.footer-contacts-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer-contacts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    margin-bottom: 40px;
  }
  .footer-contacts-copyright-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-contacts-wrapper {
    -webkit-column-gap: 200px;
    -moz-column-gap: 200px;
    column-gap: 200px;
    margin-bottom: 50px;
  }
  .footer-contacts__copyright {
    padding-top: 20px;
  }
  .footer-contacts__copyright-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-contacts__logo-link {
  display: block;
}
.footer-contacts__logo {
  width: 122px;
  height: auto;
  margin-bottom: 30px;
}
.office-contacts-email {
  display: block;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 30px;
}
.office-contacts__badges-link {
  display: block;
}
.office-contacts__badges-link:not(:last-child) {
  margin-bottom: 30px;
}
.footer-contacts__budge {
  position: relative;
  width: 160px;
}
@media only screen and (min-width: 768px) {
  .footer-contacts__logo {
    width: 138px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-contacts__logo {
    width: 168px;
    margin-bottom: 40px;
  }
  .office-contacts-email {
    margin-bottom: 40px;
  }
  .office-contacts__badges-link:not(:last-child) {
    margin-bottom: 40px;
  }
}

.footer-contacts__menu-wrapper {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer-contacts__menu {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-contacts__menu {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-contacts__menu-wrapper {
    display: block;
  }
  .footer-contacts__title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .footer-contacts__menu-item {
    max-width: 205px;
  }
  .footer-contacts__menu-wrapper,
  .footer-contacts__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 150px;
  }
  .footer-contacts__menu__link {
    display: block;
    line-height: 130%;
  }
  .footer-contacts__menu__link:not(:last-child) {
    margin-bottom: 10px;
  }
}

.footer-contacts__offices {
  margin-top: 40px;
}
.footer-contacts__title {
  font-size: 20px;
  line-height: 130%;
}
.office-contacts__office {
  margin-top: 20px;
}
.office-contacts__country-name {
  line-height: 130%;
  margin-bottom: 10px;
}
.office-contacts-text {
  line-height: 150%;
  margin-bottom: 10px;
}
.footer-contacts__phone {
  line-height: 130%;
}
@media only screen and (min-width: 768px) {
  .office-contacts__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-contacts__offices {
    margin: 0;
  }
  .office-contacts__office {
    max-width: 205px;
  }
}
@media only screen and (min-width: 1279px) {
  .office-contacts__container {
    display: block;
  }
}

.socials-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
  width: 100%;
  margin-bottom: 30px;
}
.socials-contacts__icon-wrapper {
  width: 100%;
  height: 100%;
}
.socials-contacts__icon {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .socials-contacts {
    gap: 20px;
  }
}
@media only screen and (min-width: 1279px) {
  .socials-contacts {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}



.marquee {
  width: 300%;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: scroll 40s linear infinite;
}

.marquee-content a img {
  height: 350px;
  border-radius: 20px;
  object-fit: cover;
  transition: 0.3s all;
}

.marquee-content a:hover h3 {
  color: rgb(255, 136, 0);
  transition: 0.3s all;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.marquee-content:hover {
  animation-play-state: paused;
}

.img-marquee {
  position: relative;
}

.img-marquee h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  color: black;
  margin-right: 10px;
  font-size: 20px;
}

.home-rating__counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding: 50px;
}

.home-rating__counter-item {
  text-align: center;
}

.home-rating__counter-item-number {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
}

.home-rating__counter-item-text {
  margin-top: 10px;
  font-size: 1.1rem;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 0 5px;
}

.home-rating__counter-item > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-rating__counter-item h1 {
  font-size: 50px;
}

.bg-responsive {
  display: none;
}

.scrolling-img-responsive {
  display: none;
}

@media (max-width: 1278px) {
  .bg-main {
    display: none;
  }

  .bg-responsive {
    display: block;
  }

  .home-header__btns {
    margin-top: 20px;
  }

  .scrolling-img {
    display: none;
  }

  .img-marquee h3 {
    display: none;
  }

  .scrolling-img-responsive {
    display: block;
  }
}

.tech-stack-container {
  display: flex;
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, #1e2a2e 0%, #1f2b2f 100%);
  overflow: hidden;
}

.tech-stack {
  display: flex;
  width: 100%;
  max-width: 1150px;
  margin: auto;
  align-items: flex-start;
  padding: 0px 30px;
}

.tech-stack-title {
  flex: 1;
  font-size: 48px;
  font-weight: bold;
  color: white;
  padding: 20px;
  margin-top: 30px;
}

.tech-stack-columns {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  overflow: hidden;
}

.tech-scroll-column {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.tech-scroll-inner {
  display: flex;
  flex-direction: column;
  animation: scroll-up 40s linear infinite;
}

.tech-scroll-column.reverse .tech-scroll-inner {
  animation: scroll-down 40s linear infinite;
}

.tech-item {
  width: 150px;
  padding: 20px 0;
  margin-bottom: 15px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid white;
  transition: 0.3s;
}

.tech-item:hover {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
}

.tech-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.tech-item span {
  color: white;
  font-weight: 600;
  font-size: 18px;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 1278px) {
  .tech-stack-columns {
    justify-content: center;
  }

  .tech-stack-container {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .tech-stack {
    display: block;
  }

  .tech-stack-title {
    margin-top: 5px;
    text-align: center;
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .tech-item img {
    width: 30px;
    height: 30px;
  }

  .tech-item span {
    font-size: 14px;
  }

  .tech-item {
    width: 100px;
  }

  .tech-item {
    width: 110px;
  }

  .tech-stack {
    padding: 0px 10px;
  }

  .tech-stack-columns {
    gap: 10px;
  }
}

@media (max-width: 375px) {
  .tech-item {
    width: 92px;
  }

  .tech-item img {
    width: 25px;
    height: 25px;
  }

  .tech-item span {
    font-size: 12px;
  }
}

.about-us-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 100px;
  background: #fff;
  margin: auto;
  max-width: 1350px;
}

.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 45px;
  font-weight: 800;
  margin: 0 0 15px;
  color: #1c2c2e;
  letter-spacing: -1px;
}

.about-text p {
  font-size: 20px;
  color: #2c3e50;
  margin: 0;
}

.about-counters {
  display: flex;
  flex: 2;
  justify-content: center;
  gap: 50px;
}

.counter-item {
  text-align: center;
}

.counter-item .number {
  font-size: 45px;
  font-weight: 700;
  color: #1c2c2e;
  line-height: 1;
}

.counter-item .label {
  font-size: 20px;
  margin-top: 12px;
  color: #2c3e50;
  font-weight: 500;
}

.about-button {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.about-button a {
  padding: 16px 36px;
  border: 2px solid #1c2c2e;
  border-radius: 50px;
  text-decoration: none;
  color: #1c2c2e;
  font-size: 20px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s, color 0.3s;
}

.about-button a:hover {
  background: #1c2c2e;
  color: #fff;
}

@media (max-width: 1278px) {
  .counter-item .number {
    font-size: 40px;
    font-weight: 700;
    color: #1c2c2e;
    line-height: 1;
  }

  .about-text h2 {
    font-size: 30px;
    font-weight: 600;
  }

  .counter-item .number {
    font-size: 30px;
    font-weight: 600;
  }

  .about-text p {
    font-size: 15px;
  }

  .counter-item .label {
    font-size: 15px;
  }

  .about-button a {
    font-size: 17px;
    padding: 12px 15px;
  }

  .about-counters {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .about-us-section {
    flex-direction: column;
    gap: 50px;
  }
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .about-us-section {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 50px 20px;
  }

  .about-counters {
    flex-direction: column;
    gap: 40px;
  }

  .about-button {
    justify-content: center;
  }

  .home-rating__counter-item h1 {
    font-size: 45px;
  }

  .home-rating__counter-item-number {
    font-size: 45px;
  }
}

@media (max-width: 374px) {
  .home-rating__counter-item h1 {
    font-size: 35px;
  }

  .home-rating__counter-item-number {
    font-size: 35px;
  }
}

@media (max-width: 374px) {
  .wrapper {
    width: 100%;
    padding: 0 10px;
  }

  .home-featured-in__companies-logo {
    position: relative;
    height: 27px !important;
    width: auto;
  }

  .home-featured-in__companies {
    justify-content: center !important;
  }
}

.container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 50px;
  align-items: flex-start;
}

.form-section {
  flex: 1 1 55%;
  min-width: 320px;
}

.form-section h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.form-section p {
  font-size: 18px;
  margin-bottom: 40px;
  color: #bbbbbb;
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.form-group {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  flex: 1 1 100%;
}

label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #000000;
}

input,
textarea {
  background: transparent;
  border: 1px solid #3a3d40;
  padding: 12px 10px;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s;
}

input:focus,
textarea:focus {
  border-color: #ffc85c;
  outline: none;
  box-shadow: 0 0 5px #ffc85c88;
}

input::placeholder,
textarea::placeholder {
  color: #777;
}

.attach-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 25px;
  border: 1px solid #000000;
  border-radius: 30px;
  background: transparent;
  color: #000000;
  font-size: 16px;
  cursor: pointer;
  gap: 10px;
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
}

.attach-button:hover {
  background: #ffffff;
  color: #1c1f21;
}

.attach-button svg {
  width: 18px;
  height: 18px;
}

.submit-button {
  margin-top: 20px;
  padding: 15px 40px;
  background: #ffc85c;
  border: none;
  border-radius: 35px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #000000;
  transition: background 0.3s;
}

.submit-button:hover {
  background: #e6b64c;
}

.privacy-text {
  font-size: 13px;
  margin-top: 10px;
  color: #999;
}

.privacy-text a {
  color: #ffffff;
  text-decoration: underline;
}

.testimonial-section {
  flex: 1 1 40%;
  min-width: 320px;
  padding: 40px 30px;
  background-color: rgb(35, 42, 35);
  /* border: 1px solid #2a2d30; */
  border-radius: 20px;
  backdrop-filter: blur(8px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonial-section .quote {
  font-size: 48px;
  color: #ffc85c;
  margin-bottom: 20px;
  line-height: 0.8;
}

.testimonial-text {
  font-size: 17px;
  color: #cccccc;
  margin-bottom: 30px;
  line-height: 1.6;
}

.rating {
  font-size: 20px;
  color: #ffc85c;
  margin-bottom: 25px;
  font-weight: bold;
}

.user-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
  border: 2px solid #ffc85c;
}

.user-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.user-title {
  font-size: 14px;
  color: #aaaaaa;
}

@media (max-width: 1279px) {
  .container {
    display: block;
    margin: 0rem 2.5rem;
  }

  .testimonial-section {
    display: none;
  }

  .submit-button {
    margin-top: 70px;
  }

  .size-range-graph__canvas {
    column-gap: 42px;
  }

  .size-range-graph-descriptions {
    column-gap: 42px;
  }
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  form {
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  .container {
    display: block;
    margin: 0rem 0rem;
  }

  .form-section {
    flex: unset;
    min-width: unset;
    margin: 0rem 1.5rem;
  }

  .form-section h2 {
    font-size: 30px;
  }

  .submit-button {
    margin-top: 30px;
    width: 100%;
  }
}

@media (max-width: 375px) {
  .custom-form-container {
    background: #fff;
    padding: 20px;
  }

  .custom-send-btn {
    background: #ffd86a;
    border: none;
    padding: 10px 40px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 35px;
    cursor: pointer;
    width: fit-content;
  }
}

@media (max-width: 359px) {
  .custom-form-container {
    padding: 10px;
  }
}

.section-title {
  font-size: 30px;
}

@media (max-width: 767px) {
  .menu__container-list {
    display: none !important;
  }
}



.scroller-top {
  position: fixed;
  background-color: #1e2a2e;
  bottom: 25px;
  right: 25px;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border: 1px solid rgb(184, 184, 184);
}

@media (max-width: 767px) {
  .scroller-top {
    height: 45px;
    width: 45px;
  }
  .top-arrow img {
    margin-top: 0px;
  }
  .top-arrow {
    margin-top: 6px !important;
  }
}
