* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --poppins: "Poppins", sans-serif;
  --open: "Open Sans", sans-serif;
}

html,
body {
  font-family: var(--poppins) !important;
}

img,
video {
  /* width: 100%; */
  height: auto;
  object-fit: cover;
}

body::-webkit-scrollbar {
  width: 0.5em;
  background-color: #fff;
  border-left: none;
}

body::-webkit-scrollbar-thumb {
  background-color: #cfa131;
  outline: 1px solid #fff;
  border-radius: 15px;
}

body {
  background-color: #fff;
  color: #000;
  font-family: var(--poppins);
  font-weight: 400;
}

/* Preloader */

/* Preloader end */

.fix_head {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  z-index: 999;
  width: 100%;
  background-color: #000;
}

.navbar-brand img {
  width: 255px;
}

.navbar-nav .nav-item a {
  font-size: 17px;
  color: #ffffff !important;
  text-transform: capitalize;
}

.navbar-nav .nav-item {
  text-align: center;
}

.sticky .navbar {
  background-color: #000;
  box-shadow: 2px 2px 5px #414141;
  transition: 0.3s ease-in-out;
}

.custom-select-with-icon {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path d="M7.247 11.14l-4.796-5.481C1.451 5.07 1.885 4 2.777 4h10.447c.892 0 1.326 1.07.326 1.659l-4.796 5.48a1 1 0 0 1-1.414 0z"/></svg>')
    no-repeat right 10px center;
  background-color: #fff;
  background-size: 16px 16px;
  padding-right: 30px;
}

.over-view-contain {
  align-items: center;
}

/***************** Banner *******************************/

.section__banner {
  width: 100%;
  position: relative;
  /* margin-top: 4%; */
}

.ban_title {
  position: absolute;
  bottom: 12%;
  left: 27%;
}

.ban_form {
  width: 100%;
  padding: 30px 45px;
  border-radius: 16px;
  background: rgb(61 61 61 / 78%);
}

.ban_form h2 {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.border_left {
  padding-left: 25px;
  border-left: 9px solid #cfa131;
  display: flex;
  height: 50px;
  align-items: center;
}

.overview-ul {
  line-height: 40px;
  font-size: 20px;
  /* font-weight: 600; */
  letter-spacing: 1px;
}

/* .ban_form .form-control {
  border: none !important;
  border-bottom: 1px solid #fff !important;
}

.ban_form input::placeholder {
  color: #fff;
}

.ban_form select {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
} */

.fa-chevron-down {
  font-weight: 900;
  float: right;
  margin-top: -3px;
  /* position: absolute; */
  position: relative;
  top: -25px;
  right: 15px;
}

select,
select option {
  color: rgb(15, 14, 14);
}

.form-btn {
  display: flex;
  justify-content: center;
}

.ban_form .sub_btn {
  width: fit-content;
  padding: 7px 25px;
  border: none;
  background: linear-gradient(
    265deg,
    #d2ad57 3.28%,
    #faf3c0 52.02%,
    #c99c3b 102.15%
  );
}

.ban_form .sub_btn span {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

/* .ovrlay{
    background: #292b339f;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;

} */

/**************************** Overview *******************************/

.realty__sec {
  width: 100%;
  background-color: #fff;
  padding: 70px 0;
  position: relative;
}

.realty_para h2 {
  font-weight: 700;
  font-size: 32px;
  color: #cfa131;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}

.realty_para h2 span {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}

.realty_para p {
  font-size: 16px;
  color: #292b33;
}

.realty_icon img {
  width: 70px;
  filter: invert(47%) sepia(82%) saturate(420%) hue-rotate(1deg)
    brightness(102%) contrast(103%);
}

.realty_icon p {
  font-weight: 600;
  font-size: 20px;
  color: #292b33;
  padding-top: 20px;
}

.para-flex {
  display: flex;
  flex-direction: column;
}

.big {
  font-size: 3rem !important;
}

.small {
}

.bg {
  background-color: #ffff;
}

.invest-sec {
  padding: 70px 0;
}

.overview-para h4 {
  font-weight: 900;
}

/**************************** Offers *******************************/
.project_div {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.project_desc {
  background: #fff;
  padding: 13px 7%;
}

.project-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgba(56, 56, 56, 0.788);
  margin-top: 10px;
}

.title {
  border-bottom: 1px solid rgba(56, 56, 56, 0.788);
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
}

.open-map {
  text-decoration: underline;
  color: #3168a3;
  cursor: pointer;
}

.high_box {
  width: 100%;
  padding: 10px 15px;
  /* border: 2px solid #cfa131; */
  /* display: flex; */
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-top: 9%;
  text-align: center;
}

.high_box img {
  width: 35%;
  filter: invert(47%) sepia(82%) saturate(420%) hue-rotate(1deg)
    brightness(102%) contrast(103%);
}

.high_box p {
  font-size: 15px;
  color: #292b33;
  text-transform: capitalize;
  margin: 0;
  margin-top: 10px;
}

/***************************** invest */

.overview-para {
  color: #cfa131;
}

.text-bold {
  font-weight: 600;
}

.gallery-tag {
  position: absolute;
  top: 2px;
  left: 0px;
  background: #000000a3;
  color: #fff;
  padding: 4px;
  font-size: 11px;
}

/**************************** Projects *******************************/

.pb {
  padding: 20px;
}

.project__sec {
  width: 100%;
  padding: 70px 0;
  background: #f3f3f3;
  position: relative;
}

.gal-img img {
  height: 311px;
}

.project_div {
  /* margin-top: 50px; */
}

.project_title p {
  font-size: 24px;
  color: #000;
  padding-top: 20px;
}

.project_img.animate::before {
  content: "";
  position: absolute;
  /* width: 100%; */
  height: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  left: 0;
  bottom: 0%;
  z-index: 1;
  background: transparent;
}

.project_img.animate:hover .ovrlay {
  background: #222329c5;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.diff-overlay-txt {
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 0%;
  -webkit-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  padding: 0 1rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.project_img.animate:hover .diff-overlay-txt {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
  opacity: 1;
  bottom: 0%;
}

.diff-overlay-txt .diff-overlay-title {
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 0.8rem 0 !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
}

.diff-overlay-txt .diff-overlay-title span,
.diff-overlay-txt .diff-overlay-subtitle span {
  font-weight: 400;
  font-size: 13.5px;
}

.diff-overlay-txt .diff-overlay-subtitle {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.project__sec .owl-carousel .owl-nav .owl-next span,
.project__sec .owl-carousel .owl-nav .owl-prev span {
  color: #cfa131;
  font-size: 35px;
}

.proj_btn {
  width: fit-content;
  padding: 7px 15px;
  border: none;
  background: linear-gradient(
    265deg,
    #d2ad57 3.28%,
    #faf3c0 52.02%,
    #c99c3b 102.15%
  );
  cursor: pointer;
}

.proj_btn span {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

/**************************** gallery **********************************/

.gal_div {
  margin-top: 50px;
}

.realty__sec .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 42%;
  right: 2%;
}

.realty__sec .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 42%;
  left: 2%;
}

.realty__sec .owl-carousel .owl-nav .owl-next span,
.realty__sec .owl-carousel .owl-nav .owl-prev span {
  color: #fff;
  font-size: 35px;
}

.century h2 {
  line-height: 1.2;
}

/**************************** Contact **********************************/

.conunt__sec {
  width: 100%;
  background: #f3f3f3;
  padding: 50px 0;
  position: relative;
}

.cont__sec {
  width: 100%;
  background: #f3f3f3;
  padding: 50px 0;
  position: relative;
}

.cont__sec .form-control {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  color: #000 !important;
}

.cont__sec input::placeholder {
  color: #000;
}

.cont__sec select {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
}

.cont__sec select,
.cont__sec select option {
  color: #000;
}

.cont__sec .sub_btn {
  width: fit-content;
  padding: 7px 25px;
  border: none;
  background: linear-gradient(
    265deg,
    #d2ad57 3.28%,
    #faf3c0 52.02%,
    #c99c3b 102.15%
  );
}

.cont__sec .sub_btn span {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.add_para p {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

/**************************** RERA **********************************/

.rera__sec {
  width: 100%;
  position: relative;
  /* background: url(../images/footer.webp) center no-repeat; */
  background-size: cover;
  padding: 50px 0;
}

.rera_para p {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}

.qr_div img {
  width: 80% !important;
  display: inline-block !important;
}

.qr_div p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  padding-top: 20px;
}

/* tabs ccs */

.nav-tabs {
  justify-content: center !important;
}

.nav-tabs .nav-link {
  font-weight: 500;
  font-size: 1.5rem;
  color: #636363;
  text-align: center;
  line-height: 1.875rem;
  padding: 0.5rem 3.3rem;
  border-radius: 5px !important;
  margin: 20px !important;
  border: 1px solid #cfa131 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #cfa131 !important;
  background: #000 !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom-color: #405a4f;
}

.nav-tabs {
  border: none !important;
}
/* tabs css end */

/*********************Modal *******************************/

.modal-content {
  background: transparent;
  border: none;
}

.modal-body {
  background: url(../images/footer.webp) center no-repeat;
  background-size: cover;
}

.modal-body h2 {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
}

.modal-body p {
  font-size: 16px;
  color: #fff;
}

.modal-body .sub_btn {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  background: linear-gradient(
    265deg,
    #d2ad57 3.28%,
    #faf3c0 52.02%,
    #c99c3b 102.15%
  );
  border: none;
  width: fit-content;
  padding: 10px 40px;
}

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

.modal-body .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  filter: invert(1);
}

.modal-body .input-group-addon i {
  margin-top: 5px;
}

.form-group {
  height: 65px;
}

.input-group-addon p {
  color: #fff;
  font-size: 15px;
}

.form-control {
  border: 1px solid #fff !important;

  border-radius: 0;
}

.input-group > .form-control:focus {
  box-shadow: none !important;
  /* background: transparent !important; */
}

.error {
  color: red;
}

/**************Thank You  **************************/

.thank__sec {
  width: 100%;
  position: relative;
  background: url(../images/footer.webp) center no-repeat;
  background-size: cover;
}

.thank_wrap {
  background-color: #3e3e3e17;
  backdrop-filter: blur(10px);
  padding: 20px;
  margin: 10% 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border: 1px solid #dadada;
}

.check_sign {
  background: #333;
  padding: 20px;
  height: 100px;
  width: 100px;
  border: 3px solid #333;
  border-radius: 50%;
  margin: 0 auto;
}

.check_sign i {
  font-size: 55px;
  color: #fff;
}

.section-title h2 {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
}

.section-title h2 span {
  color: #fff;
}

.oops-greet,
.oops-subtitle {
  font-size: 22px;
  color: #fff;
}

.go_txt {
  font-size: 15px;
  color: #fff;
  background-color: transparent !important;
  border-radius: 15px;
  border: 1px solid #fff;
  width: fit-content;
  padding: 10px 20px;
  margin: 15px auto 0;
}

/*******  ***********/

.btn_dwnld {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: fit-content;
  padding: 10px 25px;
  background: linear-gradient(
    265deg,
    #d2ad57 3.28%,
    #faf3c0 52.02%,
    #c99c3b 102.15%
  );
  color: #000;
  font-size: 18px;
  text-align: center;
  border: none;
  z-index: 1;
}

.btn_dwnld img {
  width: 20px;
  filter: invert(1);
}

.btn_enq {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: fit-content;
  padding: 10px 20px;
  background: linear-gradient(
    265deg,
    #d2ad57 3.28%,
    #faf3c0 52.02%,
    #c99c3b 102.15%
  );

  opacity: 0;
  color: #000;
  font-size: 18px;
  text-align: center;
  border: none;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.btn_enq.show{
  opacity: 1;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

/*  */

@-webkit-keyframes falling {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes falling1 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(40deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.high_box .img-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  margin: auto;
}

.high_box .img-wrap img {
  width: 65%;
  height: 51%;
  object-fit: cover;
  display: block;
  text-align: center;
}
