@import url(https://fonts.googleapis.com/css?family=Lobster);

a,
a:hover {
  color: #666;
  text-decoration: none;
}

.menu ul,
.project-configurations .configuration-item p {
  margin: 0;
}


.highlight-image,
.img-box,
.top-footer {
  background-repeat: no-repeat;
  background-size: cover;
}

.highlight-image,
.home-banner,
.img-box,
.top-footer {
  background-size: cover;
}

.footer-menu ul li a,
.location-item p a,
.menu ul li a,
.social-icons a,
.specialist-block a,
a,
a.whatsapp,
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: poppinsmedium;
  src: url("../fonts/poppins-medium-webfont.eot");
  src: url("../fonts/poppins-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-medium-webfont.woff2") format("woff2"),
    url("../fonts/poppins-medium-webfont.woff") format("woff"),
    url("../fonts/poppins-medium-webfont.ttf") format("truetype"),
    url("../fonts/poppins-medium-webfont.svg#poppinsmedium") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinsmedium_italic;
  src: url("../fonts/poppins-mediumitalic-webfont.eot");
  src: url("../fonts/poppins-mediumitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-mediumitalic-webfont.woff2") format("woff2"),
    url("../fonts/poppins-mediumitalic-webfont.woff") format("woff"),
    url("../fonts/poppins-mediumitalic-webfont.ttf") format("truetype"),
    url("../fonts/poppins-mediumitalic-webfont.svg#poppinsmedium_italic")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinsregular;
  src: url("../fonts/poppins-regular-webfont.eot");
  src: url("../fonts/poppins-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("../fonts/poppins-regular-webfont.woff") format("woff"),
    url("../fonts/poppins-regular-webfont.ttf") format("truetype"),
    url("../fonts/poppins-regular-webfont.svg#poppinsregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinssemibold;
  src: url("../fonts/poppins-semibold-webfont.eot");
  src: url("../fonts/poppins-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-semibold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-semibold-webfont.woff") format("woff"),
    url("../fonts/poppins-semibold-webfont.ttf") format("truetype"),
    url("../fonts/poppins-semibold-webfont.svg#poppinssemibold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinsbold;
  src: url("../fonts/poppins-bold-webfont.eot");
  src: url("../fonts/poppins-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-bold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-bold-webfont.woff") format("woff"),
    url("../fonts/poppins-bold-webfont.ttf") format("truetype"),
    url("../fonts/poppins-bold-webfont.svg#poppinsbold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinsextrabold;
  src: url("../fonts/poppins-extrabold-webfont.eot");
  src: url("../fonts/poppins-extrabold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-extrabold-webfont.woff") format("woff"),
    url("../fonts/poppins-extrabold-webfont.ttf") format("truetype"),
    url("../fonts/poppins-extrabold-webfont.svg#poppinsextrabold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinsextrabold_italic;
  src: url("../fonts/poppins-extrabolditalic-webfont.eot");
  src: url("../fonts/poppins-extrabolditalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-extrabolditalic-webfont.woff2") format("woff2"),
    url("../fonts/poppins-extrabolditalic-webfont.woff") format("woff"),
    url("../fonts/poppins-extrabolditalic-webfont.ttf") format("truetype"),
    url("../fonts/poppins-extrabolditalic-webfont.svg#poppinsextrabold_italic")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 14px;
  color: #777;
  font-family: poppinsregular;
}
/* country code form start */
 .active-btn{
    pointer-events: none;
    opacity: 0.8;
  }

  .iti--allow-dropdown{
 width:100%;
  }

  .phone::placeholder {
    color: #888888; /* Change to your desired color */
  }

  .footer-form .iti .iti__country-container phone{
    border:none;
  }

  .iti__search-input {
    padding: 13px !important;
    font-size: 14px !important;
}

.iti__search-input {
  color: #000 !important;
  background-color: #fff !important;
  font-size: 14px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* country code form end */

/* Modal Base */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  align-items: center; 
  justify-content: center
}

/* Modal Content */
.custom-modal-content {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 5% auto;
  background: transparent;
  border: none;
 
}

/* Close Button */
.close-btn {
  position: absolute;
  top: -45px;
  right: -35px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

/* 16:9 Responsive Video Container */
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}




.fix-mobile-strip,
.formflag,
.home-banner-img,
.logo-fix,
.project-info-section,
.project-rera-mobile,
.project-special-details,
img[width="1"] {
  display: none;
}

.banner-configurations,
.header-inner,
.menu ul {
  display: flex;
}

a {
  font-weight: 700;
}

.same-section {
  margin-bottom: 50px;
}

#about {
  margin-top: 50px;
}

.container {
  max-width: 1280px;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  transition: 0.5s;
  padding: 20px 0;
}

.formflag {
  display: none;
}

.error-msg {
  color: red !important;
  text-align: left;
}

.input-error {
  padding-bottom: 11px;
}

#loader {
  display: none;
}

.darkHeader {
  background-color: #000;
}

.header-inner {
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.luxury-logo,
.project-logo {
  max-width: 440px;
}

.menu ul {
  padding: 0;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}

.menu ul li a {
  color: #e6e6e6;
  text-transform: uppercase;
  font-size: 15px;
  font-family: poppinssemibold;
  padding: 10px 15px;
  width: auto;
  display: inline-block;
}

.menu ul li a:hover {
  background-color: #c08831;
}

.home-banner {
  position: relative;
  background-color: #dcdcdc;
  height: 100vh;
  background-position: center center;
  padding-top: 70px;
}

.home-banner:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to top,
    rgb(0 0 0 / 60%) 20%,
    rgb(0 0 0 / 0%) 40%,
    rgb(0 0 0 / 20%) 60%,
    rgb(0 0 0 / 70%) 100%
  );
  bottom: 0;
  left: 0;
  z-index: 0;
}

.project-configurations {
  text-shadow: 0 1px 2px #000;
  padding-left: 0;
}

.project-rera {
  position: relative;
  margin: 3px 0 0;
}

.banner-cnt {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
  z-index: 1;
}

.resale-div {
  width: auto;
  position: absolute;
  right: 160px;
  top: 120px;
  max-width: 150px;
  z-index: 1;
}

.about-video,
.configuration-item,
.configurations-size,
.gallery-border,
.itawacta,
.part,
.project-item,
.top-footer .container {
  position: relative;
}

.project-configurations h1 {
  color: #fff;
  font-size: 42px;
  font-family: poppinsbold;
}

.project-configurations p {
  font-size: 16px;
  color: #fff;
  font-family: poppinsbold;
}

.configuration-item {
  padding-right: 20px;
}

.configuration-item h4 {
  color: #c08831;
  font-size: 20px;
  font-family: poppinssemibold;
  text-transform: uppercase;
}

#rera-id,
.banner-configurations-site-visit,
.project-site-visit {
  display: flex;
  align-items: center;
}

.configurations-size::after {
  content: "";
  background-color: #dcdcdc;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 10px;
  bottom: 0;
}

#exampleModalPopup .con-select,
.project-configurations .configuration-item p span {
  color: #c08831;
}

.expore-more .btn,
.project-site-visit .btn,
.send_btn {
  background-color: #c08831;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #c08831;
  padding: 10px 25px;
}

.project-info-item {
  text-align: center;
  padding-top: 30px;
  height: 100%;
}

.project-info-item h3 {
  color: #232323;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 700;
}

.project-info-item p {
  color: #232323;
  font-size: 14px;
}

.project-info-border {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.inner-title h2 {
  color: #2a2a2a;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner-title p {
  color: #666;
  font-size: 16px;
  line-height: 1.8em;
  text-align: justify;
  margin: 0 0 5px;
}

#demo-about-para {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.read-more-about-div {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

#demo-about-para.active {
  max-height: fit-content;
  visibility: initial;
  overflow: auto;
}

.trans-btn {
  background-color: transparent;
  color: #c08831;
}

#floor-plan .project-site-visit a:hover,
.faq-section .section-title p,
.faq-section .section-title p a,
.gray-background .inner-title h2,
.gray-background .inner-title p,
.gray-background .inner-title p a {
  color: #fff;
}

.about-video {
  height: 100%;
}

.about-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}

.img-box {
  height: 100%;
  width: 100%;
  display: inline-block;
  background-position: 100% 100%;
  cursor: pointer;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.highlight-div {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.highlight-div h3 {
  background-color: #c08831;
  color: #fff;
  font-size: 20px;
  padding: 20px 32px;
  margin: 0 0 30px;
}

.table.table-bordered tr td,
.table.table-bordered tr th {
  color: #fff;
  border: 2px solid #c08831;
  vertical-align: middle;
}

.highlight-div ul {
  list-style: none;
  width: 100%;
  display: inline-block;
  padding-right: 10px;
}

.highlight-div ul li {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}

.highlight-div ul li::before {
  position: absolute;
  content: "\f00c";
  left: 0;
  top: 0;
  color: #c08831;
  font-size: 18px;
  font-weight: 400;
  font-family: FontAwesome;
}

.floor-plan-img,
.footer-menu ul li,
.form-group,
.highlight-image,
.top-footer {
  position: relative;
}

.highlight-image {
  height: 100%;
  background-position: center;
}

.section-title {
  margin: 0 0 50px;
}

.gray-background {
  background-color: #2a2a2a;
}

#gallery .container-fluid,
.features-section .container-fluid,
.floor-plan-section .container-fluid,
.location-advantage-section .container-fluid,
.modal-body {
  padding: 0;
}

.gallery-border:before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  z-index: 1;
}

.gallery-border span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 20%);
  display: flex;
  align-items: end;
  justify-content: end;
  color: #fff;
  padding: 5px 30px;
}

.floor-plan {
  background-color: #fff;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floor-plan-img {
  box-shadow: 0 0 5px #dcdcdc;
  text-align: center;
  padding: 15px;
  width: 100%;
}

.floor-plan-img img {
  width: 100%;
  height: 560px;
}

.blur-img img {
  filter: blur(2px);
}

.floor-plan-cnt {
  padding: 45px;
  height: 100%;
  display: flex;
  align-items: center;
}

.inner-title {
  width: 100%;
}

.inner-title .project-site-visit {
  margin: 20px 0 0;
}

.featured-inner h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-left: 25px;
  border-left: 6px solid #c08831;
  text-transform: uppercase;
}

.featured-inner p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 30px;
}

.featured-inner {
  margin-top: 35px;
}

.gray-background .inner-title ul {
  padding: 0;
  list-style: none;
  color: #fff;
  margin: 0;
}

.gray-background .inner-title ul li {
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}

.gray-background .inner-title ul li::before {
  content: "\f00c";
  font-size: 14px;
  font-weight: 400;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #c08831;
}

.location-map-div {
  height: 100%;
  pointer-events: none;
}

.call-to-action-section {
  background-color: #c08831;
  padding: 40px 0;
  margin-bottom: 50px;
}

.call-to-action-button {
  text-align: right;
}

.call-to-action-button .btn {
  background-color: #fff;
  color: #c08831;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #c08831;
  padding: 10px 25px;
  border-radius: 0;
}

.call-to-action-cnt p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.specialist-block {
  margin-bottom: 30px;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px;
  min-height: 90%;
}

.footer-menu,
.form-group {
  margin-bottom: 15px;
}

.specialist-block a {
  color: #5e5353;
  font-size: 15px;
}

.faq-section {
  background-color: #2a2a2a;
  padding: 40px 0;
}

.con-select,
.form-control {
  background-color: transparent;
  color: #fff;
}

.faq-section .section-title h2 {
  color: #fff;
  margin: 0 0 20px;
}

.specialist-block h5 {
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 6px solid #c08831;
}

.specialist-block p {
  text-align: justify;
  margin: 0;
}

.rera-strip ul,
.rera-strip ul li {
  text-align: center;
}

.top-footer {
  padding: 50px 0;
  background-attachment: fixed;
}

.top-footer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.location-detail {
  padding: 30px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.location-detail h4 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}

.location-item {
  margin-top: 15px;
}

.location-item h5 {
  font-size: 22px;
}

.location-item p {
  margin: 0;
  font-size: 14px;
}

.location-item p a {
  color: #fff;
}

.form-footer h4 {
  color: #c08831;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 30px;
}

.con-select,
.countryCode {
  position: absolute;
  width: 100px;
  left: 15px;
}

textarea.form-control {
  min-height: 100px;
  resize: none;
}

.form-control {
  border-radius: 0;
  padding: 8px 15px;
  border: 1px solid #fff;
}

.con-select {
  top: 0;
  height: 100%;
  border: none;
  padding: 0;
}

#exampleModalPopup .con-select ~ .form-control,
.con-select ~ .form-control,
.countryCode ~ .form-control {
  padding-left: 120px;
}

.countryCode option,
.modal-form .con-select,
optgroup,
option {
  color: #000;
}

.countryCode,
.form-control:focus {
  color: #fff;
  background-color: transparent;
}

.countryCode {
  top: 50%;
  transform: translateY(-50%);
  height: 57%;
  border: 0;
  z-index: 1;
}

.close,
.project-full-rera {
  z-index: 9;
  position: absolute;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::-ms-input-placeholder {
  color: #fff;
}

.form-control:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}

.mid-footer {
  background-color: #2a2a2a;
  padding-top: 30px;
  width: 100%;
  display: inline-block;
}

.footer-menu h4 {
  color: #a3a3a5;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 6px solid #c08831;
}

.footer-menu ul,
.rera-strip ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu ul {
  width: 100%;
  display: inline-block;
}

.footer-menu ul li {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 0 12px;
}

.footer-menu ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #777;
  border-radius: 100%;
  transform: translateY(-50%);
}

.footer-menu ul li a {
  color: #cacaca;
  font-size: 13px;
}

.rera-strip {
  background-color: #696969;
  padding-top: 10px;
}

.rera-strip ul li {
  padding: 0 15px;
  font-size: 13px;
  border-right: 1px solid #fff;
  width: auto;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
}

.rera-strip ul li:last-child {
  border-right: 0;
}

.footer-para p {
  text-align: justify;
  margin-top: 16px;
  font-size: 12px;
}

.btm-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-icons a {
  background-color: #c08831;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 100%;
  color: #fff;
  margin: 0 0 0 10px;
}

.common-btn .btn,
a.whatsapp {
  align-items: center;
  display: flex;
}

.btm-footer {
  background-color: #272727;
  padding: 15px 0;
}

.close,
.tooltip-btn {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #fff;
}

.project-full-rera {
  bottom: 55px;
  left: -197px;
  min-width: 530px;
  display: none;
}

.project-full-rera.selected,
.slider-section {
  display: block;
}

.project-full-rera ul {
  list-style: none;
  background-color: #c08831;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.close {
  right: 5px;
  top: 0;
  font-size: 20px;
}

.modal-body .top-footer {
  padding: 15px 0;
  background-attachment: inherit;
}

.modal-content {
  border: 0;
  background-color: #000;
  padding: 5px;
}

.logo img {
  max-width: 100%;
}

a.whatsapp {
  background-color: #2fb842;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  border-radius: 100%;
  text-align: center;
  width: 50px;
  height: 50px;
  position: fixed;
  left: 10px;
  bottom: 20px;
  margin: 0;
  z-index: 2;
}

.master-plan-section .inner-title h2 {
  text-align: center;
  margin: 30px 0 20px;
}

.project-image:hover {
  position: absolute;
}

.project-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000007d;
  top: 0;
  left: 0;
}

.heading h3 {
  color: #c08831;
  text-align: left;
  font-size: 22px;
  position: relative;
  font-weight: 600;
  opacity: 1;
}

.project-image:hover .heading h3,
.project-image:hover .heading p,
.project-image:hover .project-status,
button.view-detail-btton {
  opacity: 0;
}

.heading p {
  color: #fff;
  padding: 5px 0;
  margin: 0;
  opacity: 1;
}

.content p,
.project-price p {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

.heading h3 small {
  font-size: 13px;
  display: block;
  color: #fff;
  padding: 10px 0 0;
}

.heading {
  padding: 11px 8px 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.project-price p {
  text-align: right;
}

.about-developer-section h2,
.section-title h2 {
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}

.common-btn .btn {
  background-color: #c08831;
  color: #fff;
  font-size: 14px;
  border-radius: 7px;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 7px 12px 5px 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.section-title h2 {
  font-size: 36px;
  color: #2a2a2a;
}

.project-status {
  padding: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  opacity: 1;
}

.date,
.open {
  font-size: 12px;
}

.part::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 6px;
  left: 0;
  border-bottom: 2px solid #c5c5c5;
}

.part-1 {
  margin-top: 10px;
}

.blog {
  background-color: #2a2a2a;
  padding: 30px 0;
}

.side-side {
  background-color: #fff;
  padding: 5px 5px 4px;
  border-radius: 5px;
}

.project-blog-image .img-fluid {
  max-width: 210px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.project-blog-content {
  padding: 14px 0 0 6px;
}

.project-blog-content p {
  color: #7a7a7a;
  font-size: 14px;
}

.blog .section-title h2 {
  color: #fff;
}

.open {
  color: #c08831;
}

.date {
  color: #7a7a7a;
}

.slider-section .swiper-button-prev {
  background-color: #000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  left: 0;
}

.slider-section .swiper-button-next::after,
.slider-section .swiper-button-prev::after {
  font-size: 22px;
  color: #fff;
}

.slider-section .swiper-button-next {
  background-color: #000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  right: 0;
}

.expore-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  padding-top: 20px;
}

.blog-points {
  padding-top: 12px;
}

.about-developer-section {
  background-color: #000;
}

.pad-tb {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* .about-developer-section:before {
   content: "";
  position: absolute;
  background: rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0; 
} */

.about-video .artistic,
.highlight-image .artistic,
.home-banner p.artistic {
  right: 10px;
  position: absolute;
  bottom: 0;
}

.about-developer-section h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}

.callnow {
  color: #fff;
  display: block;
  font-size: 26px;
}

.menu-block3 {
  display: inline-block;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  padding: 0.65rem 1.5rem;
  color: #fff;
  background-color: #c08831;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
  transition: 0.3s ease-in-out;
  border: none;
  animation: 2s infinite pulse;
}

.itawacta p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  text-align: justify;
  margin:0 116px 0 53px;
}

.cta-section-1 h2 {
  font-size: 36px;
  color: #fff;
}


.cta-section-1::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;

}

.menu-block3:hover {
  color: #c08831;
  background: #fff;
}

.callnow:hover {
  color: #c08831;
  background: 0 0;
}

@keyframes pulse {
  0%,
  100% {
    animation-timing-function: ease-in;
  }

  50% {
    transform: scale(1.33);
  }
}

.project-image:hover .overlay-text button.view-detail-btton {
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  font-size: 1rem;
  position: absolute;
  background-color: #cd852b;
  left: 50%;
  top: 50%;
  padding: 10px;
  border-radius: 35px;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.home-banner p.artistic {
  color: #fff;
  z-index: 1;
}

.about-video .artistic,
.highlight-image .artistic {
  color: #fff;
}

.floor-plan-img .artistic {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #fff;
}

/*  */
#project_video .modal-dialog {
  max-width: 100%;
  height: 100vh;
  margin:0 auto;
}
#project_video .modal-dialog .modal-content {
  height: 100%;
  padding:0;
  background-color: transparent;
}
#project_video .modal-dialog .modal-content .modal-body {
  height: 100%;
}
#project_video .modal-dialog .modal-content .modal-body {
  height: 100%;
}
#project_video .modal-dialog .modal-content .modal-body .video-section {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#project_video .modal-dialog .modal-content .modal-body .video-section Iframe {
  width: 1000px;
  height: 563px;
  width: 62%;
  height: 72%;
}
.toggle,
.toggle:before {
  font-size: 18px;
  color: #fff;
}

.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 99;
}

.modal-body .close,
.toggle {
  text-align: center;
  position: absolute;
}

.sidebar-contact.active {
  right: 0;
}

.toggle {
  height: 40px;
  width: 160px;
  cursor: pointer;
  background: #c08831;
  top: 40%;
  transform: rotate(270deg);
  left: -100px;
  line-height: 40px;
}

.sidebar-contact.active .toggle {
  top: 60px;
  transition: 0.5s;
}

.toggle:before {
  content: "\f003";
  font-family: fontAwesome;
  margin-right: 10px;
}

.toggle.active:before {
  content: "\f00d";
}


.modal-form .form-control {
  border: 1px solid #000;
  color: #000;
  border-radius: 4px;
}

.modal-form .send_btn.btn {
  background-color: #c08831;
  color: #fff;
  padding: 7px 15px;
  border-radius: 4px;
  margin: 0 auto;
  display: table;
}

.modal-form .form-control::-webkit-input-placeholder {
  color: #000;
}

.modal-form .form-control:-ms-input-placeholder {
  color: #000;
}

.modal-form .form-control::placeholder {
  color: #000;
}

.form-control option,
.modal-form .countryCode {
  color: #000;
}

.modal-form textarea.form-control {
  min-height: 60px;
}

.modal-form {
  padding: 15px;
}

.modal-form .form-footer {
  text-align: center;
  padding: 15px;
  border: 1px dashed gray;
}

.modal-body .close {
  color: #000;
  background-color: #fff;
  width: 30px;
  height: 30px;
  right: 0;
  box-shadow: 2px -2px 3px #000;
}

.modal-form .form-footer h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

.modal-form .form-footer p {
  font-size: 16px;
}





@media only screen and (max-width: 1199px) {
  .resale-div {
    right: 25px;
    top: 70px;
    max-width: 130px;
  }

  .section-title {
    margin:0 0 36px;
  }

  .cta-section-1 h2 {
    font-size: 36px;
    color: #fff;
  }

  .menu ul li a {
    font-size: 12px;
    padding: 20px 10px;
  }

  .highlight-div h3 {
    font-size: 18px;
    padding: 15px 32px;
    margin: 0 0 15px;
  }

  .highlight-div ul li {
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 5px;
  }

  .same-section {
    margin-bottom: 35px;
  }

  .inner-title h2,
  .project-configurations h1,
  .section-title h2 {
    font-size: 30px;
  }

  .content p,
  .inner-title p {
    font-size: 14px;
  }

  .featured-inner h4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 5px solid #c08831;
  }

  .featured-inner p {
    font-size: 14px;
    padding-left: 15px;
    line-height: 1.6em;
  }

  .banner-configurations-site-visit {
    width: auto;
    display: inline-block;
  }

  .configuration-item {
    padding-right: 18px;
  }

  .project-site-visit {
    margin: 12px 0 0;
  }

  .project-blog-image .img-fluid {
    max-width: 251px;
  }

  .project-blog-content p,
  .project-price p {
    font-size: 15px;
  }

  .date,
  .open {
    font-size: 13px;
  }

  .blog-points {
    padding-top: 29px;
  }

  .call-to-action-section {
    margin-bottom: 30px;
  }

  .part::after {
    bottom: 0;
  }
}

.itawacta p {
  font-size: 14px;
  margin: 0px;
  text-align: center;
  line-height: 1.8em;
}

.itawacta h2{
  font-weight: 600;
}


@media only screen and (max-width: 1024px) {
  .project-blog-image .img-fluid {
    max-width: 249px;
  }

  .project-blog-content p {
    font-size: 16px;
  }

  .date {
    font-size: 13px;
  }

  .itawacta p,
  .open {
    font-size: 14px;
  }

  .call-to-action-section {
    margin-bottom: 30px;
  }

  .about-developer-section h2 {
    font-size: 30px;
  }

  .menu-block3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .home-banner {
    background-image: none !important;
    height: auto;
  }

  .autopopupimg .img-fluid{
    display: none !important;
  }
  .home-banner-img {
    display: block;
    position: relative;
  }
  .cta-section-1 p{
    text-align: justify;
  }

  .cta-section-1 h2{
    text-align: left;
    font-size: 25px;
  }
  .home-banner-img .mobile-img {
    display: none;
  }

.faq-section .section-title h2{
text-align: left;

}

  .btn,
  .project-configurations p,
  .project-info-item p {
    font-size: 13px;
  }

  .button_container {
    position: absolute;
    top: 50%;
    right: 0;
    height: 29px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s;
    transform: translateY(-50%);
  }

  .button_container:hover {
    opacity: 0.7;
  }

  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }

  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }

  .button_container span {
    background: #c08831;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.35s;
    cursor: pointer;
  }

  .button_container span:nth-of-type(2) {
    top: 11px;
  }

  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  .overlay {
    position: fixed;
    background: rgba(192, 136, 49, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 9;
  }

  .content,
  .overlay nav,
  .overlay ul,
  .overlay ul li,
  .overlay ul li a,
  .project-price {
    position: relative;
  }

  .overlay.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
    z-index: 2;
  }

  .overlay.open li {
    -webkit-animation: 0.5s 0.35s forwards fadeInRight;
    animation: 0.5s 0.35s forwards fadeInRight;
  }

  .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
  }

  .overlay nav {
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }

  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
  }

  .overlay ul li {
    display: block;
    opacity: 0;
    margin: 0 0 15px;
  }

  .overlay ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 25px;
    padding: 0;
    font-weight: 400;
  }

  .menu ul li a:hover {
    background-color: transparent;
  }

  .overlay ul li a:active:after,
  .overlay ul li a:focus:after,
  .overlay ul li a:hover:after {
    width: 100%;
  }

  .overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
    transition: 0.35s;
  }

  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }

    100% {
      opacity: 1;
      left: 0;
    }
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }

    100% {
      opacity: 1;
      left: 0;
    }
  }

  .project-info-item h3 {
    font-size: 12px;
  }

  .highlight-image,
  .luxury-logo,
  .part::after {
    display: none;
  }

  .same-section {
    margin-bottom: 25px;
  }

  .inner-title h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .inner-title .project-site-visit {
    margin: 15px 0 0;
  }

  .about-video {
    height: 400px;
    margin-top: 20px;
  }

  .section-title {
    margin:0 0 22px;
  }
  .about-developer-section h2,
  .section-title h2 {
    font-size: 25px;
    margin-left: 15px;
    text-align: left;
  }

  .form-footer h4 {
    font-size: 26px;
  }

  .specialist-block h5 {
    font-size: 18px;
  }

  header {
    padding: 15px 0;
  }

  .home-banner {
    padding-top: 0;
  }

  .project-configurations h1 {
    font-size: 30px;
  }

  .btn {
    padding: 8px 10px;
  }

  a.whatsapp {
    bottom: 14px;
  }

  .project-blog-image .img-fluid {
    max-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .project-blog-content p {
    font-size: 17px;
  }

  .date,
  .itawacta p {
    font-size: 14px;
    margin: 0px;
  }

  .open {
    font-size: 16px;
    text-align: right;
    padding-right: 15px;
  }

  .call-to-action-section {
    margin-bottom: 20px;
  }

  .pad-tb {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .menu-block3 {
    font-size: 15px;
  }

  .content p {
    font-size: 16px;
  }

  .content::after,
  .project-price::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -9px;
    left: 0;
    border-bottom: 2px solid #c5c5c5;
  }

  .project-price p {
    font-size: 16px;
    text-align: left;
  }

  .logo-fix {
    display: block;
  }
  .modal{
    z-index: 1;
  }
  .modal-backdrop.show {
    z-index: -1 !important;
  }
}

@media only screen and (max-width: 767px) {

  
  .home-banner-img .mobile-img {
    display: block;
  }
  .home-banner-img .tab-img {
    display: none;
  }
  .logo-fix,
  .project-info-section {
    display: block;
  }

  .autopopupimg .img-fluid{
    display: none !important;
  }
  .close-btn {
    position: absolute;
    top: -53px;
    right: -2px;
  }

  .new-launch {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px;
  }

  .new-launch h1 {
    font-weight: 700;
    font-size: 23px;
    color: #f9f9f9 !important;
    padding: 0 0 0 19px;
  }

  a.whatsapp {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .overlay ul li a,
  .section-title h2 {
    font-size: 25px;
  }

  .btm-footer .container {
    display: block;
    text-align: center;
  }

  .copyright {
    margin-bottom: 10px;
  }

  .call-to-action-cnt,
  .logo {
    text-align: center;
    margin: 0 0 15px;
  }

  .call-to-action-button {
    text-align: center;
  }

  .form-footer h4 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
  }

  .fix-mobile-strip {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0 0 5px #696969;
  }

  .fix-mobile-strip ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }

  .fix-mobile-strip ul li {
    width: 50%;
    text-align: center;
  }

  .fix-mobile-strip ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #c08831;
    padding: 10px;
    font-size: 16px;
  }
  .btm-footer {
    padding: 15px 0 59px;
  }
  .autopopupimg,
  .banner-cnt {
    display: none;
  }
  .resale-div {
    right: 5%;
    top: 12%;
    max-width: 120px;
  }
  header {
    background-color: #000;
    padding: 10px 0;
  }
  .project-rera-mobile {
    position: absolute;
    left: 15px;
    bottom: 0;
    display: block;
    z-index: 2;
    color: #fff;
  }

  .floor-plan-img img {
    width: 100%;
    height: auto;
  }

  .project-full-rera {
    left: 0;
    bottom: 25px;
  }

  .about-developer-section h2 {
    font-size: 20px;
    padding: 0 15px;
  }

  .itawacta p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0px;
  }

  .menu-block3 {
    font-size: 11px;
  }

  .pad-tb {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}

@media only screen and (max-width: 575px) {
  .specialist-block p {
    font-size: 14px;
  }
  .itawacta p {
    font-size: 14px;
    width: 100%;
    margin: 18px 0px 0px 0px;
    text-align: justify;
  }
  #project_video .modal-dialog .modal-content .modal-body .video-section Iframe {
    width: 100%;
    height: 28%;
  }
  .resale-div {
    right: 2%;
    top: 20%;
    max-width: 80px;
  }

  .g-recaptcha {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .inner-title h2,
  .overlay ul li a {
    font-size: 20px;
  }

   .project-configurations {
    border: 15px solid rgba(255, 255, 255, 0.2);
    padding: 15px;
  }

  .configuration-item {
    text-align: left;
    margin: 0 0 12px;
  }

  .configurations-size::after {
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 4px;
  }

  .configuration-item h4 {
    font-size: 18px;
    margin: 0;
  }

  .project-configurations h1 {
    font-size: 20px;
    margin: 0;
  }

  .btn {
    font-size: 13px;
    padding: 8px 15px;
    letter-spacing: 1px;
  }

  .inner-title p {
    line-height: 1.5em;
    padding-bottom: 10px;
  }

  .about-video {
    height: 250px;
    margin-top: 30px;
  }

  .highlight-div h3 {
    font-size: 16px;
    padding: 15px;
  }

  .highlight-div ul {
    padding-left: 15px;
  }

  .highlight-div ul li {
    font-size: 14px;
    padding-left: 25px;
  }

  .section-title h2 {
    font-size: 20px;
    /* padding: 0 15px; */
    text-align: left;
  }

  .cta-section-1 h2{
    font-size: 20px;
    text-align: left;
  }

  .section-title {
    margin: 0 0 20px;
  }

  .floor-plan-cnt {
    padding: 15px;
  }

  .featured-inner {
    margin-top: 20px;
  }

  .featured-inner h4,
  .specialist-block h5 {
    font-size: 16px;
  }

  .gray-background .inner-title ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .rera-strip ul li {
    border-right: 0;
  }

  .project-info-item .icon {
    max-width: 50px;
    height: auto;
    margin: 0 5px 0 0;
  }

  .fix-mobile-strip ul li a {
    font-size: 14px;
  }

  .project-info-border {
    border-right: 0;
    border-bottom: 1px solid #e6e6e6;
    flex: auto;
    z-index: -1;
  }

  .project-info-item {
    padding-top: 14px;
    padding-bottom: 14px;
    height: auto;
    display: flex;
    align-items: center;
    text-align: left;
  }

  .project-info-item h3 {
    margin: 0 0 5px;
  }

  .project-info-item p {
    margin-bottom: 0;
  }

  .project-info-item-txt h3,
  .project-info-item-txt p {
    width: auto;
    display: inline-block;
  }

  a.whatsapp {
    font-size: 18px;
    width: 41px;
    height: 41px;
  }

  #about {
    margin-top: 0;
  }

  .project-special-details {
    background-color: #e9e9e9;
    padding: 10px 0 0;
    display: block;
  }

  .project-special-details h4 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #000;
    border-radius: 17px;
    padding: 7px;
    margin: 0 20px;
  }

  .project-special-details p {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 3px 0 4px;
  }

  .same-section {
    margin-bottom: 15px;
  }
  .autopopuphide{
    display: none !important;
  }
  .floor-plan-img img {
    width: 100%;
    height: auto;
  }

  .project-full-rera {
    left: 0;
    bottom: auto;
    top: 21px;
    min-width: 300px;
  }

  .open {
    font-size: 15px;
    text-align: right;
    padding-right: 15px;
  }

  .logo-fix {
    display: block;
  }

  .project-site-visit .btn {
    font-size: 12px;
  }

  .new-launch h1 {
    font-size: 18px;
  }
}


@media (max-width: 768px) {
  .sidebar-contact {
    width: 85%;
    height: auto;
    right: -85%;
    display: none;
  }

  .sidebar-contact .toggle {
    top: 60px;
    transition: 0.5s;
  }

  .sidebar-contact.active .toggle {
    top: 60px;
  }

  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
