/* ================================================================== */

.header {
  width: 100%;
  height: 80vh;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.slideshow {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: black;
}

.slide {
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0px;
  left: 0px;
  position: absolute;
  background-size: cover;
  background-position: center;
  animation: imageAnimation 36s linear infinite 0s;
  filter: blur(0px);
  background-image: url("../../assets/Other/Website_Content/F3F0EB.png");
}

.slide-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*! backdrop-filter: blur(5px); */
  background-color: #00000071;
}

.slide-text > .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
}

.slide-title {
  font-size: 84px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 90px;
}

.slide-location {
  display: flex;
  color: white;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-shadow: #000000;
}

.location-icon {
  filter: brightness(100);
  margin-right: 8px;
}

.slide-type {
  color: white;
  text-shadow: #000000;
}

/* ========================== Navigation Bar ===========================*/
.nav_link {
  position: relative;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  color: white;
}

.links {
  width: 350px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
}

.logo-icon {
  width: 80px;
  position: relative;
  object-fit: cover;
}

.links2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.links1 {
  width: 350px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
}

.navigation-bar {
  width: 100%;
  position: relative;
  height: 68px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px 64px 0px 64px;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  color: #000000;
  font-family: "Poppins";
}

/* ===================================================================== */

.section:nth-child(3) {
  flex-direction: row;
  background-color: #eee8dd;
  height: 500px;
}

.section:nth-child(3) > .content-wrapper {
  display: flex;
  flex-direction: row;
}

.section:nth-child(3) > .content-wrapper > .section-text {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 64px 0px 64px;
  box-sizing: border-box;
  gap: 16px;
  flex: 1;
  z-index: 1;
}

.section:nth-child(3) > .content-wrapper > .section-decoration {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-right: 64px;
  z-index: 1;
}

.section:nth-child(3) > .content-wrapper > .section-decoration > .section-img {
  width: 350px;
  height: 400px;
  object-fit: cover;
  object-position: top center;
}

.section:nth-child(3) > .content-wrapper > .section-text > div {
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

/* ============ Third Section ================ */

.section:nth-child(4) {
  flex-direction: row;
  background-color: #f3f0eb;
  height: 50vw;
}

.section:nth-child(4) > .content-wrapper {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 64px 0px 64px;
}

.section:nth-child(4) > .content-wrapper > .section-text {
  width: calc(50%);
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  gap: 5px;
  z-index: 1;
  flex-shrink: 0;
}

.section:nth-child(4) > .content-wrapper > .section-decoration {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  /*! padding-left: 64px; */
  /*! padding-right: 0; */
  z-index: 1;
  flex-shrink: 0;
}

.section:nth-child(4) > .content-wrapper > .section-decoration > .section-img {
  width: 500px;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

.section:nth-child(4) > .content-wrapper > .section-text > .body-text {
  font-size: 20px;
  color: #332a1d;
  text-transform: uppercase;
  font-weight: 400;
}

.section:nth-child(4) > .content-wrapper > .section-text > div {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.section:nth-child(4) > .content-wrapper > .section-text > div > img {
  width: 100px;
  margin-left: 16px;
}

.section:nth-child(4) > .content-wrapper > .section-text > div > div {
  border-left: 1px solid black;
  margin: 8px 0px 8px 7px;
}

.section:nth-child(4) > .content-wrapper > .section-text > div > div > h4 {
  font-size: 32px;
  font-family: "Poppins";
  font-weight: 800;
  text-transform: none;
  padding-left: 9px;
  line-height: 32px;
}

.section:nth-child(4) > .content-wrapper > .section-text > div > p {
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 300;
  margin-left: 16px;
}

/* ==================== Fourth Section ======================= */

.section:nth-child(5) {
  flex-direction: row;
  background-color: #eee8dd;
  height: 35vw;
}

.section:nth-child(5) > .content-wrapper {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 64px 0px 64px;
}

.section:nth-child(5) > .content-wrapper > .section-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  gap: 0px;
  z-index: 1;
  flex-shrink: 0;
}

.section:nth-child(5) > .content-wrapper > .section-text > .body-text {
  font-size: 20px;
  color: #332a1d;
  text-transform: uppercase;
  font-weight: 400;
}

.section:nth-child(5) > .content-wrapper > .section-text > div {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.section:nth-child(5) > .content-wrapper > .section-text > div > img {
  width: 100px;
  margin-left: 16px;
}

.section:nth-child(5) > .content-wrapper > .section-text > div > div {
  border-left: 1px solid black;
  margin: 8px 0px 8px 0px;
}

.section:nth-child(5) > .content-wrapper > .section-text > div > div > h4 {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 9px;
  line-height: 32px;
}

.section:nth-child(5) > .content-wrapper > .section-text > div > p {
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 300;
  margin-left: 16px;
}

.section:nth-child(5)
  > .content-wrapper
  > .section-text
  > div:nth-child(1)
  > img,
.section:nth-child(5)
  > .content-wrapper
  > .section-text
  > div:nth-child(1)
  > p {
  margin-left: 10px;
}

.section:nth-child(5)
  > .content-wrapper
  > .section-text
  > div:nth-child(2)
  > div {
  margin-left: 3px;
}

.section:nth-child(5)
  > .content-wrapper
  > .section-text
  > div:nth-child(2)
  > img,
.section:nth-child(5)
  > .content-wrapper
  > .section-text
  > div:nth-child(2)
  > p {
  margin-left: 12px;
}

.section:nth-child(5)
  > .content-wrapper
  > .section-text
  > div:nth-child(3)
  > div {
  margin-left: 7px;
}

.section:nth-child(5)
  > .content-wrapper
  > .section-text
  > div:nth-child(3)
  > img,
.section:nth-child(5)
  > .content-wrapper
  > .section-text
  > div:nth-child(3)
  > p {
  margin-left: 16px;
}

.section:nth-child(5)
  > .content-wrapper
  > .section-text
  > div:nth-child(4)
  > div {
  margin-left: 10px;
}

.section:nth-child(5)
  > .content-wrapper
  > .section-text
  > div:nth-child(4)
  > img,
.section:nth-child(5)
  > .content-wrapper
  > .section-text
  > div:nth-child(4)
  > p {
  margin-left: 19px;
}

/* ============== Decorative Text Above Titles =============== */
.decoration-text {
  position: relative;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Poppins";
}

.decoration-line {
  width: 200px;
  position: relative;
  border-top: 1px solid rgba(51, 42, 29, 0.79);
  box-sizing: border-box;
  height: 1px;
}

.decoration {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 0px 0px 4px;
  gap: 12px;
  color: rgba(51, 42, 29, 0.79);
}

/* ==================== Sixth Section ======================== */
.section:nth-child(6) {
  flex-direction: row;
  background-color: #f3f0eb;
  height: 700px;
}

.section:nth-child(6) > .content-wrapper {
  display: flex;
  flex-direction: row;
}

.section:nth-child(6) > .content-wrapper > .section-text {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 64px 0px 64px;
  box-sizing: border-box;
  gap: 16px;
  flex: 1;
  z-index: 1;
}

.section:nth-child(6) > .content-wrapper > .section-decoration {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-right: 64px;
  z-index: 1;
}

.section:nth-child(6) > .content-wrapper > .section-decoration > .section-img {
  width: 450px;
  height: 500px;
  object-fit: cover;
  object-position: top center;
}

.section:nth-child(6) > .content-wrapper > .section-text > div {
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

/* ==================== Seventh Section ====================== */
.section:nth-child(7) {
  flex-direction: row;
  background-color: #eee8dd;
  height: 30vw;
}

.section:nth-child(7) > .content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.section:nth-child(7) > .content-wrapper > .section-text {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 64px 0px 64px;
  margin-top: 64px;
  box-sizing: border-box;
  gap: 16px;
  flex: none;
  z-index: 1;
}

.section:nth-child(7) > .content-wrapper > .section-text > .section-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section:nth-child(7) > .content-wrapper > .section-decoration {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-right: 0;
  z-index: 1;
}

.section:nth-child(7) > .content-wrapper > .section-decoration > .section-img {
  min-width: inherit;
  height: 70px;
  object-fit: cover;
  object-position: top center;
}

.section:nth-child(7) > .content-wrapper > .section-text > div {
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}
/* ===================== Section Text ======================== */

.title-container {
  align-self: stretch;
  position: relative;
}

.section-title {
  margin: 0;
  font-size: 55px;
  letter-spacing: -0.02em;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Poppins";
}

.body-text {
  padding: 0px 4px;
  font-size: 24px;
  width: 100%;
  line-height: 172%;
  font-family: "Poppins";
}

.link-text {
  position: relative;
  text-decoration: underline;
  line-height: 100%;
  font-weight: 500;
  mix-blend-mode: normal;
  font-family: "Poppins";
  font-size: 25px;
}

.link-icon {
  width: 30px;
  position: relative;
  /*! height: 40px; */
  overflow: hidden;
  flex-shrink: 0;
}

.styled-link {
  align-self: flex-start;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 4px;
  box-sizing: border-box;
  gap: 24px;
  /*! font-size: 32px; */
  /*! animation-duration: 3s; */
  transition-duration: 1s;
  transition: cubic-bezier(0.23, 1, 0.32, 1) 300ms;
}

.section-text {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /*! padding: 0px 64px 0px 64px; */
  box-sizing: border-box;
  gap: 36px;
  z-index: 1;
}

/* Section Decoration Cards */

.section-decoration {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /*! padding-right: 64px; */
  z-index: 1;
}

.card-img {
  width: 100%;
  height: 90%;
  margin: 0 !important;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}

.card-caption {
  width: 106px;
  font-size: 16px;
  letter-spacing: 0.43em;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Poppins";
  color: #332a1dc9;
  text-align: center;
  display: inline-block;
}

/* ================ Gallery Section ================= */
.gallery {
  width: 100%;
  height: 600px;
  z-index: 1;
}

.gallery-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  transition: all 5s ease-in-out;
}

.gallery-img {
  height: 100%;
  width: calc(100% / 6);
  background-size: cover;
  filter: saturate(1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  min-width: 10%;
  transition: all 5s ease-in-out;
  text-decoration: none;
}

.gallery-img:nth-child(1) {
  background-image: url(../../assets/Commericial/Saja_Boulevard/08.jpeg);
}

.gallery-img:nth-child(2) {
  background-image: url(../../assets/Adminstrative/Investment_Bank/038.jpg);
}

.gallery-img:nth-child(3) {
  background-image: url(../../assets/Industrial/Samsung_Factory/01.jpg);
}

.gallery-img:nth-child(4) {
  background-image: url(../../assets/Manufacturing/steel-02.jpg);
}

.gallery-img:nth-child(5) {
  background-image: url(../../assets/Retail/Kabbani_Showroom/Kabbani_12.jpeg);
}

.gallery-img:nth-child(6) {
  background-image: url(../../assets/GSM/1.jpg);
}

.gallery-title {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #00000053;
  transition: all 3s ease-in-out;
  text-decoration: none;
  text-decoration-color: black;
}

.gallery-img-title {
  display: flex;
  rotate: z -90deg;
  /*! width: 100%; */
  height: fit-content;
  font-size: 34px;
  font-family: "Poppins";
  color: whitesmoke;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 3s ease-in-out;
}

.gallery-hidden {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.6542949943649334) 48%,
    rgba(0, 0, 0, 0.41900087671787467) 100%
  );
  position: absolute;
  transition: all 1s ease-in;
}

.hidden-body {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  color: #f3f0eb;
  font-family: "Poppins";
  transition: all 3s ease-in-out;
  position: absolute;
}

.hidden-title {
  padding: 0px 16px 0px 32px;
  font-size: 48px;
}

.hidden-text {
  padding: 16px 100px 0px 32px;
  transition: all 3s ease-in-out;
}

/* ========= Footer ========== */
.footer {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #d0c3ae;
  font-family: "Poppins";
}

.footer > .content-wrapper {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 64px 64px 64px 64px;
}

.first-frame {
  width: 40%;
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer-logo {
  width: 70px;
}

.footer-motto {
  font-weight: 500;
  font-size: 20px;
  padding: 16px 0px 16px 0px;
}

.bold-motto {
  font-weight: 800;
}

.socials {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
  gap: 4px;
}

.social-link {
  width: 36px;
  border-radius: 4px;
}

.social-link:nth-child(2) {
  margin: 0px 8px 0px 8px;
}

.copyright {
  font-size: 12px;
}

.second-frame {
  width: 60%;
  height: 100%;
  flex: 1 1 60%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.link-frame {
  flex: 1 1 auto;
  flex-direction: column;
  display: flex;
  height: 100%;
}

.link-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
}

.line-div {
  width: 35%;
  position: relative;
  border-top: 2px solid #987f57;
  box-sizing: border-box;
  height: 2px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.footer-links > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.footer-links > div > div:nth-child(1) {
  margin-right: 8px;
}

.footer-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: black;
}

.link-icon {
  width: 20px;
  margin-right: 8px;
}
