@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Black.eot");
  src: url("../fonts/Cinzel-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cinzel-Black.woff2") format("woff2"),
    url("../fonts/Cinzel-Black.woff") format("woff"),
    url("../fonts/Cinzel-Black.ttf") format("truetype"),
    url("../fonts/Cinzel-Black.svg#Cinzel-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} 
  
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Bold.eot");
  src: url("../fonts/Cinzel-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cinzel-Bold.woff2") format("woff2"),
    url("../fonts/Cinzel-Bold.woff") format("woff"),
    url("../fonts/Cinzel-Bold.ttf") format("truetype"),
    url("../fonts/Cinzel-Bold.svg#Cinzel-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
  
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-ExtraBold.eot");
  src: url("../fonts/Cinzel-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cinzel-ExtraBold.woff2") format("woff2"),
    url("../fonts/Cinzel-ExtraBold.woff") format("woff"),
    url("../fonts/Cinzel-ExtraBold.ttf") format("truetype"),
    url("../fonts/Cinzel-ExtraBold.svg#Cinzel-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
  
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Regular.eot");
  src: url("../fonts/Cinzel-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cinzel-Regular.woff2") format("woff2"),
    url("../fonts/Cinzel-Regular.woff") format("woff"),
    url("../fonts/Cinzel-Regular.ttf") format("truetype"),
    url("../fonts/Cinzel-Regular.svg#Cinzel-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
  
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Medium.eot");
  src: url("../fonts/Cinzel-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cinzel-Medium.woff2") format("woff2"),
    url("../fonts/Cinzel-Medium.woff") format("woff"),
    url("../fonts/Cinzel-Medium.ttf") format("truetype"),
    url("../fonts/Cinzel-Medium.svg#Cinzel-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
  
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-SemiBold.eot");
  src: url("../fonts/Cinzel-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cinzel-SemiBold.woff2") format("woff2"),
    url("../fonts/Cinzel-SemiBold.woff") format("woff"),
    url("../fonts/Cinzel-SemiBold.ttf") format("truetype"),
    url("../fonts/Cinzel-SemiBold.svg#Cinzel-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "brother_1816regular";
  src: url("../fonts/07-brother1816-regular-webfont.woff2") format("woff2"),
    url("../fonts/07-brother1816-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.formflag {
  display: none;
}
body {
  box-sizing: border-box;
  font-family: "brother_1816regular";
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #efefef; 
}
.same-gap {
  padding: 30px 0;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.text-center {
  text-align: center;
}
img,
svg {
  vertical-align: middle;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
table {
  border-collapse: collapse;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-responsive > .table-bordered {
  border: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.price-section tr td .btn {
  font-size: 16px;
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: transparent;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newClass {
  background-color: #fff;
  box-shadow: 0 0 5px gray;
}   
.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid gray;
  padding: 12px 0;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
} 
.newClass .inner-header {
  padding: 8px 0;
}
.newClass .inner-header .menu ul li a {
  color: #000;
  font-size: 16px;
}
.newClass .contact-number a {
  color: #000;
  font-size: 28px;
}
.error-msg{
  color:red;
  text-align: left;
}
.input-error{
  padding-bottom: 11px;
}
 #loader{
  display: none ;
 }
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-number {
  display: flex;
}
.contact-number a {
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "brother_1816regular";
}
.contact-number a img {
  margin: 0 10px 0 0;
}
.banner-div {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-div::after {
  content: "";
  background-color: rgba(0,0,0,0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner-div .img-fluid {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.logo { 
  max-width: 150px;
  filter: brightness(0) invert(1);
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newClass .inner-header .logo {
  max-width: 140px;
  filter: brightness(1) invert(0); 
}
.border-right {
  border-right: 1px solid #dee2e6;
}
.banner-section {
  position: relative;
  height: 100vh;
}
.btn {
  background-color: #fff;
  color: #bf862f;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  font-size: 20px;
  font-family: "Cinzel";
  font-weight: 800;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.banner-text-div p {
  color: #bf862f;
  font-size: 22px;
  /* margin-bottom: 15px; */
}
.banner-text-div h1 {
  color: #fff;
  font-size: 35px;
  /* margin-bottom: 15px; */
  text-transform: uppercase;
}
.banner-text-div h4 img {
  max-width: 40px;
  height: auto;
}
.banner-text-div h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.banner-text-div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner-text-div ul li {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  color: #fff;
}
.banner-text-div ul li img {
  max-width: 16px;
  height: auto;
  filter: brightness(0) invert(1);
}
.price-button-txt {
  border: 3px solid #fff;
  width: auto;
  border-radius: 50px;
  padding: 10px 15px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}
.price-button-txt img {
  max-width: 22px;
  height: auto;
}
ul.discover-contact-btn {
  display: flex;
  align-items: center;
}
ul.discover-contact-btn li {
  margin: 25px 20px 0 0;
}
.location-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
}
.location-box p {
  color: #fff;
  transform: rotate(180deg);
  font-size: 17px;
  letter-spacing: .5px;
  writing-mode: tb;
  position: relative;
}
.banner-txt .container-fluid {
  display: flex;
  align-items: center;
}
.location-box p::before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  left: -14px;
  top: -40px;
  background-color: #fff;
  transform: rotate(90deg);
}
.location-box p::after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  left: -14px;
  bottom: -40px;
  background-color: #fff;
  transform: rotate(90deg);
}
.enquire-txt {
  position: fixed;
  height: 50px;
  width: 180px;
  text-align: center;
  cursor: pointer;
  background: #c08831;
  top: 50%;
  transform: rotate(270deg);
  right: -65px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-top: -25px;
  z-index: 99;
}
.banner-form {
  /* position: fixed;
  top: 0;
  right: 0;
  z-index: 9; */
}
.enquire-txt img {
  max-width: 22px;
  height: auto;
  margin: 0 5px 0 0;
}
.enquire-txt svg {
  display: none;
  max-width: 22px;
  height: auto;
  margin: 0 5px 0 0;
}
.enquire-txt-active img {
  display: none;
}
.enquire-txt-active svg {
  display: block;
}
.banner-form-div {
  position: fixed;
  z-index: 9;
  background-color: rgba(27, 27, 27, 0.9607843137);
  width: 550px;
  height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  right: -550px;
  background-color: rgba(0,0,0,0.2);
  backdrop-filter: blur(5px) saturate(1);
  padding: 50px 70px 50px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.banner-form-div.active {
  right: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.banner-form-wrap {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 4px;
}
.banner-form-wrap h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
}
.input-group {
  position: relative;
  margin-bottom: 30px;
}
.countryCode {
  position: absolute;
  left: 15px;
  background-color: transparent;
  border: none;
  height: 100%;
  width: 120px;
  color: #fff;
  font-size: 18px;
}
.form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #fff;
}
.countryCode ~ .form-control {
  padding-left: 140px;
}
.submit-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.overview-section {
  padding: 70px 0;
}
.align-items-center {
  align-items: center !important;
}
.overview-content {
  text-align: center;
}
.overview-item {
  background-color: #2c3d55;
  padding: 15px;
  margin-top: 15px;
  color: #fff;
  border-radius: 4px;
}
.title h2 {
  font-size: 20px;
  color: #141414;
  margin-bottom: 20px;
}
.title h2 span {
  border-bottom: 1px solid #000;
}
.title h4 {
  margin-bottom: 15px;
  font-size: 25px;
}
.title p {
  font-size: 18px;
}
.highlights-section {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background-color: #2c3d55;
  overflow: hidden;
}
.highlights-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: url("../images/highlight-bg.webp");
  background-size: cover;
  width: 700px;
  height: 512px;
  filter: brightness(0) invert(1);
  display: none;
}
.highlights-div .title h2 {
  color: #fff;
}
.highlights-div .title h2 span {
  border-bottom: 1px solid #fff;
}
.highlights-div .title h4 {
  color: #fff;
}
.highlights-div .title p {
  color: #fff;
}
.highlight-div ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
  display: inline-block; 
}
.highlight-div ul li {
  display: flex;
  align-items: center;
  list-style: none;
  width: 45%;
  background-color: #fff;
  padding: 20px;
  float: left;
  margin: 0 15px 20px 0;
  border-radius: 4px;
}
.highlight-div ul li .number-circle {
  width: 35px;
  height: 35px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #de8629;
  border-radius: 100%;
  margin: 0 10px 0 0;
}
.highlight-div {
  width: 100%;
  display: inline-block;
}
.highlights-div {
  width: 60%;
  z-index: 1;
  position: relative;
}
.price-list-section {
  padding: 70px 0;
  background-image: url("../images/bg-pattern-pricelist-2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pricebox {
  padding: 30px 68px;
  background-color: #2c3d55;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #b7b7b7;
  z-index: 1;
}
.pricebox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #305a95;
}
.pricebox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-pattern-pricelist.webp");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.pricebox-content {
  position: relative;
  z-index: 12;
}
.pricebox-content h4 {
  font-size: 24px;
  color: #fff;
}
.pricebox p {
  font-size: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}
.pricebox-content h5 {
  font-size: 22px;
  padding: 20px 0;
}
.pricebox .btn-custom {
  padding: 9px 30px;
  margin-top: 5px;
  font-size: 16px;
}
.amenities-img-slide {
  position: relative;
}
.amenities-img-slide::before {
  content: "";
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.amenities-div {
  position: relative;
}
.amenities-div .title {
  position: absolute;
  width: 100%;
  z-index: 2; 
  top: 50px;
  left: 0;
}
.amenities-div .title h2 {
  color: #fff;
}
.amenities-div .title h2 span {
  border-color: #fff;
}
.amenities-div .title h4 {
  color: #fff;
}
.amenities-slider-item p {
  position: absolute;
  z-index: 9;
  color: #fff;
  bottom: 80px;
  left: 107px; 
  border-bottom: 1px solid #fff;
}
.swiper-navigation {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.swiper-navigation .swiper-button-next, .swiper-navigation .swiper-button-prev {
  position: static;
  color: #fff;
  font-size: 20px;
  background-color: #11243c;
  width: 70px;
  height: 70px;
}
.swiper-navigation .swiper-button-next {
  border-left: 1px solid #fff;
}
.swiper-navigation .swiper-button-next::after, .swiper-navigation .swiper-button-prev::after {
  font-size: 30px;
  font-weight: 900;
}
p.project-name-box {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.project-box .typology-heading {
  background-color: #de8629;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
.project-box-content {
  padding: 25px 0;
  text-align: center;
}
.project-name {
  font-size: 20px;
  margin-bottom: 10px;
}
.project-location {
  font-size: 18px; 
}
.related-projects-btn .btn {
  padding: 10px 30px;
  font-size: 18px;
  background-color: #2c3d55;
  color: #fff;
  border-radius: 0;
  width: 48%;
  text-align: center;
}
.related-projects-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 15px 15px;
}
.project-box {
  background-color: #efefef;
}
.related-projects-section {
  padding: 70px 0;
  background-color: #fff;
}
.foor-plan-section {
  padding: 70px 0;
}
.foor-plan-section {
  padding: 70px 0;
  background-image: url("../images/floor-plan-bg.webp");
  background-size: cover;
}
.fade {
  /* opacity: 0;
  transition: opacity .15s linear; */
}
.floor-plan-img-item img {
  filter: blur(4px);
}
.floor-plan-img-item {
  position: relative;
}
.floor-plan-img-item .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px #000;
}
.floor-plan-text ul {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  display: flex;
  border-bottom: 1px solid gainsboro;
}
.floor-plan-text ul li {
  margin: 0 20px 0 0;
}
.floor-plan-text ul li a {
  padding: 8px 16px;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 900;
  border: 1px solid #efefef;
  border-bottom: none;
}
.floor-plan-text ul li.ui-state-active a {
  background-color: #fff;
}
.floor-plan-text ul li.ui-state-active a {
  background-color: #fff;
  border: 1px solid gainsboro;
  border-bottom: none;
}
.location-section {
  padding: 70px 0;
  background-color: #fff;
}
.location-text ul {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
.location-text ul li {
  margin-bottom: 12px;
  font-size: 17px;
}
.gallery-item img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.gallery-item {
  margin-bottom: 25px;
}
.gallery-section {
  padding: 70px 0 40px 0;
}
.related-projects-div {
  margin-bottom: 30px;
}
.swiper-pagination {
  position: static;
  margin: 10px 0 0 0;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.swiper-pagination-bullet-active {
  background-color: #bf862f;
}
.about-developer-section {
  padding: 0 0 50px 0;
}
.contact-us-section {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0 50px 0;
}

.contact-txt .title h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.contact-txt .title h4 {
  margin-bottom: 15px;
  font-size: 25px;
  color: #fff;
}
.contact-txt .title p {
  font-size: 18px;
  color: #fff;
}
.contact-txt .title h2 span {
  border-bottom: 1px solid #fff;
}
.contact-details-items {
  margin-top: 30px;
  padding-left: 80px;
  position: relative;
}
.contact-details-items h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}
.contact-details-items p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.contact-details-items p a {
  color: #fff;
  text-decoration: none;
}
.contact-details-items::before {
  content: "";
  width: 55px;
  height: 55px;
  margin-right: 30px;
  position: absolute;
  left: 0;
  background-image: url("../images/map.webp");
  background-size: 35px;
  background-color: gainsboro;
  border-radius: 100%;
  padding: 10px;
  background-repeat: no-repeat;
  filter: invert(1);
  background-position: 10px;
}
.phone-item::before {
  background-image: url("../images/call.webp");
}
.schedule-site-visit h4 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
}
.schedule-site-visit p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.schedule-site-visit {
  background-color: rgba(0,0,0,0.2);
  backdrop-filter: blur(5px) saturate(1);
  padding: 20px;
  border-radius: 0;
}
.banner-form-div.newClass {
  background-color: #000;
}
footer {
  text-align: center;
  padding: 15px 0;
}
footer p {
  /* color: #ccc; */
  font-size: 14px;
}
footer ul {
  list-style: none;
}
footer ul li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.highlights-img .img-fluid {
  filter: brightness(0) invert(1);
}
.modal {
  display: none;
  position: fixed;
  z-index: 9;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  max-width: 500px;
  position: relative;
  border-radius: 5px;
}
.close {
  color: #aaa;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: -5px;
  cursor: pointer;
}
.modal-form {
  text-align: center;
}
.modal-form h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.modal-form .form-control {
  padding: 10px;
  font-size: 18px;
  color: #000;
  border-color: #262a29;
}
.modal-form .btn {
  background-color: #262a29;
  color: #fff;
}
.modal-form .form-control::placeholder {
  color: #000;
  opacity: 1;
}
.modal-form .form-control::-ms-input-placeholder {
  color: #000;
}
.modal-form .countryCode ~ .form-control {
  padding-left: 140px;
}
.modal-form .countryCode {
  color: #000;
}
.contact-buttons {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 9;
}
.contact-buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-buttons ul li {
  margin: 0 0 15px 0;
}
.contact-buttons ul li a {
  text-decoration: none;
  background-color: #223e79;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-buttons ul li a.whatsapp-btn {
  background-color: #3ac24d;
  color: #fff;
}
.contact-buttons ul li a span {
  display: none;
}
.call-btn {
  display: none;
}
.enquire-btn {
  display: none;
} 
.order-2 {
  order: 2 !important;
}
.order-1 {
  order: 1 !important;
}
.banner-text-div ul li.mobile-locaton-show {
  display: none;
}
.banner-cover {
  height: 100vh;
  position: relative;
}
.banner-cover .project-box-img {
  height: 100%;
  object-fit: cover;
}
.banner-cover::after {
  content: "";
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.justify-content-center {
  justify-content: center;
}
.banner-slider {
  position: relative;
}
.banner-slider .swiper-pagination {
  position: absolute;
  width: auto;
  left: 50%;
  margin: 0;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
} 
.location-map-link a {
  text-decoration: none;
  color: #c08831;
  font-weight: 600;
}
footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0 15px;
} 


.accordion {
  max-width: 1170px;
  margin: 40px auto 0;
}

.at-tab {
  display: none;
  padding: 15px;
  border: 1px solid #dddddd;
  border-top: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.at-title {
  cursor: pointer;
  background-color: #f5f5f5;
  position: relative;
  transition: background-color 0.3s ease;
}

.at-title:hover {
  background-color: #e0e0e0;
}

.at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
}

.at-title.active:after {
  content: "-";
}

.at-item {
  border-radius: 5px;
  margin-bottom: 15px;
}

.at-title h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 15px;
  margin: 0;
}

.accordion-header {
  text-align: center;
  background-color: #222222;
  color: white;
  padding: 20px 0;
}

@media only screen and (max-width: 1350px) { 
  .contact-number a {
    font-size: 30px;
  }
  .menu ul li a {
    padding: 10px 12px;
    font-size: 16px;
  }
  .logo {
    max-width: 160px;
  }
  .pricebox {
    padding: 30px 50px;
  }
  .highlight-div ul li {
    padding: 15px;
  }

}
@media only screen and (max-width: 1254px) {
  .menu ul li a {
    font-size: 16px;
  }
  .pricebox {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .logo {
    max-width: 130px;
  }
  .contact-number a {
    font-size: 20px;
  }
  .menu ul li a {
    font-size: 15px;
    padding: 10px 8px;
  }
  .overview-section {
    padding: 40px 0;
  }
  .newClass .inner-header .menu ul li a {
    font-size: 14px;
  }
  .newClass .inner-header .logo {
    max-width: 120px;
  }
  .newClass .contact-number a {
    font-size: 19px;
  }
  .title h2 {
    font-size: 18px;
  }
  .title h4 {
    font-size: 20px;
  }
  .title p {
    font-size: 16px;
  }
  .pricebox {
    padding: 15px 15px;
  }
  .pricebox-content h4 {
    font-size: 20px;
  }
  .pricebox p {
    font-size: 18px;
    margin-top: 18px;
  }
  .pricebox-content h5 {
    font-size: 20px;
    padding: 15px 0;
  }
  .btn {
    font-size: 18px;
  }
  .highlights-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .price-list-section {
    padding: 40px 0;
  }
  .foor-plan-section {
    padding: 40px 0;
  }
  .amenities-div .title {
    top: 40px;
  }
  .location-section {
    padding: 40px 0;
  }
  .gallery-section {
    padding: 40px 0 20px 0;
  }
  .about-developer-section {
    padding: 0 0 30px 0;
  }
  .related-projects-section {
    padding: 40px 0;
  }
  .contact-us-section {
    padding: 40px 0 30px 0;
  }


}
@media only screen and (max-width: 991px) {
  .at-title h2 {
    font-size: 18px;
  }
  .at-tab {
    font-size: 15px;
  }
  .button_container {
    position: absolute;
    top: 50%;
    right: 0;
    height: 29px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    transform: translateY(-50%);
  }
  .button_container span {
    background: #fff;
    border: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }
  .newClass .button_container span {
    background: #000;
  }
  .newClass .button_container.active .top {
    background: #000;
  }
  .button_container span:nth-of-type(2) {
    top: 11px;
  }
  .button_container span:nth-of-type(3) {
    top: 22px;
  }
  .contact-number a {
    padding: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #fff;
    font-size: 18px;
  }
  @-webkit-keyframes widgetPulse {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.8, 1.8);
      transform: scale(1.8, 1.8);
      opacity: 0;
    }
  }
  @keyframes widgetPulse2 {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.4, 1.4);
      transform: scale(1.4, 1.4);
      opacity: 0;
    }
  }
  .overlay {
    position: fixed;
    background: #fff;
    top: 64px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
    transition: max-height 0.3s, -webkit-transform 0.3s;
    -o-transition: max-height 0.3s, transform 0.3s;
    transition: max-height 0.3s, transform 0.3s;
    transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
  }
  .overlay nav {
    text-align: center;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin: 0;
  }
  .overlay ul li a,
  .overlay ul li span {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
  }
  .overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
    opacity: 1;
    border-bottom: 1px solid gray;
  }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
  }
  .button_container.active .middle {
    opacity: 0;
  }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
  }
  .overlay.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }
  .location-advantage-img {
    margin-bottom: 30px;
  }
  .contact-buttons ul li a span {
    display: block;
  }
  .contact-buttons {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .contact-buttons ul {
    display: flex;
  }
  .contact-buttons ul li {
    margin: 0;
    width: 50%;
  }
  .contact-buttons ul li a {
    height: 50px;
    border-radius: 0;
    width: 100%;
  }
  .contact-buttons ul li a img {
    margin: 0 10px 0 0;
    max-width: 25px;
    height: auto;
    filter: brightness(0) invert(1);
  }
  footer {
    padding-bottom: 60px;
  }
  .title h1 {
    font-size: 25px;
  }
  .banner-text-div h1 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
  .starting-price {
    font-size: 20px;
  }
  .side-enquire-now {
    display: none;
  }
  .contact-number {
    display: none;
  }
  .banner-text-div p {
    font-size: 20px;
  }
  .banner-text-div h4 {
    font-size: 16px;
  }
  .banner-text-div ul li {
    font-size: 15px;
  }
  .location-box p {
    font-size: 16px;
  }
  .banner-form {
    display: none;
  }
  .overview-img {
    display: none;
  }
  .highlights-img {
    display: none;
  }
  .highlights-div {
    width: 100%;
  }
  .highlight-div ul li {
    width: 47%;
  }
  .overview-section {
    padding: 30px 0;
  }
  .highlights-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .price-list-section {
    padding: 30px 0;
  }
  .pricebox {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .floor-plan-text ul li {
    margin: 0 10px 0 0;
  }
  .location-section {
    padding: 30px 0;
  }
  .foor-plan-section {
    padding: 30px 0;
  }
  .amenities-div .title {
    top: 30px;
  }
  .floor-plan-text ul li a {
    font-size: 16px;
  }
  .floor-plan-img-item .btn {
    font-size: 15px;
  }
  .enquire-btn {
    display: block;
  }
  .call-btn {
    display: block;
  }
  .gallery-section .title {
    margin-bottom: 30px;
  }
  .related-projects-btn .btn {
    padding: 10px 20px;
    font-size: 15px;
  }
  .contact-txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .at-title h2 {
    font-size: 16px;
  }
  .at-tab {
    font-size: 14px;
  }
  .overview-content ul li {
    width: 100%;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid;
    color: #fff;
    font-size: 14px;
  }
  .overview-section {
    padding: 20px 0;
  }
  footer p {
    font-size: 13px;
  }
  .btn {
    font-size: 16px;
  }
  .input-group {
    margin-bottom: 15px;
  }
  .form-control {
    font-size: 16px;
  }
  .contact-details-items::before {
    content: "";
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background-size: 20px;
  }
  .contact-details-items {
    margin-top: 20px;
    padding-left: 60px;
  }
  .contact-details-items h5 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .contact-details-items p {
    font-size: 14px;
  }
  .contact-txt .title p {
    font-size: 16px;
  }
  .contact-txt .title h4 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .contact-txt .title h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .location-text ul li {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .amenities-div .title h2 {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .at-title h2 {
    font-size: 14px;
  }
  .at-tab {
    font-size: 13px;
  }
  .banner-text-div ul li.mobile-locaton-show {
    display: block;
  }
  .banner-text-div p {
    font-size: 16px;
  }
  .banner-text-div h1 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
  }
  .banner-text-div h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .banner-text-div ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .price-button-txt {
    border: 1px solid #fff;
    padding: 10px 10px;
    font-size: 14px;
    margin-top: 10px;
  }
  .location-box {
    display: none;
  }
  ul.discover-contact-btn {
    display: none;
  }
  .title h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .title h4 {
    font-size: 16px;
  }
  .title p {
    font-size: 14px;
  }
  .highlight-div ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .highlight-div ul li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px;
    font-size: 14px;
  }
  .pricebox {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .pricebox-content h4 {
    font-size: 16px;
  }
  .pricebox p {
    font-size: 16px;
    margin-top: 15px;
  }
  .pricebox-content h5 {
    font-size: 16px;
    padding: 12px 0;
  }
  footer p {
    font-size: 12px;
  }
  .contact-buttons ul li a {
    font-size: 14px;
  }
  .schedule-site-visit h4 {
    font-size: 20px;
  }
  .schedule-site-visit p {
    font-size: 13px;
  }
  .related-projects-btn .btn {
    padding: 10px 10px;
    font-size: 14px;
  }
  .location-text ul li {
    font-size: 14px;
  }
  .floor-plan-text ul li {
    margin: 0;
  }
  .floor-plan-img-item .btn {
    font-size: 13px;
  }
  .amenities-div .title {
    position: static;
  }
  .amenities-div .title h2 {
    color: #000;
  }
  .amenities-div .title h2 span {
    border-color: #000;
  }
  .amenities-div .title h4 {
    color: #000;
  }
  .amenities-div .title h4 br {
    display: none;
  }
  .swiper-navigation {
    display: none;
  }
  .amenities-slider-item p {
    left: 50%;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    transform: translateX(-50%);
    bottom: 20px;
  }
  .modal-form h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
  }


}
@media only screen and (max-width: 400px) {
  .contact-buttons ul li a img {
    display: none;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }

}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1270px;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .highlight-div ul li {
    font-size: 15px;
    width: 47%;
  }
  .related-projects-btn .btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1370px;
  }
  



}
@media only screen and (min-width: 1400px) { 
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1370px;
  }
}
@media only screen and (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1470px;
  }
}
  