.navbar-nav .nav-item {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}
.navbar-nav .nav-item .nav-link {
  color: #fff;
}
.navbar-nav .nav-item .dropdown-toggle::after {
  border: none;
  background-image: url("../../images/arrow-down.svg");
  width: 20px;
  height: 19px;
  vertical-align: 0px;
}
.navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0;
}
.navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #840B55;
}
.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #840B55;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .navbar-brand img {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .navbar-brand img {
    width: 50%;
  }
}

@media (max-width: 1199.98px) {
  #header {
    background-color: rgb(89, 5, 57);
    box-shadow: 4px 0px 10px gray;
  }
}

.dropdown-menu {
  box-shadow: 0px 0px 10px gray;
}

.navbar-toggler {
  border-color: #fff;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.2em' height='1.2em' viewBox='0 0 15 15'%3E%3Cpath fill='white' fill-rule='evenodd' d='M1.5 3a.5.5 0 0 0 0 1h12a.5.5 0 0 0 0-1zM1 7.5a.5.5 0 0 1 .5-.5h12a.5.5 0 0 1 0 1h-12a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h12a.5.5 0 0 1 0 1h-12a.5.5 0 0 1-.5-.5' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.lang {
  font-family: "Poppins", sans-serif;
}

:target {
  scroll-margin-top: 13rem;
}

.shrink {
  background-color: rgba(89, 5, 57, 0.9);
  box-shadow: 4px 0px 10px gray;
}

.footer {
  /* background-color: #f8f9fa; */
  color: white;
  background: url("../../images/banner-pink.png") no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
.footer .logo {
  margin-bottom: 15px;
}
.footer .list-unstyled ul li a {
  color: white;
  text-decoration: none;
}
.footer .list-unstyled li a:hover {
  text-decoration: underline;
}
.footer .footer .social-icons a {
  margin-right: 15px;
  color: #CBB084;
}
.footer .social-icons a:hover {
  color: #007bff;
}
.footer .column {
  margin-right: 30px;
}
.footer .row {
  padding: 50px;
}
.footer .copyright {
  color: #CBB084;
}
.footer .tagline {
  display: flex;
  width: 60%;
  padding-top: 15px;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer a {
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */
  color: white;
  padding-top: 1rem;
}
.footer h5 a {
  color: inherit; /* Inherit color from parent */
  text-decoration: none; /* Remove underline */
}
.footer h5 a:hover {
  color: inherit; /* Inherit color from parent on hover */
  text-decoration: none; /* Ensure no underline on hover */
}
.footer ul {
  list-style-type: none; /* Remove bullets */
  padding-right: 0; /* Remove default padding */
}
.footer ul li a {
  color: white; /* Set font color to white */
  text-decoration: none; /* Remove underline from links */
  text-transform: uppercase;
  font-size: 0.8rem;
}
.footer ul li a:hover {
  color: white; /* Ensure the color remains white on hover */
  text-decoration: underline; /* Optionally add underline on hover */
}
.footer .icon-text-group {
  display: flex;
  align-items: center; /* Aligns items vertically in the center */
}
.footer a {
  text-decoration: none; /* Remove underline from links */
}
.footer .icon-text-group img {
  margin-left: 10px; /* Adds space between the icon and the text */
}
.footer .icon-text-group p {
  margin: 0; /* Removes default margin from the paragraph */
  color: white; /* Sets the text color to white */
}
@media (max-width: 425px) {
  .footer .icon-text-group {
    flex-direction: column; /* Stacks the icon and text vertically */
    align-items: flex-start; /* Aligns items to the start */
  }
  .footer .icon-text-group svg {
    margin-right: 0; /* Removes the right margin */
    margin-bottom: 5px; /* Adds some space below the icon */
  }
}

html {
  direction: rtl;
}

body {
  font-family: "Cairo", sans-serif;
  overflow-x: hidden;
}

h1 {
  font-weight: 700;
}

.banner-container {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-container {
    margin-top: 8rem;
  }
}
@media (max-width: 991.98px) {
  .banner-container {
    margin-top: 6.2rem;
  }
}
@media (max-width: 575.98px) {
  .banner-container {
    overflow-x: hidden;
  }
}

.text-darkpink {
  color: #840B55;
}

.text-brown {
  color: #CBB084;
}

.text-white {
  color: #fff;
}

.alsalam-btn {
  background-color: #CBB084;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 50px;
}
.alsalam-btn:hover {
  color: #840B55;
}
@media (max-width: 991.98px) {
  .alsalam-btn {
    padding: 10px 30px;
  }
}
@media (max-width: 575.98px) {
  .alsalam-btn {
    padding: 5px 20px;
  }
}

.banner-desc {
  position: absolute;
  bottom: 200px;
  width: 44rem;
  right: 19rem;
}
@media (max-width: 1440px) {
  .banner-desc {
    bottom: 85px;
    right: 8rem;
  }
}
@media (max-width: 1199.98px) {
  .banner-desc {
    bottom: 50px;
    right: 3rem;
  }
}
@media (max-width: 575.98px) {
  .banner-desc {
    right: 1rem;
    width: 16rem;
    bottom: 8%;
  }
}
.banner-desc h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  font-size: 80px;
  padding-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .banner-desc h1 {
    padding-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .banner-desc h1 {
    font-size: 50px;
    width: 25rem;
  }
}
@media (max-width: 575.98px) {
  .banner-desc h1 {
    font-size: 220%;
    width: 18rem;
  }
}
@media (max-width: 1199.98px) {
  .banner-desc .pb-5 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 575.98px) {
  .banner-desc .pb-5 {
    padding-bottom: 0rem !important;
  }
}

.banner-item img {
  transform: scaleX(-1);
}
@media (max-width: 575.98px) {
  .banner-item img {
    width: 130% !important;
  }
}

.banner-pink {
  background: url("../../images/banner-pink.png") no-repeat center center;
  position: relative;
  background-size: cover;
}

.brands {
  background: url("../../images/banner-pink.png") no-repeat center center;
  padding: 30px 0;
  height: 500px;
  position: relative;
}
@media (max-width: 575.98px) {
  .brands {
    overflow-x: hidden;
  }
}
.brands .slick-prev:before {
  content: "";
  background: url(../../images/arrow-down.svg);
  width: 35px;
  height: 35px;
  transform: rotate(90deg);
  position: absolute;
  right: 5px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.brands .slick-next:before {
  content: "";
  background: url(../../images/arrow-down.svg);
  width: 35px;
  height: 35px;
  transform: rotate(-90deg);
  position: absolute;
  left: 5px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.brands .emblem {
  position: absolute;
  bottom: 0;
  right: 0;
}

.project .project-item {
  position: relative;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .project .project-item {
    height: 250px;
  }
}
.project .project-desc {
  position: absolute;
  color: #CBB084;
  background-color: rgba(89, 5, 57, 0.79);
  bottom: 0px;
  padding: 20px;
  width: 100%;
  text-align: center;
}
.project .col-lg-4:first-child, .project .col-lg-4:nth-child(3) {
  padding: 20px;
}
.project .col-lg-4:nth-child(2) .project-item {
  height: 450px !important;
}

.inner-banner {
  padding-top: 15rem;
  color: #fff;
}
.inner-banner p {
  line-height: 2;
}

.innerbanner-content {
  padding-bottom: 10rem;
}

#whyalsalam .emblem {
  position: relative;
  top: 0px;
  margin-left: auto;
  width: 40rem;
}
@media (max-width: 1199.98px) {
  #whyalsalam .emblem {
    width: 20rem;
  }
}
@media (max-width: 575.98px) {
  #whyalsalam .emblem img {
    visibility: hidden;
  }
}
#whyalsalam h1 {
  position: absolute;
  top: 10px;
}
@media (max-width: 1199.98px) {
  #whyalsalam h1 {
    top: -10px;
  }
}
@media (max-width: 991.98px) {
  #whyalsalam h1 {
    text-align: left !important;
    padding-left: 10px;
  }
}
@media (max-width: 575.98px) {
  #whyalsalam h1 {
    text-align: center !important;
    padding-left: 0px;
  }
}
#whyalsalam p {
  line-height: 1.8;
}
#whyalsalam .col-lg-4:first-child {
  padding-right: 12rem !important;
}
@media (max-width: 1199.98px) {
  #whyalsalam .col-lg-4:first-child {
    padding-right: 3rem !important;
  }
}
#whyalsalam .col-lg-4.col-lg-4:nth-child(3) {
  padding-left: 12rem !important;
}
@media (max-width: 1199.98px) {
  #whyalsalam .col-lg-4.col-lg-4:nth-child(3) {
    padding-left: 3rem !important;
  }
}

@media (max-width: 991.98px) {
  .img-najaf {
    height: 50vh;
    margin-bottom: 10px;
  }
}

.project-rtl {
  padding: 50px 0;
}
.project-rtl .project-desc {
  color: #840B55;
}

.project-ltr {
  background: url(../../images/banner-pink.png);
  padding: 50px 0;
}
.project-ltr .row {
  flex-direction: row-reverse;
}
.project-ltr .project-desc {
  color: #fff;
}

.slick-dots {
  bottom: 10px;
}

.slick-dots li button::before {
  color: #fff;
  font-size: 10px;
}

.slick-dots li.slick-active button::before {
  color: #fff;
}

#conmap {
  width: 100%;
  height: 545px;
}
#conmap #mapcontent {
  max-width: 150px;
}
#conmap #mapcontent .firstHeading {
  text-decoration: none;
  font-weight: 800;
  color: #CBB084;
  font-size: 20px;
}
#conmap #mapcontent #bodyContent {
  padding-top: 10px;
  color: #CBB084;
}

#mapcontent {
  font-family: "Cairo", sans-serif;
}

.address-desc {
  color: #840B55;
  list-style: none;
}
.address-desc li {
  border-bottom: 1px solid #CBB084;
}
.address-desc img {
  width: 30px;
}

input {
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #840B55 !important;
}
input::-moz-placeholder {
  color: #840B55 !important;
}
input::placeholder {
  color: #840B55 !important;
}

textarea {
  border-radius: 0px !important;
  border: 1px solid #840B55 !important;
}
textarea::-moz-placeholder {
  color: #840B55 !important;
}
textarea::placeholder {
  color: #840B55 !important;
}

input[type=file] {
  border-radius: 5px !important;
  border: 1px solid #840B55 !important;
}

input[type=email] {
  direction: rtl !important;
}

input::file-selector-button {
  background-color: #840B55 !important;
  color: #fff !important;
}

button[type=submit] {
  padding: 10px 5rem;
  border: none;
}

.leasing-content p, .leasing-content li {
  font-size: 14px;
}
.leasing-content .nav-pills .nav-item {
  margin: 0px 10px;
}
.leasing-content .nav-pills .nav-link {
  border: 1px solid #CBB084;
  border-radius: 20px;
  color: #CBB084;
}
.leasing-content .nav-pills .nav-link.active {
  background-color: #CBB084;
  color: #fff;
}

.brand-nav {
  list-style: none;
}
.brand-nav li {
  padding: 10px 20px;
  border-bottom: 1px solid #CBB084;
}
.brand-nav a {
  text-decoration: none;
  color: #840B55;
}

.search {
  background: url(../../images/icon-search.svg) no-repeat;
  width: 100%;
  border: 1px solid #CBB084 !important;
  border-radius: 10px !important;
  padding: 10px !important;
  background-position: 2% center;
}

.brand-content {
  margin-top: 30px;
}

.brand-desc {
  margin-top: 50%;
  background-color: rgba(89, 5, 57, 0.79);
  color: #fff;
  text-align: center;
  padding: 20px 0px;
}
.brand-desc img {
  width: 120px;
  margin-top: -4rem;
  margin-bottom: 10px;
  border: 2px solid #840B55;
  border-radius: 200px;
}
.brand-desc h5 {
  margin-bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px 10px;
}

.nav-link:link,
.nav-link:hover,
.nav-link:active {
  text-decoration: none;
  color: white !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .sitemap-item {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .sitemap-item {
    width: 100%;
  }
  .sitemap-title {
    font-size: 2em;
  }
}
.carousel {
  direction: ltr;
}/*# sourceMappingURL=style.css.map */