* {
  margin: 0;
  padding: 0;
}
:root {
  --black: #000;
  --white: #fff;
  --font5x: 2.8rem;
  --lightpink: #f9f6f3;
  --lightgray: #c1c0c0;
  --contact-bg: #f7f6f2;
  --yellow: #ffcb08;
}


/*pop up form css*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00361e;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
}
.cnt223 a {
  text-decoration: none;
}
.popup {
  width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 101;
  background: #000000c2;
  height: 100%;
}
.cnt223 {
  width: 850px;
  min-height: 150px;
  margin: 100px auto;
  /*background:#000;*/
  position: relative;
  top: -23px;
  z-index: 103;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
  border: 1px solid white;
}
.cnt223 form h3 {
  font-size: 27px;
}
.cnt223 form {
  display: flex;
  flex-direction: column;
}

.cnt223 .close {
  position: relative;
  background: #fff;
  color: #00361e;
  padding: 8px 14px;
  border-radius: 22px;
  position: absolute;
  right: -16px;
  top: -14px;
}

.cnt223 form input {
  padding: 10px 10px;
  margin-bottom: 17px;
  color: #00361e;
}

.cnt223 form textarea {
  padding: 10px 10px;
  margin-bottom: 20px;
}

.cnt223 form button {
  font-weight: 800;
  color: #000;
  height: 48px;
  font-size: 22px;
  border: 0;
}

/*end here*/

/*modal form*/
/*For Form*/
.modal-dialog {
  display: block;
  width: 100%;
  position: relative;
  /* background-color: #fff; */
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  position: relative;
  top:30px;
}
  .pop-form{
   background: #000; 
  display: flex;
  flex-direction: column;
  padding:10px 10px;
  /*width: 100%;*/
  margin-left: auto;
  margin-right: auto;
  /* border-radius: 12px; */
  
}
form.pop-form input {
    padding: 12px 12px;
    margin-bottom: 22px;
    font-size: 14px;
    border-radius: 10px;
    border: 0;
}

form.pop-form button {
  background: #e7dfd3;
  border: 0;
  padding:4px;
  color:black; 
  font-size: 25px;
  border-radius: 10px;
}
.btn-close {
    opacity: 1;
    font-size: 30px;
    background: white !important;
    padding: 0px 5px 12px 5px!important;
    border-radius: 22px;
    position: absolute;
    right: -21px;
    top: -27px;
    border-radius: 50% !important;
}
.modal-content {
    border: 1px solid #808080de;
}
/*end here*/
/* sticky form */
.enquiryBtn {
  position: fixed;
  right: 1rem;
  bottom: 1.5rem;
  z-index: 99;
  display: none;
}
.enquiryBtn i {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, var(--yellow), #210c02);
  color: #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.enquiryBtn i:hover {
  background: linear-gradient(2255deg, var(), var(--yellow));
}

.stickyForm {
  width: 300px;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  padding: 1.25rem;
  background-color:white;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 50%);
  z-index: 99;
}
.form-close {
    position: absolute;
    right: -2px;
    top: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--yellow);
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.readmore .button {
    width: 100%;
    position: relative;
    z-index: 1;
    display: table;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 1rem;
    min-width: 150px;
    border-radius: 50px;
    color: var(--black);
    background-color: transparent;
    border: 1px solid var(--black);
    text-align: center;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}
.stickyForm .form-control{
    border:1px solid black;
    color:black;
}
/*end here*/
/* header section css */
/* ................. */
.navbar {
  background: var(--white);
  position: sticky;
  top: 0px;
  z-index: 10;
  align-items: center;
  box-shadow: 0 0px 12px;
}
.navbar .nav-item {
  color: var(--black);
  padding: 4px 16px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
}
.navbar-nav li:hover > ul {
  display: block;
}
.navbar .navbar-collapse {
  flex-grow: 0 !important;
}
.navbar-toggler {
  margin: 20px;
  background-color: var(--white);
}
.nav-link {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--black) !important;
}
#navbarUL .dropdown-menu > li > ul {
  background-color: var(--white);
  margin-top: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.navbar .nav-item .dropdown-menu {
  background: transparent !important;
}
.navbar ul li ul a {
  font-size: 0.9rem;
}
#logo {
  width:100px;
}
/* end here  */

/* banner css  */
#videobcg {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: -100;
  overflow: hidden;
  object-fit: cover;
}
.text-box {
  width: 90%;
  color: var(--white);
  position: absolute;
  bottom: 50px;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}
.project-btn {
  background-color: var(--black);
  text-decoration: none;
  padding: 16px 20px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  border: 0;
  outline: 0;
  -webkit-box-shadow: inset 0 0 var(--white);
  box-shadow: inset 0 0 var(--white);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.project-btn:hover {
  -webkit-box-shadow: inset 15em 0 var(--white);
  box-shadow: inset 15em 0 var(--white);
  cursor: pointer;
  color: var(--black);
}
.banner-container {
  background: linear-gradient(
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.3)
  );
}

/* About css */
/* ........... */
.flex__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0px;
  position: relative;
}
img {
  background-size: cover;
  background-repeat: no-repeat;
}
img.vertical__img {
  box-shadow: -15px -15px #efeae3;
  object-fit: cover;
  max-height: 750px;
}
p.p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 159.02%;
  color: #747474;
  text-align:justify;
}
.btn1 {
  padding: 24px 40px;
  border: 1px solid #747474;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 159.02%;
  color: #494949;
  max-width: 287px;
  margin: 40px 0px;
  box-shadow: 5px 5px gray;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.right img {
  width: 100%;
  box-shadow: 15px 15px #efeae3;
}

/* end here  */

/* project css  */
.heading-text {
  font-size: var(--font5x);
  text-align: center;
  padding: 1.5vw 0;
  text-transform: uppercase;
}
.image-box {
  position: relative;
  /* background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.6),rgba(0,0,0,0.8)); */
}
.image-box:hover {
  background: 0;
}
.hover-bg {
  box-shadow: -15px -15px #efeae3;
  overflow: hidden;
  /* background: 0; */
}
.image-box img {
  position: relative;
  z-index: -1;
  width: 100%;
   height: 100%; 
}

.hover-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-position: center;
  background-size: contain;
  top: auto;
  bottom: -100%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: -1;
}
.hover-bg:hover:after {
  bottom: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.hover-bg:hover .box-content p {
  display: block;
}
.image-box .box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  padding-bottom: 34px;
  text-align: center;
  backdrop-filter: saturate(180%) blur(20px);
  background: #ffffff12;
}
.image-box .box-content h4 {
  font-family: tenorsans-regular;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffff;
  margin-bottom: 30px;
  line-height: 47px;
}
.image-box .box-content p {
  font-size: 1rem;
  font-family: montserrat-light;
  font-weight: 300;
  color: #ffff;
  line-height: 22px;
  display: none;
}

/* achievement css  */
/* ............... */
.ip-about-section-4 {
  position: relative;
  padding: 74px 0 0;
}
.ip-about-section-4:before {
  content: "";
  position: absolute;
  bottom: 107px;
  right: 0;
  top: 0;
  background: var(--black);
  width: 580px;
}
.ip-aboout-s4-box {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)),
    url(../images/img-ac1.jpg) center / cover no-repeat;
  margin-right: 74px;
  filter: grayscale(1);
  padding: 90px 0 90px;
}
.achievement h4,
.achievement h5 {
  font-size: 2.5rem;
  color: var(--white);
}

/* luxury css  */
/* .......... */
section.our_philosphyy {
  padding: 75px 0;
  background-color: #ffffff;
  background-image: url(../images/wave.png);
  background-size: cover;
  position: relative;
}
.philo_left {
  margin-top: 100px;
  margin-left: -20px;
}
.s11144s.phil_headd h3 {
  font-size: 2rem;
  margin-bottom: 25px;
}
.creat__nurtt h2 {
  /* font-family: 'baskervville'; */
  font-size: 3.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.1;
}
.phil_pp p {
  line-height: 1.3;
  padding-top: 21px;
  font-size: 1rem;
  line-height: 22px;
}
.philo_right {
  padding: 0 15px;
}
.phillef_imgs img:nth-child(1) {
  margin-bottom: 23px;
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.phillef_imgs img:nth-child(2) {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.philri_imgs img {
  height: 231px;
  margin-bottom: 23px;
  width: 100%;
  object-fit: cover;
}
/* end here  */

p.nameamen {
    position: absolute;
    bottom: 20px;
    right: 25px;
    background: #981a2717;
    backdrop-filter: blur(2px);
    padding: 10px;
    color: #fff;
}

/* testimonials css  */
/* ................ */
.testimonial {
  background: var(--lightpink);
}
.testimonial .card {
  border-radius: 2.5rem 2.5rem 0 2.5rem;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.06);
  height: 100%;
  border: none;
}
.testimonial .owl-prev,
.testimonial .owl-next {
  font-size: var(--font5x) !important;
  color: var(--black) !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot :hover {
  background-color: transparent !important;
}
/* end here  */

/* contact us */
/* ......... */
.contact {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../images/img-2.jpg) no-repeat center / cover;
}
.contact .info {
  padding: 30px;
  background: transparent;
  width: 100%;
  box-shadow: 0 0 11px 0px #efefef73;
}
.contact .info h4 {
  padding: 0 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--white);
}

.contact .info p {
  padding: 0 0 10px 20px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: var(--white);
}
.contact .php-email-form {
  padding: 30px;
  background: transparent;
  width: 100%;
  box-shadow: 0 0 11px 0px #efefef73;
}
.contact input,
.form-control {
  border-radius: 0;
  padding: 8px 15px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.contact button[type="submit"] {
  background: var(--white);
  border: 0;
  padding: 12px 34px;
  color: var(--black);
  transition: 0.4s;
  border-radius: 50px;
  font-weight: 550;
}
/* end here  */

/* About Us page Css  */
/* ................. */
.about-banner {
  background: linear-gradient(
      rgba(0, 0, 0, 0.67),
      rgba(0, 0, 0, 0.67),
      rgba(0, 0, 0, 0.67)
    ),
    url("../images/grand7.jpeg");
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission-card {
  color: var(--white);
  background-color: var(--black);
}
.vision-card {
  background: var(--lightgray);
}
.ourProject img {
  height: 400px;
  width: 100%;
  border-radius: 20px;
}
.ourProject img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in;
  cursor: pointer;
}
.ourProject .innerCard a {
  font-weight: 550;
  background-color: var(--black);
  border: none;
  padding: 1vw 6vw 1vw 6vw;
  font-size: 1.2rem;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
}
.ourProject .innerCard a:hover {
  background-color: var(--lightgray);
  color: var(--black);
}
.contactAbout {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url(../images/grand5.jpg) no-repeat center / cover;
}
.contactAbout form {
  background: rgba(0, 0, 0, 0.5) !important;
}
.contactAbout label {
  font-weight: 550;
}

/* location page css  */
/* ...................*/
.location-card .project-link {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.location-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 100px 10px;
  text-align: center;
  border: 2px solid var(--black);
  box-shadow: 0px 0px 15px var(--black);
}
.location-body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.location-card .project-link:hover .location-body::before {
  background-color: rgba(0, 0, 0, 0);
}
.location-body h3 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-family: "latosemibold";
  text-transform: uppercase;
  z-index: 2;
}
.location-body p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: "latosemibold";
  z-index: 2;
}

/* contact us page css  */
/* ................... */
.contact-banner {
  background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.67)
    ),
    url("../images/img-1.webp") no-repeat center center/cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connect {
  background: var(--contact-bg);
}
.connect h5 {
  font-size: 2.7rem;
}
form.bottom-form label {
  font-style: italic;
}
form.bottom-form {
  padding: 27px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}

form.bottom-form input{
  width: 100%;
  padding: 14px 10px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  border: 0;
  border-bottom: 1px solid #0000004d;
}
form.bottom-form textarea {
  width: 100%;
  padding: 14px 10px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #0000004d;
}
form.bottom-form select {
  background-color: white;
  color: rgb(120, 119, 119);
  height: 50px;
  width: 100% !important;
  padding: 14px 10px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  border: 0;
  border-bottom: 1px solid #0000004d;
}
form.bottom-form select:focus{
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form.bottom-form button {
  width: fit-content;
  border: 1px solid #00000057;
  padding: 8px 36px;
  border-radius: 34px;
  font-size: 1.5rem;
  margin-top: 10px;
}
form.bottom-form button:hover {
  background-color: black;
  color: white;
}
.contact__mid li {
  margin-bottom: 30px;
  list-style: none;
  display: flex;
  align-items: center;
}
.contact__mid i {
  color: var(--color2);
}
.cnt_imgg {
  margin-right: 20px;
}
/*end here*/

/* project page css  */
/* ................ */

.project-banner {
  background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.67)
    ),
    url("../images/projects/projects.webp") no-repeat center center/cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*filter: grayscale();*/
}
#all-projects,#pre-launch{
  padding: 50px 0;
  background:var(--lightgray);

  position: relative;
}
.allproject-wrap {
  position: relative;
}

.allproject-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 3px;
}

.luxury-properties-item {
  padding: 3px;
  /* width: 33.33%; */
}

.luxury-properties-item a {
  position: relative;
  display: block;
}

.luxury-properties-item a::before,
.luxury-properties-item a::after {
  content: "";
  position: absolute;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.luxury-properties-item a::before {
  bottom: 1.938vw;
  width: 0.313vw;
  height: 6.438vw;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.luxury-properties-item a:hover:before {
  bottom: 0;
  height: 100%;
}

.luxury-properties-item a::after {
  top: 0;
  width: 100%;
  height: 100%;
  border: 0.438vw solid var(--white);
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.luxury-properties-item a:hover:after {
  opacity: 1;
}

.luxury-properties-item-inner-wrapper {
  position: relative;
  overflow: hidden;
}

.luxury-properties-item-photo {
  position: relative;
  z-index: 1;
}

.luxury-properties-item-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, transparent,var(--black));
  opacity: 0.8;
  pointer-events: none;
}

.luxury-properties-item-photo canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.luxury-properties-item-content-status-city {
  position: absolute;
  top: 2.063vw;
  left: 2.375vw;
  z-index: 1;
  opacity: 0;
}

.luxury-properties-item-content-status-city div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.563vw;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  padding: 0 0.75vw;
  line-height: 1;
}

.luxury-properties-item-content-status-city div:first-child {
  padding-left: 0;
}

.luxury-properties-item-content-status-city div:last-child:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 2.313vw;
  background-color:var(--white);
  pointer-events: none;
}

.luxury-properties-item-content {
  position: absolute;
  bottom: -5.688vw;
  left: 0;
  padding: 0 0 2.063vw 2.375vw;
  z-index: 1;
  min-height: 12.25vw;
}

.luxury-properties-item-content-address {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.563vw;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
}

.luxury-properties-item-content-address div {
  font-size: 1.125vw;
  line-height: 1.8;
  margin-top: 0.313vw;
}

.luxury-properties-item-content-features {
  margin: 0 0 0.125vw !important;
  opacity: 0;
}

.luxury-properties-item-content-features li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.125vw;
  font-weight: 400;
  color: var(--white);
  line-height: 1.8;
  text-transform: uppercase;
  padding: 0 0.563vw;
}

.luxury-properties-item-content-features li:first-child {
  padding-left: 0;
}

.luxury-properties-item-content-features li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1vw;
  background-color:var(--white);
  pointer-events: none;
}

.luxury-properties-item-content-features li:last-child:after {
  opacity: 0;
}

.luxury-properties-item-content-price {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 2.438vw;
  font-weight: 400;
  color: var(--white);
  opacity: 0;
}

.luxury-properties-item-link-label {
  position: absolute;
  bottom: 2.375vw;
  right: 1.938vw;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 0.938vw;
  font-weight: 500;
  color: var(--black);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  width: 9vw;
  padding: 0.875vw 0;
  background-color:var(--white);
  z-index: 1;
  opacity: 0;
}

.luxury-properties-item a:hover .luxury-properties-item-content-features,
.luxury-properties-item a:hover .luxury-properties-item-link-label,
.luxury-properties-item a:hover .luxury-properties-item-content-price {
  opacity: 1;
  line-height: 1;
}

.luxury-properties-item a:hover .luxury-properties-item-content {
  bottom: 0;
}

.luxury-properties-item a:hover .luxury-properties-item-content-status-city {
  opacity: 1;
}

.allproject-cta {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 2vw 15px;
}

.allproject-cta a {
  display: block;
  width: 298px;
  max-width: 100%;
  border: 2px solid var(--black);
  text-align: center;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 15px;
  color:var(--black);
  text-transform: uppercase;
  margin: 0 11px;
  padding: 18px 15px 16px;
  transition: all 0.3s ease;
}

.allproject-cta a:hover {
  background-color:var(--white);
  border-color: var(--white);
  color: var(--black);
}

p.text-center.back-to-listing,
p.text-center.no-results {
  width: 100%;
}

.luxury-properties-item a:hover .luxury-properties-item-photo::before {
  background: linear-gradient(to bottom, var(--black), var(--black), var(--black)) !important;
}

/*end here*/
/*builder banner css */
.builders-banner {
  background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.67)
    ),
    url("../images/about-2.webp") no-repeat center center/cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.builder-floor .card{
    cursor:pointer;
}
/*end here*/

/* under construction page  */
/* ....................... */
.construction-banner{
  background: linear-gradient(
    rgba(0, 0, 0, 0.67),
    rgba(0, 0, 0, 0.67),
    rgba(0, 0, 0, 0.67)
  ),
  url("../images/gc-1.png") no-repeat center center/cover;
height: 400px;
display: flex;
align-items: center;
justify-content: center;
filter: grayscale();
}
#under-construction{
background: var(--lightgray);
}
/* footer css  */
footer {
  background: var(--black);
  color: var(--white);
}
footer a {
  color: var(--white);
  text-decoration: none;
}
.copyright {
  font-size: 0.8rem;
  padding: 0 10px;
  text-align: center;
  color: var(--white);
  background: var(--black);
}
.thannks{
    padding:100px 0;
}
.thannks button{
    width: fit-content;
    border: 1px solid #00000057;
    padding: 8px 36px;
    border-radius: 34px;
    /* font-size: 24px; */
    margin-top: 10px;
}
@media  screen and (max-width:600px){
  .philo_left {
    margin-top: 0;
    padding:0 35px;
}
.heading-text {
  font-size: 2rem;
}
.creat__nurtt h2 {
  font-size: 2rem;
}
.contact .info {
  padding: 15px;
}
.contact form {
  padding: 15px!important;
}
.achievement h4, .achievement h5 {
  font-size: 2rem;
}
}

@media  screen and (max-width:1200px) and (min-width:768px){
  .flex__block .left img{
    width: 90%;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
    .cnt223 {
        width: 90%;
    }
}