@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap");
@import "../components/header.css";
@import "../components/homebanner.css";
@import "../components/projectsCard.css";
@import "../components/property.css";
@import "../components/footer.css";

/* @font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: local('Optima'), url('../fonts/OPTIMA.woff') format('woff');
}


@font-face {
    font-family: 'Optima Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Italic'), url('../fonts/Optima_Italic.woff') format('woff');
}


@font-face {
    font-family: 'Optima Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Medium'), url('../fonts/Optima Medium.woff') format('woff');
}


@font-face {
    font-family: 'Optima Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Bold'), url('../fonts/OPTIMA_B.woff') format('woff');
}

.optima-bold {
    font-family: 'Optima Bold';
}

@font-face {
    font-family: 'ThreeSignature';
    src: url('../fonts/ThreeSignature.eot');
    src: url('../fonts/ThreeSignature.eot') format('embedded-opentype'),
        url('../fonts/ThreeSignature.woff2') format('woff2'),
        url('../fonts/ThreeSignature.woff') format('woff'),
        url('../fonts/ThreeSignature.ttf') format('truetype'),
        url('../fonts/ThreeSignature.svg#ThreeSignature') format('svg');
}

.threeSignature {
    font-family: 'ThreeSignature' !important;
}

.monteserrat {
    font-family: 'Montserrat', sans-serif;
} */

* {
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --gold: #c09555;
  --purple: #f9f6f3;
  --darkpurple: #040429;
  --white: #fff;
  --black: #000;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body,
html {
  width: 100vw;
  font-size: 16px;
  color: var(--purple);
  background-color: #f9f6f3;
  /* font-family: 'Optima'; */
  font-family: "Maven Pro", sans-serif;
  overflow-x: hidden;
}

.error_msg {
  font-weight: 500;
  font-size: 12px;
  color: #000;
  position: relative;
  bottom: auto;
  /* margin-bottom: 15px; */
  text-align: left;
}

.error {
  color: red;
  font-size: 14px;
  padding-top: 5px;
}

.error_msg {
  display: none;
}

.form-control {
  color: #000;
}

a {
  text-decoration: none;
}

.transition {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

body.modal-open {
  padding-right: 0px !important;
}

.commonButton {
  color: #fff;
  background-color: var(--purple);
  border: 1px solid var(--purple);
  padding: 11px 46px;
  font-family: "Optima Medium";
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.commonButton:hover {
  color: #000;
  background-color: #fff;
  border-color: var(--purple);
}

.commonPadding {
  padding: 60px 0;
}

.commonHeadings .title h1 {
  margin: 0;
  color: #27262e;
}

.commonHeadings .title h1 span {
  color: #27262e;
}

.arrowButton a {
  color: #fff;
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.iconarrow {
  font-size: 10px;
}

.slideGap .slick-slide {
  margin: 0 10px;
}

.slideGap .slick-list {
  margin: 0 -10px;
}

.fw-medium {
  font-weight: 500;
}

.form-check-input:checked {
  background-color: #0c0c34;
  border-color: #0c0c34;
}

/*** getStartedBg ***/

.getStartedBg {
  background-color: #fff;
  border-radius: 18px;
  padding: 40px 0;
}

.getstartedContent h3 {
  font-family: "Optima Medium";
}

.partenersSlider .item img {
  width: 120px;
  margin: 0 auto;
}

/*** getStartedBg ***/

/*** slide-arrow ***/

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background: transparent;
  z-index: 99;
  position: absolute;
  border: 0;
  padding: 10px 0 0;
  background: transparent;
  top: 100%;
  left: 5px;
  letter-spacing: 3px;
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
}

.next-arrow {
  left: auto;
  right: 5px;
}

.slide-arrow:hover:after {
  width: 100%;
}

.slide-arrow::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

/*** slide-arrow ***/

/*** ourPartners ***/

.partnersBox {
  background-color: #040429;
  border-radius: 18px;
  padding: 40px 0;
}

.amenitiesChecklist {
  display: none;
}

#seeMore {
  color: #000;
}

/*** ourPartners ***/

/*** about contact proprty-detail css ***/
.inner-banner {
  position: relative;
}

.inner-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.inner-heading h1 {
  color: #c09555;
  text-align: center;
  font-weight: normal;
  font-size: 50px;
}

span.line {
  border: 1px solid #ffffff75;
  width: 50px;
  height: 1px;
  display: block;
  margin-right: 20px;
  margin-left: 20px;
}

.commonHeadings .title p {
  margin-bottom: 0;
  color: #27262e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  letter-spacing: 4.8px;
}

.about-content p {
  color: #27262e;
  font-family: "Montserrat";
  margin-bottom: 0;
  padding-top: 40px;
  font-size: 18px;
}

.our-mantra {
  background-image: url(././assets/images/about/mantra-desk.png);
}

.mantra-head h2 {
  color: #27262e;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c09555;
}

.mantra-head h2 img {
  padding-right: 20px;
}

.mantra-txt p {
  color: #fff;
  width: 80%;
}

.mantra-wrapper {
  padding-top: 80px;
  padding-bottom: 0px;
}

.mantra-wrapper .col-lg-6 {
  padding-bottom: 50px;
}

.edge-detail h3 {
  color: #c09555;
  font-size: 25px;
}

.edge-detail p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.edge-detail {
  /* padding: 40px 20px; */
}

.about-txt {
  background-color: var(--purple);
}

.groupSectionBox {
  border-left: 1px solid #707070;
  padding: 30px 30px;
}

.groupSectionBox:nth-child(-n + 3) {
  border-bottom: 1px solid #707070;
  /* padding: 40px; */
  /* padding-bottom: 20px; */
  border-right: 0;
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
}

.groupSectionBox:nth-child(1),
.groupSectionBox:nth-child(4) {
  border-left: 0;
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
}

.edge-wrapper {
  padding-top: 50px;
}

.teamSlider .commonCardContent h2 {
  font-size: 16px;
}

.palladian-edge {
  background-color: #16163f;
}

.milestoneBox {
  padding: 30px 10px;
}

.milestone .commonHeadings .title p {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.milestone-detail h3 {
  color: #c09555;
  font-size: 50px;
}

.milestone-detail p {
  font-size: 16px;
  letter-spacing: 4px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.teamSlider .commonCardContent {
  min-height: inherit;
}

.milestone {
  background-color: #16163f;
}

.nearpropertySlider .commonCardContent {
  min-height: inherit;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 15px 25px 35px #00000080;
  box-shadow: 15px 25px 35px #00000080;
}

.nearpropertySlider .commonCardContent h2 {
  font-size: 18px;
}

.nearbyProperties {
  background-color: #16163f;
}

.location-map-box {
  padding-top: 50px;
}

.amenities {
  background-color: #16163f;
}

.amenitiesWrapper {
  padding-top: 50px;
}

.amenit-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.amenit-detail p {
  color: #fff;
  margin-bottom: 0;
  padding-left: 15px;
}

.amenities .groupSectionBox {
  border-left: 1px solid #0c0c34;
  padding: 30px 15px;
}

.amenities .groupSectionBox:nth-child(-n + 6) {
  border-bottom: 1px solid #0c0c34;
  border-right: 0;
}

.amenities .groupSectionBox:nth-child(1),
.amenities .groupSectionBox:nth-child(7) {
  border-left: 0;
}

.breadcrumbs {
  padding-bottom: 30px;
  text-align: left;
}

.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.breadcrumbs ol li {
  color: #fff;
  font-size: 16px;
  letter-spacing: 4px;
}

.breadcrumbs ol li a {
  color: #fff;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
  /*        text-transform: uppercase;*/
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: ">";
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

.property-details {
  background-color: #0c0c34;
  padding-top: 180px;
  padding-bottom: 80px;
}

.propertyimageSlider .slide-arrow {
  top: 50%;
  margin-top: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.propertyimageSlider .slide-arrow:hover:after {
  display: none;
}

.propertyDetailData {
  color: #fff;
}

.propertyDetailName h4 {
  font-family: "Optima";
}

.propertyDetailName h4 span {
  color: var(--gold);
}

.propertyDetailPrice h3 {
  font-family: "Optima Medium";
  font-size: 50px;
  margin: 15px 0;
}

.propertyDetailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.propertyDetailList li {
  line-height: 1;
  font-family: "Optima Bold";
  color: var(--gold);
  font-size: 18px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 2px solid var(--gold);
}

.propertyDetailList li:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

.propertyDetailIconsData {
}

.propertyDetailIconsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.propertyDetailIcon {
  width: 40px;
}

.propertyDetailIconsBox .propertyDetailData p {
  margin: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.propertyDetailData p span {
  font-weight: 500;
}

.propertyDetailDescription {
  margin-top: 10px;
}

.propertyDetailDescription h2 {
  font-family: "Optima Medium";
}

.propertyDetailDescription p {
  font-family: "Montserrat", sans-serif;
}

.propertyDetailForm {
  /* padding: 30px 40px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.propertyDetailForm h3 {
  /* font-family: 'Optima Bold'; */
  color: #000;
}

.propertyDetailForm .form-label {
  line-height: 1;
  margin: 0;
  /* font-family: 'Montserrat', sans-serif; */
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.propertyDetailForm .form-control {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
}

textarea {
  resize: none;
}

.propertyDetailForm .form-check-label {
  font-size: 14px;
  color: #000;
}

.formButtonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.formButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000000;
  color: #fff;
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  padding: 8px 6px;
  gap: 10px;
  font-family: "Optima Medium";
}

.location .row {
  height: 100%;
}

.contact-form {
  background: #ffffff;
  height: 100%;
  padding: 50px;
}

.contact-form .form-control {
  width: 100%;
  height: 50px;
  padding: 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin-bottom: 0px;
  border-radius: 0;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.contact-form .form-control::placeholder {
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.contact-form h2 {
  font-weight: bold;
}

.location .title h1 {
  padding-bottom: 50px;
}

.contact-form form.lead-form {
  padding-top: 30px;
}

.contact-form-submit {
  margin-top: 30px;
}

/*** about contact proprty-detail css ***/

.awards .icon-box {
  padding: 30px;
  /* border: 10px solid var(--gold); */
  margin: 0 auto 1.5em;
  background: #fff;
  border-radius: 2.5rem 2.5rem 0 2.5rem;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.06);
}

.awards .icon-box img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
}

.awards .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  min-height: 50px;
  color: #27262e;
}
.awards .icon-box h3 {
  color: #27262e;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
  min-height: 75px;
}
.commonCard {
  background: #fff;
  border-radius: 2.5rem 2.5rem 0 2.5rem;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.06);
}
.iti__country-name,
.iti__flag-box {
  color: #000 !important;
}
.iti {
  width: 100% !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #000;
}

@media (max-width: 767px) {
  .commonHeadings {
    display: block;
  }

  .getStartedBg {
    padding: 20px 20px;
    text-align: center;
  }

  .partnersBox {
    padding: 40px 20px 50px;
  }

  .partenersSlider {
    margin-top: 15px;
  }

  .partenersSlider .slide-arrow {
    margin-top: 0;
  }

  .getstartedContent {
    margin-bottom: 15px;
  }

  .getstartedContent h3 {
    font-size: 20px;
  }

  .latestBlogs .commonCard {
    margin-bottom: 30px;
  }

  /*** about css ***/
  .inner-banner img {
    height: 50vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .edge-detail h3 br {
    display: none;
  }

  .about-content p {
    font-size: 16px;
  }

  .mantra-txt p {
    width: 100%;
  }

  .milestoneBox {
    padding: 10px 10px;
    width: 50%;
    text-align: center;
  }

  .milestone-detail p {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .milestone-detail p br {
    display: none;
  }

  .milestone-detail h3 {
    font-size: 35px;
  }

  .groupSectionBox {
    border: none !important;
    padding: 15px 15px;
  }

  .milestone .commonHeadings {
    padding-bottom: 50px;
  }

  .milestone .commonHeadings h1 {
    text-align: left !important;
  }

  .propertyDetailForm {
    margin-top: 30px;
    padding: 0px;
  }

  .propertyDetailPrice h3 {
    font-size: 36px;
  }

  .propertyDetailName h4 {
    font-size: 20px;
  }

  .propertyDetailList li {
    font-size: 16px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .formButton {
    font-size: 12px;
  }

  .formButton img {
    width: 12px;
  }

  .propertyDetailForm h3 {
    font-size: 22px;
  }

  .amenit-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .amenit-detail p {
    padding-left: 0;
  }

  .amenities .groupSectionBox {
    padding: 15px 10px;
  }

  .amenities.commonPadding {
    padding: 50px 0;
  }

  .amenitiesWrapper {
    padding-top: 30px;
  }

  .property-details {
    background-color: #0c0c34;
    padding-top: 100px;
  }

  .breadcrumbs {
    padding-bottom: 15px;
  }

  .propertyDetailWrapper.mt-5 {
    margin-top: 1rem !important;
  }

  .propertyDetailList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }

  .contact-form {
    padding: 30px 15px;
  }

  .teamSlider .latestBlogs .commonCard {
    margin-bottom: 0;
  }

  /*** about css ***/
}

@media (max-width: 768px) and (max-width: 992px) {
  .getStartedBg {
    background-color: #fff;
    border-radius: 18px;
  }

  .getstartedContent h3 {
    font-size: 21px;
  }

  .getStartedBg .commonButton {
    padding: 10px 18px;
  }

  .partenersSlider .slide-arrow {
    margin-top: 0;
  }

  .commonHeadings .title h1 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .nearpropertySlider .commonCardContent h2 {
    font-size: 15px;
  }
}
