html {
  scroll-padding-top: var(--mobile-nav-height);
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
}

.relative {
  position: relative;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding: 7.5rem 0rem;
}

@media (min-width: 360px) {
  .container {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 11.25rem 0;
    max-width: 944px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1520px;
  }
}

:root {
  --bg-white: #faf9ff;
  --text-black: #1f2244;
  --purple-10: rgba(123, 84, 192, 0.1);
  --purple: #7b54c0;

  --mobile-nav-height: 76px;
}

/* header mobile 360px */
.headerContainer {
  position: sticky;
  top: 0;
  z-index: 3;
}

.header__menu > li {
  display: none;
}

.header__menu > li {
  font-size: 1.125rem;
}

.header__menu > li > a {
  font-size: 1.125rem;
  line-height: 1.87rem;
}

.header__mobileButton {
  margin-left: 5rem;
}

.headerContainer--open {
  background: #fff !important;
}

.header {
  height: var(--mobile-nav-height);
  padding-top: 0;
  padding-bottom: 0;
}

.header__logo {
  width: 124.5px;
  height: 30px;
}

@media (min-width: 768px) {
  :root {
    --mobile-nav-height: 114px;
  }

  .header__menu > li:last-child {
    display: block;
  }

  .header {
    height: var(--mobile-nav-height);
  }

  .header__logo {
    width: 166px;
    height: 40px;
  }
}

@media (min-width: 1200px) {
  .header__mobileButton {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header__menu > li {
    display: block;
  }
}

@media (min-width: 1440px) {
}

@media (min-width: 1440px) {
}

@media (min-width: 1920px) {
}

/* ------------ */

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.text-center {
  text-align: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-col {
  flex-direction: column;
}

.text-purple {
  color: var(--purple);
}

.bg-white {
  background: var(--bg-white);
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.items-center {
  align-items: center;
}
.ml-auto {
  margin-left: auto;
}

.font-bold {
  font-weight: 700;
}

.text-black {
  color: var(--text-black);
}

.bg-black {
  background: var(--text-black);
}

/* Header */

.header__menu {
  font-size: 1.25rem;
  gap: 2.5rem;
  line-height: 1.875rem;
}

.header__menu > li:hover {
  cursor: pointer;
  color: var(--purple);
}

.c-button {
  padding: 0.75rem 2.25rem;
  border-radius: 3.125rem;
  background-image: linear-gradient(90deg, #ffd17c 0.94%, #ff867f 100.01%);
  color: #fff;
}

.c-button:hover {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.08),
      rgba(0, 0, 0, 0.08)
    ),
    linear-gradient(90deg, #ffd17c 0.94%, #ff867f 100.01%);
}

.c-button--lg {
  font-size: 1.375rem;
  line-height: 2.063rem;
}

/* Hero section */
.heroSectionContainer {
  background-color: #faf9ff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.heroSection {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  flex-direction: column-reverse;
}

.heroSection__image {
  width: 260px;
  height: 260px;
  margin-bottom: 38px;
}

.heroSection__left {
  gap: 2rem;
}

.heroSection__left > a {
  max-width: 100%;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.heroSection__title {
  font-size: 2.25rem;
  line-height: 3.37rem;
}

.heroSection__text {
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.heroSection__button {
  max-width: 15.75rem;
  height: 4.563rem;
}

@media (min-width: 768px) {
  .heroSection__image {
    width: 330px;
    height: 330px;
  }

  .heroSection__left {
    text-align: left;
  }

  .heroSection__title {
    font-weight: 700;
    font-size: 4.063rem;
    line-height: 6rem;
  }

  .heroSection__text {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }

  .heroSection__left > a {
    font-size: 1.375rem;
    line-height: 2.063rem;
    max-width: 252px;
  }
}

@media (min-width: 1024px) {
  .heroSection {
    flex-direction: row;
  }

  .heroSection__image {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .heroSection__text {
    max-width: 570px;
  }

  .heroSection {
    flex-direction: row;
  }

  .heroSectionContainer {
    background-image: url(/assets/hero-section-bg.svg);
    background-repeat: no-repeat;
    background-position: top left;
  }

  .heroSection__title {
    font-size: 4rem;
    line-height: 5.375rem;
  }

  .heroSection__text {
    line-height: 2.625rem;
  }
}

@media (min-width: 1440px) {
  .heroSection__text {
    max-width: 700px;
  }

  .heroSection__image {
    width: 440px;
    height: 440px;
  }
}

@media (min-width: 1920px) {
  .heroSection__text {
    max-width: 672px;
  }
  .heroSection__image {
    width: 548px;
    height: 548px;
  }
}

/* Partners */

.partners {
  background: #faf9ff;
}

.partners > .container {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.partners__title {
  font-size: 1.125rem;
  line-height: 1.688rem;
  margin-bottom: 3rem;
}

.partners__list {
  display: grid;
  gap: 20px 32px;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, 64px);
  justify-items: center;
  align-items: center;
}

.partners__list > li > img {
  height: 25px;
  aspect-ratio: 3/1;
}

@media (min-width: 768px) {
  .partners__list > li > img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }

  .partners__title {
    font-size: 1.375rem;
    line-height: 2.063rem;
  }

  .partners__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    grid-template-rows: repeat(2, 64px);
  }
}

@media (min-width: 1024px) {
  .partners__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1440px) {
  .partners__list {
    grid-template-rows: 64px;
    grid-template-columns: repeat(6, 1fr);
  }
}

/* what wee do */

.whatWeeDo > .c-card > li {
  padding: 2.625rem 1.25rem;
}

.whatWeeDo > .c-card > li > img {
  margin: 0 auto 1.5rem;
}

.whatWeeDo__title {
  font-size: 2.25rem;
  line-height: 3.375rem;
  margin-bottom: 5rem;
}

.whatWeeDo > ul > li > p {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 500;
  max-width: none;
  text-align: center;
}

@media (min-width: 1024px) {
  .whatWeeDo > .c-card {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .whatWeeDo__title {
    font-size: 2.625rem;
    line-height: 3.938rem;
  }
}

@media (min-width: 1440px) {
  .whatWeeDo > .c-card > li {
    padding-inline: 2.688rem;
  }
}

@media (min-width: 1920px) {
  .whatWeeDo > .c-card > li {
    padding-inline: 5.625rem;
  }
}

/* Section title */

.c-section__title {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.c-section__text {
  font-size: 1.375rem;
  font-size: 2rem;
}

/* Operate */

.operate {
  background: #faf9ff;
}

.operate__head {
  font-size: 2.25rem;
  line-height: 3.375rem;
  margin-bottom: 1rem;
}

.operate__section {
  flex-direction: column-reverse;
}

.operate__section:first-child {
  margin-top: 5rem;
}

.operate__section:not(:first-child) {
  margin-top: 13.75rem;
}

.operate__section > img {
  width: 260px;
  height: 260px;
  margin-inline: auto;
}

.operate__text {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.operate__badge {
  margin-bottom: 1.5rem;
  display: inline-block;
  background: #f0ecfa;
  padding: 0.313rem 1.25rem;
  border-radius: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.operate__title {
  font-size: 1.375rem;
  line-height: 2.063rem;
}

.operate__list {
  margin-top: 3.75rem;
  font-size: 1.125rem;
  line-height: 1.688rem;

  gap: 2.438rem 0;
  width: min(100%, 42rem);
}

.operate__list > li {
  display: flex;
  align-items: center;
}

.operate__list > li > img {
  margin-right: 1.25rem;
}

@media (min-width: 768px) {
  .operate__head {
    font-size: 2.625rem;
    line-height: 3.938rem;
  }

  .operate__text {
    font-size: 1.375rem;
    line-height: 2.063rem;
  }

  .operate__section > img {
    width: 330px;
    height: 330px;
  }
}

@media (min-width: 1024px) {
  .operate__left {
    align-self: flex-start;
  }
}

@media (min-width: 1200px) {
  .operate__left {
    align-self: auto;
  }

  .operate__section > img {
    margin-inline: 0;
  }

  .operate__section {
    align-items: center;
    justify-content: space-between;
  }

  .operate__sections > .operate__section:first-child {
    flex-direction: row;
  }

  .operate__sections > .operate__section > .operate__left {
    max-width: 570px;
  }

  .operate__sections > .operate__section:last-child {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1440px) {
  .operate__sections > .operate__section > .operate__left {
    max-width: 672px;
  }

  .operate__section > img {
    width: 440px;
    height: 440px;
  }
}

@media (min-width: 1920px) {
  .operate__section > img {
    width: 600px;
    height: 600px;
  }
}

/* our stack */

.ourStack__title {
  font-size: 2.25rem;
  line-height: 3.375rem;
  margin-bottom: 1rem;
}

.ourStack__text {
  /* font-size: 1.375rem;
  line-height: 2.063rem; */

  /* margin-bottom: 3.375rem; */
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 5rem;
}

/* Footer */

.footer {
  padding: 3.875rem 1rem;
  gap: 2.625rem 0;
}

.footer__image {
  width: 165.71px;
  height: 40px;
}

.footer__share {
  gap: 0 1.25rem;
}

.footer__text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
}

@media (min-width: 768px) {
  .footer {
    flex-direction: row;
  }

  .footer__share {
    order: 1;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding: 2.625rem 0;
  }
}

/* Contact */

.contact {
  background: #faf9ff;
}

.contact__title {
  font-size: 2.25rem;
  line-height: 3.375rem;
  margin-bottom: 5rem;
}

.contact__form {
  width: min(100%, 28rem);
  margin-inline: auto;
}

.contact__form > label {
  font-size: 1.125rem;
  line-height: 1.688rem;
  margin-bottom: 1rem;
}

.contact__form :is(input, textarea) {
  border-radius: 0.75rem;
  box-shadow: 0px 0px 20px 0px rgba(123, 97, 255, 0.1);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
}

.contact__form > textarea {
  margin-bottom: 3.375rem;
  height: 10rem;
  resize: none;
}
.contact__form :is(input, textarea)::placeholder {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .contact__title {
    font-size: 2.625rem;
    line-height: 3.938rem;
  }
}

/* Components */

.c-card {
  gap: 2.625rem;
  display: grid;
}

.c-card > li > img {
  margin-bottom: 1rem;
}

.c-card > li > p {
  font-weight: 500;
  max-width: 25.75rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.c-card > li {
  text-align: left;
  padding: 2rem;
  box-shadow: 0px 0px 20px 0px #7b61ff1a;
  border-radius: 1.5rem;
}

@media (min-width: 768px) {
  .ourStack__cards {
    grid-template-columns: 1fr 1fr;
  }

  .ourStack__text {
    font-size: 1.375rem;
    line-height: 2.063rem;
  }
}

@media (min-width: 1024px) {
  .c-card > li > p {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .ourStack__title {
    font-size: 2.625rem;
    line-height: 3.938rem;
  }

  .c-card > li > p {
    font-size: 1.125rem;
  }
}

@media (min-width: 1400px) {
  .ourStack__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* compact cards */

.c-card--compact > li {
  flex-basis: 21.781rem;
}

.c-card--compact p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 500;
}

.c-card--compact h3 {
  color: var(--text-black);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.625rem;
}

/* mobile menu */

.m-menu {
  background: #fff;
  top: var(--mobile-nav-height);
  position: fixed;
  height: 100dvh;
  width: 100%;
  visibility: hidden;
  z-index: 2;
  overflow-y: auto;
}

.m-menu__list > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.m-menu__list > li:not(:last-child) {
  height: 6rem;
  align-items: center;
  font-size: 1.375rem;
  color: #262626;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.m-menu__list > li:not(:last-child) > a {
  padding-inline: 1rem;
  line-height: 95px;
  height: 100%;
  flex: 1;
  display: flex;
}

.m-menu__list > li > a > span {
  padding: 0;
}

.m-menu__list > li:last-child {
  text-align: center;
  margin-top: 6.25rem;
}

.m-menu__list > li:last-child > a {
  font-size: 1.25rem;
  line-height: 1.87rem;
}

/* Technologies we use */

.tech {
  max-width: none;
  padding-inline: 0;
  padding-top: 0;
}

.tech__button.rtl {
  right: 40px;
  left: auto;
}

.tech__button.rtl::after {
  left: auto;
  right: -40px;
}

.tech__button {
  display: none;
  position: absolute;
  z-index: 2;
  left: 40px;
  top: 0;
}

.tech__button::after {
  content: '';
  background: #fff;
  width: 70px;
  height: 60px;
  position: absolute;
  left: -40px;
  top: 0px;
  z-index: -2;
  opacity: 0.8;
}

.tech > h6 {
  margin-bottom: 7rem;
  font-size: 2.25rem;
  line-height: 3.375rem;
  margin-inline: auto;
  max-width: 300px;
}

.tech__topSlide {
  margin-bottom: 3.75rem;
}

.tech_desktopSlide {
  display: none !important;
}

.tech__slideItem {
  width: 100px;
  height: 50px;
}

@media (min-width: 1200px) {
  .tech__mobileSlide {
    display: none !important;
  }

  .tech__button {
    display: block;
  }

  .tech_desktopSlide {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .tech__slideItem {
    width: 130px;
    height: 65px;
  }

  .tech > h6 {
    margin-bottom: 7rem;
    font-size: 2.625rem;
    line-height: 3.938rem;
    max-width: none;
  }
}
