/* start section branding */

* {
  font-family: 'Poppins', serif;
}

html,
body,
section {
  overflow-x: hidden;
}

@media only screen and (max-width: 600px) {
  .d-flex,
  .flex-row {
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  * {
    justify-content: flex-start;
    text-align: start;
  }
}

section.branding-wrapper {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

nav {
  color: white;
  width: 100%;
  padding: 20px 6% 0 !important;
  background: linear-gradient(to bottom, #5e5e5e, #efefef00);
  height: 140px;
  align-items: start !important;
}

.nav-link,
.navbar-brand {
  color: white;
  min-width: 60px;
  white-space: nowrap;
}


.navbar-brand img {
  height: 110px;
  margin-top: -40px;
}

.navbar-toggler {
  margin-top: -45px;
}

.nav-link:focus {
  color: #b6934fbf;
}

.nav-link:hover,
.navbar-brand:hover {
  color: #b6934fbf;
}

ul.navbar-nav li.nav-item {
  margin-inline: 8px;
}

div.info-wrapper {
  background-color: #b6934fbf;
  width: 100%;
  color: white;
  margin-top: -250px;
}

div.info-wrapper div.brand {
  white-space: nowrap;
}

div.info-wrapper div.divider {
  width: 1px;
  height: auto;
  background-color: #ffffff8f;
}

div.info-wrapper div.brand-info {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  div.info-wrapper div.brand-info {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    background: #3f4144ed;
    border-radius: 8px;
    padding: 10px;
  }
}

@media only screen and (max-width: 600px) {
  div.info-wrapper div.divider {
    height: 1px;
    width: auto;
  }
  div.info-wrapper div.brand-info {
    line-height: 30px;
  }
}

div.info-wrapper div.brand > span.header-one {
  font-size: 64px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
}

div.info-wrapper div.brand > span.header-two {
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
}
/* end section branding */

/* Start section about-us */

.about-us-wrapper {
  padding-block: 40px;
  justify-content: space-between;
}

.about-us-wrapper .headline {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: #e0c389;
}

.about-us-wrapper .accordion {
  margin-top: 32px;
}

.about-us-wrapper .accordion .accordion-item {
  border: none;
  outline: none;
}

.about-us-wrapper .accordion .accordion-item .accordion-header button.collapsed {
  background-color: #ededed;
  padding: 20px 29px 20px 29px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #b4b4b4;
}

.about-us-wrapper .accordion .accordion-item .accordion-header button {
  box-shadow: none;
}

.about-us-wrapper .accordion .accordion-item .accordion-header button:not(.collapsed) {
  border: none;
  background-color: #e0c38980;
  outline: none;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #a4813c;
}

.about-us-wrapper .accordion .accordion-item .accordion-body {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
}

.accordion-button::after {
  background-image: none !important;
}

div.about-us-wrapper .image-wrapper {
  border-radius: 0;
  height: 789px;
  background-size: cover;
  background: linear-gradient(to top, #2f2f2ffc, #ffffff00) no-repeat center;
  color: white;
}

div.about-us-wrapper .image-wrapper .year {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
  text-align: left;
}

/* end section about-us */

/* start section sectors */

.section-header .border-header {
  font-size: 75px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E0C38940;
  font-weight: 700;
}

.section-header .sold-header {
  font-size: 48px;
  color: #E0C389;
  margin-top: -73px;
  font-weight: 700;
}

.achievements-header .sold-header {
  margin-top: -25px;
  text-align: center;
  color: #FFF !important;
}

.achievements-header .border-header {
  -webkit-text-stroke-color: #FFFFFF40 !important;
}


@media only screen and (max-width: 600px) {
  .section-header .border-header {
    font-size: 36px;
  }
  .section-header .sold-header {
    margin-top: -36px;
    font-size: 24px;
  }
}

.sector-cover {
  min-height: 350px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -22px;
}

@media only screen and (max-width: 600px) {
  .sector-cover {
    min-height: auto;
    margin-bottom: -14px;
  }
}

.sectors-wrapper {
  box-sizing: border-box;
  background: #181717;
}

.sectors-wrapper .sector {
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.sectors-wrapper .sector > a.label {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  color: white;
  text-decoration: none;
  transition: color .1s ease;
}

.sectors-wrapper .sector > a.label:hover {
  color: #a4813c;
}

.sectors-wrapper .sector > span.value {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
  color: #959595;
}
/* end section sectors */

/* start section achievements */

section#achievements {
  background-color: #e0c389;
}

.achievements .header {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: white;
}

@media only screen and (max-width: 600px) {
  .achievements .header {
    font-size: 38px;
  }
}

.achievements .achievement-card {
  padding: 32px 56px 32px 56px;
  border-radius: 12px;
  gap: 12px;
  box-shadow: 0 0 24px 0 #8e6d2826;
  background-color: rgb(255 255 255 / 15%);
  margin-top: 24px;
}

.achievements .achievement-card span.number {
  font-size: 96px;
  font-weight: 700;
  line-height: 97px;
  color: white;
}

.achievements .achievement-card div.wrapper span.title {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: white;
}

.achievements .achievement-card div.wrapper span.value {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: white;
}

/* end section achievements */

/* start section projects */

section.projects {
  padding-block: 64px;
}

section.projects h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: rgba(224, 195, 137, 1);
}

section.projects div.project-wrapper {
  height: 512px;
  border-radius: 12px;
  padding: 24px;
  min-height: 350px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.projects div.project-wrapper span.title {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  color: white;
}

section.projects div.project-wrapper span.value {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: justify;
  color: #efefef;
}

/* end section projects */

/* start section contact us */

section#contact-us {
  background-color: #f0f0f0;
}

.contact-info-wrapper .header {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: #e0c389;
}

.contact-info-wrapper .contact-info-details-wrapper {
  gap: 24px;
}

.contact-info-wrapper
  .contact-info-details-wrapper
  .contact-info-item
  .contact-us-details
  span.value {
  color: #181717;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 158.333% */
}

.contact-info-wrapper
  .contact-info-details-wrapper
  .contact-info-item
  .contact-us-details
  span.label {
  color: #959595;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.contact-info-wrapper .map-wrapper iframe {
  width: 75%;
  border-radius: 8px;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 600px) {
  .contact-info-wrapper .map-wrapper iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .contact-info-wrapper
    .contact-info-details-wrapper
    .contact-info-item
    .contact-us-details
    span.value {
    font-size: 16px;
    line-height: 20px;
  }

  .contact-info-wrapper
    .contact-info-details-wrapper
    .contact-info-item
    .contact-us-details
    span.label {
    font-size: 12px;
    line-height: 18px;
  }
}

.contact-from-wrapper {
  display: flex;
  padding: 36px 24px;
  align-items: flex-start;
  border-radius: 12px;
  background: #e9e9e9;
}

.contact-from-wrapper .input-wrapper,
.contact-from-wrapper .textarea-wrapper {
  width: 100%;
}

.contact-from-wrapper .input-wrapper .form-label,
.contact-from-wrapper .textarea-wrapper .form-label {
  color: #181717;
  font-size: 18px;
}
.contact-from-wrapper .input-wrapper .form-control,
.contact-from-wrapper .textarea-wrapper .form-control {
  align-items: center;
  gap: 22px;
  align-self: stretch;
  border-radius: 8px;
  background: #f6f6f6;
  resize: none;
  padding: 10px 15px;
}

@media only screen and (max-width: 600px) {
}
/* end section contact us */

/* start section footer */

section.footer {
  background-color: #181717;
}

div.footer-column span.header {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

div.footer-column span.value,
div.footer-column span.value a {
  color: #959595;
  font-size: 18px;
  text-decoration: none;
}

/* end section footer */

/* start project details */
.project-branding {
  height: 400px;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.al-naji-watermark {
  overflow: hidden;
  background-size: cover;
  background-image: url("/images/al-naji-background.png");
  background-repeat: no-repeat;
  background-position: center;
}

.project-details-title {
  font-weight: 700;
  font-size: 48px;
  color: #e0c389;
}

.company-details-title {
  font-weight: 700;
  font-size: 32px;
  color: #e0c389;
}

.project-details-desc {
  font-size: 20px;
  margin-top: 10px;
  text-align: justify;
  color: #4a4a4a;
}

.company-details-desc {
  font-size: 16px;
  margin-top: 10px;
  text-align: justify;
  color: #4a4a4a;
}

.project-details-image {
  width: 140px;
  height: 140px;
  border-radius: 8px;
}

.project-property {
  display: flex;
  gap: 15px;
}

.property-value {
  font-size: 25px;
  font-weight: 700;
  color: #4a4a4a;
}

.property-title {
  font-weight: 400;
  font-size: 15px;
  color: #959595;
}

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

.show-image {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}

.flex-3 {
  flex: 3;
}

.flex-1 {
  flex: 1;
}

.project-link {
  text-decoration: none;
}

.ltr {
  direction: ltr !important;
}
