@import url('https://fonts.googleapis.com/css2?family=lato:wght@400&display=swap');

body {
  font-family: 'lato', sans-serif;
}

.pr-dtl-banner {
  padding-top: 55px;
  --gap: 14px;
  margin-top: var(--gap);
}
@media (max-width: 675px) {
  .pr-dtl-banner {
    --gap: 5px;
  }
}
.pr-dtl-banner .grid {
  grid-template-areas: "col1 col2" "col1 col3";
  grid-template-columns: 65% 1fr;
  gap: var(--gap);
}
.pr-dtl-banner .grid .col {
  line-height: 0;
  position: relative;
}
.pr-dtl-banner .grid .col:last-child button {
  line-height: 0;
}
.pr-dtl-banner .grid .col img {
  width: 100%;
  aspect-ratio: 1.9;
  -o-object-fit: cover;
     object-fit: cover;
}
.pr-dtl-banner .grid .col .project-detail-banner-slider {
  height: 100%;
}
.pr-dtl-banner .grid .col .project-detail-banner-slider .owl-stage-outer, .pr-dtl-banner .grid .col .project-detail-banner-slider .owl-stage, .pr-dtl-banner .grid .col .project-detail-banner-slider .owl-item, .pr-dtl-banner .grid .col .project-detail-banner-slider .item {
  height: 100%;
}
.pr-dtl-banner .grid .col .project-detail-banner-slider .item img {
  height: 100%;
}
.pr-dtl-banner .grid .col .project-detail-banner-slider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.pr-dtl-banner .grid .col .project-detail-banner-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
@media (max-width: 675px) {
  .pr-dtl-banner .grid .col .project-detail-banner-slider .owl-dots {
    bottom: 12px;
  }
}
.pr-dtl-banner .grid .col .project-detail-banner-slider .owl-dots button.owl-dot {
  height: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--white);
}
@media (max-width: 675px) {
  .pr-dtl-banner .grid .col .project-detail-banner-slider .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
  }
}
.pr-dtl-banner .grid .col .project-detail-banner-slider .owl-dots button.owl-dot:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 675px) {
  .pr-dtl-banner .grid .col .project-detail-banner-slider .owl-dots button.owl-dot:not(:last-child) {
    margin-right: 8px;
  }
}
.pr-dtl-banner .grid .col .project-detail-banner-slider .owl-dots button.owl-dot.active {
  background: var(--gradient);
}
.pr-dtl-banner .grid .col .play-btn {
  position: absolute;
  bottom: 40px;
  right: 35px;
  z-index: 1;
  width: 59px;
  height: 59px;
}
@media (max-width: 675px) {
  .pr-dtl-banner .grid .col .play-btn {
    width: 30px;
    height: 30px;
    bottom: 12px;
    right: 12px;
  }
}
.pr-dtl-banner .grid .col .play-btn img {
  width: 100%;
  height: 100%;
}
.pr-dtl-banner .grid .col:nth-child(1) {
  grid-area: col1;
}
.pr-dtl-banner .grid .col:nth-child(2) {
  grid-area: col2;
}
.pr-dtl-banner .grid .col:nth-child(3) {
  grid-area: col3;
}
.pr-dtl-banner .grid .col:nth-child(3) a {
  display: block;
}
.pr-dtl-banner .grid .col:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6980392157);
  z-index: 0;
}
.pr-dtl-banner .grid .col:nth-child(3) figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pr-dtl-banner .grid .col:nth-child(3) figcaption h3 {
color: black;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 1.6px;
}
@media (max-width: 767px) {
  .pr-dtl-banner .grid .col:nth-child(3) figcaption h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 360px) {
  .pr-dtl-banner .grid .col:nth-child(3) figcaption h3 {
    font-size: 16px;
    letter-spacing: 0.6px;
  }
}
.pr-dtl-banner .grid .col:nth-child(3) figcaption p {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "lato", sans-serif;
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 1152px) {
  .pr-dtl-banner .grid .col:nth-child(3) figcaption p {
    letter-spacing: 0.6px;
  }
}
@media (max-width: 767px) {
  .pr-dtl-banner .grid .col:nth-child(3) figcaption p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .pr-dtl-banner .grid .col:nth-child(3) figcaption p {
    font-size: 12px;
  }
}

.pr-detail-secA {
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .pr-detail-secA {
    padding: 75px 0;
  }
}
@media (max-width: 991px) {
  .pr-detail-secA {
    padding: 65px 0;
  }
}
@media (max-width: 675px) {
  .pr-detail-secA {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 360px) {
  .pr-detail-secA {
    padding: 45px 0;
  }
}
@media (max-width: 1300px) {
  .pr-detail-secA .wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .pr-detail-secA .wrapper {
    padding: 0 15px;
  }
}
.pr-detail-secA .flex .colA {
  flex: 0 1 65%;
  max-width: 65%;
  width: 100%;
}
@media (max-width: 1007px) {
  .pr-detail-secA .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.pr-detail-secA .flex .colA .col-md:not(:last-child) {
  margin-bottom: 50px;
}
/*@media (max-width: 1007px) {*/
/*  .pr-detail-secA .flex .colA .col-md:not(:last-child) {*/
/*    margin-bottom: 45px;*/
/*  }*/
/*}*/
.pr-detail-secA .flex .colA .col-md .location-txt {
  color: var(--white);
  margin-bottom: 22px;
  line-height: 1;
}
.pr-detail-secA .flex .colA .col-md a, .pr-detail-secA .flex .colA .col-md p, .pr-detail-secA .flex .colA .col-md button, .pr-detail-secA .flex .colA .col-md li {
  color: black;
}
.pr-detail-secA .flex .colA .col-md .title {
   font-family: 'Optima LT W02 Roman';
     text-transform: uppercase;
color: #4f4e4ec7;
  letter-spacing: 1.6px;
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 360px) {
  .pr-detail-secA .flex .colA .col-md .title {
    margin-bottom: 15px;
    letter-spacing: 0.6px;
  }
}
.pr-detail-secA .flex .colA .col-md .title h4 {
  padding-bottom: 15px;
  display: inline-block;
  color:black;
}
@media only screen and (max-width: 360px) {
  .pr-detail-secA .flex .colA .col-md .title h4 {
    padding-bottom: 10px;
  }
}
.pr-detail-secA .flex .colA .col-md .title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #4f4e4ec7;
}
.pr-detail-secA .flex .colA .col-md .content .read-more {
  color: var(--white);
  margin-top: 25px;
}
.pr-detail-secA .flex .colA .col-md .content .read-more img {
  margin-left: 10px;
}
.pr-detail-secA .flex .colA .col-md .content .grid-wrap {
  padding-bottom: 45px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 38px 5px;
}
@media (max-width: 675px) {
  .pr-detail-secA .flex .colA .col-md .content .grid-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pr-detail-secA .flex .colA .col-md .content .grid-wrap .col {
  text-align: center;
}
.pr-detail-secA .flex .colA .col-md .content .grid-wrap .col .ico {
  max-width: 70px;
  aspect-ratio: 1;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#imgdii{
height: 26px
}
.pr-detail-secA .flex .colA .col-md .content .grid-wrap .col p {
  font-size: 14px;
  font-weight: 500;
  font-family: "lato", sans-serif;
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--whitefade);
}
@media (max-width: 1152px) {
  .pr-detail-secA .flex .colA .col-md .content .grid-wrap .col p {
    letter-spacing: 0.6px;
  }
}
.pr-detail-secA .flex .colA .col-md.amenities-col .content {
  margin-top: 60px;
}
@media (max-width: 1007px) {
  .pr-detail-secA .flex .colA .col-md.amenities-col .content {
    margin-top: 45px;
  }
}
.pr-detail-secA .flex .colA .col-md.amenities-col .content .read-more {
  margin-top: 0;
}
.pr-detail-secA .flex .colA .col-md.amenities-col .amnt-plan-nav {
  position: absolute;
  top: 50%;
  translate: 0 -435%;
  right: 0;
  line-height: 0;
}

@media screen and (max-width:567px){
  .pr-detail-secA .flex .colA .col-md.amenities-col .amnt-plan-nav{
    translate: 0 -399%!important
}

}




.pr-detail-secA .flex .colA .col-md.amenities-col .amnt-plan-nav .swiper-prev {
  transform: scaleX(-1);
  margin-right: 1rem;
}
.pr-detail-secA .flex .colA .col-md.amenities-col .amenities-slider .col {
  text-align: center;
}
.pr-detail-secA .flex .colA .col-md.amenities-col .amenities-slider .col p {
  line-height: 18px;
  margin-top: 10px;
  font-family: "lato", sans-serif;
  font-size: 10px;
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content {
  display: flex;
  flex-wrap: wrap;
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp {
  flex: 1;
  padding-right: 25px;
}
@media (max-width: 675px) {
  .pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp {
    flex: 0 1 100%;
    padding-right: 0;
  }
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp .get-direction {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--white);
  background: #4f4e4ec7;
  height: auto;
  line-height: normal;
  padding: 11px 29px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  transition: 0s !important;
  letter-spacing: 1.6px;
  --border: 1px;
  z-index: 1;
 
  margin-top: 4rem;
}
@media (max-width: 1152px) {
  .pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp .get-direction {
    letter-spacing: 0.6px;
  }
}
@media only screen and (max-width: 365px) {
  .pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp .get-direction {
    letter-spacing: 0.2px;
    padding: 11px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp .get-direction {
    letter-spacing: 0.1px;
    padding: 11px 15px;
  }
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp .get-direction::before, .pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp .get-direction::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #4f4e4ec7;
  height: var(--border);
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp .get-direction::before {
  top: 0;
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp .get-direction::after {
  bottom: 0;
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp .get-direction:hover {
  background: #4f4e4ec7;
  color: white;
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp .get-direction:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(17%) hue-rotate(82deg) brightness(103%) contrast(103%);
}
@media (max-width: 675px) {
  .pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp .get-direction {
    margin-top: 30px;
  }
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp ul li {
  position: relative;
  padding-left: 30px;
   font-family: 'lato';
    letter-spacing: 1px;
    font-size: 13px;
}
@media (max-width: 991px) {
  .pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp ul li {
    padding-left: 20px;
  }
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp ul li:not(:last-child) {
  margin-bottom: 6px;
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #CDAB6E;
}
@media (max-width: 991px) {
  .pr-detail-secA .flex .colA .col-md.location-advantage .content .adventges-wrp ul li::before {
    top: 8px;
    width: 8px;
  }
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content .location-wrap {
  flex: 0 1 50%;
  height: -moz-max-content;
  height: max-content;
  aspect-ratio: 1.4;
  border: 1px solid #4f4e4ec7;
}
@media (max-width: 675px) {
  .pr-detail-secA .flex .colA .col-md.location-advantage .content .location-wrap {
    flex: 0 1 100%;
    margin-top: 35px;
  }
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content .location-wrap a {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 0;
}
.pr-detail-secA .flex .colA .col-md.location-advantage .content .location-wrap a img, .pr-detail-secA .flex .colA .col-md.location-advantage .content .location-wrap a iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.pr-detail-secA .flex .colA .col-md.floor-plans .title {
  position: relative;
}
.pr-detail-secA .flex .colA .col-md.floor-plans .title .floor-plan-nav {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 360px) {
  .pr-detail-secA .flex .colA .col-md.floor-plans .title .floor-plan-nav button img {
    width: 10px;
  }
}
.pr-detail-secA .flex .colA .col-md.floor-plans .title .floor-plan-nav .owl-prev {
  margin-right: 16px;
}
.pr-detail-secA .flex .colA .col-md.floor-plans .floor-plan-slider {
  margin-top: 40px;
}
.pr-detail-secA .flex .colA .col-md.floor-plans .floor-plan-slider .item {
    display: block;
    border: 1px solid #4f4e4ec7;
    padding: 17px;
    margin: 17px 25px 0px 0px;
}
.pr-detail-secA .flex .colA .col-md.floor-plans .floor-plan-slider .item figure img {
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.6s ease;
}
.pr-detail-secA .flex .colA .col-md.floor-plans .floor-plan-slider .item figcaption {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
  font-family: "lato", sans-serif;
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--whitefade2);
  text-align: center;
  transition: 0.6s ease;
}
@media (max-width: 1152px) {
  .pr-detail-secA .flex .colA .col-md.floor-plans .floor-plan-slider .item figcaption {
    letter-spacing: 0.6px;
  }
}
.pr-detail-secA .flex .colA .col-md.floor-plans .floor-plan-slider .item:hover figure img {
  transform: scale(0.9);
}
.pr-detail-secA .flex .colA .col-md.floor-plans .floor-plan-slider .item:hover figcaption {
  color: var(--white);
}
.pr-detail-secA .flex .colB {
  flex: 1;
  padding-left: 4rem;
  height: 100%;
  position: sticky;
  top: calc(var(--headerheight) + 20px);
}
@media (max-width: 1300px) {
  .pr-detail-secA .flex .colB {
    padding-left: 2rem;
  }
}
@media (max-width: 1007px) {
  .pr-detail-secA .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 35px;
  }
}
.pr-detail-secA .flex .colB h5 {
  font-size: 20px;
  font-weight: normal;
  font-family: 'Optima LT W02 Roman';
  color: black;
  letter-spacing: 1px;
  text-transform: uppercase;
 
  text-align: center;
}
@media (max-width: 1152px) {
  .pr-detail-secA .flex .colB h5 {
    letter-spacing: 0.6px;
  }
}
.pr-detail-secA .flex .colB .price-card {
  position: relative;
  border-left: 1px solid #4f4e4ec7;
  border-right: 1px solid #4f4e4ec7;
  padding: 20px 25px;
  text-align: center;
}
.pr-detail-secA .flex .colB .price-card::before, .pr-detail-secA .flex .colB .price-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #4f4e4ec7;
}
.pr-detail-secA .flex .colB .price-card::before {
  top: 0;
}
.pr-detail-secA .flex .colB .price-card::after {
  bottom: 0;
}
@media (max-width: 1300px) {
  .pr-detail-secA .flex .colB .price-card {
    padding: 25px 27px;
  }
}
@media only screen and (max-width: 345px) {
  .pr-detail-secA .flex .colB .price-card {
    padding: 25px 10px;
  }
}
.pr-detail-secA .flex .colB .price-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 20px 0 10px;
}
.pr-detail-secA .flex .colB .price-card ul li {
  flex: 0 1 33%;
}
.pr-detail-secA .flex .colB .price-card ul li span {
  font-size: 12px;
  font-weight: 500;
  font-family: "lato", sans-serif;
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--whitefade2);
}
@media (max-width: 1152px) {
  .pr-detail-secA .flex .colB .price-card ul li span {
    letter-spacing: 0.6px;
  }
}
.pr-detail-secA .flex .colB .price-card ul li p {
  font-size: 14px;
  font-weight: 500;
  font-family: "lato", sans-serif;
  color: black;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 1152px) {
  .pr-detail-secA .flex .colB .price-card ul li p {
    letter-spacing: 0.6px;
  }
}
.pr-detail-secA .flex .colB .price-card .btm-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
}
@media (max-width: 1300px) {
  .pr-detail-secA .flex .colB .price-card .btm-wrp {
    gap: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .pr-detail-secA .flex .colB .price-card .btm-wrp {
    gap: 0 10px;
  }
}
.pr-detail-secA .flex .colB .price-card .btm-wrp .btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--white);
  background: #4f4e4ec7;
  height: 40px;
  line-height: normal;
  padding: 11px 20px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  transition: 0s !important;
  letter-spacing: 1.6px;
  --border: 1px;
  z-index: 1;

}
@media (max-width: 1152px) {
  .pr-detail-secA .flex .colB .price-card .btm-wrp .btn {
    letter-spacing: 0.6px;
  }
}
@media only screen and (max-width: 365px) {
  .pr-detail-secA .flex .colB .price-card .btm-wrp .btn {
    letter-spacing: 0.2px;
    padding: 11px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .pr-detail-secA .flex .colB .price-card .btm-wrp .btn {
    letter-spacing: 0.1px;
    padding: 11px 15px;
  }
}
.pr-detail-secA .flex .colB .price-card .btm-wrp .btn::before, .pr-detail-secA .flex .colB .price-card .btm-wrp .btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #4f4e4ec7;
  height: 1px solid #4f4e4ec7;
}
.pr-detail-secA .flex .colB .price-card .btm-wrp .btn::before {
  top: 0;
}
.pr-detail-secA .flex .colB .price-card .btm-wrp .btn::after {
  bottom: 0;
}
.pr-detail-secA .flex .colB .price-card .btm-wrp .btn:hover {
  background: var(--gradient);
  color: var(--black);
}
.pr-detail-secA .flex .colB .price-card .btm-wrp .btn:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(17%) hue-rotate(82deg) brightness(103%) contrast(103%);
}
@media (max-width: 1300px) {
  .pr-detail-secA .flex .colB .price-card .btm-wrp .btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.pr-detail-secA .flex .colB .price-card .btm-wrp .btn.inquire {
  background: #4f4e4ec7;
  color: white;
}
.pr-detail-secA .flex .colB .price-card .btm-wrp .btn.inquire:hover {
background: #4f4e4ec7;
  color: white;
}
.pr-detail-secA .flex .colB .inquiry-wrap {
  position: relative;
  border-left: 1px solid #4f4e4ec7;
  border-right: 1px solid #4f4e4ec7;
 padding: 15px 30px;
    margin-top: 10px;
}
.pr-detail-secA .flex .colB .inquiry-wrap::before, .pr-detail-secA .flex .colB .inquiry-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #4f4e4ec7;
}
.pr-detail-secA .flex .colB .inquiry-wrap::before {
  top: 0;
}
.pr-detail-secA .flex .colB .inquiry-wrap::after {
  bottom: 0;
}
@media (max-width: 675px) {
  .pr-detail-secA .flex .colB .inquiry-wrap {
    padding: 45px 30px 30px;
  }
}
.pr-detail-secA .flex .colB .inquiry-wrap h5 {
  margin-bottom: 25px;
}
@media (max-width: 675px) {
  .pr-detail-secA .flex .colB .inquiry-wrap h5 {
    margin-bottom: 18px;
  }
}

.home-secA.pr-detail-secB {
  padding-top: 30px;
}/*# sourceMappingURL=project-detail.css.map */


#h3pid{
     
    font-size: 48px;
    line-height: 1;
    letter-spacing: 1.6px;
     font-family: 'Optima LT W02 Roman';
    font-weight: normal;
}
#h1id{
  font-size: 24px;

    font-weight: normal;
       font-family: 'Optima LT W02 Roman';
    color: black;
    letter-spacing: 1px;
    text-transform: uppercase;
   
    text-align: left;

}

@media screen and (max-width:567px){
    #h1id{
  font-size: 21px!important;
        
    }
}


#sumsize{
  font-size: 12px;

    font-weight: normal;
     font-family: 'Optima LT W02 Roman';
    color: var(--white);
    letter-spacing: 1.1px;
    text-transform: uppercase;
    -webkit-background-clip: text;
   
    text-align: left;
    border-bottom: 1px solid #ecd5a4;

}




.ulli li{
 text-align: justify;
  font-family: 'lato';
    letter-spacing: 1px;
    font-size: 14px;
font-weight: 300;
}



 .paymentplan {
        display: flex;
        justify-content: space-between ; /* Align items horizontally */
        gap: 20px; /* Spacing between items */
        flex-wrap: wrap; /* Ensures responsiveness on smaller screens */
    }

    .pay-box {
        text-align: center;
        width: 190px; /* Adjust width as needed */
        margin: 10px;
    }

    .pay-box img {
        width: 78px;
        height: 78px;
    }





    /* Responsive - Stack items vertically on small screens */
    @media (max-width: 768px) {
        .paymentplan {
            flex-direction: column;
            align-items: center;
        }
    }

    #ppid{

    align-items: center;
    gap: 0 6px;
    color: var(--white);
    background: none;
    height: 40px;
    line-height: normal;
    padding: 11px 11px;
    font-size: 11px;
    position: relative;
    text-transform: uppercase;
    transition: 0s !important;
    letter-spacing: 0.6px;
    --border: 1px;
    z-index: 1;
    background: #4f4e4e!important;
    color: white;
 
    }

    #ppspan{
      color:black;
      font-family: "lato", sans-serif;
          font-size: 13px;
          text-transform: uppercase;
          margin-top:10px;
          padding: 5px;
    }

    #pidh4{
     font-size: 28px;
    font-weight: 500;
    padding: 6px;
     font-family: 'Optima LT W02 Roman';
    }










    .pr-detail-secA .flex .colBa {
  flex: 1;
  padding-left: 4rem;
  height: 100%;
  position: sticky;
  top: calc(var(--headerheight) + 0px);
}
@media (max-width: 1300px) {
  .pr-detail-secA .flex .colBa {
    padding-left: 2rem;
  }
}
@media (max-width: 1007px) {
  .pr-detail-secA .flex .colBa {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 35px;
  }
}
.pr-detail-secA .flex .colBa h5 {
  font-size: 20px;
  font-weight: normal;
   font-family: 'Optima LT W02 Roman';
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient);
  text-align: center;
}
@media (max-width: 1152px) {
  .pr-detail-secA .flex .colBa h5 {
    letter-spacing: 0.6px;
  }
}
.pr-detail-secA .flex .colBa .price-card {
  position: relative;
  border-left: 1px solid var(--primary);
  border-right: 1px solid var(--secondary);
  padding: 30px 25px;
  text-align: center;
}
.pr-detail-secA .flex .colBa .price-card::before, .pr-detail-secA .flex .colBa .price-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gradient);
}
.pr-detail-secA .flex .colBa .price-card::before {
  top: 0;
}
.pr-detail-secA .flex .colBa .price-card::after {
  bottom: 0;
}
@media (max-width: 1300px) {
  .pr-detail-secA .flex .colBa .price-card {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 345px) {
  .pr-detail-secA .flex .colBa .price-card {
    padding: 25px 10px;
  }
}
.pr-detail-secA .flex .colBa .price-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 20px 0 35px;
}
.pr-detail-secA .flex .colBa .price-card ul li {
  flex: 0 1 33%;
}
.pr-detail-secA .flex .colBa .price-card ul li span {
  font-size: 12px;
  font-weight: 500;
  font-family: "lato", sans-serif;
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--whitefade2);
}
@media (max-width: 1152px) {
  .pr-detail-secA .flex .colBa .price-card ul li span {
    letter-spacing: 0.6px;
  }
}
.pr-detail-secA .flex .colBa .price-card ul li p {
  font-size: 14px;
  font-weight: 500;
  font-family: "lato", sans-serif;
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 1152px) {
  .pr-detail-secA .flex .colBa .price-card ul li p {
    letter-spacing: 0.6px;
  }
}
.pr-detail-secA .flex .colBa .price-card .btm-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
}
@media (max-width: 1300px) {
  .pr-detail-secA .flex .colBa .price-card .btm-wrp {
    gap: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .pr-detail-secA .flex .colBa .price-card .btm-wrp {
    gap: 0 10px;
  }
}
.pr-detail-secA .flex .colBa .price-card .btm-wrp .btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--white);
  background: none;
  height: 40px;
  line-height: normal;
  padding: 11px 29px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  transition: 0s !important;
  letter-spacing: 1.6px;
  --border: 1px;
  z-index: 1;
  border-left: var(--border) solid #AD7D0E;
  border-right: var(--border) solid #ECD5A4;
}
@media (max-width: 1152px) {
  .pr-detail-secA .flex .colBa .price-card .btm-wrp .btn {
    letter-spacing: 0.6px;
  }
}
@media only screen and (max-width: 365px) {
  .pr-detail-secA .flex .colBa .price-card .btm-wrp .btn {
    letter-spacing: 0.2px;
    padding: 11px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .pr-detail-secA .flex .colBa .price-card .btm-wrp .btn {
    letter-spacing: 0.1px;
    padding: 11px 15px;
  }
}
.pr-detail-secA .flex .colBa .price-card .btm-wrp .btn::before, .pr-detail-secA .flex .colBa .price-card .btm-wrp .btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: var(--gradient);
  height: var(--border);
}
.pr-detail-secA .flex .colBa .price-card .btm-wrp .btn::before {
  top: 0;
}
.pr-detail-secA .flex .colBa .price-card .btm-wrp .btn::after {
  bottom: 0;
}
.pr-detail-secA .flex .colBa .price-card .btm-wrp .btn:hover {
  background: var(--gradient);
  color: var(--black);
}
.pr-detail-secA .flex .colBa .price-card .btm-wrp .btn:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(17%) hue-rotate(82deg) brightness(103%) contrast(103%);
}
@media (max-width: 1300px) {
  .pr-detail-secA .flex .colBa .price-card .btm-wrp .btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.pr-detail-secA .flex .colBa .price-card .btm-wrp .btn.inquire {
  background: var(--gradient);
  color: var(--black);
}
.pr-detail-secA .flex .colBa .price-card .btm-wrp .btn.inquire:hover {
  background: var(--prime);
  color: var(--white);
}
.pr-detail-secA .flex .colBa .inquiry-wrap {
  position: relative;
  border-left: 1px solid var(--primary);
  border-right: 1px solid var(--secondary);
  padding: 55px;
  margin-top: 33px;
}
.pr-detail-secA .flex .colBa .inquiry-wrap::before, .pr-detail-secA .flex .colBa .inquiry-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gradient);
}
.pr-detail-secA .flex .colBa .inquiry-wrap::before {
  top: 0;
}
.pr-detail-secA .flex .colBa .inquiry-wrap::after {
  bottom: 0;
}
@media (max-width: 675px) {
  .pr-detail-secA .flex .colBa .inquiry-wrap {
    padding: 45px 30px 30px;
  }
}
.pr-detail-secA .flex .colBa .inquiry-wrap h5 {
  margin-bottom: 35px;
}
@media (max-width: 675px) {
  .pr-detail-secA .flex .colBa .inquiry-wrap h5 {
    margin-bottom: 18px;
  }
}

.home-secA.pr-detail-secB {
  padding-top: 30px;
}/*# sourceMappingURL=project-detail.css.map */


#trid{
  background: white;
    color: black;
    text-align: left;
    font-size: 17px;
    /* padding: 10px !important; */
     font-family: 'Optima LT W02 Roman';
   width: 100px;
   font-weight: 400;
}

td{
  border:1px solid black;
  padding: 10px;
  font-family: 'lato';
font-weight: 300;
color:black;
}


#trid, th{
  width:220px;

    padding: 4px 10px;
    /* display: none; */
    background: #4f4e4ec7;
    color: white;
    font-size: 20px;
}

@media screen and (max-width:567px){
  td{
    font-size: 13px;
    padding: 5px!important;
    text-align: center;
  }


  #trid, th{
  
    padding: 6px 4px;
    /* display: none; */
    font-size: 16px;
}

.pay-box {
       
        margin: 5px;
    }

}

#btntd{
      background: #4f4e4ec7;
    color: white;
    font-weight: 600;
    cursor: pointer;    border-radius: 0px;
}


        .faq-item { border-bottom: 1px solid #ddd; padding: 10px 0; }
        .faq-question {
            cursor: pointer; 
            margin: 0; 
            padding: 15px;
            font-size: 17px;
             font-family: 'Optima LT W02 Roman';
            background: #F9F9F9;
            color: black!important;
            display: flex; 
            justify-content: space-between; 
            align-items: center;
        }
        .faq-answer { 
            max-height: 0; 
            overflow: hidden; 
            transition: max-height 0.4s ease-in-out, padding 0.3s ease-in-out; 
            padding: 0px 0px;
            font-family: lato;
            font-weight: 400;
        }
        .faq-item.active .faq-answer { 
             max-height: 300px!important;  
            padding: 10px 0px;
        }

  .faq-container {
      max-width: 100%!important;
      margin: auto;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      padding: 10px;
      margin:0px;
    }

    .faq-item {
      border-bottom: 1px solid #ddd;
      padding: 15px 0;
    }

    .faq-question {
      cursor: pointer;
      font-weight: 600;
      position: relative;
      padding-right: 20px;
    }

    .faq-question::after {
      content: "+";
      position: absolute;
      right: 4;
      transition: transform 0.3s ease;
    }

    .faq-question.active::after {
      content: "-";
      transform: rotate(180deg);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
    }

    .faq-answer p {
      margin: 10px 0 0;
    }



#btntd1{
    color: black;
    font-weight: 600;
    cursor: pointer;

}




/*page css*/







        .Open_Data{display:none; !important}
        .modal1_1 {position: fixed;z-index: 99999;height: 100%;width: 100%;top: 0;background-color:#000000bd; display: flex;flex-direction: column;align-items: center; justify-content: center;}
        .center1_1{z-index: 1000; padding: 30px;   border-radius: 10px; filter: alpha(opacity=100);text-align: center; }      
        .center1_1 p{font-size: 12px; line-height: 20px; margin-top: 18px; text-transform: uppercase; }   
        .center1_1 img{width:100%;max-width: 120px}

.line-wrap {
        width: 100%;
        height: 2px;
        position: relative;
    }
    .line {
        width: 10%; /* Initial width */
        height: 2px;
        background-color: #d9a551;
        transition: width 0.3s ease; /* Smooth transition */
    }



.line-wrap {
        width: 100%;
        height: 2px;
        position: relative;
    }
    .line {
        width: 10%; /* Initial width */
        height: 2px;
        background-color: #d9a551;
        transition: width 0.3s ease; /* Smooth transition */
    }


.slider-nav {
    position: absolute;
    left: 50%;
    bottom: 10px; /* Adjust this value as needed */
    transform: translateX(-50%);
    display: flex;
    gap: 20px; /* Adjust spacing between buttons */
    align-items: center;
}

.slider-nav button {
    background: none;
    border: none;
    color: white; /* Adjust color */
    font-size: 24px; /* Adjust size */
    cursor: pointer;
}



 .summary-box {
            border: 1px solid #ddd;
            padding: 20px;
            border-radius: 8px;
            background: #fff;
        }
        .status-badge {
            background-color: #FFD700;
            padding: 5px 10px;
            border-radius: 5px;
            font-weight: bold;
        }
        .info-label {
            font-weight: bold;
            color: #000;
        }
        .info-value {
            font-weight: bold;
            color: #000;
        }
        .highlight {
            background: #f8f9fa;
            padding: 10px;
            border-radius: 5px;
            font-weight: bold;
            text-align: center;
        }





/* Summary Card Styling */
#divSummary {
    border-left: 1px solid #D1B05E;
    border-right: 1px solid #E8D6A6;
      border-top: 1px solid #D1B05E;
    border-bottom: 1px solid #E8D6A6;
  
    padding: 70px;
   
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

/* Title Styling */
#divSummary .titles {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* Location Styling */
#divSummary .location {
    font-size: 16px;
    color: #666;
      font-family: 'Optima LT W02 Roman';
}


#divSummary .location a {
    color: black!important;
    text-decoration: none!important;
}

#divSummary .location a:hover {
    text-decoration: underline;
}

/* Price Section */
.price-head {
    text-align: right;
}

.price-head p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.price-head h2 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

/* Offer Status */
.offers {
    margin: 15px 0;
    font-size: 14px;
    font-weight: bold;
}

.offers span {
    background: #ffcc00;
    padding: 5px 10px;
    border-radius: 4px;
    color: #000;
}

.offers a {
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
    margin-left: 10px;
}

.offers a:hover {
    text-decoration: underline;
}

/* Table Styling */
.summmry {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.summmry th {
    font-weight: bold;
    text-align: left;
    padding: 10px;
    background: #f8f9fa;
    width: 30%;
    color: #333;
    border: 1px solid #ddd;
}

.summmry td {
    padding: 10px;
    color: #fff;
    border: 1px solid #ddd;
}

.summmry th i {
    margin-right: 8px;
    color: #007bff;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .price-head {
        text-align: left;
        margin-top: 10px;
    }
    
   
    
    .summmry th, 
    .summmry td {
        display: block;
        width: 100%;
        text-align: left;
    }
}



    .summary-table {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* Two-column layout */
        gap: 10px; /* Space between items */
    }
    .summary-item {
        display: flex;
        align-items: center;
        font-weight: 600;
    }
    .summary-item span {
        font-weight: normal;
        margin-left: 5px;
        padding: 10px 5px;
        color:white!important;
    }
    @media (max-width: 768px) {
        .summary-table {
            grid-template-columns: 1fr; /* Single column for mobile */
        }
    }




    #qrid{
      float: right;margin-top: -60px;width: 70px;
}


@media screen and (max-width:567px){
     #qrid{
          float: right;
    margin-top: 0px;
    width: 48px;
}


#logoid{
  width: 100px!important;
}

.pr-dtl-banner .grid .col img{
  aspect-ratio:1.3;
}
#btntd1{
  font-size: 10px;
  border: 1px solid black;
  border-radius: 0px;
}


}



.faq-answer p{
 font-family: 'lato';
    letter-spacing: 1px;
    font-size: 13px;
    padding: 9px;
    font-weight: 300;
}


  .amenities-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        text-align: center;
    }
    .amenity {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ico img {
        max-width: 80px;
        height: auto;
    }

    .amenity p{
      font-size: 13px!important;
      
    }


    #ullll{
      padding: 0px;
    }
    
    
    
.review-section {
  padding:15px 9px;
  text-align:center;
  border-radius:10px;
}
.review-title {
  font-size:20px;
  font-weight:bold;
  color:#333;
  margin-bottom:30px;
}
.reviews-carousel {
  display:flex;
  justify-content:center;
  gap:7px;
  flex-wrap:nowrap;
}
.review-box {
  background:white;
  padding:13px 10px;
  border-radius:3px;
  box-shadow:0 4px 8px rgba(0,0,0,0.1);
  max-width:250px;
  text-align:center;
}
.review-content p {
  font-size:12px;
  color:#555;
}
.review-stars {
  color:#C9A485;
  font-size:14px;
  margin:10px 0;
}
.review-content h4 {
  font-size:14px;
  font-weight:bold;
  color:#222;
}
@media (max-width:768px) {
  .reviews-carousel {
  flex-direction:column;
  align-items:center;
}
}


