@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito-Regular";
  src: url("../fonts/Nunito-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito-Bold";
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito-Black";
  src: url("../fonts/Nunito-Black.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito-SemiBold";
  src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-Bold";
  src: url("../fonts/Metropolis-Bold.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-Medium";
  src: url("../fonts/Metropolis-Medium.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-Regular";
  src: url("../fonts/Metropolis-Regular.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-SemiBold";
  src: url("../fonts/Metropolis-SemiBold.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}


:root {
  --bg-variant: #556661;
  --bg-variant2: #242d2a;
  --bg-variant3: #354440;
  --bg-variant4: #43544f;
  --bg-variant5: #9b9780;
  --color-primary: #fff;
  --color-header: #ea0009;
  --color-thd: #5e8e83;
  --color-lt: #9b9780;
  --color-cta: #a8732c;
  --font-head: 40px;
  --font-subhead: 25px;
  --font-p: 17px;
  --font-apercu-r: 'Nunito-Regular';
  --font-apercu-m: 'ApercuMedium';
  --font-apercu-b: 'ApercuBold';
}

main {
  background: url(../images/body-bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 88% 36%;
  overflow: hidden;
}

.add__gap {
  height: 64px;
  width: 100%;
  display: block;
}

h3.mains_subhead {
  font-family: "Metropolis-Bold";
  color: var(--color-primary);
  text-align: center;
  font-size: 32px;
}

h3.mains_subhead_sm {
  font-family: "Metropolis-Bold";
  color: #231f20;
  text-align: center;
  font-size: 22px;
}

h2.mains_subhead {
  font-family: "Metropolis-Bold";
  color: #ea0009;
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  font-family: "Metropolis-Regular";
  font-size: 1.1rem;
}

.susbg {
  background-image: url(../images/sus-bg.jpg);
  border-radius: 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  background-blend-mode: multiply;
  position: relative;
}

.susbg::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 10rem;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #e8e8ea);
}

.sust__section {
  background: linear-gradient(to top, transparent, #e8e8ea);
}

.sust__banner {
  background-image: url(../images/naturebg2.png);
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bursa__banner {
  background-image: url(../images/bursa-bg.jpg);
  border-radius: 0;
  background-position: center;
}

.news__banner {
  background-image: url(../images/bursa-bg.jpg);
  border-radius: 0;
  background-position: center;
}

.news__fwrp {
  border-radius: 0;
  overflow: hidden;
}

.rec_img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

.cta_nxt {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-top: 10px;
}

/* Slider */
.township_thumb {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: auto;
  border-radius: 0;
}

.ts_hd {
  font-family: "Metropolis-Bold";
  color: #000000;
  font-size: 19px;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  font-weight: 800;
}

.cta_fomlogo {
  width: 7.5rem;
  height: 4.6rem;
  object-fit: contain;
}

.ts_desc {
  font-family: "Nunito-Regular";
  /* font-weight: 400; */
  font-size: 0.83rem;
  line-height: 1.3;
  color: rgb(77, 77, 77);
}

.town_details {
  padding: 1rem;

}

.town_details>div {
  display: flex;
  flex-direction: column;
}

.card-overlay-view {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.covwrp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}

p.text-p {
  font-family: 'Metropolis-Bold';
  color: #fff;
  line-height: 1.2;
  font-size: 20px;
}

.arrow_end {
  background: url(../images/arrow-end.svg);
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;

}

.outer_thumb {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  display: block;
  transition: opacity 0.5s ease-in-out;
}

.outer_thumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(251deg, #f00a0aab, rgb(165, 4, 4));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease-in-out;
  pointer-events: none;
  opacity: 1;
  /* Keep always visible but scaled */
  z-index: 1;
}

.outer_thumb:hover::before {
  transform: scaleX(1);
}

.outer_thumb:hover .card-overlay-view {
  opacity: 1;
}

.townships-carousel .splide__arrow {
  background: transparent;
}

.townships-carousel .splide__arrow--next {
  right: -3rem;
}

.townships-carousel .splide__arrow--prev {
  left: -3rem;
}

.townships-carousel .splide__pagination__page {
  background: #4d4d4d;
  transform: scale(1);
  z-index: 1;
  height: 13px;
  border-radius: 50px;
  scale: 1;
  width: 13px;
}

.townships-carousel .splide__pagination .splide__pagination__page {
  margin-left: 0.425rem;
  margin-right: 0.425rem;
  opacity: 1;
  transform: scale(1);
  border: 2px solid transparent;
}

.townships-carousel .splide__pagination__page.is-active {
  background: transparent;
  transform: scale(1);
  z-index: 1;
  height: 13px;
  border-radius: 50px;
  border: 2px solid #4d4d4d;
}

.townships-carousel .splide__pagination__page.is-active {
  background: transparent;
  transform: scale(1);
  z-index: 1;
  height: 13px;
  border-radius: 50px;
  border: 2px solid #2d2828;

}

/* End Slider */

.cta_fom {
  font-family: "Metropolis-Bold";
  background: #d71920;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 1rem;
  transition: all 150ms ease-in-out;
  text-align: center;
}

.cta_fom:hover {
  background: #ff0000;
  /* border: 2px solid #ff4500; */


}

.newlaunches_sec {}

/* Tabs */
.tabs_pr {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: auto;
}

.tab_category {
  position: relative;
  display: inline-block;
  padding: 10px 10px 1em;
  color: inherit;
  text-decoration: none;
  margin: 0 -8px;
  cursor: pointer;
  max-width: 21ch;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #333333;
  font-family: "Metropolis-Bold";
  text-transform: uppercase;
  transition: all 250ms ease;
}

.tab_category::before,
main.ccc {
  border: .1em solid #aaa;
}

.tab_category::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: .5em;
  left: 0;
  z-index: -1;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  /* Only top-left and top-right rounded */
  background: #ddd;
  box-shadow: 1px 6px 4px 3px hsl(0deg 0% 1.1% / 29%);
  transform: perspective(5px) rotateX(1deg);
  transform-origin: bottom;
  width: 100%;
}

.tab_category.selected {
  z-index: 2;
}

.tab_category.selected::before {
  margin-bottom: -1px;
  border-top-width: 1px;
}


.content_for_tabs {
  max-width: 900px;
  border-radius: 20px;
  /* overflow: hidden; */
  margin: auto;
  margin-top: -10px;
  background-color: #333333;
  z-index: 9;
  position: relative;
}

.addline_s {
  height: 14px;
  width: 100%;
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.tab__1.tab_category::before {
  background: #fff;
}

.tab__2.tab_category::before {
  background: #e6e6e6;
}

.tab__3.tab_category::before {
  background: #9b9780;
}

/*  */

.bxw_desc {
  position: absolute;
  width: 100%;
  bottom: 0;
  min-height: 0;
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  z-index: 3;
}

.bxw_desc2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 1rem;
  background: linear-gradient(to top, black, transparent);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.pox_allcta {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-width: 100%;
  justify-content: center;
  width: 90%;
}

.news__fwrp .bxw_button {
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}


.news__fwrp .bxw_desc {
  position: absolute;
  width: 100%;
  bottom: 0%;
  min-height: 16ch;
  display: block;
  padding: 1rem;
  background: linear-gradient(to top, black, transparent);
  margin-bottom: 0;
}

h4.bsw_hd {
  margin-bottom: 0;
  font-family: "Metropolis-Bold";
  color: var(--color-header);
  margin-bottom: 3px;
  font-size: 1.36rem;
}

p.bsw_desc {
  color: #fff;
  font-family: "Metropolis-Regular";
  max-width: 36.5ch;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 0.9rem;
}

.news__fwrp p.bsw_desc {
  color: #fff;
  font-family: "Metropolis-Regular";
  max-width: 100%;
  line-height: 1.5;
}

.bxw_button {}

.newsboxwrapper {
  border-radius: 0;
  overflow: hidden;
  height: 34ch;

}


.newsboxwrapper img {
  transition: all 2s ease;
}

.newsboxwrapper:hover img {
  transform: scale(1.1);
  filter: grayscale(1);

}

.boxwrapper img {
  transition: all 2s ease;
}

/* .boxwrapper:hover img {
  transform: scale(1.1);
  filter: grayscale(2);
} */

.boxwrapper {
  border-radius: 0;
  overflow: hidden;
  height: 350px;
  z-index: 2;
  position: relative;
}

.boxwrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black, transparent);
  z-index: 1;
}


.boxwrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  display: block;
  transition: opacity 0.5s ease-in-out;
}

.boxwrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(251deg, #f00a0aab, rgb(165, 4, 4));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease-in-out;
  pointer-events: none;
  opacity: 1;
  /* Keep always visible but scaled */
  z-index: 1;
}

.boxwrapper:hover::before {
  transform: scaleX(1);
}

.boxwrapper:hover::after {
  opacity: 0;
}

.boxwrapper:hover .bxw_desc2,
.boxwrapper:hover .bxw_desc {
  background: none;
}












.feat_thumb {
  height: 100%;
  width: 100%;
  object-fit: cover;
}




/* prime banner  */

.banner__prime {
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.phone-prime {
  width: 80px;
  height: 118px;
  object-fit: contain;
}

.prime-app {
  width: 10vw;
  height: 25px;
  object-fit: contain;
  object-position: center;

}

.prime_desc {
  font-family: var(--font-apercu-r);
  color: #fff;
  font-size: 15px;
}

.prime_desc span {
  margin-left: 10px;
}

.sdp_all_wrapper {
  padding: 2.8rem 0 2.7rem 0;
  border: 2px solid #000;
  position: relative;
}

.sdp_ct {
  position: absolute;
  top: -4ch;
  left: 0;
  width: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.sdp_prop_img {
  width: 120px;
  height: 55px;
  object-fit: contain;
  display: block;
  margin: auto;
}


.sdp_prop_img {
  transition: filter 0.3s ease-in-out;
}

.sdp_prop_img:hover {
  filter: brightness(0) invert(50%) sepia(55%) saturate(700%) hue-rotate(327deg) brightness(105%) contrast(110%);
}

.sdp___img {
  width: 20vw;
  object-fit: contain;
  height: 68px;
}

.mbn_arrow_next,
.mbn_arrow_prev {
  width: 30px;
  height: 30px;
}

h5.fip_cust {
  font-family: "Metropolis-Bold";
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: left;
}

h5.fip_cust span {
  font-family: "Metropolis-Bold";
  text-transform: capitalize;
}

h5.fip_cust.forInfo_type {
  font-family: "Metropolis-Bold";
  font-size: 1.12rem;
}

h5.fip_cust.forInfo_price {
  font-family: "Metropolis-Bold";
  font-size: 20px;
  line-height: 1.4;
}

h4.fip_cust {
  font-family: "Metropolis-Medium";
  ;
  font-size: 1rem;
}

h6.fip_cust {
  font-family: "Metropolis-Medium";
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.4;
  width: 100%;
  text-align: center;
}

.card_forLogo img {
  height: 4vw;
  width: 9vw;
  object-fit: contain;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}

.card_forThumb img {
  height: 18vw;
  width: 100%;
  max-width: 18vw;
  border-radius: 0;
  object-fit: cover;
  display: block;
  margin: auto;
}

/* .property-carousel .splide__slide:nth-child(odd):not(:last-child)::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 11%;
  height: 80%;
  width: 2px;
  background: linear-gradient(to top, red, #f26a19, orange);
} */

/* .property-carousel .splide__slide:nth-child(even):not(:last-child)::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 11%;
  height: 80%;
  width: 2px;
  background: linear-gradient(to top, red, #f26a19, orange);
} */

.card_forInfo {
  text-align: center;
  /* margin-top: 1rem; */
  border-top: 1px solid;
  padding-top: 10px;
}

.thb_wdth {
  width: fit-content;
  max-width: 8.7vw;
}

.logbs__imgs {
  image-rendering: auto;
  height: 5vw;
  width: 8.7vw;
  object-fit: contain;
  object-position: left;
  display: block;
}

/* svg g#shape1 path,
svg g#shape2 path,
svg g#shape3 path,
svg g#shape4 path,
svg g#shape5 path,
svg g#shape6 path,
svg g#shape7 path,
svg g#shape8 path,
svg g#shape9 path,
svg g#shape10 path,
svg g#shape11 path,
svg g#shape12 path {
  opacity: 0;
} */

.pos_pr_svg {
  position: absolute;
  top: -78%;
  width: 100%;
  left: 0;
}

.pos_pr_svg svg {
  height: 254vh;
  width: 100%;
}

select.sdp_property_category {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #d71920;
  padding: 10px 3rem 10px 20px;
  border-radius: 5px;
  color: #fff;
  font-family: "Metropolis-Bold";
  appearance: none;
  position: relative;
  border: 0;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.dd_wraper {
  position: relative;
}

.dd_wraper::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 36%;
  background-image: url(../images/lite-arrow.png);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: content-box;
  background-clip: initial;
  pointer-events: none;
  background-size: 100%;
  width: 2ch;
  height: 2ch;
}

select.sdp_property_category option {
  font-size: 1rem;
  padding: 0.5rem;
  background-color: rgb(211, 211, 211);
  border: 0;
  box-shadow: none;
  color: #333;
  outline: none;
}

.sdp_property_category:focus {
  border-color: #f71515;
  box-shadow: 0 0 0 3px rgba(235, 51, 14, 0.3);
  outline: none;
}



svg g[id^="shape"] {
  opacity: 0;
}

.pos-masked {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10vw;
}

.pos-masked img {
  height: 100%;
  object-fit: fill;
}


.search-box {
  /* border-bottom: 1px solid #fff; */
  max-width: 63vw;
  margin: auto;
  width: 100%;
  height: 55px;
  display: flex;
  overflow: hidden;
  position: relative;
  /* margin: auto; */
}

.search-box p {
  color: #fff;
  font-family: 'Nunito-Bold';
  font-size: 15px;
  line-height: 50px;
  font-weight: 300;
  margin: 0;
}

.search-input {
  font-family: "Metropolis-Bold";
  flex-grow: 1;
  margin-left: 7px;
  text-align: start;
  position: relative;
  top: 0;
  z-index: 10;
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #fff;
  border-radius: 50px;
  appearance: none;
  font-size: 24px;
  color: #131313;
  padding: 0 40px 0 36px;
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 16H27" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18 7L27 16L18 25" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 32px 32px;
}

ul.search-suggestions {
  list-style-type: none;
  padding: 0 30px;
  margin: 0;
  position: absolute;
  left: 0;
  text-align: left;
  height: 100%;
  bottom: -5px;
  transition: opacity .3s;
  z-index: 0;
}

ul.search-suggestions.paused {
  opacity: 0;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #333333 !important;
  transition: background-color 5000s ease-in-out 0s;
  color: #333333;
}

.search-suggestion {
  font-size: 16px;
  line-height: 50px;
  color: #171717;
  font-family: 'Nunito-Bold';
}

.search_header {
  color: #fff;
  padding: 83px 0 70px 0;
  background: linear-gradient(to right, #870102, transparent), url(../images/cover-search.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
  color: #fff;
  /* margin-bottom: -24px; */
  background-repeat: no-repeat;
  background-color: #870102;
}

.search_title {
  font-family: "Metropolis-Bold";
  color: #fff;
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 0;
  border: 0;
  text-transform: uppercase;
}

h5.subresult {
  font-family: 'Nunito-Bold';
  font-size: 15px;
}


ul.suggested_search {
  display: inline-flex;
  list-style: none;
  padding: 0;
  gap: 10px;
  font-family: 'Nunito-Bold';
  margin-bottom: 0;
  flex-wrap: wrap;
}

ul.suggested_search li {
  background: #ffe4c43b;
  padding: 3px 10px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s all ease;
}

ul.suggested_search li:hover {
  background: #fff;
  color: #d40b00;

}

p.search_subtxt {
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: 'Nunito-Bold';
  font-size: 15px;
  background: #f0f8ff29;
  width: fit-content;
  padding: 10px 20px;
}

.reset-btn {
  position: absolute;
  left: 73%;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #ffffff;
  z-index: 2;
}

#pagination {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  /* max-width: 897px; */
  /* margin: auto; */
  padding-bottom: 10px;
}

#pagination button {
  border: 1px solid #e2dfdf;
  background: #fff;
  font-family: 'Nunito-Bold';
  cursor: pointer;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  font-size: 1.3ch;
}

#pagination button.active {
  background: #d40b00;
  color: #fff;
  font-weight: bold;
}

h3.rs_title {
  font-size: 20px;
  font-family: "Metropolis-Bold";
  letter-spacing: -0.8px;
  margin-bottom: 0;
  padding-bottom: 2px;
  color: #5c5c5c;
  text-align: center;
  margin: 0 1em;
}

p.rs_subtxt {
  font-size: 15px;
  font-family: 'Nunito-Regular';
  margin-bottom: 40px;
  padding-bottom: 10px;
  color: #6a6a6a;
  min-height: 0;
  text-align: center;
}

.explore_cta {
  width: 200px;
  background: #fff;
  border-radius: 30px;
  cursor: pointer;
  padding: 10px 15px;
  font-family: "Metropolis-SemiBold";
  z-index: 1;
  color: var(--color-header);
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  /* max-width: fit-content; */
  margin: auto;
}

/* Create the gradient border as a thin outline */
.explore_cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 2px;
  /* Border thickness (adjust this for thin border) */
  background: linear-gradient(45deg, #cc0009 56%, #ff4b00, #ff7900);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  /* So it doesn’t block clicks */
}

.custom-explore_cta::after {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-left: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9L12 15L18 9"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.box-results {
  padding: 20px;
  max-width: 896px;
  padding: 20px;
  margin: auto;
  margin-bottom: 10px;

}

.res_cont {
  min-height: 50vh;
}

.linebottom {
  /* padding-top: 1px;
  width: 100%;
  height: 0px;
  background: #d8d8d8;
  margin-top: 20px; */
}

.posSearchGen {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 5rem;
  text-align: center;
  color: #ffff;
}

/* Swiper CSS */
.center-slides {
  display: flex;
  justify-content: center;
}

.cont_prop {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.prop_item {
  width: 250px;
}

.propsdp-carousel .splide__slide {}

.propsdp-carousel .splide__slide:nth-child(even) {
  /* your style here */
  margin-top: 2rem;
}

.card-hp {
  border-radius: 20px;
  overflow: hidden;
}

.thumbprop {
  height: 300px;
  height: 250px;
}

/* .propsdpSlider .swiper-slide .odd-slide .swiper-slide-prev {
  transform: translateX(20%) scale(0.9);
  position: relative;
  z-index: 1;
}

.propsdpSlider .swiper-slide .odd-slide .swiper-slide-next {
  transform: translateX(-14%) scale(0.9);
  position: relative;
  z-index: -1;
} */



/* 
.propsdpSlider .swiper-slide:nth-child(odd):not(:first-child) {
  transform: translateX(20%);
}

.propsdpSlider .swiper-slide:nth-child(even) {
  margin-top: 3rem;
  transform: translateX(10%);
} */

.thumbpropimg {
  width: 100%;
  height: 278px;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}

.propsdpSlider.swiper-container {
  max-width: 950px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 7rem;
}

.slider-controls button {
  border: 0;
  padding: 0;
  margin: 0;
  background-image: url(../images/fornext.svg?V2);
  width: 3.5ch;
  height: 3.5ch;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}

.slider-controls button.forprev {
  transform: rotate(180deg);
}

.fornext {
  position: absolute;
  top: 34%;
  right: 7%;
  /* background: aquamarine; */
  z-index: 3333;
}

.forprev {
  position: absolute;
  top: 34%;
  left: 7%;
  /* background: aquamarine; */
  z-index: 3333;
}

.prp_card {
  position: relative;
}

.wrlogo {
  width: 119px;
  height: 50px;
  object-fit: contain;
  display: block;
  margin: auto;
  margin-top: 1rem;
}

.prplogo {
  margin-top: 1rem;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.add_layer {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.topcorner {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0;
  z-index: 33;


}

.topcorner .fip_cust {
  background: linear-gradient(45deg, #c50000, #ff0000, #ff0f00);
  width: fit-content;
  border-radius: 0px 0px 10px 0px;
  color: #fff;
  padding: 0px 20px;
  font-size: 12px;
  margin: 0;
  line-height: normal;
  font-family: "Metropolis-SemiBold";
  height: 26px;
  display: flex;
  letter-spacing: 0.41px;
  align-items: center;
  display: none;
}

@media (min-width: 1024px) {
  .centered-slides {
    display: flex;
    justify-content: center;
    gap: 20px;
    /* optional spacing */
  }

  .centered-slides .swiper-slide {
    flex: 0 0 calc(100% / 3);
    /* each slide takes 1/3 width */
    max-width: calc(100% / 3);
  }
}


.propsdpSlider .prp_card:hover .topcorner {
  opacity: 1;

}

.topcorner {
  opacity: 0;
  transition: opacity .4s ease-in;

}

.prinfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 15px 10px;
  background: linear-gradient(to top, black, transparent);
  text-align: center;
}

.prinfo .forInfo_sqft.top {
  font-size: 13px;
    text-align: center;
    width: 100%
}

.propsdpSlider .prp_card:hover .prinfo {
  opacity: 1;

}

.prinfo {
  opacity: 0;
  transition: opacity .4s ease-in;

}

.prop_N {
  text-align: center;
  line-height: 1.1;
  padding-top: 1rem;
}

.prp_hdn {
  font-family: "Metropolis-Bold";
  font-size: 16px;
  margin: 0;
  max-width: 14ch;
  margin: auto;
}

.prp_subhdn {
  font-family: "Metropolis-Semibold";
  font-size: 13px;
  margin: 0;
}

/* odd slides in prev/next position */

.contSelect {
  position: relative;
  display: block;
  width: 220px;
  margin: auto;
  z-index: 33;
}

#topBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  transition: opacity .25s ease, transform .25s ease;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  cursor: pointer;
}

#topBtn.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* #propFilter {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 8px 40px 8px 10px;
  border-radius: 30px;
  background: transparent;
  border: 2px solid transparent;
  background-image: linear-gradient(#e1e2e3, #e1e2e3), linear-gradient(45deg, #ff7e5f, #feb47b);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  font-family: "Metropolis-Bold";
  text-align: center;
  color: #ea0009;
  cursor: pointer;
} */

/* .contSelect::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url('../images/down.png') no-repeat center;
  background-size: contain;
  pointer-events: none;
} */

#propFilter option {
  background: #fff;
  color: #333;
  font-size: 16px;
}

/*  End of Swiper CSS*/

.investor_relation {
  background-color: #fff;
}

.wrp2 {
  display: flex;
  flex-direction: row;
  gap: 3px;
  align-items: center;

}

.vertical-line {
  border-left: 3px solid #b70000;
  height: 5em;
  margin: 0 15px;
}

.coverIr {
  position: relative;
  width: 100%;
  background-image: url(../images/ir-cover.jpg);
  padding-bottom: 10%;
}

.numb-overview {
  background-color: rgb(255, 255, 255);
  padding: 20px 20px 20px 63px;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: 2.4rem;
  width: 40vw;
  justify-content: space-around;
}

.tagdate {
  background: #c6322d;
  color: #fff;
  width: fit-content;
  display: block;
  padding: 2px 16px;
  border-radius: 40px;
  font-size: 13px;
  font-family: "Metropolis-Bold";
  margin: 0;
  line-height: normal;
}

.box_ov {
  line-height: 1.2;
  color: #c6322d;
}

.box_ov p {
  font-family: "Metropolis-Regular";
  margin: 0;
  font-size: 19px;
}

.box_ov p.custom_ov {
  font-family: "Metropolis-Bold";
  font-size: 32px;
}

.box_ov_col {
  display: flex;
  flex-direction: row;
  font-family: "Metropolis-Regular";
  align-items: center;
}

.box_ov_col .custom_ov {
  font-size: 29px;
  font-family: "Metropolis-Bold";
}

.box_ov_col p {
  font-family: "Metropolis-Regular";
  margin: 0;
  font-size: 15px;
  min-width: 46px;
}

.arrow_green::after {
  content: " ▲";
  font-size: 17px;
  margin-left: 9px;
  color: green;
}

.arrow_red:after {
  content: " ▼";
  font-size: 17px;
  margin-left: 9px;
  color: red;
}

.greentxt {
  color: #009444;
}

.redtxt {
  color: #ed1c24;
}

hr.bx_border {
  height: 2px;
  margin: 0.6rem 0;
  opacity: 1;
  color: #ed1c24;
}

.wrp_inv {
  padding-top: 3rem;
  /* width: 28%; */
  /* margin: auto; */
}

.pos_sideview {
  position: absolute;
  top: 8% !important;
  right: 0;
}

.curvebottom {
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 100%;
}

.curvebottom img {
  height: 90px;
  width: 100%;
  object-fit: fill;
}

.is_cont {
  margin-top: 0%;
}

.nxtarrow {
  width: 3.5ch;
  height: 3.5ch;
  display: block;
  object-fit: contain;
  margin: auto;
  margin-top: 0.7rem;
  position: absolute;
  bottom: 10%;
  left: 45%;
}

.infoslde {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px;

}

.infoslde p {
  color: #fff;
  font-size: 1.1vw;
  max-width: 19.2ch;
  margin: auto;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3;
}

.infoslde h2 {
  font-family: "Metropolis-Bold";
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.slideitem_iv {
  /* width: 378px;
    height: 298px; */
  position: relative;
  object-fit: contain;
  transition: transform 0.5s ease-in;

}

.slideitem_iv:hover {
  transform: translate(0, -10px);


}

.am_section {
    background: linear-gradient(to bottom, white, transparent);
    margin-top: -1px;
    z-index: 5;
    position: relative;
}

.max_as_slid {
  max-width: 60vw;
  margin: auto;
  position: relative;
  z-index: 3;
}

.ft_asimg {
  width: 100%;
  height: 57vh;
  object-fit: cover;
  object-position: center;
}

.pos-au-top {
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
}

.indsec {
  border-top: 9px solid #df6436;
}

header {
  background: url(../images/mainbanner.jpg);
  background-position: right;
  background-size: cover;

}

.glb-search-wrap {

  width: 100%;
  /* max-width: 45vw; */
  border-radius: 46px;
  padding: 6px 19px;
  height: 50px;
  font-family: "Metropolis-SemiBold";
  margin: auto;
  display: block;
  border: 0;
  color: #000;
  position: relative;
  font-size: 17px;
}

.headline-card {
  position: absolute;
  top: 1rem;
  right: 1rem;
  /* right: 0; */
  font-size: 14px;
  color: #fff;
  font-family: Metropolis-SemiBold;
  /* background: linear-gradient(45deg, #cc0009 56%, #ff4b00, #ff7900); */
  padding: 5px 17px;
  border-radius: 23px;
  text-shadow: 0 1px 1px black,1px -1px 1px black,  0 1px 4px black;
}

.search-body {
  position: relative;
  max-width: 45vw;
  margin: auto;
  /* overflow: hidden; */
}

.btnSearch {
  background: linear-gradient(45deg, #cc0009 56%, #ff4b00, #ff7900);
  color: #eaeaea;
  width: 73px;
  height: 43px;
  border-radius: 40px;
  border: 0;
  position: absolute;
  right: 1%;
  top: 7.2%;
}

#search-circle {
  width: 20px;
  height: 20px;
  background-image: url(../images/search-icon-lite.svg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: auto;

}


.sus-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sus-masked-img {
  mask-image: url(../images/shape-sdp.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 95%;
  max-width: 100%;
  width: 560px;
  height: 452px;
  object-fit: cover;
}

.sus-masked-img {
  opacity: 0;
  transform: scale(0.8) rotate(-8deg);
  filter: blur(20px);
  transition: none;
  /* We let GSAP handle animation */
}

.ctalite {
  border-radius: 25px;
  position: relative;
  padding: 10px 42px;
  font-size: 15px;
   background: #ffffff;
  color: #ba0000;
  font-family: "Montserrat";
  font-weight: 800;
  width: fit-content;
  display: block;
  border: 2px solid #fff;
}


.ctaforLM {
  position: relative;
  padding: 10px 42px;
  font-size: 15px;
  color: #ba0000;
  font-family: "Montserrat";
  font-weight: 800;
  width: fit-content;
  display: block;
  margin: auto;
  border-radius: 25px;
  background: #fff;
  z-index: 1;
  overflow: hidden;
  transition: color 0.4s ease, background 0.4s ease;
}

/* Gradient Border */
/* .ctaforLM::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2.5px;
  background: linear-gradient(45deg, #ba0000, #ff4a00 95%);
  border-radius: inherit;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
} */

/* Hover Effect: Gradient Background + White Text */
/* .ctaforLM:hover {
  background: linear-gradient(45deg, #ba0000, #ff4a00 95%);
  color: #fff;
}
.ctalite:hover {
  background: linear-gradient(45deg, #ffffff, #fff6f3 95%);
  color: #ba0000;
} */
iframe.stock-iframe {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 118px;
    transform: scale(0.9);
    margin-bottom: -4%;
    height: 200px;
    /* padding-top: 3rem; */
    margin-top: 2%;
}


.fly-1a {
  position: absolute;
  top: 62%;
  left: 18%;
}

.fly-1b {
  position: absolute;
  top: 35%;
  right: 18%;
}

.fly-1c {
  position: absolute;
  top: 25%;
  left: 17%;
}

.flyimg {
  width: 200px;
  height: 200px;
  object-fit: contain;
  opacity: 0;
}

.pos_top_ind {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

h2.mains_subhead2 {
  font-family: "Metropolis-Regular";
  color: #fff;
  text-align: left;
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 1.1rem;
}

h2.mains_subhead2 span {
  font-family: "Metropolis-Bold";
  color: #df6436;
}

.pos_ind_wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
}

h2.indtitle {
  font-family: "Metropolis-Bold";
  color: #fff;
  text-align: left;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.3;
}

.aboutus_sec {
  margin-top: -5%;
}

.propsdpSlider .swiper-pagination-bullet {
  width: 1ch;
  height: 1ch;
  margin: 0 4px !important;

  background: rgba(209, 0, 0, 0.868);
  border: 2px solid transparent;
}



.propsdpSlider .swiper-pagination-bullet-active {
  background: rgba(209, 0, 0, 0.868);
  border: 2px solid rgba(209, 0, 0, 0.868);
}

.invrelslider .swiper-pagination-bullet-active {
  background: rgba(209, 0, 0, 0.868) !important;
  border: 2px solid rgba(209, 0, 0, 0.868) !important;
}

.invrelslider .swiper-pagination-bullet {
  width: 1ch;
  height: 1ch;
  margin: 0 4px !important;
  /* background: rgba(255, 255, 255, 0.868); */
  border: 2px solid transparent;
  opacity: 1;
  background: #fff;
}

.invrelslider .swiper-pagination {
  bottom: -2rem;
}

.mySwiper::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  width: 100px;
  background: linear-gradient(to left, transparent, #e6e7e8);
  z-index: 4;
  pointer-events: none;

}

.mySwiper::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 0;
  width: 100px;
  background: linear-gradient(to right, transparent, #e6e7e8);
  z-index: 4;
  pointer-events: none;

}

.invrel-container {
  padding-top: 4rem;
}


.accoptions {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  max-width: 980px;
  width: calc(100% - 100px);
  height: 400px;
  margin: auto;
  border-radius: 32px;
}

.accoptions .option {
  position: relative;
  overflow: hidden;
  min-width: 90px;
  margin: 0;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 120%;
  background-position: left;
  cursor: pointer;
  transition: .8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.accoptions .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 600px;
  margin: 0px;
  border-radius: 30px;
  background-size: cover;
  margin: 0 -42px;

}

.accoptions .option.active .shadowtag {
  background: linear-gradient(to top, black, transparent);
}

.accoptions .option.active .label {
  bottom: 20px;
  left: 20px;
}

.accoptions .option.active .label .info>div {
  left: 0px;
  opacity: 1;
}

.accoptions .option.active .tag_content {
  opacity: 1;
  left: 30px;
  position: absolute;
  right: 0;
  /* top: 0; */
  display: flex;
  bottom: 1rem;
  width: 100%;
}

.accoptions .option {
  transition: margin 0.4s ease, padding-left 0.4s ease, min-width 0.4s ease;
}

.accoptions .option:not(.active) .tag_content {
  opacity: 0;
  width: 0;
}

.accoptions .option:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
}

.accoptions .option.active .tagName {
  opacity: 0;
}

.accoptions .option:not(.active) .shadowtag {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}

.accoptions .option:not(.active) .label {
  bottom: 0;
  left: 15px;
  right: 0;
}

.accoptions .option:not(.active) .label .info>div {
  left: 20px;
  opacity: 0;
}

.accoptions .option .shadowtag {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.accoptions .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  /* height: 40px; */
  transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.accoptions .option .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground);
}

.accoptions .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: pre;
}

.accoptions .option .label .info>div {
  position: relative;
  transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity .5s ease-out;
}

.accoptions .option .label .info .main {
  font-weight: bold;
  font-size: 1.2rem;
}

.accoptions .option .label .info .sub {
  transition-delay: .1s;
}

.tagName {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left top;
    width: 275px;
    color: #fff;
    top: -19px;
    font-size: 20px;
  font-family: "Metropolis-Bold";
  left: 6px;
  right: 0;
  text-shadow: 3px 2px 3px black;

}

.tg_top {
  font-size: 17px;
  font-family: "Metropolis-Bold";
  /* background: url(../images/ftbg.svg);
  background-repeat: no-repeat;
  background-size: contain; */
  display: block;
  /* height: 30px;
  min-width: 156px; */
  display: flex;
  align-items: center;
  color: #fff;
  /* padding: 10px; */
  text-transform: uppercase;
}

.tag_content p {
  margin: 0;
  font-family: "Metropolis-Bold";
  font-size: 15px;
  color: #fff;
  margin-left: 0;
  line-height: 1.3;
  margin-top: 0;
  max-width: 25ch;
}

.acc-nav {
  text-align: center;
  margin-top: 15px;
  /* position: relative; */


}

.nav-btn {
  background: none;
  border: none;
  cursor: pointer;


  /* padding: 5px 10px; */
}

.nav-btn img {
  width: 15px;
  height: 15px;
  height: auto;
  display: block;
  object-fit: contain;
}

#prevBtn {
  position: absolute;
  top: 43%;
  left: 7%;
}

#nextBtn {
  position: absolute;
  top: 43%;
  right: 7%;
}

/* .accoptions .option:first-child.active ~ .option:nth-child(2) {
  border: 2px solid red;
}
.accoptions .option:nth-child(2).active  ~ .option.left {
  border: 2px solid red;
} */
.accoptions .option:first-child {
  --optionBackground: url(../images/ast-residential.jpg?v2);
  background-position: left;
}

.accoptions .option:nth-child(2) {
  --optionBackground: url(../images/ast-commercial.jpg?v2);
  background-position: left;
}

.accoptions .option:nth-child(4) {
  --optionBackground: url(../images/ast-retail-m.jpg?v2);
  background-position: left;
}


.gotoArrow {
  display: block;
}

.goto {
  margin-top: 8px;
  font-size: 10px;
  color: #fff;
  background: red;
  border-radius: 10px;
  font-family: 'Metropolis-SemiBold';
  padding: 4px 15px;
  display: none;
  width: fit-content;

}

@media only screen and (min-width: 1728px) {
  .infoslde h2 {
    font-size: 1.5vw;
  }
}

@media only screen and (min-width: 1028px) {
  .accoptions .option.left {
    box-shadow: 4px 2px 17px 9px #00000082;
    order: -1;
  }

  .accoptions .option.right {
    margin: 0 -20px;
    order: 1;
    box-shadow: 4px 2px 17px 9px #000000d1;
  }

  .propsdpSlider .swiper-slide-active {
    transform: translateY(6rem) scale(1);
    /* lifted + bigger */
    z-index: 3;
  }

  .propsdpSlider .swiper-slide-active:hover {
    z-index: 5;
  }

  .propsdpSlider .swiper-slide-next:hover {
    z-index: 5;
  }

  .propsdpSlider .swiper-slide-prev:hover {
    z-index: 5;
  }

  .propsdpSlider .swiper-slide-next {
    transform: translateX(-20%) translateY(2rem) scale(1);
    z-index: 2;
  }


  .propsdpSlider .swiper-slide-prev {
    transform: translateX(20%) translateY(0) scale(1);
    z-index: 2;
  }

  .iv_wrappper {
    overflow: hidden;
  }

  .invrelslider .swiper-slide {
    width: auto;
    transform: scale(0.6);
  }

  .invrelslider .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }

  .invrelslider .swiper-pagination {
    display: none;
  }

  .propsdpSlider .swiper-pagination {
    display: none;
  }
}

@media only screen and (max-width: 1028px) {
  .propsdpSlider.swiper-container {
    padding-bottom: 3rem;
  }

  .add__gap {
    height: 66px;
  }

  p {
    line-height: 1.3;
    font-size: 15px;
  }

  h2.mains_subhead {
    font-size: 5.6vw;
    text-align: center;
  }

  .tab_category {
    max-width: 28vw;
    font-size: 2.5vw;
    padding: 10px 10px 1.3em;
  }

  .content_for_tabs {
    max-width: 92%;
  }

  .banner__prime {
    background-color: #000;
    border-radius: 10px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .prime_item {
    margin-top: -18px;
  }

  .prime-app {
    margin-top: 18px;
    width: 27vw;
  }

  .prime_desc {
    display: flex;
    gap: 10px;
    margin-top: -14px;
    flex-direction: row;
    /* max-width: 32ch; */
    padding-bottom: 18px;
    justify-content: space-evenly;
    line-height: normal;
    font-size: 14px;
    width: 100%;
    padding: 18px;
  }

  .prime_desc span {
    margin-left: 0;
    width: 18%;
  }

  .footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem 2rem;
  }

  .footer_container .ft__col_1 {
    flex: 0 0 auto;
    width: 100%;
  }

  .footer_container .ft__col_2 {
    flex: 0 0 auto;
    width: 100%;
  }

  .side__wrapper {
    justify-content: flex-start;
  }

  .side__wrapper>div:not(:last-child) {
    border-right: 0 solid #ffffff;
    /* Change color as needed */
  }

  .sided_1 {
    padding: 0 0;
  }

  .sided_2 {
    padding: 0 0;
    width: fit-content;
  }

  .sided_3 {
    width: fit-content;
    padding-left: 0;
  }


  .boxwrapper {
    border-radius: 0;
    overflow: hidden;
    height: calc(90vw - (90vw * 0.3));
  }

  .all___box .cta_fom {
    font-size: 0.7rem;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0.4rem 1rem;
  }

  h4.bsw_hd {
    font-size: 17px;
  }

  .p.bsw_desc {
    font-size: 13px;
  }

  .news__fwrp .bxw_button,
  .bxw_button {
    width: fit-content;
    margin-bottom: 0;
  }

  .township_thumb {
    width: 100%;
    height: 180px;
  }

  .bxw_desc {
    /* min-height: 11ch; */
    margin-bottom: 0;
  }

  .news__fwrp .bxw_desc {
    min-height: 11ch;
  }

  p.bsw_desc {
    line-height: 1.4;
    font-size: 0.8rem;
  }

  .newsboxwrapper {
    height: 22ch;
  }

  h3.mains_subhead {
    font-size: 23px;
    margin-bottom: 3px;
  }

  .cta_nxt {
    margin-top: 0px;
    width: 20px;
    height: 20px;
    object-fit: contain;

  }

  .bursa__banner {
    padding: 10px;
  }

  .news__fwrp p.bsw_desc {}

  .townships-carousel .splide__pagination .splide__pagination__page {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
    width: 10px;
    height: 10px;

  }

  .townships-carousel .splide__arrow--next {
    right: 2em;
    top: 13ch;
  }

  .townships-carousel .splide__arrow--prev {
    left: 2em;
    top: 13ch;
  }

  .townsp__sec {
    /* margin-right: -15px; */
  }

  .ts_desc {
    min-height: 11ch;
    max-width: 36ch;
  }

  .townships-carousel .splide__arrow svg {
    fill: #fff;
  }

  .sdp___img {
    width: 43vw;
  }

  .mbn_arrow_next,
  .mbn_arrow_prev {
    width: 20px;
    height: 20px;
  }

  .sdp_all_wrapper {
    padding: 2rem 0 0.7rem 0;
  }

  .card_forThumb img {
    height: auto;
    width: 100%;
    max-width: 66%;

  }

  .card_forLogo img {
    height: 43px;
    width: 100px;
  }

  .pos_pr_svg {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
  }

  .pos_pr_svg svg {
    height: 100%;
  }


  .search-suggestion {
    font-size: 21px;
  }

  .search_title {
    font-size: 28px;
  }

  .search-box {
    max-width: 100%;
  }

  .search_header {
    padding: 83px 0 70px 0;
  }

  .search-input {
    font-size: 18px;
  }

  #pagination button {
    width: 4.5ch;
    height: 4.5ch;
    border-radius: 50px;
    font-size: 1ch;
  }

  #pagination button.pagination-next,
  #pagination button.pagination-prev {
    width: fit-content;
    height: auto;
  }

  #pagination {
    gap: 2px;
  }

  select.sdp_property_category {
    width: 100%;
    font-size: 12px;
  }

  h5.fip_cust.forInfo_price {
    font-size: 1.2rem;
  }

  .search-body {
    max-width: 90vw;
  }

  .glb-search-wrap {
    height: 46px;
    font-size: 14px;
  }

  .btnSearch {
    width: 56px;
    height: 32px;
    border-radius: 17px;
    right: 2%;
    top: 13%;
  }

  #search-circle {
    width: 15px;
    height: 15px;
  }

  .sus-masked-img {
    width: 100%;
    height: 36ch;
    object-fit: cover;
  }

  .flyimg {
    width: 9ch;
    height: 10ch;
  }

  .fly-1c {
    top: 36%;
    left: 7%;
  }

  .fly-1a {
    top: 79%;
    left: 7%;
  }

  .fly-1b {
    top: 41%;
    right: 3%;
  }

  .infoslde h2 {
    font-size: 20px;
  }

  .infoslde p {
    font-size: 15px;
  }

  .curvebottom {
    bottom: -2px;
  }

  .curvebottom img {
    height: 65px;
  }

  .max_as_slid {
    max-width: 100%;
  }

  .propsdpSlider .swiper-slide:nth-child(even) {
    margin-top: 0;
  }

  .pos-info .ctalited {
    font-size: 1.9vw !important;
  }

  .pos_ind_wrp {
    top: 38%;
    left: 2rem;
    right: unset;
    padding: 0;
  }

  .pos_top_ind .ctalite {
    z-index: 4;
    margin: auto;
  }

  .pos_top_ind {
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 0;
    justify-content: center;
    margin: 0;
    height: auto;
  }

  .indsec {
    background-color: #000;
  }

  .mains_subhead2 {
    /* display: none; */
  }

  .ft_asimg {
    height: 32ch;
  }

  .propsdpSlider .swiper-slide {
    padding: 0 4ch;
  }

  .pos-info p.hdlni {
    font-size: 3.4vw !important;
  }

  .pos-info p {
    font-size: 2vw !important;
  }

  .pos_sideview {
    position: absolute;
    top: 0% !important;
    right: 0;
  }

  .wrp_inv {
    /* width: 28%; */
    /* margin: auto; */
    padding-top: 14%;
  }

  .pos_sideview {
    position: relative;
    left: unset;
    right: unset;
  }

  .numb-overview {
    width: 100%;
    gap: 0;
    border-radius: 0 0 52px 56px;
    padding: 10px;
  }

  h2.mains_subhead2 {
    font-size: 15px;
    text-align: center;
    max-width: 32ch;
    margin: auto;
    margin-bottom: 2rem;
  }


  .box_ov p {
    font-size: 3.5vw;
  }

  .box_ov p.custom_ov {
    font-family: "Metropolis-Bold";
    font-size: 5.7vw;
  }

  .box_ov_col .custom_ov {
    font-size: 5.7vw;
  }

  .aboutus_sec {
    margin-top: 0;
  }

  .pos-au-top {
    position: relative;
    top: unset;
    margin-bottom: -4rem;
  }

  .pos_pattern {
    position: absolute;
    top: 0;
    left: 0;
  }

  .swiper {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 3rem !important;


  }

  .ctalited {
    font-size: 3vw !important;
  }

  h2.indtitle {
    font-size: 5.6vw;
    text-align: center;
  }

  .ctalite {
    margin: auto;
    padding: 6px 28px 6px 28px;
  }

  .ctaforLM {
    padding: 6px 28px 6px 28px;
  }

  .wrp_inv p {
    max-width: 20ch;
    margin: auto;
    text-align: center;
  }

  h2.mains_subhead2 span {
    /* font-size: 21px; */
  }

  .coverIr {
    padding-bottom: 22%;
        background-size: cover;
  }

  .is_cont {
    margin-top: 2rem;
  }

  .thumbpropimg {
    height: 72vw;
  }

  .slider-controls button {
    width: 2.5ch;
    height: 2.5ch;
  }

  .forprev {
    top: 30%;
  }

  .fornext {
    top: 30%;
  }

  .mySwiper::after {
    scale: 1.2;
    opacity: 0.8;

  }

  .mySwiper::before {
    scale: 1.2;
    opacity: 0.8;

  }


  .accoptions {
    min-width: 520px;
  }

  .accoptions .option:nth-child(5) {
    display: none;
  }

  .accoptions .option {
    height: 58px;
  }

  .accoptions {
    max-width: 88%;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    min-width: auto;
    border-radius: 0;
  }

  .accoptions .option {
    height: 65px;
    background-size: cover;
  }

  .accoptions .option.active {
    height: 35ch;
    max-width: 100%;
    border-radius: 28px;
    margin: 0 0;
  }

  .accoptions .option:first-child {
    background-position: 100% 24%;
    --optionBackground: url(../images/ast-residential.jpg);
  }

  .accoptions .option:nth-child(2) {
    --optionBackground: url(../images/ast-comm-mob.jpg?V2);
    background-position: center;
  }

  .accoptions .option:nth-child(3) {
    background-position: 100% 30%;
  }

  .accoptions .option:nth-child(4) {
    --optionBackground: url(../images/ast-retail-m.jpg);
    background-position: center;
  }

  .tg_top {
    font-size: 14px;


  }

  .tag_content p {
    font-size: 14px;
    margin-top: 3px;
  }

  .tagName {
    transform: revert;
    transform-origin: center;
    color: #fff;
    top: -45px;
    left: 6px;
    font-size: 15px;
    /* text-shadow: 3px 2px 3px black; */
  }

  .accoptions .option.active .tag_content {
    left: 0;
    right: 0;
    bottom: 1.8rem;
    width: 100%;
    padding-left: 23px;
  }

  .acc-nav {
    display: none;
  }

  .gotoArrow {
    opacity: 0;
  }

  .accoptions .option.active .gotoArrow {
    opacity: 1;

  }

  .accoptions .option.active .arimg1 {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;

  }

  .tag_content {
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  .accoptions .option:not(.active) {
    border-radius: 50px;
  }

  .goto {
    display: block;

  }
.headline-card {
    top: 10px;
    right: 10px;
}
.propsdpSlider .swiper-pagination-bullet {
  display: none;
}
.animated.desktop-anim {
  animation: none !important;
  opacity: 1 !important; /* ensure visible without animation */
}
iframe.stock-iframe {
        height: 61ch;
        border-radius: 40px;
}

}