@font-face {
  font-family: "poppins";
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-Bold.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

body {
  font-family: "poppins";
  font-size: 15px;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 70px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "poppins-bold";
}

.layout-wrapper {
  background-image: linear-gradient(180deg, #fbfbfb 0%, #fbfbfb 10%,#fbfbfb 80%, #fbfbfb 100%);
  padding: 50px 20px 20px 20px;
}
@media (max-width: 550px) {
  .layout-wrapper {
    padding: 40px 15px 15px 15px;
  }
}
.layout-wrapper .content-sec {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.layout-wrapper .content-sec .form-wrapper {
  width: 350px;
}
@media (max-width: 1024px) {
  .layout-wrapper .content-sec .form-wrapper {
    width: 100%;
    order: 1;
  }
}
.layout-wrapper .content-sec .form-wrapper .form-content {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
}
.layout-wrapper .content-sec .form-wrapper .form-content .form-title {
  background-color: #002864;
  padding: 5px 10px;
  border-radius: 10px 10px 0 0;
}
.layout-wrapper .content-sec .form-wrapper .form-content .form-title span {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 13px;
}
.layout-wrapper .content-sec .form-wrapper .form-content .form-title h3 {
  color: #fff;
  text-align: center;
}
.layout-wrapper .content-sec .form-wrapper .form-content .form-content-main {
  background-color: #fff;
  padding: 15px;
}
.layout-wrapper .content-sec .content-wrapper {
  width: calc(100% - 350px);
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .layout-wrapper .content-sec .content-wrapper {
    width: 100%;
    order: 2;
    padding-right: 0;
    margin-top: 20px;
  }
}
.layout-wrapper .content-sec .content-wrapper .project-sec {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 15px rgba(38, 51, 108, 0.1);
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-title h1 {
  font-size: 28px;
  position: relative;
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-title h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 40px;
  height: 5px;
  background-color: #db9c5b;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .layout-wrapper .content-sec .content-wrapper .project-sec .project-title h1 {
    width: 100%;
  }
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-title span {
  background-color: #002864;
  border-radius: 20px;
  padding: 8px 16px;
  color: #fff;
  font-family: "poppins-bold";
}
@media (max-width: 767px) {
  .layout-wrapper .content-sec .content-wrapper .project-sec .project-title span {
    margin-top: 20px;
  }
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-location {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-location .location-img {
  width: 30px;
  height: 30px;
  background-color: rgba(89, 248, 211, 0.17);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px;
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-location .location-img svg path {
  fill: #01b48b;
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-img-sec {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  padding: 20px;
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-img-sec > img {
  width: 100%;
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-img-sec .img-grp {
  margin-top: 20px;
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-img-sec .img-grp .spotlight-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-img-sec .img-grp .spotlight-group a {
  width: 23%;
  margin: 0 1%;
  border: 1px solid #ddd;
  padding: 5px;
}
@media (max-width: 550px) {
  .layout-wrapper .content-sec .content-wrapper .project-sec .project-img-sec .img-grp .spotlight-group a {
    width: 48%;
    margin: 0 1% 20px;
  }
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-details {
  padding: 0 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-details li {
  margin: 0 1%;
  width: 31.3%;
  margin: 0 1% 15px;
}
@media (max-width: 1024px) {
  .layout-wrapper .content-sec .content-wrapper .project-sec .project-details li {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .layout-wrapper .content-sec .content-wrapper .project-sec .project-details li {
    width: 98%;
  }
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-details li span {
  display: block;
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-details li span:first-child {
  color: #666;
}
.layout-wrapper .content-sec .content-wrapper .project-sec .project-details li span:last-child {
  font-family: "poppins-bold";
}

.container-design {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 15px rgba(38, 51, 108, 0.1);
  padding: 20px;
  margin-top: 20px;
}

.project-title {
  margin-bottom: 20px;
}
.project-title h2 {
  font-size: 22px;
  position: relative;
}
.project-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 40px;
  height: 5px;
  background-color: #db9c5b;
  border-radius: 5px;
}

.about-sec p {
  font-size: 15px;
  margin-bottom: 10px;
}
.about-sec p:last-child {
  margin-bottom: 0;
}

.enquire-btns {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  padding: 0 10px;
}
.enquire-btns button {
  padding: 10px 40px;
  border: 0;
  font-size: 15px;
  font-family: "poppins-bold";
  border-radius: 5px;
  color: #fff;
  transition: 0.3s ease all;
  cursor: pointer;
}
.enquire-btns button:first-child {
  margin-right: 10px;
  background-color: #002864;
}
.enquire-btns button:first-child:hover {
  background-color: #db9c5b;
}
.enquire-btns button:last-child {
  margin-right: 10px;
  background-color: #db9c5b;
}
.enquire-btns button:last-child:hover {
  background-color: #002864;
}

.amenities-sec li img {
  width: 50px;
  display: block;
  margin: 0 auto 10px;
  opacity: 0.8;
}
.amenities-sec li span {
  font-family: "poppins-bold";
  text-align: center;
  display: block;
  font-size: 13px;
}

.bx-controls-direction a::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #323232;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.bx-controls-direction a::after {
  content: "";
  width: 15px;
  height: 15px;
  background-size: contain;
  background-image: url(../images/right-arrow.png);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
  border-radius: 50%;
}
.bx-controls-direction a.bx-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.features-list {
  padding-left: 20px;
}

.price-sec .floorplan-img {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.price-sec .floorplan-img li {
  width: 23%;
  margin: 0 1% 15px;
  list-style: none;
  border: 2px solid #ddd;
}
.price-sec table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.price-sec table thead tr {
  background-color: rgb(240, 240, 240);
}
.price-sec table thead tr td {
  padding: 10px;
  font-family: "poppins-bold";
  border: 1px solid #d0d0d0;
}
.price-sec table tbody tr:nth-child(even) {
  background-color: rgb(240, 240, 240);
}
.price-sec table tbody tr td {
  border: 1px solid #d0d0d0;
  padding: 10px;
  font-size: 15px;
}
.price-sec table tbody tr td button {
  background-color: #002864;
  border: 0;
  border-radius: 3px;
  padding: 8px 10px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.price-sec table tbody tr td button:hover {
  background-color: #db9c5b;
}

.header {
  display: flex;
  justify-content: flex-end;
  background-color: #000;
  position: relative;
  align-items: center;
  padding: 20px 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
}
@media (max-width: 1200px) {
  .header {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .header nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding-top: 110px;
  }
}
.header nav ul {
  list-style: none;
  display: flex;
}
@media (max-width: 1024px) {
  .header nav ul {
    flex-direction: column;
  }
}
.header nav ul li a {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .header nav ul li a {
    color: #000;
    border-bottom: 1px solid #b7b7b7;
    display: block;
    margin-right: 0;
    padding: 10px;
  }
}
.header .logo {
  position: absolute;
  left: 50px;
  background-color: #fff;
  width: 250px;
  padding: 10px;
  top: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .header .logo {
    left: 20px;
    width:250px;
  }
}
@media (max-width: 1024px) {
  .header .logo {
    z-index: 9;
  }
}
.header a.button,
.header button {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #002864;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease all;
  text-decoration: none;
  margin-left: 10px;
  border: 0;
}
.header a.button:hover,
.header button:hover {
  background-color: #db9c5b;
}
.header a.button svg,
.header button svg {
  margin-right: 5px;
  color: #fff;
  width: 18px;
  height: 18px;
}
@media (max-width: 1200px) {
  .header a.button svg,
.header button svg {
    margin-right: 0;
  }
}
.header a.button span,
.header button span {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .header a.button span,
.header button span {
    display: none;
  }
}
.header ul.hamburger {
  background-color: #db9c5b;
  list-style: none;
  margin-left: 10px;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9;
  width: 36px;
  height: 36px;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header ul.hamburger {
    display: flex;
  }
}
.header ul.hamburger.ham-active {
  padding: 0;
}
.header ul.hamburger.ham-active li:nth-child(2) {
  width: 0;
}
.header ul.hamburger.ham-active li:first-child {
  transform: rotate(45deg);
  top: 7px;
}
.header ul.hamburger.ham-active li:last-child {
  transform: rotate(-45deg);
  top: -7px;
}
.header ul.hamburger li {
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
  transition: 0.3s ease all;
  position: relative;
}
.header ul.hamburger li:last-child {
  margin-bottom: 0;
}

.video-sec video {
  width: 100%;
}

.map-sec iframe {
  width: 100%;
}

.builder-sec .builder-content img {
  float: right;
  max-width: 300px;
  max-height: 200px;
  width: 130px;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .builder-sec .builder-content img {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
.builder-sec .builder-content p {
  margin-bottom: 15px;
}
.builder-sec .builder-content p:last-child {
  margin-bottom: 0;
}

.copyrights {
  padding: 20px;
  background-color: #000;
}
.copyrights p {
  color: #fff;
  text-align: center;
}

form .form-section {
  margin-bottom: 10px;
}
form .form-section input {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  background: #ffffff;
  font-size: 14px;
}
form .form-button input {
  width: 100%;
  border: 0;
  background: #000;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.3s ease all;
  cursor: pointer;
}
form .form-button input:hover {
  background-color: #002864;
}

.popup-form {
  position: fixed;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.popup-form.popup-active {
  display: flex;
}
.popup-form .popup-content {
  width: 100%;
  max-width: 800px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  top: 0px;
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.popup-form .popup-content > div {
  width: 50%;
}
.popup-form .popup-content .popup-image {
  background-position: center;
  background-size: cover;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 767px) {
  .popup-form .popup-content .popup-image {
    display: none;
  }
}
.popup-form .popup-content .popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #000;
  cursor: pointer;
}
.popup-form .popup-content .popup-close svg {
  width: 20px;
  height: 20px;
}
.popup-form .popup-content .popup-form-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 5px 5px 0;
}
@media (max-width: 767px) {
  .popup-form .popup-content .popup-form-container {
    width: 100%;
  }
}
.popup-form .popup-content .popup-form-container .popup-title h3 {
  text-align: center;
  color: #4c4c4c;
}
.popup-form .popup-content .popup-form-container .popup-title h2 {
  text-align: center;
  margin: 0px 0 10px;
  color: #002864;
  position: relative;
}
.popup-form .popup-content .popup-form-container .popup-title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #db9c5b;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  border-radius: 5px;
}
.popup-form .popup-content .popup-form-container .popup-title h4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-form .popup-content .popup-form-container .popup-title h4 svg path {
  fill: #747474;
}
.popup-form .popup-content .popup-form-container .popup-title h4 span {
  color: #747474;
}
.popup-form .popup-content .popup-form-container .popup-title img {
  display: block;
  margin: 10px auto 20px;
  max-width: 100px;
}
.popup-form .popup-content .popup-form-container .call-now {
  margin-top: 20px;
}
.popup-form .popup-content .popup-form-container .call-now a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.popup-form .popup-content .popup-form-container .call-now a svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.popup-form .popup-content .popup-form-container .call-now a span {
  font-size: 20px;
  font-family: "poppins-bold", sans-serif;
}

@-webkit-keyframes slideIn {
  0% {
    top: -50px;
    opacity: 0;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    top: -50px;
    opacity: 0;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.quick-links {
  position: fixed;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 767px) {
  .quick-links {
    width: 100%;
    bottom: 0;
    right: inherit;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  }
}
.quick-links ul {
  list-style: none;
  display: flex;
}
.quick-links ul li {
  width: 45px;
  height: 45px;
  background-color: #002864;
  margin-left: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .quick-links ul li {
    width: 25%;
    background: transparent;
    height: auto;
    padding: 10px;
    flex-direction: column;
    border-right: 1px solid #ddd;
    border-radius: 0;
  }
}
.quick-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .quick-links ul li a {
    width: auto;
    height: auto;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .quick-links ul li svg {
    width: 20px;
    height: 20px;
  }
}
.quick-links ul li svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .quick-links ul li svg path {
    fill: #002864;
  }
}
.quick-links ul li span {
  display: none;
}
@media (max-width: 767px) {
  .quick-links ul li span {
    display: block;
    color: #000;
    margin-top: 5px;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .header nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header.active-header nav {
    display: block;
    -webkit-animation: menuopen 0.5s;
            animation: menuopen 0.5s;
  }
}

@-webkit-keyframes menuopen {
  0% {
    left: -100%;
  }
  80% {
    left: 5%;
  }
  100% {
    left: 0;
  }
}

@keyframes menuopen {
  0% {
    left: -100%;
  }
  80% {
    left: 5%;
  }
  100% {
    left: 0;
  }
}/*# sourceMappingURL=style.css.map */