/* ===============WhoAreWe ================== */
.whoAreWe_container {
  max-width: 1280px;
  margin: 7rem auto 6rem auto;
  padding: 0 2%;
  display: flex;
}

.whoAreWe__left {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 50%;
}

.whoAreWe__right {
  width: 50%;
}

.whoAreWe__right img {
  width: 100%;
  cursor: pointer;
  transition: 0.2s all ease;
}

.whoAreWe__right img:hover {
  transform: scale(0.99);
  transition: 0.2s all ease;
}

.whoAreWe__btn {
  display: inline-block;
  padding: 1.5rem 4rem;
  background-color: #06022a;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  font-size: 1.2rem;
  margin: 0 0 3rem 0;
  align-self: start;
}

.whoAreWe__btn:hover {
  background-color: #f44326;
  transition: background-color 0.1s ease;
}

/*=============== different ================ */
.different {
  background-color: #f8f9fc;
  text-align: center;
}

.different__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 6rem 2%;
}

.different__subtitle {
  margin-bottom: 1rem;
}

.different__title {
  margin-bottom: 3.125rem;
}

.different__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.different__card {
  background-color: #fff;
  padding: 2rem 1.125rem;
  border-radius: 1rem;
  box-shadow: 0 4px 1rem rgba(0, 0, 0, 0.06);
  transition: transform 0.3s;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.different__card:hover {
  transform: translateY(-5px);
}

.different__card span {
  font-size: 2rem;
  color: #f44326;
}

.different__card2 {
  font-weight: 900 !important;
}

.different__card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111;
}

.different__text {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.different__button {
  display: inline-block;
  background-color: #06022a;
  color: white;
  font-weight: 600;
  padding: 1.5rem 4rem;
  border-radius: 12px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.different__button:hover {
  background-color: #f44326;
}

/* =================Faunder ===================== */

.founder {
  padding: 60px 20px;
}

.founder__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  gap: 200px;
}

.founder__images {
  display: flex;
  flex-direction: column;
  position: relative;
  width: max-content;
  margin: 11rem 0rem 0 0;
}

.founder__image--top {
  z-index: 2;
  position: relative;
}

.founder__image--bottom {
  position: absolute;
  bottom: 90%;
  left: 50%;
  z-index: 1;
}

.founder__image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

.founder__content {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.founder__button {
  align-self: start;
}

@media (max-width: 768px) {
  .founder__container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .founder__images {
    align-items: center;
    margin: 9rem 0rem 0 -6rem;
  }

  .founder__image--top,
  .founder__image--bottom {
    align-self: center;
  }

  .founder__content {
    max-width: 100%;
  }

  .founder__button {
    align-self: center;
  }

  .whoAreWe_container {
    flex-direction: column;
  }

  .whoAreWe__left {
    width: 100%;
  }

  .whoAreWe__right {
    width: 100%;
  }

  .whoAreWe__btn {
    align-self: center;
  }

  .whoAreWe__title,
  .whoAreWe__description {
    text-align: center;
  }

  .founder__button {
    margin: 2rem 0 0 0;
  }
}

/* ==================belive ================= */
.believe {
  background-color: #ffffffff;
  padding: 60px 20px;
}

.believe__container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.believe__values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3.125rem;
}

.believe__card-title {
  color: #1b1c3a;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.believe__text {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
}

.believe__icon span {
  font-size: 2rem;
  color: #f44326;
}
