@font-face {
  font-family: CERA_PRO_REGULAR;

  src: url("../fonts/CERA_PRO_REGULAR.OTF");
}

@font-face {
  font-family: CERA_PRO_BOLD;

  src: url("../fonts/CERA_PRO_BOLD.OTF");
}

@font-face {
  font-family: CERA_PRO_LIGHT;

  src: url("../fonts/CERA_PRO_LIGHT.OTF");
}

@font-face {
  font-family: CERA_PRO_MEDIUM;

  src: url("../fonts/CERA_PRO_MEDIUM.OTF");
}

html {
  scroll-behavior: smooth;
}

* {
  text-decoration: none;
}

body,
html {
  margin: 0;

  padding: 0;

  width: 100%;

  height: 100%;

  box-sizing: border-box;

  color: #000;

  /* font-family: CERA_PRO_REGULAR; */

  font-family: "Spectral", serif;
}

.error_msg {
  font-weight: 500;

  font-size: 12px;

  color: #000;

  position: relative;

  bottom: auto;

  /* margin-bottom: 15px; */

  text-align: left;
}

b,
strong {
  font-family: CERA_PRO_BOLD;
}

section {
  padding: 80px 0;

  scroll-margin-top: 80px;

  overflow-x: hidden;
}

.textureBg {
  background: url("../img/PartnerWhiteBgTexture.jpg") no-repeat;

  background-position: center center;

  background-size: 100% 100%;
}

.title h2 {
  color: #000000;

  font-family: "Spectral", serif;
}

.we {
  color: #000000c4;
}

/* header */

header {
  transition: all 0.4s ease-in-out;
}

header .leftLogo img {
  width: 55px;
}

header .rightLogo img {
  width: 120px;
}

header ul {
  list-style-type: none;
}

header ul li a {
  font-size: 14px;

  color: #000;

  text-decoration: none;

  /* font-family: CERA_PRO_MEDIUM; */
}

header.scroll {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 99;

  background-color: #fff;

  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
}

.ban-title {
  text-align: center;
  margin: 0;
  padding: 10px 0px;
  font-weight: 600;
  background: #ececec;
  margin: 0;
}

.down-bro a {
  position: fixed;
  bottom: 25px;
  left: 32px;
  padding: 5px 15px;
  border: none;
  background: #000;
  color: #fff;
  z-index: 9999;
  text-decoration: none;
}

/* header */

.bg-shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.btn-download {
  background: #000000;
  color: #fff;
  text-decoration: none;
  padding: 0.55rem 1.25rem;
  font-size: 1.1rem;
}

/* overview */

.overviewLeft h2 {
  color: #000000;

  font-size: 36px;
}

.calll{
  color: #000;
  text-decoration: none;
}

/* overview */

/* .roofTopContent {

    top: -30px;

    right: 10%;

    padding: 25px 30px;

    } */

.roofTopContent {
  width: 100%;

  top: 0;

  left: 0;

  padding: 15px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  height: 100%;

  background-color: rgb(249 249 249 / 82%);

  transition: all 0.5s linear;

  text-align: center;
}

.roofTopContentBox-2 {
  opacity: 0;
}

.roofTopContentBox:hover .roofTopContentBox-1 {
  opacity: 0;
}

.roofTopContentBox:hover .roofTopContentBox-2 {
  opacity: 1;
}

.roofTopContent p {
  margin-bottom: 5px;

  color: #fff;

  text-align: center;
}

.projectHelightBoxAmintie img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(15%) saturate(5%) hue-rotate(325deg) brightness(96%) contrast(95%);
}

.roofTopContent h2 {
  color: #000000;

  font-weight: 900;

  font-size: 30px;
}

.roofTopContentBox-2 p {
  color: #000;
}

.configurationMenu {
  list-style: none;

  padding: 0;
}

.configurationMenu li {
  cursor: pointer;

  text-transform: uppercase;

  font-size: 14px;
}

.configurationMenu li+li {
  margin-top: 15px;
}

.configurationMenu li {
  text-decoration: none;

  color: #000;

  font-family: CERA_PRO_LIGHT;
}

.configurationMenu li:hover,
.configurationMenu li.active {
  font-family: CERA_PRO_BOLD;
}

.image-display {
  flex-grow: 1;

  text-align: center;
}

.image-display img {
  max-width: 100%;

  height: auto;

  display: none;

  filter: blur(4px);
}

.image-display img.active {
  display: block;
}

/* amenities */

.amenities {
  padding: 10px 0 60px;
}

.amenitieTitleBoxWrapper {
  margin-top: -50px;
}

.amenitieTitleBox {
  padding: 25px 30px;

  background-color: #f9f5ef;

  display: inline-block;

  position: relative;

  right: 40%;
}

.amenitieTitleBox p {
  margin-bottom: 5px;
}

.amenitieTitleBox h2 {
  color: #9b7532;
}

.amenitiesBottom {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;
}

.amenity {
  display: flex;

  align-items: center;

  gap: 15px;
}

.amenity img {
  width: 40px;

  height: 40px;

  object-fit: contain;
}

.amenity span {
  font-size: 16px;

  color: #333;
}

/* .amenitiesBoxWrapperTwo img {

  transform: translateY(-10%);

} */

/* amenities */

/* connectivity */

.travel-times {
  width: 90%;

  max-width: 600px;

  list-style: none;

  padding: 0;

  margin: 0;
}

.travel-times li {
  font-family: CERA_PRO_LIGHT;

  display: flex;

  align-items: center;

  padding: 10px 0 10px 30px;

  border-bottom: 1px solid #e0e0e0;

  font-size: 14px;

  background: url("../img/starElement.png") no-repeat;

  background-position: center left;
  filter: brightness(0) saturate(100%) invert(37%) sepia(15%) saturate(5%) hue-rotate(325deg) brightness(96%) contrast(95%);
}

.travel-times li span:first-child {
  display: flex;

  align-items: center;

  gap: 5px;
}

.travel-times li span:last-child {
  font-weight: bold;

  color: #555;

  margin-left: auto;
}

.connectivity .nav-tabs {
  width: 100%;

  display: flex;

  gap: 10px;
}

.connectivity .nav-tabs .nav-item {
  flex: 1;
}

.connectivity .nav-tabs .nav-item img {
  width: 30px;
}

.connectivity .nav-tabs .nav-item .nav-link {
  color: #000000;
}

.connectivity .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);

  background-color: transparent;

  border-color: transparent;

  border-bottom-color: #000000;
}

.connectivity .nav-tabs .nav-item .nav-link {
  padding: 10px 0px;
}

.connectivityImg img {
  object-fit: cover;
}

/* connectivity */

/* gallery */

.commonTab .nav-tabs .nav-link {
  border: 0;

  border-bottom: 1px solid #898787;

  color: #000000;

  padding: 0 0 15px 0;
}

.commonTab .nav-tabs .nav-item+.nav-item .nav-link {
  /* padding-left: 20px; */
}

.commonTab .nav-tabs .nav-item.show .nav-link,
.commonTab .nav-tabs .nav-link.active {
  border-bottom: 2px solid #000000;

  font-family: CERA_PRO_BOLD;
}

/* gallery */

.virtualTourButtton {
  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.virtualTourButtton a {
  width: 100px;

  height: 100px;

  background-color: #020202;

  border-radius: 50%;

  justify-content: center;

  align-items: center;

  text-decoration: none;
}

.virtualTourButtton a span {
  font-size: 15px;

  text-decoration: none;

  color: #fff;

  text-align: center;
}

dotlottie-player {
  width: 35px;

  height: 35px;
}

/* .developByBoxWrapper .row::after {

  content: "";

  left: 50%;

  height: 100%;

  border: 1px solid #c5bcbc;

  position: absolute;

  top: 0;

} */

.developByBox img {
  width: 135px;
}

.developByBox p {
  font-size: 14px;

  font-family: CERA_PRO_LIGHT;

  margin-top: 15px;

  margin-bottom: 0;

  text-align: justify;
}

.contact .form-control {
  border: 0;

  border-bottom: 1px solid #000;

  border-radius: 0;

  padding: 10px 0 15px;
}

.form-check-label {
  font-size: 12px;
}

.btn {
  background-color: #000000;

  border-color: #000000;

  padding: 8px 40px;

  border-radius: 24px;

  text-transform: uppercase;
}

.btn:hover,
.btn:focus {
  background-color: transparent;
  border-color: #000 !important;
  color: #000000;
}

/*** sideForm ***/

.sideFormWrapper {
  right: -300px;

  width: 300px;

  z-index: 99999;

  transition: right 0.4s ease-in-out;
}

.sideFormWrapper.active {
  right: 0;

  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}

.sideFormTop {
  padding: 30px 30px 15px;

  background-color: #000000;
}

.sideFormTop .form-control {
  background-color: #fff;

  border: 0;

  border-radius: 0;
}

.sideFormTop .form-check-label {
  font-size: 12px;

  color: #fff;
}

.sideFormBottom {
  background-color: #f9f5ef;
}

.sideFormClose {
  padding: 10px 20px;

  border-right: 1px solid #b7adad;

  cursor: pointer;
}

.sideFormBottom button {
  flex: 1;

  border: 0;

  background-color: transparent;

  color: #000;
}

.enquirenowButton {
  cursor: pointer;

  position: fixed;

  bottom: 55px;

  right: -57px;

  background-color: #000000;

  z-index: 9999;

  transform: rotate(-90deg);

  display: flex;

  flex-direction: row-reverse;

  /* padding: 10px 15px 10px 0; */

  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}

.enquirenowButton .text {
  padding: 10px 15px;

  color: #fff;
}

.sideFormOPen {
  padding: 10px 15px;

  cursor: pointer;

  background-color: #fff;
}

.sideFormOPen img {
  transform: rotate(-90deg);

  transform-origin: center center;
}

/*** sideForm ***/

.swiper-button-next,
.swiper-button-prev {
  width: 40px;

  height: 40px;

  border-radius: 50%;

  background-color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #9b7532;

  font-size: 14px;
}

.modal-dialog {
  max-width: 400px;
}

.modal-content {
  padding: 15px 25px;

  background-color: #000000;
}

.modal-body {
  background-color: #000000;
}

.modal-title,
.modal .form-check-label {
  color: #fff;

  word-wrap: normal;

  text-wrap: auto;

  text-align: start;
}

.form-check-label {
  font-size: 12px;
}

button.btn-close {
  position: absolute;

  top: 0;

  right: 0;

  /* filter: invert(1); */

  opacity: 1;

  padding: 10px;

  background-color: #ffffff;

  border-radius: 0;

  z-index: 9;
}

.modal .form-control {
  border-radius: 0;
}

.modal .btn {
  background-color: #ffffff;

  border-color: #000;
  color: #000;
}

/* footer */

.footerTop {
  padding: 20px 0 15px;

  font-size: 11px;
}

.lightFont {
  font-family: CERA_PRO_LIGHT;
}

.footerMiddle {
  padding: 15px 0;

  border-top: 1px solid #b1a4a4;

  border-bottom: 1px solid #b1a4a4;

  font-size: 10px;

  font-family: CERA_PRO_LIGHT;
}

.footerBottom {
  padding: 10px 0;

  font-family: CERA_PRO_LIGHT;

  font-size: 12px;
}

.footerBottom a {
  text-decoration: none;

  font-family: CERA_PRO_REGULAR;

  color: #000;
}

/* footer */

.projectHelightBoxInner {
  background-color: #fff;

  padding: 15px 15px;

  position: absolute !important;

  display: flex;

  gap: 40px;

  width: 500px;

  flex-wrap: wrap;

  text-align: center;
}

.projectHelightBoxAmintie h5 {
  font-size: 18px;

  margin-bottom: 0;

  color: #000000;
}

.projectHelightBoxAmintie p {
  font-size: 14px;
}

.lim {
  color: #fff;
}

.projectHelightBoxOne {
  top: 0;

  left: 0;
}

.yog {
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
}

.projectHelightBoxTwo {
  top: 0;

  left: 0;

  /* box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5); */
}

.projectHelightBoxAmintie {
  min-width: 45%;

  width: 45%;

  /* display: flex; */

  /* justify-content: center; */
}

.amenities-box img {
  width: 50px;

  margin: 0 auto;

  display: block;
  filter: brightness(0) saturate(100%) invert(37%) sepia(15%) saturate(5%) hue-rotate(325deg) brightness(96%) contrast(95%);
}

.amenities-box p {
  text-align: center;

  margin-top: 5px;
}

.amenitiesBox h2 {
  text-align: center;

  margin-bottom: 20px;

  color: #000000;
}

.developByBoxWrapper .title h2 {
  font-size: 22px;

  border-bottom: 1px solid #9b7532;

  width: max-content;

  margin: 0 auto;
}

.site-address span {
  font-size: 15px;
}

.call-btn span {
  font-size: 20px;
}

.connectivity {
  padding: 80px 0;
}

.developeBy .title h2 {
  font-size: 26px;
}

.custom-gallery-caption {
  text-align: center;

  font-size: 18px;

  padding-top: 10px;

  color: #000000;
}

.glightboxFour {
  text-decoration: none;
}

.videoWrapper .tab-content p {
  text-align: center;

  font-weight: 600;

  font-size: 16px;
}

#CONSTRUCTIONUPDATES-tab-pane .swiper-slide img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}

section.section-mobile-fixed {
  position: fixed;
  z-index: 10;
  left: 0;
  padding: 0.55rem 0.25rem;
  bottom: 0;
  background: #000;
  width: 100vw;
}

.mobile-toggle-fixed {
  width: 100%;
}

.mobile-toggle-fixed a {
  text-decoration: none;
}

.btn-toggle-fixed {
  width: 100%;
  background: transparent;
  border: none;
  text-decoration: none;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}

.btn-toggle-fixed .btn-toggle-fixed-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.btn-toggle-fixed .btn-toggle-fixed-txt {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}

.btn-toggle-fixed .btn-toggle-fixed-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.section-mobile-fixed::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff63;
  width: 2px;
  height: 100%;
}

.invalid-feedback {
  margin-top: 0.15rem;
  font-size: 0.85rem;
  color: #fff;
}