/* --------------------header section------------- */
.header-home-page {
  background-color: var(--bs-indigo);
  position: relative;
  overflow: hidden;
}

/* -----------------navbar-------------------- */
.navbar-contaier {
  background: var(--bs-black-900);
  /* backdrop-filter: blur(6px); */
}

.nav-links a:hover {
  background-color: var(--bs-gray-900);
}

.nav-links a.active:hover {
  background-color: var(--bs-gray-900);
}

.nav-links a.active {
  background-color: var(--bs-gray-900);
  font-weight: 400;
}

.nav-links a {
  color: var(--bs-white);
}

.add-account span {
  color: var(--bs-white);
  font-size: var(--fs-16);
  font-weight: 300;
  background-color: var(--bs-gray-900);
  border-radius: 6px;
  padding: 0.8rem 1.2rem;
}

/* ---------------header content---------------- */

.header-content {
  position: relative;
}

.header-content .right,
.header-content .left {
  position: relative;
}

.graphic-1,
.graphic-2,
.ellipse {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.ellipse {
  bottom: -8rem;
  right: 0;
  z-index: 0;
}

.header-content .right > *:not(.graphic-2):not(.ellipse) {
  position: relative;
  z-index: 2;
}
.right-content-wrapper {
  position: relative;
}
.graphic-2 {
  top: -19rem;
  right: -6rem;
  width: 4rem;
  max-width: 700px;
  width: 700px;
  z-index: 0;
  /* opacity: 0.75; */
}

.graphic-1 {
  top: -15rem;
  left: 2rem;
  z-index: 2;
}

.header-content .left .text-end {
  position: relative;
  z-index: 1;
}

.header-content .right {
  padding-top: 6rem;
}

.header-content .right h1 {
  font-size: var(--fs-24);
  color: var(--bs-purple);
  font-weight: 700;
}

.header-content .right h2 {
  font-size: var(--fs-56);
  color: var(--bs-white);
  font-weight: 700;
}

.header-content .right p {
  font-size: var(--fs-21);
  color: var(--bs-yellow);
  line-height: 1.6;
  font-weight: 400;
  max-width: 51.1rem;
}

.header-content .right .cards {
  padding-top: 6rem;
}

.header-content .right .cards .card-item {
  background-color: var(--bs-black-800);
  padding: 2.4rem;
  max-width: 13.6rem;
  height: 13.5rem;
  border-radius: 1.2rem;
}

.header-content .right .cards .card-item h2 {
  font-size: var(--fs-36);
  color: var(--bs-white);
  font-weight: 700;
}

.header-content .right .cards .card-item h2 span {
  color: var(--bs-black-700);
}

.header-content .right .cards .card-item p {
  font-size: var(--fs-18);
  color: var(--bs-brown-100);
  font-weight: 400;
}

.login,
.call-us {
  font-size: var(--fs-18) !important;
  height: 7.6rem !important;
  width: 21.15rem !important;
}

.call-us {
  color: var(--bs-white);
  font-weight: 400;
  background-color: var(--bs-gray-900);
  border-radius: 6px;
  border: none;
  outline: none;
}

.header-content .left div img {
  width: 100%;
}

/* ------------------ partners marquee styles moved to main.css ------------------ */

/* -----------------services section--------------------  */
.services-section {
  background-color: var(--bs-white-smoke);
  padding: 8rem 0 4rem 0;
}
.services-section h4,
.features-section h4 {
  color: var(--bs-black);
  font-size: var(--fs-18);
  font-weight: 700;
}

.services-section h2,
.features-section h2 {
  font-size: var(--fs-36);
  color: var(--bs-indigo);
  font-weight: 700;
}

.services-section p,
.features-section p {
  font-size: var(--fs-19);
  color: var(--bs-teal);
  line-height: 1.6;
  font-weight: 500;
  max-width: 116rem;
}

.services-section .cards .card-item {
  height: 100%;
  background-color: var(--bs-white);
  border-radius: 1.2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.services-section .cards .card-item:hover {
  transform: translateY(-10px);
}

.services-section .cards .card-item img {
  border-radius: 0.6rem;
}

.services-section .cards .card-item .service-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 1.2rem;
  background-color: rgba(80, 32, 45, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-section .cards .card-item .service-icon img {
  width: 3rem;
  height: 3rem;
  border-radius: 0;
}

.services-section .cards .card-item h3 {
  font-size: var(--fs-20);
  color: var(--bs-black);
  font-weight: 700;
}

.services-section .cards .card-item p {
  font-size: var(--fs-16);
  color: var(--bs-teal);
  line-height: 1.5;
  font-weight: 400;
}

.services-section .cards .card-item a {
  display: inline-block;
  font-size: var(--fs-16);
  color: var(--bs-indigo);
  font-weight: 300;
}

/* --------------------who are we section--------------------- */
.we-are-in {
  position: relative;
  background: url("../images/home/we-are-in.jpg") center/cover no-repeat;
  overflow: hidden;
}

.graphic3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  z-index: 1;
}

.we-are-in .overlay {
  position: absolute;
  inset: 0;
  background-color: var(--bs-gray-darker);
}

.we-are-in .content {
  position: relative;
}

.we-are-in .content span {
  color: var(--bs-white);
  font-size: var(--fs-18);
  font-weight: 700;
  display: block;
}

.we-are-in .content h2 {
  font-size: var(--fs-32);
  color: var(--bs-white);
  font-weight: 700;
}

.we-are-in .content p {
  font-size: var(--fs-20);
  color: var(--bs-gray-100);
  line-height: 2.6;
  font-weight: 400;
  max-width: 62rem;
}

/* -----------------Our vision and goals------------------ */
.vision-and-goals {
  padding: 6rem 0 3rem 0;
  background-color: var(--bs-white-smoke);
}

.vision-and-goals h3 {
  font-size: var(--fs-24);
  color: var(--bs-black);
  font-weight: 700;
}

.vision-and-goals p {
  font-size: var(--fs-18);
  color: var(--bs-teal);
  line-height: 2.4;
  font-weight: 400;
}

.vision-and-goals span {
  color: var(--bs-indigo);
}

.vision-content p {
  max-width: 55rem;
}

.graphic4 {
  position: absolute;
  top: -2rem;
  left: -8rem;
  z-index: 1;
}

.more-2,
.goals-content button {
  width: 20.5rem;
  height: 6rem;
}

.goal-item-icon {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.988rem;
  background-color: var(--bs-light);
  display: flex;
  justify-content: center;
  align-items: center;
}

.goal-item {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

/* ----------------features section------------------ */
.features-section {
  background-color: var(--bs-white-smoke);
}

.features-section .cards .card-item {
  background-color: var(--bs-white-smoke);
  border: 0.1rem solid var(--bs-border-gray);
  border-radius: 1.526rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  height: 100%;
}

.features-section .cards .card-item:hover {
  transform: translateY(-10px);
}

.features-section .cards .card-item .card-item-top .icon,
.features-section .cards .card-item .card-item-top .number {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  background-color: var(--bs-gray-300);
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-section .cards .card-item .card-item-top .number {
  font-size: var(--fs-20);
  background-color: var(--bs-white-smoke);
  color: var(--bs-indigo);
  font-weight: 700;
  border: 0.05rem solid var(--bs-border-gray);
  border-radius: 0.933rem;
}

.features-section .cards .card-item h3 {
  font-size: var(--fs-20);
  color: var(--bs-black-100);
  font-weight: 700;
}

.features-section .cards .card-item p {
  font-size: var(--fs-16);
  color: var(--bs-black-100);
  line-height: 2.2;
  font-weight: 400;
}

/* --------------------Customer reviews--------------- */
.customer-reviews {
  background-color: var(--bs-gray-400);
  text-align: center;
}

.graphic5 {
  position: absolute;
  top: -20rem;
  right: 0;
  width: 40%;
  z-index: 2;
}

.customer-reviews h3 {
  font-size: var(--fs-18);
  color: var(--bs-black);
  font-weight: 400;
}

.customer-reviews h2 {
  font-size: var(--fs-36);
  color: var(--bs-indigo);
  font-weight: 700;
}

.customer-reviews p {
  font-size: var(--fs-16);
  color: var(--bs-black);
  line-height: 2.2;
  font-weight: 400;
  max-width: 93.1rem;
}

.customer-name h3 {
  font-size: var(--fs-24);
  color: var(--bs-indigo);
  font-weight: 700;
}

.customer-name span {
  display: block;
  font-size: var(--fs-24);
  color: var(--bs-black-100);
  font-weight: 700;
}

.customer-name h5 {
  font-size: var(--fs-18);
  color: var(--bs-black);
  font-weight: 300;
}

/* -------------media queries---------------- */
@media (min-width: 992px) {
  .header-content .right {
    padding-right: calc((100vw - 960px) / 2);
  }
}

@media (min-width: 1200px) {
  .header-content .right {
    padding-right: calc((100vw - 1140px) / 2);
  }
}

@media (min-width: 1400px) {
  .header-content .right {
    padding-right: calc((100vw - 1320px) / 2);
  }
}

@media (max-width: 768px) {
  /* ---------------header content----------------  */
  .header-content .right {
    max-width: 90%;
    margin: auto;
    padding: 4rem 0 0 0;
  }

  .header-content .right h2 {
    font-size: var(--fs-36);
  }

  .login,
  .call-us {
    height: 5.6rem !important;
    width: 19.15rem !important;
  }

  .header-content .right .cards {
    position: absolute;
    top: 0rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
  }

  .header-content .right .cards .card-item h2,
  .header-content .right .cards .card-item h2 span,
  .header-content .right .cards .card-item p {
    color: var(--bs-white);
  }

  .header-content .right .cards .card-item h2 {
    font-size: var(--fs-24);
  }

  .header-content .right .cards .card-item {
    /* background-color: var(--bs-indigo);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
    padding: 2rem;
    /* width: 11rem; */
    height: 11.5rem;
  }

  .header-content .right p {
    max-width: 100%;
    font-size: var(--fs-20);
  }

  .header-content .left div img {
    width: 80%;
  }
}

/* --------------------values section (قيمنا)--------------------- */
.values-section h4 {
  color: var(--bs-black);
  font-size: var(--fs-18);
  font-weight: 700;
}

.values-section h2 {
  font-size: var(--fs-36);
  color: var(--bs-indigo);
  font-weight: 700;
}

.values-section > p {
  font-size: var(--fs-19);
  color: var(--bs-teal);
  line-height: 1.6;
  font-weight: 500;
  max-width: 116rem;
}

.values-section .cards .card-item {
  height: 100%;
  background-color: var(--bs-white);
  border-radius: 1.2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.values-section .cards .card-item:hover {
  transform: translateY(-10px);
}

.values-section .cards .card-item h3 {
  font-size: var(--fs-20);
  color: var(--bs-black);
  font-weight: 700;
}

.values-section .cards .card-item p {
  font-size: var(--fs-16);
  color: var(--bs-teal);
  line-height: 1.6;
  font-weight: 400;
}

.values-section .service-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 1.2rem;
  background-color: rgba(80, 32, 45, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}

.values-section .service-icon img {
  width: 3rem;
  height: 3rem;
}

/* --------------------real estate ads section (إعلاناتنا)--------------------- */
.aqar-ads-inner {
  background-color: var(--bs-white-smoke);
  border: 1px solid var(--bs-gray-700);
  border-radius: 1.6rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.aqar-ads-inner h2 {
  font-size: var(--fs-32);
  color: var(--bs-indigo);
  font-weight: 700;
}

.aqar-ads-inner p {
  font-size: var(--fs-18);
  color: var(--bs-teal);
  line-height: 1.6;
  font-weight: 400;
  max-width: 60rem;
}

.aqar-ads-inner .aqar-logo img {
  max-width: 22rem;
  width: 100%;
}
