@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.project-listing-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .project-listing-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-banner {
    height: 80vh;
  }
}
.project-listing-banner .video-img-wrapper {
  width: 100%;
  height: 100%;
}
.project-listing-banner .video-img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40.97%), linear-gradient(0deg, rgba(0, 0, 0, 0.7) 18.06%, rgba(0, 0, 0, 0) 58.75%);
}
@media only screen and (max-width: 768px) {
  .project-listing-banner .video-img-wrapper::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40.97%), linear-gradient(0deg, rgba(0, 0, 0, 0.7) 38.06%, rgba(0, 0, 0, 0) 78.75%);
  }
}
.project-listing-banner .video-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-listing-banner .video-img-wrapper .bg-wrapper {
  width: 92%;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 9%;
}
@media only screen and (max-width: 768px) {
  .project-listing-banner .video-img-wrapper .bg-wrapper {
    bottom: 8%;
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-banner .video-img-wrapper .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.project-listing-banner .video-img-wrapper .bg-wrapper .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .project-listing-banner .video-img-wrapper .bg-wrapper .flex-box {
    flex-direction: column;
    gap: 30px;
  }
}
.project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colAA {
  flex: 0 1 480px;
}
@media only screen and (max-width: 768px) {
  .project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colAA {
    flex: unset;
  }
}
.project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colAA h1 {
  font-family: Optima;
  font-weight: 400;
  font-size: 64px;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colAA h1 {
    margin: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colAA h1 {
    font-size: 48px;
  }
}
.project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colAA p {
  font-family: Lato;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}
@media only screen and (max-width: 768px) {
  .project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colAA p {
    margin: auto;
    text-align: center;
    line-height: 1.4;
    max-width: 50%;
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colAA p {
    max-width: 100%;
  }
}
.project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colBB {
  background: rgba(0, 0, 0, 0.3019607843);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  width: 345px;
}
.project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colBB .head {
  border-bottom: 1px solid #777777;
  padding: 15px 20px;
}
.project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colBB .head h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  font-family: Lato;
}
.project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colBB .bottom {
  gap: 20px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colBB .bottom figure {
  width: 88px;
  line-height: 0;
}
.project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colBB .bottom figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colBB .bottom .figinfo h5 {
  font-family: Lato;
  color: rgba(255, 255, 255, 0.6980392157);
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  margin-bottom: 5px;
}
.project-listing-banner .video-img-wrapper .bg-wrapper .flex-box .colBB .bottom .figinfo p {
  font-family: Lato;
  font-weight: 400;
  color: var(--white);
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
}

.heading h2 {
  font-family: Optima;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  color: var(--black);
  text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
  .heading h2 {
    font-size: 28px;
  }
}

.primary-btn-btn {
  padding: 10px 27px;
  border: 1px solid #EEBF91;
  color: black;
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background: #EEBF91;
  display: inline-block;
}
.primary-btn-btn:hover {
  background: transparent;
}

.border-btn-btn {
  padding: 10px 27px;
  border: 1px solid #EEBF91;
  color: black;
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background: transparent;
  display: inline-block;
}
.border-btn-btn:hover {
  background: #EEBF91;
}

.sticky {
  position: sticky;
  top: var(--headerheight);
}
@media only screen and (max-width: 768px) {
  .sticky {
    position: unset !important;
  }
}

.project-listing-secA {
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .project-listing-secA {
    padding: 50px 0;
  }
}
.project-listing-secA .flex-box {
  gap: 100px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .project-listing-secA .flex-box {
    flex-direction: column;
    gap: 30px;
  }
}
.project-listing-secA .flex-box figcaption {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .project-listing-secA .flex-box figcaption {
    text-align: center;
  }
}
.project-listing-secA .flex-box figcaption p {
  margin-top: 20px;
}
.project-listing-secA .flex-box figcaption .btn-flex {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .project-listing-secA .flex-box figcaption .btn-flex {
    justify-content: center;
  }
}
.project-listing-secA .flex-box figure {
  flex: 0 1 393px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .project-listing-secA .flex-box figure {
    width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-secA .flex-box figure {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.project-listing-secA .flex-box figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 2px solid #EEBF91;
  transform: translate(20px, 20px);
}
@media only screen and (max-width: 540px) {
  .project-listing-secA .flex-box figure::before {
    content: none;
  }
}

.project-listing-secB figure {
  width: 100%;
  line-height: 0;
}
.project-listing-secB figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-listing-secC {
  background: #F8F4F0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .project-listing-secC {
    padding: 50px 0;
  }
}
.project-listing-secC .flex-box {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .project-listing-secC .flex-box {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.project-listing-secC .flex-box figure {
  flex: 0 1 50%;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .project-listing-secC .flex-box figure {
    height: 70vh;
  }
}
@media only screen and (max-width: 768px) {
  .project-listing-secC .flex-box figure {
    height: auto;
    width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-secC .flex-box figure {
    width: 100%;
  }
}
.project-listing-secC .flex-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-listing-secC .flex-box figcaption {
  flex: 0 1 50%;
  padding: 20px 110px;
}
@media only screen and (max-width: 768px) {
  .project-listing-secC .flex-box figcaption {
    text-align: center;
    padding: 0 15px;
  }
}
.project-listing-secC .flex-box figcaption a {
  margin-top: 30px;
}
.project-listing-secC .flex-box figcaption .heading {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .project-listing-secC .flex-box figcaption .heading {
    margin-bottom: 20px;
  }
}
.project-listing-secC .flex-box figcaption .heading::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 55px;
  height: 2px;
  background: #A56321;
}
@media only screen and (max-width: 768px) {
  .project-listing-secC .flex-box figcaption .heading::before {
    content: none;
  }
}
.project-listing-secC .flex-box figcaption .heading p {
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
}
.project-listing-secC .flex-box figcaption p {
  margin-top: 20px;
  max-width: 424px;
}
@media only screen and (max-width: 768px) {
  .project-listing-secC .flex-box figcaption p {
    margin-top: 0;
  }
}

.project-listing-secD {
  padding: 80px 0;
  background: var(--white);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 540px) {
  .project-listing-secD {
    padding: 50px 0;
  }
}
.project-listing-secD .heading {
  margin-bottom: 40px;
}
.project-listing-secD .heading h3 {
  color: var(--text);
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.project-listing-secD .grid-box {
  border: 1px solid #E5D2AB;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .project-listing-secD .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-secD .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-listing-secD .grid-box .col {
  border-right: 1px solid #E5D2AB;
  border-bottom: 1px solid #E5D2AB;
  padding: 40px 30px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .project-listing-secD .grid-box .col:nth-child(2) {
    border-right: none;
  }
}
.project-listing-secD .grid-box .col:nth-child(3) {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .project-listing-secD .grid-box .col:nth-child(3) {
    border-right: 1px solid #E5D2AB;
  }
}
.project-listing-secD .grid-box .col:nth-child(4), .project-listing-secD .grid-box .col:nth-child(5), .project-listing-secD .grid-box .col:nth-child(6) {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .project-listing-secD .grid-box .col:nth-child(4) {
    border-bottom: 1px solid #E5D2AB;
    border-right: none;
  }
}
.project-listing-secD .grid-box .col:nth-child(6) {
  border-right: none;
}
.project-listing-secD .grid-box .col:hover {
  background: #EFC297;
}
.project-listing-secD .grid-box .col:hover .title h4 {
  color: var(--black);
}
.project-listing-secD .grid-box .col:hover .title span {
  color: rgba(0, 0, 0, 0.2901960784);
}
.project-listing-secD .grid-box .col:hover p {
  color: rgba(0, 0, 0, 0.6980392157);
}
.project-listing-secD .grid-box .col .title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.project-listing-secD .grid-box .col .title h4 {
  font-family: Lato;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--black);
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}
.project-listing-secD .grid-box .col .title h4::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 55px;
  height: 2px;
  background: #A56321;
}
.project-listing-secD .grid-box .col .title span {
  font-family: Lato;
  font-weight: 400;
  font-size: 40px;
  line-height: 24px;
  color: rgba(102, 102, 102, 0.2901960784);
  transition: all 0.3s ease-in-out;
}
.project-listing-secD .grid-box .col p {
  color: var(--text);
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  max-width: 90%;
  transition: all 0.3s ease-in-out;
}

.project-listing-secE {
  background: #F8F4F0;
  position: relative;
  z-index: 1;
}
.project-listing-secE .flex-box {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .project-listing-secE .flex-box {
    flex-direction: column;
  }
}
.project-listing-secE .flex-box .figure {
  flex: 0 1 50%;
  line-height: 0;
  display: inline-block;
  height: 577px;
}
@media only screen and (max-width: 768px) {
  .project-listing-secE .flex-box .figure {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.project-listing-secE .flex-box .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-listing-secE .flex-box figcaption {
  flex: 0 1 50%;
  padding: 60px 110px;
}
@media only screen and (max-width: 768px) {
  .project-listing-secE .flex-box figcaption {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-secE .flex-box figcaption {
    padding: 50px 15px;
  }
}
.project-listing-secE .flex-box figcaption a {
  margin-top: 30px;
}
.project-listing-secE .flex-box figcaption .heading {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .project-listing-secE .flex-box figcaption .heading {
    text-align: center;
  }
}
.project-listing-secE .flex-box figcaption .heading::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 55px;
  height: 2px;
  background: #A56321;
}
@media only screen and (max-width: 768px) {
  .project-listing-secE .flex-box figcaption .heading::before {
    content: none;
  }
}
.project-listing-secE .flex-box figcaption .heading p {
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
}
.project-listing-secE .flex-box figcaption .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px 20px;
}
.project-listing-secE .flex-box figcaption .grid-box .col {
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 540px) {
  .project-listing-secE .flex-box figcaption .grid-box .col {
    gap: 10px;
  }
}
.project-listing-secE .flex-box figcaption .grid-box .col figure {
  width: 34px;
  line-height: 0;
}
.project-listing-secE .flex-box figcaption .grid-box .col figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-listing-secE .flex-box figcaption .grid-box .col .info h4 {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: var(--text);
  text-align: left;
  margin-bottom: 10px;
}
.project-listing-secE .flex-box figcaption .grid-box .col .info p {
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  color: var(--black);
}

.project-listing-secF {
  position: relative;
  z-index: 1;
}
.project-listing-secF .banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .project-listing-secF .banner {
    height: 70vh;
  }
}
.project-listing-secF .banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.7) 3.47%, rgba(0, 0, 0, 0) 35.19%);
}
.project-listing-secF .banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-listing-secF .banner .heading {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.project-listing-secF .banner .heading h2 {
  color: var(--white);
}
.project-listing-secF .banner .banner-wrapper {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
  width: 96%;
  top: unset;
}
.project-listing-secF .banner .banner-wrapper .swiper-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .project-listing-secF .banner .banner-wrapper .swiper-nav {
    display: none;
  }
}
.project-listing-secF .banner .banner-wrapper .swiper-nav button:first-child {
  transform: rotate(180deg);
  pointer-events: initial;
}
.project-listing-secF .banner .banner-wrapper .swiper-nav .swiper-button-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.project-listing-secF .banner .banner-wrapper .amenities-swiper {
  position: relative;
  max-width: 94%;
}
.project-listing-secF .banner .banner-wrapper .amenities-swiper .swiper-wrapper .swiper-slide {
  background: black;
  cursor: pointer;
}
.project-listing-secF .banner .banner-wrapper .amenities-swiper .swiper-wrapper .swiper-slide figure {
  height: 33vh;
  width: 100%;
  line-height: 0;
  position: relative;
  opacity: 0.6;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .project-listing-secF .banner .banner-wrapper .amenities-swiper .swiper-wrapper .swiper-slide figure {
    height: 27vh;
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-secF .banner .banner-wrapper .amenities-swiper .swiper-wrapper .swiper-slide figure {
    height: 21vh;
  }
}
.project-listing-secF .banner .banner-wrapper .amenities-swiper .swiper-wrapper .swiper-slide figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.41%, rgba(0, 0, 0, 0.8) 100%);
}
.project-listing-secF .banner .banner-wrapper .amenities-swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-listing-secF .banner .banner-wrapper .amenities-swiper .swiper-wrapper .swiper-slide figure h4 {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: var(--white);
  font-family: Lato;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .project-listing-secF .banner .banner-wrapper .amenities-swiper .swiper-wrapper .swiper-slide figure h4 {
    font-size: 12px;
  }
}
.project-listing-secF .banner .banner-wrapper .amenities-swiper .swiper-wrapper .swiper-slide.swiper-slide-active figure {
  opacity: 1;
}

.project-listing-secG {
  padding: 80px 0;
  background: var(--white);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .project-listing-secG {
    padding: 50px 0;
  }
}
.project-listing-secG .heading {
  margin-bottom: 40px;
}
.project-listing-secG .heading h2 {
  margin-bottom: 20px;
}
.project-listing-secG .heading p {
  max-width: 623px;
  margin: auto;
}
.project-listing-secG .swiper-master-stroke .swiper-wrapper .swiper-slide {
  border: 1px solid #D4D4D4;
  padding: 30px 20px;
  text-align: center;
}
.project-listing-secG .swiper-master-stroke .swiper-wrapper .swiper-slide figure {
  width: 46px;
  margin: 0 auto 30px;
  line-height: 0;
  margin-bottom: 20px;
}
.project-listing-secG .swiper-master-stroke .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-listing-secG .swiper-master-stroke .swiper-wrapper .swiper-slide h4 {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: var(--black);
}

.project-listing-secH {
  background: white;
  position: relative;
  z-index: 1;
  line-height: 0;
}
.project-listing-secH a {
  width: 100%;
  display: inline-block;
  line-height: 0;
}
.project-listing-secH a img {
  width: 100%;
  height: 100%;
}

.project-listing-secI {
  background: white;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .project-listing-secI {
    padding: 50px 0;
  }
}
.project-listing-secI .heading h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  .project-listing-secI .heading h2 {
    font-size: 28px;
  }
}
.project-listing-secI .tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 540px) {
  .project-listing-secI .tab-nav {
    width: 100%;
    overflow-x: auto;
    justify-content: left;
  }
}
.project-listing-secI .tab-nav li {
  font-family: Lato;
  color: #C8C8C8;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  transition: 0.5s ease;
  padding: 0 12px 15px 12px;
}
@media only screen and (max-width: 540px) {
  .project-listing-secI .tab-nav li {
    white-space: nowrap;
    font-size: 18px;
  }
}
.project-listing-secI .tab-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #A56321;
  height: 2px;
  width: 0;
  transition: 0.5s ease;
}
.project-listing-secI .tab-nav li.active {
  color: #A56321;
}
.project-listing-secI .tab-nav li.active::before {
  width: 100%;
}
.project-listing-secI .tab-nav-content {
  margin-top: 50px;
}
@media only screen and (max-width: 540px) {
  .project-listing-secI .tab-nav-content {
    margin-top: 30px;
    text-align: center;
  }
}
.project-listing-secI .tab-nav-content .tabs {
  transition: 0.5s ease;
  opacity: 0;
  transform: translateY(30px);
}
.project-listing-secI .tab-nav-content .tabs.active {
  opacity: 1;
  transform: translateY(0);
}
.project-listing-secI .tab-nav-content .tabs .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
@media only screen and (max-width: 1024px) {
  .project-listing-secI .tab-nav-content .tabs .flex-box {
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .project-listing-secI .tab-nav-content .tabs .flex-box {
    flex-direction: column;
  }
}
.project-listing-secI .tab-nav-content .tabs .flex-box figcaption {
  flex: 0 1 30%;
}
@media only screen and (max-width: 1024px) {
  .project-listing-secI .tab-nav-content .tabs .flex-box figcaption {
    flex: 0 1 35%;
  }
}
.project-listing-secI .tab-nav-content .tabs .flex-box figcaption p:not(:last-child) {
  margin-bottom: 10px;
}
.project-listing-secI .tab-nav-content .tabs .flex-box figcaption .swiper-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  position: relative;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .project-listing-secI .tab-nav-content .tabs .flex-box figcaption .swiper-nav {
    width: 40%;
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-secI .tab-nav-content .tabs .flex-box figcaption .swiper-nav {
    width: 100%;
    margin: 20px auto 0;
  }
}
.project-listing-secI .tab-nav-content .tabs .flex-box figcaption .swiper-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 1px solid #666666;
  background: transparent;
}
.project-listing-secI .tab-nav-content .tabs .flex-box figcaption .swiper-nav .swiper-pagination {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-listing-secI .tab-nav-content .tabs .flex-box figcaption .swiper-nav .swiper-pagination .swiper-pagination-bullet {
  background: rgba(102, 102, 102, 0.6980392157) !important;
  opacity: 1;
  transition: 0.5s ease !important;
  margin: 0 8px;
}
.project-listing-secI .tab-nav-content .tabs .flex-box figcaption .swiper-nav .swiper-pagination .swiper-pagination-bullet-active {
  background: #A56321 !important;
  outline: 1px solid #A56321;
  outline-offset: 6px;
}
.project-listing-secI .tab-nav-content .tabs .flex-box .swiper {
  flex: 0 1 70%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .project-listing-secI .tab-nav-content .tabs .flex-box .swiper {
    flex: 0 1 65%;
  }
}
.project-listing-secI .tab-nav-content .tabs .flex-box .swiper .swiper-wrapper .swiper-slide {
  transition: 0.5s ease;
  scale: 0.7;
  opacity: 0.3;
}
.project-listing-secI .tab-nav-content .tabs .flex-box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  scale: 1;
}
.project-listing-secI .tab-nav-content .tabs .flex-box .swiper .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 405px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .project-listing-secI .tab-nav-content .tabs .flex-box .swiper .swiper-wrapper .swiper-slide figure {
    height: 310px;
  }
}
.project-listing-secI .tab-nav-content .tabs .flex-box .swiper .swiper-wrapper .swiper-slide figure::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40.29%);
}
.project-listing-secI .tab-nav-content .tabs .flex-box .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-listing-secI .tab-nav-content .tabs .flex-box .swiper .swiper-wrapper .swiper-slide figure h4 {
  font-family: Lato;
  font-weight: 700;
  font-size: 24px;
  color: var(--white);
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .project-listing-secI .tab-nav-content .tabs .flex-box .swiper .swiper-wrapper .swiper-slide figure h4 {
    font-size: 20px;
  }
}

.project-listing-secJ {
  background: #F8F4F0;
  position: relative;
  z-index: 1;
}
.project-listing-secJ .flex-box {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .project-listing-secJ .flex-box {
    flex-direction: column;
  }
}
.project-listing-secJ .flex-box figure {
  flex: 0 1 50%;
  line-height: 0;
  display: inline-block;
}
.project-listing-secJ .flex-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-listing-secJ .flex-box figcaption {
  flex: 0 1 50%;
  padding: 60px 110px;
}
@media only screen and (max-width: 1024px) {
  .project-listing-secJ .flex-box figcaption {
    padding: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-secJ .flex-box figcaption {
    padding: 40px 20px;
  }
}
.project-listing-secJ .flex-box figcaption a {
  margin-top: 30px;
}
.project-listing-secJ .flex-box figcaption .heading {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .project-listing-secJ .flex-box figcaption .heading {
    text-align: center;
  }
}
.project-listing-secJ .flex-box figcaption .heading::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 55px;
  height: 2px;
  background: #A56321;
}
@media only screen and (max-width: 768px) {
  .project-listing-secJ .flex-box figcaption .heading::before {
    content: none;
  }
}
.project-listing-secJ .flex-box figcaption .heading p {
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
}
.project-listing-secJ .flex-box figcaption ul {
  border-left: 1px solid #A56321;
  padding: 10px 30px 10px;
}
.project-listing-secJ .flex-box figcaption ul li {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text);
  text-align: left;
  margin-bottom: 15px;
  position: relative;
}
.project-listing-secJ .flex-box figcaption ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -37px;
  transform: translateY(-130%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #A56321;
  background: var(--white);
}

.project-listing-secK {
  background: white;
  position: relative;
  z-index: 1;
  line-height: 0;
}
.project-listing-secK img {
  width: 100%;
}

.project-listing-secL {
  background: white;
  position: relative;
  z-index: 1;
}
.project-listing-secL .container {
  background: var(--white);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 80px 0 0 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .project-listing-secL .container {
    transform: translateY(0%);
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-secL .container {
    padding: 50px 15px;
  }
}
.project-listing-secL .heading h2 {
  margin-bottom: 20px;
}
.project-listing-secL .heading p {
  max-width: 572px;
  margin: auto;
}

.project-listing-secM {
  background: #F8F4F0;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .project-listing-secM {
    padding: 50px 0;
  }
}
.project-listing-secM .flex-box {
  align-items: center;
  gap: 100px;
}
@media only screen and (max-width: 768px) {
  .project-listing-secM .flex-box {
    flex-direction: column;
    gap: 30px;
  }
}
.project-listing-secM .flex-box figure {
  flex: 0 1 50%;
}
.project-listing-secM .flex-box figure img {
  height: 100%;
  width: 100%;
}
.project-listing-secM .flex-box figcaption {
  flex: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .project-listing-secM .flex-box figcaption {
    text-align: center;
  }
}
.project-listing-secM .flex-box figcaption h2 {
  position: relative;
  margin-bottom: 30px;
}
.project-listing-secM .flex-box figcaption h2::before {
  content: "";
  position: absolute;
  bottom: -15px;
  height: 2px;
  width: 54px;
  background: #A56321;
}
.project-listing-secM .flex-box figcaption a {
  margin-top: 30px;
}
.project-listing-secM .flex-box figcaption p {
  max-width: 410px;
}

.project-listing-secN {
  padding: 50px 0;
  background: var(--white);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 540px) {
  .project-listing-secN {
    padding: 50px 0 20px 0;
  }
}
.project-listing-secN .heading p {
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 20%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.project-listing-secN .swiper {
  padding: 50px 0 90px 0;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .project-listing-secN .swiper {
    padding: 40px 0 60px 0;
  }
}
.project-listing-secN .swiper .swiper-slide.swiper-slide-active {
  width: 39% !important;
}
@media only screen and (max-width: 768px) {
  .project-listing-secN .swiper .swiper-slide.swiper-slide-active {
    width: 60% !important;
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-secN .swiper .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}
.project-listing-secN .swiper .swiper-slide.swiper-slide-active figure .figinfo {
  opacity: 1;
}
.project-listing-secN .swiper .swiper-slide figure {
  height: 442px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .project-listing-secN .swiper .swiper-slide figure {
    height: 320px;
  }
}
.project-listing-secN .swiper .swiper-slide figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.86%, rgba(0, 0, 0, 0.7) 87.67%);
}
.project-listing-secN .swiper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-listing-secN .swiper .swiper-slide figure .figinfo {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 30px 30px;
  opacity: 0;
  transition: 0.5s ease;
}
.project-listing-secN .swiper .swiper-slide figure .figinfo h3 {
  font-family: Optima;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: white;
}
.project-listing-secN .swiper .custom-pagination {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%);
  width: 30%;
  height: 20px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .project-listing-secN .swiper .custom-pagination {
    width: 60%;
  }
}
@media only screen and (max-width: 540px) {
  .project-listing-secN .swiper .custom-pagination {
    width: 80%;
  }
}
.project-listing-secN .swiper .custom-pagination .swiper-pagination-horizontal {
  position: absolute;
  top: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media only screen and (max-width: 540px) {
  .project-listing-secN .swiper .custom-pagination .swiper-pagination-horizontal {
    width: 70%;
  }
}
.project-listing-secN .swiper .custom-pagination .swiper-pagination-progressbar {
  background: #E6E6E6;
}
.project-listing-secN .swiper .custom-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #EEBF91;
}
.project-listing-secN .swiper .custom-pagination .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-listing-secN .swiper .custom-pagination .swiper-nav button {
  display: flex;
  align-items: center;
  transition: 0.5s ease;
  border: 1px solid #D0A77F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.project-listing-secN .swiper .custom-pagination .swiper-nav button:hover {
  background: #D0A77F;
}
.project-listing-secN .swiper .custom-pagination .swiper-nav button:hover svg path {
  stroke: white;
}
.project-listing-secN .swiper .custom-pagination .swiper-nav button.swiper-button-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.project-listing-secN .swiper .custom-pagination .swiper-nav button svg {
  vertical-align: middle;
  width: 34px;
  height: 40px;
}
.project-listing-secN .swiper .custom-pagination .swiper-nav button svg path {
  stroke: #D0A77F;
  transition: 0.5s ease;
}

.project-listing-secO {
  position: relative;
  z-index: 1;
  background: var(--white);
  padding: 50px 0 40px 0;
}
@media only screen and (max-width: 540px) {
  .project-listing-secO {
    padding: 40px 0 40px 0;
  }
}
.project-listing-secO .heading h2 {
  margin-bottom: 10px;
}
.project-listing-secO .approvals-compliance-swiper .swiper-wrapper {
  padding: 30px 0;
}
.project-listing-secO .approvals-compliance-swiper .swiper-wrapper .swiper-slide {
  box-shadow: 0px 5.82px 17.46px 0px rgba(149, 157, 165, 0.2);
  background: var(--white);
  text-align: center;
  padding: 20px;
}
.project-listing-secO .approvals-compliance-swiper .swiper-wrapper .swiper-slide figure {
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
}
.project-listing-secO .approvals-compliance-swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-listing-secO .approvals-compliance-swiper .swiper-wrapper .swiper-slide h4 {
  font-family: Lato;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
}/*# sourceMappingURL=projects-landing.css.map */