/* PUBLIC PROJECT  */
.nav-bar {
  height: unset !important;
}

/* Hero section start from here */
.hero-section {
  background: var(--light-color);

  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 120px;
  overflow-x: hidden;
  .container {
    .row {
      --bs-gutter-x: 0px;
      --bs-gutter-y: 80px;
    }
  }

  .featued-img-wrapper {
    width: 90%;
    height: 617px;
    max-width: 621px;
    position: relative;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      z-index: 2;
    }

    &::after {
      content: "";
      position: absolute;
      top: 0px;
      right: -101px;
      background: linear-gradient(180deg, #b0b0b0 0%, #4a4a4a 100%);
      width: 352px;
      height: 80%;
      z-index: 1;
      opacity: 0;
      animation: SlideInFromLeft 1s linear 0.9s forwards;
    }
  }

  .headings {
    padding-left: 82px;
    padding-right: calc(40px + var(--menu-width));
    padding-top: 211px;
    height: 100%;

    .title {
      font-family: Outfit;
      font-size: 64px;
      font-weight: 600;
      line-height: 80px;
      /* letter-spacing: 0.26em; */
      color: var(--gray_900);
      /* word-break: break-all; */
      margin-bottom: 12.5px;
    }
    h4 {
      font-family: Outfit;
      font-size: 37.33px;
      font-weight: 500;
      line-height: 47.04px;
      color: var(--gray_900);
      margin-bottom: 119px;
    }
  }

  .three-lines {
    position: absolute;
    /* bottom: 0px; */
    right: -46px;
    width: 100%;
    max-width: 722.45px;
    height: unset;
  }
  @media screen and (max-width: 991px) {
    .headings {
      padding-top: 40px;

      h4 {
        margin-bottom: 120px;
      }
    }
  }

  @media screen and (max-width: 768px) {
    padding-bottom: 80px;
    .featued-img-wrapper {
      height: 100%;
      min-height: 380px;
    }
    .container {
      .row {
        --bs-gutter-y: 60px;
      }
    }
    .headings {
      padding-top: 0px;
      padding-inline: 40px;
      .title {
        font-size: 52px;
        line-height: 70px;
        /* letter-spacing: 0.15em; */
        margin-bottom: 10px;
      }
      h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 60px;
      }
    }

    .three-lines {
      right: -20px;
      max-width: 80%;
    }
  }

  @media screen and (max-width: 576px) {
    .headings {
      .title {
        font-size: 42px;
        line-height: 50px;
        /* letter-spacing: 0.1em; */
        margin-bottom: 8px;
      }
      h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 50px;
      }
    }
    .container {
      .row {
        --bs-gutter-y: 40px;
      }
    }
  }
}

@media screen and (min-width: 1740px) {
  .hero-section .headings {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1739px) {
  .hero-section .headings {
    padding-right: max(5vw, 170px);
  }
}
/* Hero section end here */

/* ** Overview section start from here */
.overview-section {
  position: relative;
  z-index: 2;
  background: linear-gradient(149.68deg, #545454 15.32%, #000000 100%);
  position: relative;
  padding: 67px 153px 123px 142px;

  .container {
    position: relative;
    z-index: 2;
  }

  .container {
    .row {
      --bs-gutter-x: 190px;
    }
  }

  &::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 30%;
    max-width: 318px;
    /* background: linear-gradient(180deg, #ec1e24 0%, #861114 100%); */
    z-index: 1;
  }

  .title {
    font-family: Outfit;
    font-size: 64px;
    font-weight: 600;
    line-height: 80.64px;
    letter-spacing: 0.05em;
    color: var(--secondary-color);
    margin-bottom: 39px;
  }

  .description {
    font-family: Outfit;
    font-size: 24px;
    font-weight: 400;
    line-height: 30.24px;
    color: var(--light-color);
    margin-bottom: 40px;
  }

  .image-container {
    width: 100%;
    height: 490.37px;
    position: relative;
    z-index: 1;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      box-shadow: 0px 3.27px 16.35px 0px #000000;
    }
  }

  .thumbs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 60px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px;
    margin: -20px;
    .thumb-image-wrapper {
      width: 100%;

      height: 219px;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-shadow: 0px 4px 20px 0px #000000;
      }
    }
  }

  @media only screen and (max-width: 991px) {
    .thumbs-wrapper {
      flex-direction: row;
      gap: 20px;
      margin-top: 40px;
      .thumb-image-wrapper {
        height: 130px;
        aspect-ratio: 16 /9;
      }
    }

    .title {
      font-size: 52px;
      line-height: 70px;
    }
  }

  @media only screen and (max-width: 768px) {
    padding: 60px 40px;

    .container {
      .row {
        --bs-gutter-x: 0px;
      }
    }
    .title {
      font-size: 42px;
      line-height: 52px;
      margin-bottom: 25px;
    }

    .description {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 25px;
    }

    .thumbs-wrapper {
      flex-direction: row;
      gap: 15px;
      margin-top: 30px;
    }
  }

  @media only screen and (max-width: 576px) {
    padding-inline: 20px;
    .overview-section {
      padding: 0 10px;
    }

    .title {
      font-size: 32px;
      line-height: 42px;
      margin-bottom: 16px;
    }

    .description {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 16px;
    }

    .image-container {
      height: 330px;
      aspect-ratio: 1 / 1;
    }

    .thumbs-wrapper {
      gap: 10px;
      margin-top: 20px;
      .thumb-image-wrapper {
        height: 100px;
      }
    }
  }
}
/* ** Overview section end here */

/* ** Project details section start from here */
.project-details-section {
  padding-block: 120px;

  .container {
    .row {
      --bs-gutter-x: 0px;
    }
  }

  .project-card {
    position: relative;
    z-index: 1;
    --pc-bg: var(--color-black);
    padding-block: 48px;
    display: flex;
    flex-direction: column;
    gap: 38px;
    align-items: center;
    height: 100%;
    background: var(--pc-bg);

    &.type {
      --pc-bg: var(--primary-color);
    }
    &.status {
      --pc-bg: #f4c134;
    }

    .title {
      font-family: Outfit;
      font-size: 24px;
      font-weight: 600;
      line-height: 28.8px;
      color: #f8f8f8;
      text-align: center;
      margin: 0px;
      width: 100%;
      padding: 15.97px;
      border-block: 0.8px solid #f8f8f8;
    }

    .img-wrapper {
      width: 100px;
      height: 100px;

      img {
        width: 100%;
        height: 100%;
      }
    }

    .description {
      font-family: Outfit;
      font-size: 24px;
      font-weight: 400;
      line-height: 30.24px;
      text-align: center;
      color: #f8f8f8;
      margin: 0px;
      padding-inline: 59px;
    }
  }

  @media only screen and (max-width: 576px) {
  }
  @media only screen and (max-width: 768px) {
    padding-block: 60px;
    .project-card {
      gap: 24px;
      padding-block: 38px;

      .title {
        font-size: 18px;
        line-height: 24px;
        padding: 10px;
      }

      .description {
        font-size: 18px;
        line-height: 28px;
      }
    }
  }
  @media only screen and (max-width: 576px) {
    .project-card {
      gap: 20px;
      padding-block: 26px;
      .title {
        font-size: 18px;
        line-height: 24px;
        padding: 10px;
      }

      .description {
        font-size: 16px;
        line-height: 24px;
      }
    }
  }
}
/* ** Project details section end here */

/* ** Project features section start from here */
.project-features-section {
  position: relative;
  z-index: 2;
  background: #202020;
  padding: 73px 85px 114px 114px;

  .container {
    .row {
      --bs-gutter-y: 30px;
      --bs-gutter-x: 84px;
      align-items: center;
    }
  }

  .title {
    font-family: Poppins;
    font-size: 64px;
    font-weight: 500;
    line-height: 96px;
    text-align: right;
    color: var(--secondary-color);
    margin: 0px;
  }

  .row:nth-child(odd) {
    --bs-gutter-x: 40px;
    margin-top: 10px !important;

    .img-col {
      max-width: calc(500px + var(--bs-gutter-x));
      order: 2;
      margin-right: 50px;

      .first-img-wrapper {
        width: 100%;
        max-height: 500px;

        &::before {
          content: "";
          position: absolute;
          bottom: -75px;
          right: -75px;
          width: 100%;
          max-width: 514px;
          height: 80%;
          max-height: 340px;
          background: linear-gradient(180deg, #ec1e24 0%, #861114 100%);
          z-index: 1;
        }
        &::after {
          content: "";
          position: absolute;
          /* top: -220px; */
          top: 0px;
          right: 0px;
          width: 100px;
          height: 72%;
          max-height: 380.5px;
          transform: translateX(50%) translateY(-55%);
          /* background: url(../icons/vertical-zigzag-3-lines.svg); */
          background-repeat: no-repeat;
          background-size: contain;
          z-index: 2;
        }
      }
    }
  }

  .img-col {
    width: calc(45% + var(--bs-gutter-x));
    max-width: calc(400px + var(--bs-gutter-x));
  }

  .first-img-wrapper {
    width: 100%;
    height: 100%;
    max-height: 400px;
    aspect-ratio: 1/1;
    position: relative;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      box-shadow: 0px 4px 20px 0px #000000;
      position: relative;
      z-index: 2;
    }
  }

  .description {
    font-family: Outfit;
    font-size: 24px;
    font-weight: 400;
    line-height: 30.24px;
    color: var(--light-color);
    margin-bottom: 0px;
    &:not(:first-child) {
      margin-top: 92px;
    }
  }

  @media only screen and (max-width: 991px) {
    /* padding: 60px 40px; */

    .img-col {
      width: 100%;
      max-width: 100%;
      max-height: unset;

      .first-img-wrapper {
        max-height: unset;
        aspect-ratio: 1/1;
        position: relative;
      }
    }

    .container {
      .row {
        --bs-gutter-y: 40px;
        --bs-gutter-x: 0px;

        &:not(:first-child) {
          margin-top: 20px !important;
        }
      }
    }

    .row:nth-child(odd) {
      .img-col {
        max-width: 100%;
        order: -1;
        margin-right: 50px;

        .first-img-wrapper {
          width: 100%;
          max-height: 500px;

          &::before {
            bottom: -35px;
            right: -35px;

            max-width: 100%;
            height: 40%;
            max-height: 340px;
          }
          &::after {
            height: 42%;
            max-height: 380.5px;
            transform: translateX(50%) translateY(-40%);
          }
        }
      }
    }
    .title {
      font-size: 52px;
      line-height: 70px;
    }
    .description {
      &:not(:first-child) {
        margin-top: 60px;
      }
    }
  }
  @media only screen and (max-width: 768px) {
    padding: 60px 40px;

    .container {
      .row {
        --bs-gutter-y: 20px;

        &:not(:first-child) {
          margin-top: 60px !important;
        }
      }
    }

    .row:nth-child(odd) {
      .img-col {
        max-width: 100%;
        order: -1;
        margin-right: 50px;

        .first-img-wrapper {
          width: 100%;
          max-height: unset;
          aspect-ratio: 1 / 1;

          &::before {
            bottom: -10px;
            right: -10px;

            max-width: 100%;
            height: 40%;
            max-height: 340px;
          }
          &::after {
            height: 42%;
            max-height: 380.5px;
            transform: translateX(50%) translateY(-40%);
          }
        }
      }
    }

    .title {
      font-size: 42px;
      line-height: 52px;
      text-align: center;
    }

    .description {
      font-size: 18px;
      line-height: 24px;
      &:not(:first-child) {
        margin-top: 40px;
      }
    }
  }

  @media only screen and (max-width: 576px) {
    padding: 60px 20px;

    .container {
      .row {
        --bs-gutter-y: 20px;

        &:not(:first-child) {
          margin-top: 50px !important;
        }
      }
    }

    .title {
      font-size: 32px;
      line-height: 42px;
    }

    .description {
      font-size: 16px;
      line-height: 24px;
      &:not(:first-child) {
        margin-top: 20px;
      }
    }
  }
}
/* ** Project features section end here */

/* ** Project Inquiry features section start from here */

.project-inquiry-section {
  padding-top: 93px;
  padding-left: 54px;
  padding-bottom: 157px;

  .form-wrapper {
    position: sticky;
    top: 0px;
  }

  .form-title {
    font-family: Outfit;
    font-size: 24px;
    font-weight: 700;
    line-height: 66px;
    color: var(--gray_900);
    margin: 0px;
  }

  .contact-form {
    padding: 16px 40px;

    border: 1px solid #000000;

    .row {
      --bs-gutter-x: 20px;
      --bs-gutter-y: 20px;
    }
    input,
    .form-control {
      /* background: #e4e4e4; */
      padding-block: 7px;
    }

    @media only screen and (max-width: 768px) {
      .row {
        --bs-gutter-x: 16px;
        --bs-gutter-y: 16px;
      }
      input,
      .form-control {
        font-size: 16px;
        line-height: 24px;
      }
    }

    @media only screen and (max-width: 576px) {
      padding: 10.97px 20px;

      input,
      .form-control {
        font-size: 14px;
        line-height: 24px;
        padding: 8px 16px;
      }
    }
  }

  @media only screen and (max-width: 991px) {
    padding: 80px 54px;
  }
  @media only screen and (max-width: 768px) {
    padding: 60px 40px;
  }
  @media only screen and (max-width: 576px) {
    padding: 60px 20px;
  }
}
/* ** Project Inquiry features section end here */

.swiper {
  padding: 57px 31px 81px 46px;
  --swiper-pagination-bottom: 0px;
  --swiper-theme-color: var(--primary-color);
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-horizontal-gap: 16px;
  --swiper-pagination-bullet-inactive-color: #dadada;
  --swiper-pagination-bullet-inactive-opacity: 1;
  &::before {
    content: "";
    position: absolute;
    bottom: 35px;
    left: 0px;
    right: 0px;
    height: 155px;
    background: var(--secondary-color);
  }

  .swiper-pagination {
    display: flex;
    justify-content: center;
  }

  .title {
    font-family: Outfit;
    font-size: 32px;
    font-weight: 300;
    line-height: 66px;
    letter-spacing: 0.22em;
    text-align: right;
    color: var(--gray_900);
    span {
      font-family: Outfit;
      font-size: 64px;
      font-weight: 700;
      line-height: 66px;
      text-align: right;
      color: var(--secondary-color);
    }
  }

  .project-slide-card {
    width: 100%;

    .img-wrapper {
      width: 100%;
      height: 464px;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-shadow: 0px 4px 21.2px 11px #00000040;
      }
    }
  }

  @media only screen and (max-width: 991px) {
    /* padding: 60px 40px; */
    .title {
      font-size: 24px;
      line-height: 46px;
      span {
        font-size: 52px;
        line-height: 56px;
      }
    }
  }
  @media only screen and (max-width: 768px) {
    padding: 40px 24px 70px 24px;

    .title {
      font-size: 18px;
      line-height: 26px;
      span {
        font-size: 42px;
        line-height: 52px;
      }
    }
    .project-slide-card {
      .img-wrapper {
        width: 100%;
        height: unset;
        aspect-ratio: 1/1;
      }
    }
  }
  @media only screen and (max-width: 576px) {
    padding: 24px 10px 60px 10px;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    --swiper-pagination-bottom: 16px;

    .title {
      font-size: 16px;
      line-height: 24px;
      span {
        font-size: 32px;
        line-height: 42px;
      }
    }
  }
}

.modal.show {
  --bs-modal-width: 1200px;
}

.btn-close {
  position: absolute;
  top: -35px;
  right: 10px;
  z-index: 9;
  padding: white;
  border-radius: 100%;
  filter: brightness(0) invert(1);
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  box-shadow: none !important;
  cursor: pointer;
  img {
    box-shadow: none !important;
  }
}
