header {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 1001;
  transition: all 0.3s ease;
}
header.active {
  background: #181D24;
  border-bottom: 1px solid rgba(202, 157, 117, 0.5);
  top: 0;
  padding: 20px 0;
}
header .social-media {
  gap: 16px;
}
header .right ul {
  gap: 42px;
}
header .right ul li a {
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
header .menu-btn {
  border-radius: 28px;
  border: 1px solid #CA9D75;
  gap: 10px;
  width: 113px;
  height: 40px;
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

section#slider img {
  width: 100%;
}

section#homeAbout {
  height: 546px;
  background: #181D24;
}
section#homeAbout .wrapper .slogan-columns {
  margin-bottom: 40px;
}
section#homeAbout .wrapper .slogan-columns .column .slogan {
  margin-top: -120px;
}
section#homeAbout .wrapper .slogan-columns .column .slogan h2 {
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
section#homeAbout .wrapper .slogan-columns .column .slogan h3 {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
section#homeAbout .wrapper .slogan-columns .column .landing-intro {
  width: 290px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 40px;
  background: #F9F0EC;
  gap: 21px;
  margin-top: -40px;
}
section#homeAbout .wrapper .slogan-columns .column .landing-intro .landing-text p {
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11.813px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
section#homeAbout .wrapper .slogan-columns .column .landing-intro .landing-text p:nth-child(1) {
  color: #AC835E;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
section#homeAbout .wrapper .columns {
  gap: 311px;
}
section#homeAbout .wrapper .columns .column .text-area {
  max-width: 520px;
}
section#homeAbout .wrapper .columns .column h1 {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.4px;
  margin-bottom: 14px;
}
section#homeAbout .wrapper .columns .column p {
  color: #F9F0E8;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.4px;
}
section#homeAbout .wrapper .columns .column p:last-child {
  margin-top: 20px;
}

section#homeGallery {
  overflow: hidden;
  background: #181D24;
  position: relative;
}
section#homeGallery .banner-text {
  position: absolute;
  inset: 0;
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 200;
  line-height: 26px;
  letter-spacing: 0.4px;
  display: table;
  margin: auto;
}
section#homeGallery .banner-text span {
  font-weight: 500;
}
section#homeGallery .home-gallery-carousel {
  gap: 40px;
}

section#homeLocation {
  background: #181D24;
  position: relative;
}
section#homeLocation .location-star {
  position: absolute;
  bottom: -160px;
  right: 129px;
}
section#homeLocation .round-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: -78px;
  margin: auto;
}
section#homeLocation .cover {
  width: 100%;
  display: block;
}
section#homeLocation .wrapper {
  max-width: 730px;
  position: absolute;
  inset: 0;
  margin: auto;
  display: table;
}
section#homeLocation .wrapper p {
  color: #CA9D75;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 200;
  line-height: 70px;
  letter-spacing: 1.2px;
}
section#homeLocation .wrapper p span {
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 200;
  line-height: 70px;
  letter-spacing: 1.2px;
}
section#homeLocation .wrapper .location-btn {
  width: 160px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 40px;
  border: 1px solid #CA9D75;
  background: #181D24;
  color: #F9F0EC;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2px;
  margin-top: 41px;
}

section#homePlaces {
  position: relative;
}
section#homePlaces .places-wrapper {
  position: absolute;
  width: 72%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
}
section#homePlaces .places-wrapper .place-txt {
  position: absolute;
  top: 68px;
  left: 868px;
  color: #F9F0E8;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.4px;
  max-width: 368px;
}
section#homePlaces .places-wrapper .place {
  position: absolute;
  bottom: 0;
  left: 0;
}
section#homePlaces .places-wrapper .place .location {
  position: absolute;
  right: -80px;
  bottom: -130px;
}
section#homePlaces .places-wrapper .place .location .location-cover {
  border-radius: 100%;
  background: #fff;
  width: 124px;
  height: 124px;
}
section#homePlaces .places-wrapper .place .location .title {
  color: #181D24;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.4px;
  margin-top: 18px;
}
section#homePlaces .places-wrapper .place .location .sub-title {
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-align: center;
}

section#homeSlider {
  background: #F9F0EC;
  padding-top: 180px;
}
section#homeSlider h3 {
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 300;
  line-height: 106px;
  letter-spacing: 1.2px;
  max-width: 1029px;
  position: relative;
  z-index: 5;
}
section#homeSlider h3 span {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 300;
  line-height: 106px;
  letter-spacing: 1.2px;
}
section#homeSlider .home-feature-slider {
  margin-top: -70px;
}
section#homeSlider .home-feature-slider .carousel-wrapper {
  gap: 128px;
  position: relative;
}
section#homeSlider .home-feature-slider .carousel-wrapper .text-area p {
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.4px;
}
section#homeSlider .home-feature-slider .carousel-wrapper .count {
  position: absolute;
  bottom: 0;
  right: 72px;
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 200;
  line-height: 142px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
section#homeSlider .home-feature-slider .carousel-wrapper .count span {
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 142px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
section#homeSlider .home-feature-slider .owl-nav {
  position: absolute;
  margin-top: 0;
  bottom: 120px;
  left: 0;
}
section#homeSlider .home-feature-slider .owl-nav button {
  background: transparent;
}

section#homePeace .wrapper {
  max-width: 674px;
  right: 0;
}
section#homePeace .wrapper h3 {
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 75px;
  letter-spacing: 1.2px;
}
section#homePeace .wrapper h3 span {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 75px;
  letter-spacing: 1.2px;
}
section#homePeace .wrapper p {
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.4px;
  margin-top: 24px;
}

section#homePlans {
  overflow: hidden;
  background: #52403C;
  position: relative;
  padding-top: 128px;
  padding-bottom: 178px;
}
section#homePlans .banner-text {
  position: absolute;
  inset: 0;
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 200;
  line-height: 26px;
  letter-spacing: 0.4px;
  display: table;
  margin: auto;
}
section#homePlans .banner-text span {
  font-weight: 500;
}
section#homePlans .round-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
}
section#homePlans .home-plans-carousel {
  gap: 40px;
}

section#homeVideo {
  background: #181D24;
  padding-top: 51px;
  padding-bottom: 148px;
  position: relative;
}
section#homeVideo .movie-pattern {
  position: absolute;
  left: 15px;
  top: -234px;
}
section#homeVideo h3 {
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 106px;
  letter-spacing: 1.2px;
  text-align: center;
}
section#homeVideo h3 span {
  color: #CA9D75;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 106px;
  letter-spacing: 1.2px;
}
section#homeVideo .movie {
  margin-top: 66px;
  display: table;
  position: relative;
}
section#homeVideo .movie .movie-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -78px;
  margin: auto;
}

section#homeCatalog .wrapper {
  max-width: 380px;
  background: #181D24;
  height: 521px;
}
section#homeCatalog .wrapper p {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 106px;
  letter-spacing: 1.2px;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 114px;
}

section#homeContact {
  background: #F9F0EC;
  padding-top: 30px;
  padding-bottom: 105px;
}
section#homeContact .sub-title {
  color: #181D24;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.4px;
  max-width: 520px;
  margin-top: 30px;
  margin-bottom: 50px;
}
section#homeContact .wrapper {
  max-width: 1360px;
}
section#homeContact .wrapper .columns {
  margin-top: 30px;
}
section#homeContact .wrapper .columns .right {
  background: #181D24;
  border-radius: 20px;
  padding: 50px;
}
section#homeContact .wrapper .columns .right .social-media {
  gap: 16px;
  margin-top: 21px;
}
section#homeContact .wrapper .columns .right .title {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}
section#homeContact .wrapper .columns .right .desc {
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
section#homeContact .wrapper .columns .right .map {
  margin-top: 10px;
  gap: 5px;
  color: #F9F0EC;
  font-feature-settings: "liga" off;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
section#homeContact .wrapper .columns .right .mail {
  margin-top: 16px;
}
section#homeContact .wrapper .columns .right .mail a {
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
section#homeContact .wrapper .columns .right .phones {
  margin-top: 26px;
  padding-bottom: 25px;
  position: relative;
}
section#homeContact .wrapper .columns .right .phones:after {
  content: "";
  background: #CA9D75;
  width: 280px;
  height: 1px;
  position: absolute;
  bottom: 0;
}
section#homeContact .wrapper .columns .right .phones li {
  margin-bottom: 5px;
}
section#homeContact .wrapper .columns .right .phones li:last-child {
  margin-bottom: 0;
}
section#homeContact .wrapper .columns .right .phones li a {
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
section#homeContact .wrapper .columns .left {
  border-radius: 20px;
  background: #F6EBE6;
  padding: 54px 114px;
}
section#homeContact .wrapper .columns .left form {
  position: relative;
}
section#homeContact .wrapper .columns .left form label {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
section#homeContact .wrapper .columns .left form .checkbox-txt {
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
}
section#homeContact .wrapper .columns .left form input, section#homeContact .wrapper .columns .left form textarea {
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border: none;
  border-bottom: 1px solid #CA9D75;
  background: transparent;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
section#homeContact .wrapper .columns .left form select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #CA9D75;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
section#homeContact .wrapper .columns .left form button {
  width: 122px;
  height: 122px;
  background: #CA9D75;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
section#homeContact h3 {
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 300;
  line-height: 106px;
  letter-spacing: 1.2px;
  text-align: center;
}
section#homeContact h3 span {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 300;
  line-height: 106px;
  letter-spacing: 1.2px;
}

footer {
  border-top: 10px solid #CA9D75;
  background: #181D24;
  padding-bottom: 59px;
  position: relative;
}
footer .footer-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
}
footer .bottom {
  border-top: 1px solid #CA9D75;
  padding-top: 68px;
}
footer .bottom .wrapper {
  gap: 0;
}
footer .bottom .wrapper ul {
  gap: 45px;
}
footer .bottom .wrapper ul li a {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 106px;
  letter-spacing: 1.2px;
}
footer .top {
  padding-top: 32px;
  padding-bottom: 55px;
}
footer .top .files {
  gap: 31px;
}
footer .top .files li a {
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.4px;
  gap: 11px;
}
footer .top .ayprime-text {
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-align: center;
}
footer .top .arrow-up {
  gap: 11px;
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.4px;
}
footer .copyright {
  color: #ECECEC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  gap: 10px;
  margin-top: 57px;
}

section#pageHeader {
  height: 341px;
  background: #181D24;
  position: relative;
}
section#pageHeader h1 {
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
section#pageHeader.design-2 h1 {
  color: #CA9D75;
  line-height: 125%;
  bottom: 39px;
}
section#pageHeader.design-2 .star {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
}

section#featureDesc {
  background: #F9F0EC;
  padding-top: 101px;
  padding-bottom: 48px;
}
section#featureDesc .left p {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 300;
  line-height: 63px;
  letter-spacing: 1.2px;
  max-width: 686px;
}
section#featureDesc .right p {
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
section#featureDesc .right p:last-child {
  margin-bottom: 0;
}

section#featureLists {
  background: #181D24;
  border-top: 14px solid #CA9D75;
  padding-top: 104px;
  padding-bottom: 115px;
}
section#featureLists .column {
  border: 1px solid rgba(202, 157, 117, 0.38);
  height: 168px;
}
section#featureLists .column p {
  color: #F9F0EC;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 18px;
  max-width: 166px;
}

section#engineering {
  padding-top: 126px;
  padding-bottom: 173px;
  background: #F9F0EC;
  position: relative;
  overflow: hidden;
}
section#engineering .pattern {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
section#engineering .left p {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 300;
  line-height: 106px;
  letter-spacing: 1.2px;
}
section#engineering .accordion-header {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.4px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(202, 157, 117, 0.58);
}
section#engineering .accordion-body {
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  padding-left: 434px;
}
section#engineering .accordion-body div {
  padding-top: 18px;
}

section#projectGalleriesBanner {
  background: #F9F0EC;
  padding-top: 49px;
  padding-bottom: 76px;
}
section#projectGalleriesBanner h2 {
  color: #CA9D75;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 300;
  line-height: 63px;
  letter-spacing: 1.2px;
  max-width: 575px;
}
section#projectGalleriesBanner p {
  color: #181D24;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.4px;
  margin-top: 32px;
  max-width: 774px;
}

section#projectGalleries {
  padding-top: 150px;
  background: #F9F0EC;
}

section#projectConstruction {
  background: #F9F0EC;
  padding-top: 54px;
  padding-bottom: 117px;
}
section#projectConstruction .desc {
  color: #181D24;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.4px;
  max-width: 520px;
}
section#projectConstruction .columns {
  margin-top: 39px;
  gap: 40px;
}

section#plansPage {
  background: #F9F0EC;
  padding: 55px 0;
}
section#plansPage .cover {
  max-width: 181px;
}
section#plansPage ul li {
  border-top: 1px solid #E2D9D5;
  padding-top: 34px;
  padding-bottom: 54px;
}
section#plansPage ul li:last-child {
  border-bottom: 1px solid #E2D9D5;
}
section#plansPage ul li .icons {
  gap: 17px;
}
section#plansPage ul li .desc {
  width: 532px;
}
section#plansPage ul li .desc .title {
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.6px;
}
section#plansPage ul li .desc .sub-title {
  color: #A9A09C;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 72px;
}

section#planDetail {
  background: #F9F0EC;
  padding-top: 136px;
  padding-bottom: 93px;
}
section#planDetail .columns {
  gap: 121px;
  position: relative;
  overflow: hidden;
}
section#planDetail .columns .column {
  position: relative;
  z-index: 2;
}
section#planDetail .columns h1 {
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 77px;
  letter-spacing: 1.2px;
}
section#planDetail .columns h1 span {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 77px;
  letter-spacing: 1.2px;
}
section#planDetail .columns ul {
  margin-top: 62px;
}
section#planDetail .columns ul li {
  background: #F6EAE4;
  margin-bottom: 16px;
  padding-right: 118px;
  padding-left: 11px;
}
section#planDetail .columns ul li:last-child {
  margin-bottom: 0;
}
section#planDetail .columns ul li .left {
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 49px;
  letter-spacing: 1.6px;
}
section#planDetail .columns ul li .right {
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 1.6px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 1000;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.overlay-left {
  width: 40%;
  background-color: #181D24;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.6s ease;
}

.overlay.active .overlay-left {
  transform: translateY(0);
}

.overlay-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-right {
  width: 60%;
  background-color: #181D24;
  padding: 50px;
  transform: translateY(100%);
  transition: transform 0.6s ease;
  display: flex;
  align-items: center;
  position: relative;
}
.overlay-right .menu-pattern {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.overlay-right .files {
  position: absolute;
  bottom: 152px;
  right: 197px;
}
.overlay-right .files .column {
  margin-bottom: 14px;
}
.overlay-right .files .column:last-child {
  margin-bottom: 0;
}
.overlay-right .files .column a {
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.4px;
  gap: 13px;
}

.overlay.active .overlay-right {
  transform: translateY(0);
}

.overlay-right ul {
  list-style: none;
  padding: 0;
  padding-left: 140px;
}

.overlay-right li {
  margin-bottom: 40px;
}
.overlay-right li:last-child {
  margin-bottom: 0;
}

.overlay-right a {
  text-decoration: none;
  color: #F9F0EC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1.2px;
  position: relative;
  transition: all 0.3s ease;
}
.overlay-right a .star {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
}
.overlay-right a:hover {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1.2px;
}
.overlay-right a:hover .star {
  display: block;
}

.checkbox-wrapper {
  gap: 19px;
}

.checkbox-box {
  width: 20px;
  height: 20px;
  border: 2px solid #AC835E;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.checkbox-box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #F9F0EC;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.2s ease;
}

.custom-checkbox:checked + .checkbox-wrapper .checkbox-box {
  background-color: #AC835E;
}

.custom-checkbox:checked + .checkbox-wrapper .checkbox-box::after {
  opacity: 1;
}

.round-btn {
  width: 156px;
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #181D24;
  border: 1px solid #CA9D75;
  border-radius: 100%;
  color: #F9F0E8;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.4px;
}

section#locationMap {
  border-top: 10px solid #CA9D75;
}

section#locationDesc {
  background: #F9F0EC;
  padding-top: 107px;
  padding-bottom: 63px;
}
section#locationDesc h2 {
  color: #CA9D75;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 300;
  line-height: 63px;
  letter-spacing: 1.2px;
  max-width: 518px;
}
section#locationDesc .columns {
  margin-top: 36px;
  gap: 140px;
}
section#locationDesc .columns .column table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 16px;
}
section#locationDesc .columns .column table tr td {
  background: #F6EAE4;
  color: #181D24;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 1.6px;
}
section#locationDesc .columns .column table tr td:nth-child(1) {
  text-align: center;
}
section#locationDesc .columns .column table tr td:nth-child(1) svg {
  display: inline-block;
}
section#locationDesc .columns .column table tr td:nth-child(3) {
  font-weight: 700;
}
section#locationDesc .columns .column table tr td:nth-child(4) {
  font-weight: 700;
}

@media only screen and (max-width: 1440px) {
  section#engineering .left p {
    font-size: 80px;
  }
  section#engineering .columns {
    grid-template-columns: auto auto;
    gap: 80px;
  }
  section#engineering .right {
    width: auto;
  }
  section#engineering .accordion-body {
    padding-left: 30%;
  }
}
@media only screen and (max-width: 600px) {
  body, html {
    overflow-x: hidden;
  }
  .container {
    max-width: 95%;
  }
  section#pageHeader {
    height: 200px;
  }
  section#pageHeader h1 {
    font-size: 32px;
  }
  footer .bottom {
    padding-top: 20px;
  }
  footer .bottom .wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  footer .bottom .wrapper ul {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
  }
  footer .bottom .wrapper ul li {
    width: 100%;
  }
  footer .bottom .wrapper ul li a {
    line-height: 100%;
    text-align: center;
    width: 100%;
    display: table;
  }
  footer .top {
    padding: 20px 0;
  }
  footer .top .columns {
    gap: 20px;
  }
  footer .top .arrow-up {
    margin-right: auto;
  }
  footer .top .files {
    gap: 15px;
  }
  footer .footer-pattern {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    right: 0;
    left: 0;
  }
  footer .copyright {
    margin-top: 40px;
  }
  section#homeContact {
    padding-bottom: 40px;
  }
  section#homeContact .sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section#homeContact .wrapper .columns {
    gap: 60px;
  }
  section#homeContact .wrapper .columns .left {
    padding: 30px;
  }
  section#homeContact .wrapper .columns .left form button {
    width: 75px;
    height: 75px;
  }
  header {
    top: 20px;
  }
  header .logo {
    width: 80%;
  }
  header .right ul {
    gap: 15px;
  }
  section#featureDesc {
    padding: 20px 0;
  }
  section#featureDesc .left {
    margin-bottom: 20px;
  }
  section#featureDesc .left p {
    font-size: 22px;
    line-height: 120%;
  }
  section#featureDesc .right p {
    font-size: 16px;
  }
  section#featureLists {
    padding: 20px 0;
  }
  section#featureLists .column {
    height: 100px;
    padding: 10px;
  }
  section#featureLists .column p {
    font-size: 13px;
    margin-top: 10px;
  }
  section#engineering {
    padding: 40px 0;
  }
  section#engineering .pattern {
    width: 30%;
    margin: auto;
  }
  section#engineering .left p {
    font-size: 22px;
    line-height: 120%;
    text-align: center;
  }
  section#engineering .columns {
    grid-template-columns: 100%;
    gap: 20px;
  }
  section#engineering .accordion-header {
    font-size: 16px;
  }
  section#engineering .accordion-body {
    padding-left: 0;
  }
  .overlay .overlay-left {
    display: none;
  }
  .overlay .overlay-right {
    width: 100%;
  }
  .overlay .overlay-right .menu-pattern {
    width: 30%;
  }
  .overlay .overlay-right ul {
    padding-left: 0;
  }
  .overlay .overlay-right ul li a {
    font-size: 24px;
  }
  .overlay .overlay-right .files {
    width: 100%;
    bottom: 47px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px;
  }
  .overlay .overlay-right .files .column:first-child {
    border-top: 1px solid #CA9D75;
    padding-top: 25px;
  }
  section#projectGalleriesBanner h2 {
    font-size: 22px;
    line-height: 120%;
  }
  section#projectGalleriesBanner p {
    font-size: 16px;
    margin-top: 10px;
  }
  section#projectGalleries {
    padding-top: 100px;
  }
  section#projectGalleries .columns {
    gap: 20px;
  }
  section#homeContact h3 {
    font-size: 32px;
    line-height: 120%;
  }
  section#homeContact h3 span {
    font-size: 32px;
    line-height: 120%;
  }
  section#projectConstruction {
    padding-bottom: 40px;
  }
  section#projectConstruction .columns {
    gap: 20px;
  }
  section#homePlaces {
    overflow: hidden;
  }
  section#homePlaces .cover {
    height: 350px;
    object-fit: cover;
  }
  section#homeAbout {
    height: auto;
    padding-bottom: 40px;
  }
  section#homeAbout .wrapper .slogan-columns .column .slogan {
    margin-top: 20px;
  }
  section#homeAbout .wrapper .slogan-columns .column .slogan h2, section#homeAbout .wrapper .slogan-columns .column .slogan h3 {
    font-size: 32px;
    text-align: center;
    line-height: 140%;
  }
  section#homeAbout .wrapper .slogan-columns .column .landing-intro {
    margin: auto;
    margin-top: 20px;
  }
  section#homeAbout .wrapper .columns {
    gap: 20px;
  }
  section#homeAbout .wrapper .columns .column .desc-cover {
    margin: auto;
  }
  section#homeGallery .banner-text {
    font-size: 32px;
  }
  section#homeLocation .cover {
    height: 350px;
    object-fit: cover;
  }
  section#homeLocation .wrapper p {
    font-size: 16px;
  }
  section#homeLocation .wrapper p span {
    font-size: 16px;
  }
  section#homeSlider {
    padding: 40px 0;
  }
  section#homeSlider h3 {
    font-size: 32px;
    line-height: 120%;
  }
  section#homeSlider h3 span {
    font-size: 32px;
    line-height: 120%;
  }
  section#homeSlider .home-feature-slider {
    margin-top: 20px;
  }
  section#homeSlider .home-feature-slider .carousel-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  section#homeSlider .home-feature-slider .carousel-wrapper .count {
    font-size: 22px;
    line-height: 120%;
    bottom: 30px;
    right: 30px;
  }
  section#homeSlider .home-feature-slider .carousel-wrapper .count span {
    font-size: 22px;
    line-height: 120%;
  }
  section#homeSlider .home-feature-slider .owl-nav {
    bottom: 20px;
    left: 20px;
  }
  section#homeSlider .home-feature-slider .owl-nav button {
    background: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 3px;
  }
  section#homeSlider .home-feature-slider .owl-nav button img {
    width: 30px;
  }
  section#homePeace .cover {
    height: 350px;
    object-fit: cover;
  }
  section#homePeace .wrapper {
    max-width: 100%;
    padding-top: 80px;
  }
  section#homePeace .wrapper h3 {
    font-size: 32px;
    line-height: 120%;
  }
  section#homePeace .wrapper h3 span {
    font-size: 32px;
    line-height: 120%;
  }
  section#homePeace .wrapper p {
    font-size: 16px;
    margin-top: 10px;
  }
  section#homePlans {
    padding-top: 40px;
  }
  section#homePlans .banner-text {
    font-size: 32px;
  }
  section#homeVideo {
    padding-bottom: 100px;
  }
  section#homeVideo .movie-pattern {
    top: -55px;
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
  }
  section#homeVideo h3 {
    font-size: 32px;
    line-height: 120%;
  }
  section#homeVideo h3 span {
    font-size: 32px;
    line-height: 120%;
  }
  section#homeVideo .movie {
    margin-top: 40px;
  }
  section#homeVideo .movie .movie-btn {
    width: 100px;
  }
  section#homeCatalog .cover {
    height: 350px;
    object-fit: cover;
  }
  section#homeCatalog .wrapper {
    height: 200px;
  }
  section#homeCatalog .wrapper .star {
    width: 100px;
  }
  section#homeCatalog .wrapper p {
    font-size: 18px;
    margin: 15px 0;
    line-height: 120%;
  }
  section#homeContact .wrapper .columns .left form .checkbox-txt {
    width: 300px;
  }
  section#slider img {
    height: 350px;
    object-fit: cover;
  }
  section#plansPage {
    padding: 40px 20px;
  }
  section#plansPage ul li {
    border: 1px solid #E2D9D5;
    border-bottom: none;
    padding: 25px;
    flex-wrap: wrap-reverse;
    position: relative;
  }
  section#plansPage ul li .star {
    position: absolute;
    top: 58px;
    left: -21px;
  }
  section#plansPage ul li .desc {
    width: 50%;
    order: 1;
  }
  section#plansPage ul li .desc .sub-title {
    margin-top: 24px;
  }
  section#plansPage ul li .cover {
    width: 50%;
    order: 2;
  }
  section#plansPage ul li .link {
    width: 100%;
    display: flex;
    margin-top: 25px;
  }
  section#plansPage ul li .link a {
    margin-left: auto;
  }
  section#plansPage ul li .link svg {
    width: 39px;
    height: 39px;
  }
  section#plansPage ul li .icons {
    position: absolute;
    bottom: 25px;
    left: 25px;
  }
  section#planDetail {
    padding: 40px 0;
  }
  section#planDetail .columns {
    gap: 40px;
  }
  section#planDetail .columns .column {
    order: 2;
  }
  section#planDetail .columns .cover {
    order: 1;
  }
  section#planDetail .columns h1 {
    font-size: 32px;
  }
  section#planDetail .columns h1 span {
    font-size: 32px;
  }
  section#planDetail .columns ul {
    margin-top: 20px;
  }
  section#planDetail .columns ul li {
    padding: 5px 10px;
  }
  section#planDetail .columns ul li .right, section#planDetail .columns ul li .left {
    font-size: 16px;
  }
  section#locationDesc {
    padding: 40px 0;
  }
  section#locationDesc h2 {
    font-size: 22px;
    line-height: 120%;
    text-align: center;
  }
  section#locationDesc .columns {
    gap: 20px;
  }
  section#locationDesc .columns .column table tr td {
    font-size: 16px;
    line-height: 150%;
  }
  section#locationMap img {
    height: 250px;
    object-fit: cover;
  }
  section#projectGalleriesBanner {
    padding: 20px 0;
  }
  section#homePlaces .places-wrapper {
    width: 100%;
    display: flex;
    gap: 15px;
    top: unset;
    position: absolute;
    bottom: 30px;
    height: auto;
    padding: 0 25px;
  }
  section#homePlaces .places-wrapper .place {
    position: relative;
    width: 25%;
  }
  section#homePlaces .places-wrapper .place .location {
    position: relative;
    bottom: unset;
    right: unset;
  }
  section#homePlaces .places-wrapper .place .location .location-cover {
    width: 70px;
    height: 70px;
  }
  section#homePlaces .places-wrapper .place .location .title, section#homePlaces .places-wrapper .place .location .sub-title {
    font-size: 16px;
    color: #fff;
    line-height: 120%;
  }
  section#homePlaces .places-wrapper .place svg {
    display: none;
  }
}