/* Designed & Developed by Sami from ECIS */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');

:root {
 
  --primary-color:#f56c6d;
  --secondary-color: #42422d ;
  --secondary-color-light: #e5ddc8;
  --body-color: #212121;
  --light: #f8fcff;
  --facebook: #4267B2;
  --twitter: #00acee;
  --linkedin: #0e76a8;
  --youtube: #FF0000;
  --whatsapp: #25D366;
  --instagram: #c92bb7;
  --midsun: 'Mid Mid Sun Sun';
  --cursive: 'Water Brush', cursive;
}

html{
  scroll-behavior: smooth;
}

body {
  color: #fff;
 
  font: 300 1rem "Rubik", sans-serif;
  overflow-x: hidden;
  background: #43ae9a;
  background-size: 3px 3px;
}

svg:not([fill]) {
  fill: currentColor;
  stroke: currentColor;
}

.table td,
.table th{
  padding: 1.25rem 1rem 1rem;
}

p {
  line-height: 1.5;
  margin-bottom: 0px;
  text-align: justify;
  
}

.padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
.bg-secondary p{color:#000}
a,
a:hover {
  text-decoration: none;
}

img, video, iframe {
  width: 100%;
  display: block;
}

.gap-row{
  row-gap: 30px;
}

.gap-form-row{
  row-gap: 10px;
}

.object-cover {
  object-fit: cover;
}

.container-fluid{
    padding-left: 2rem;
    padding-right: 2rem;
}

.rounded {
  border-radius: 5px !important;
}

.filter-white {
  -ms-filter: brightness(70);
  filter: brightness(70);
}

.filter-dark {
  -ms-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 998;
  color: #ffffff;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  transition: all 300ms ease-in-out;
 background: #43ad9952;
}
.header.fixed{
  background-color: #fff;
  box-shadow: 0 10px 2rem rgb(0 0 0 / 15%);
  color: var(--body-color);
  border-bottom: 0;
}


.header a{
  color: #fff;
}
.header.fixed a
{
  color: var(--body-color);
}

.logo {
	max-width: 95px;
  position: relative;
  left: 1rem;
  font-size: 1.75rem;
  font-weight: 800;
  min-height: 1px;
  transition: all 300ms ease-in-out;
  z-index: 2;
 
  
}

.logo small{
  font-size: 65%;
}

/* .header.fixed .logo img{
  padding: 0 10px;
} */

.header .nav > ul {
  display: flex;
  align-items: center;
  position: relative;
}

.header .nav > ul > li > a {
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
  transition: all 300ms ease-in-out;
  padding: 1rem;
  z-index: 1;
}

.header .nav > ul > li:hover > a {
  color: var(--secondary-color);
}

.header .nav > ul > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid var(--secondary-color);
  transition: all 300ms ease-in-out;
  z-index: -1;
}

.header .nav ul li:hover > a::before {
  width: 100%;
}


.header .topCTC {
    display: flex
;
    background-color: #ef355f;
    transition: all 300ms ease-in-out;
    padding: 8px;
    margin-right: 15px;
    border-radius: 5px;
}


.header.fixed .topCTC,
.header:hover .topCTC{
  background-color: #ef6786;
}

.header .topCTC a{
  display: flex;
  align-items: center;
 color: #ffffff;
  
}



.header .topCTC a i{
  display: flex;
  align-items: center;
}

.header.fixed .menuBtn span::before {
  background: var(--primary-color);
}

.menuBtn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  position: relative;
  cursor: pointer;
}

.header.fixed .menuBtn {
  width: 40px;
  height: 40px;
}

.menuBtn div {
  position: relative;
  width: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  transition: all 300ms ease-in-out;
}

.menuBtn span {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  margin: 3px 0;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* Designed & Developed by Sami from ECIS */

.menuBtn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menuBtn.closeMenuBtn span#menuLine1 {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}

.menuBtn.closeMenuBtn span#menuLine2 {
  right: 100px;
}

.menuBtn.closeMenuBtn span#menuLine3 {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
}

.menuContainer {
  position: fixed;
  inset: 0;
  padding-top: 51px;
  z-index: 996;
  background-color: rgb(0 123 255 / 13%);
  backdrop-filter: blur(5px);
  display: none;
}

.menuContainer .inner {
  padding: 5px 15px;
  width: 100%;
  visibility: hidden;
  background: var(--primary-color);
  background: radial-gradient(circle at 50% -10%, var(--secondary-color), var(--primary-color));
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 16%);
  transition: all 300ms ease-in-out;
}

.header.fixed + .menuContainer {
  padding-top: calc(1rem + 30px);
}

.menuContainer.active .inner {
  visibility: visible;
}

.menuContainer a{
  color: #fff;
  transition: all 300ms ease-in-out;
}

.mainMenu li:not(:last-child) a{
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.mainMenu a{
  padding: 10px 0;
  font-weight: 700;
  display: block;
  position: relative;
}

.mainMenu li.active > a,
.mainMenu li:hover > a{
  padding: 10px;
  background-color: #fff;
  color: var(--primary-color);
}

.mainMenu a i{
  font-size: 75%;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  transition: all 300ms ease-in-out;
}

.mainMenu li.active > a i,
.mainMenu li:hover > a i{
  right: 10px;
}

.mainMenu li.active > a i{
  transform: rotate(540deg);
}

.menuDrop{
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.mainMenu ul ul li:last-child a{
	border-bottom: 0;
}
/*header*/

.banner {
  height: 99vh;
  position: relative;
 border-bottom: 2px solid #ffc048;
  z-index: 1;
  margin-top: 0px;
}

.banner .carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.55),rgba(0, 0, 0, 0) 10%, rgb(0 0 0 / 50%) 100%);
  z-index: 1;
  pointer-events: none;
}

.bannerText {
 position: absolute;
  bottom: 7rem;
  width: 100%;
  z-index: 9;
  background-color: #12a49d00;
  padding: 12px;
  color: #fff;
}
.bannerText h3 {
  font-size: 19px;
  margin-bottom: 2px;
}
.bannerText h6 {
  font-size: 21px;
  position: relative;
  padding: 5px 0;
  border-width: 1px 0;
 
  
}

/* sticky form */
.enquiryBtn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  display: none;
}
.enquiryBtn i {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  color: #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.enquiryBtn i:hover {
  background: linear-gradient(2255deg, var(--primary-color), var(--secondary-color));
}

.stickyForm {
  width: 300px;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 1.25rem;
  background-color: #43ae9ae0;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 15%);
  z-index: 99;
  
}
.moretext {
  display: none;
}
.sideImg .inner::before,
.iconsContainer .iconBox .in::before,
.fpContainer .fbBox .inner::before,
.location-advantages .inner::before{
  content: '';
  position: absolute;
  inset: -9px;
  
}

.form-close {
  position: absolute;
  right: -2px;
  top: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: maroon;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.form-close:hover {
  background: var(--secondary-color);
}

.stickyForm .form-tag{
  font-size: 14px;
}

.stickyForm h6 {
  font-weight: 700;
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  font-size: 18px;
}
.stickyForm .form-group {
  margin-bottom: 10px;
}
.card{background:transparent;border: none;}
.stickyForm .form-control,
.modal-body .form-control {
  border-bottom: 2px solid #eaeaea;
  background-color: #f1f1f1;
  color: var(--body-color);
  padding: 8px 10px;
  font-size: 14px;
}
/* sticky form */

/* overview */
.overview-container::before{
 
  /* clip-path: circle(60% at 90% -20%); */
  content: "";
  position: absolute;
  inset: 0;
  
  opacity: 0.1;
  z-index: -1;
  
}
.form-img ::before {
  content: "";
  position: absolute;
  inset: 0;
  
  opacity: 0.5;
  z-index: -1;
}
.sideImg .inner{
  padding: 1.25rem;
  background-color: var(--secondary-color-light);
  color: var(--body-color);
  text-align: center;
  position: relative;
}

.statsBox .in{
  height: 100%;
  background-color: #ffffff73;
  border-radius: 10px;
  padding: 8px;
  color:#333;
  text-align:center;
}
/* overview */

/* amenities */
.iconsContainer .iconBox{
  height: auto;
  padding: 10px;
}
.iconsContainer .iconBox .in {
  height: 100%;
  padding: 2rem;
  transition: all 300ms ease-in-out;
  background-color: var(--body-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  position: relative;
}
.iconsContainer .iconBox .in::before{
  border-color: rgb(0 0 0 / 40%);
}
.iconsContainer .iconBox .in:hover {
  color: var(--body-color);
  background: var(--secondary-color) !important;
}
.iconsContainer .iconBox .in:hover img {
  filter: brightness(0);
}

.iconBox .in i {
  width: 30px;
}

.iconBox .in img {
  width: 40px;
}

.iconBox .in h6 {
  font-weight: 700;
}
/* amenities */

/* floor plans */
.hm-fp-section::before{
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/lining-bg.png) center / 35%;
  z-index: -1;
  opacity: 0.1;
  filter: brightness(10);
}
.fpContainer .fbBox .inner {
  padding: 1.25rem;
  background: var(--primary-color);
  transition: all 300ms ease-in-out;
  position: relative;
}
.fpContainer .fbBox .inner::before{
  border-color: rgb(0 0 0 / 40%);
}

.fpContainer .fbBox .inner:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 24%);
  color: var(--body-color);
}

.planBase {
  margin: 1rem 0 1.5rem;
}

.fpDetails {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fpDetails .icon {
  width: 22px;
}

.planBase .fpDetails h6 {
  margin-bottom: 0;
  font-weight: 600;
}

.fpContainer .fbBox .img-fluid {
  overflow: hidden;
  border: 1px solid rgb(0 0 0 / 10%);
}

.fpContainer .fbBox img {
  filter: blur(3px);
}

.fpContainer .fbBox span {
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e4e4e4;
}
/* floor plans */

/* Gallery */
.reflection {
  -webkit-box-reflect: below -76px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
}

.charSlide{
  width: 70%;
}

.charSlide .imgBox{
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.charSlide img{
  object-fit: cover;
}

.charSlide .caption{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: max-content;
  
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
  z-index: 1;
  text-align: center;
  -webkit-box-reflect: below -1rem linear-gradient(to bottom, transparent 25%, rgba(0,0,0,0.4));
  display: none;
}
/* Gallery */

/* Location */
.hm-location-section::before{
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/map-lining.png) center right / cover no-repeat;
  opacity: 0.05;
  z-index: -1;
}
.map {
  position: relative;
}

.location-advantages .inner{
  height: 100%;
  padding: 1rem;
  position: relative;
}


.location-advantages ul li {
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  color: var(--body-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.location-advantages ul li .loc-row {
  display: flex;
  align-items: center;
  gap: 10px;
color:#fff;
}

.location-advantages ul li .loc-row img {
  flex: 0 0 35px;
  max-width: 22px;
  filter: brightness(0) saturate(100%) invert(86%) sepia(52%) saturate(1831%) hue-rotate(320deg) brightness(101%) contrast(101%);
}

.location-advantages ul li .loc-row p {
  margin-bottom: 0;
color:#fff;
}

.location-advantages ul li .loc-dist {
}

.location-advantages ul li .loc-dist small {
  font-size: 13px;
  margin-left: 5px;
}
/* Location */


.viewmore {
  width: 100%;
  margin-top: 1.25rem;
}

.viewmore .button {
  width: max-content;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 300ms ease-in-out;
}
.viewmore .button:hover{
  gap: 15px;
}

.viewmore .button i {
  width: 30px;
  color: var(--secondary-color);
}

.viewmore .button:hover, .viewmore .button:hover i {
  color: #fff;
}

.viewmore .button.text-primary:hover, .viewmore .button.text-primary:hover i{
  color: #fff !important;
}

.viewmore .button.text-primary i{
  color: var(--primary-color);
}

.watermark{
  position: absolute;
  height: 80%;
  top: 50%;
  opacity: 0.5;
  z-index: -1;
}

.watermark.toright{
  right: 0;
  transform: translate(3%,-50%);
}

.watermark.toleft{
  left: 0;
  transform: translate(-50%,-35%);
}

.watermark.lg{
  height: auto;
  width: 60%;
}

.watermark img{
  height: 100%;
  width: auto;
}

/* Designed & Developed by Sami from ECIS */

.heading {
  display: table;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
  margin-top: 5px;
}

.heading.border-bottom{
  border-bottom-width: 2px !important;
}

.heading h2,
.heading h4,
.heading h5,
.heading h6 {
  display: block;
}

.heading .h1 {
  color: var(--secondary-color);
}

.heading h3 {
  font-weight: 500;
  font-size: 2vw;
}

.heading h6 {
  font-weight: 400;
  letter-spacing: 2px;
}

.text-serif{
  
}

.text-sans{
  font-family: "Rubik", sans-serif;
}

.text-primary{
  color: var(--primary-color) !important;
}
.text-secondary{
	color:var(--secondary-color) !important;
}

.bg-primary{
  background-color: var(--primary-color) !important;
}

.bg-secondary{
  background-color:#fff !important;
}
.bg-secondary-light{
  background-color: var(--secondary-color-light);
}

.bg-light{
    background-color: var(--light) !important;
}

.bg-image{
  background: center / cover no-repeat fixed;
}

.bg-image::before{
  content: '';
  position: absolute;
  inset: 0;
  background-color: #01132b;
  z-index: -1;
}

.bg-image.bg-secondary{
  background-attachment: initial;
}

.bg-image.bg-secondary::before{
  background-color: transparent;
}

.scroller{
  overflow: auto;
}

.scroller::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroller::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--light);
  border-radius: 10px;
}

/* Handle */
.scroller::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 10px;
}

/* Handle on hover */
.scroller::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.readmore {
  width: 100%;
margin-top: .8rem;
}
.readmores {
  width: 100%;
  margin-top: 0rem;
}
.readmores .button {
  position: relative;
  z-index: 1;
  display: table;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 15px;
  min-width: 150px;
  border-radius: 50px;
  color: var(--primary-color);
  background-color: #ddbd63 !important;
  
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}

.readmores button {
  width: 100%;
  background: none;
}
.readmore.d-flex{
  gap: 2px;
}

.readmore .button {
  position: relative;
  z-index: 1;
  display: table;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 1rem;
  min-width: 150px;
  border-radius: 50px;
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  margin: 20px 0px;
}

.readmore button {
  width: 100%;
  background: none;
}

.readmore .button:hover {
  color: #000;
  background: var(--primary-color);
  border-color: transparent;
}

.readmore .button.mw-auto{
  min-width: 1px;
  padding: 10px;
}

.readmore .button.text-white{
  border-color: #fff;
}

.readmore .button.text-white:hover {
  color: var(--primary-color) !important;
  background-color: #fff;
  border-color: transparent;
}

.readmore .button.solid.white:hover,
.readmore .button.solid {
  background-color: var(--primary-color);
  color: #000;
  border: none;
}

.readmore .button.solid.white,
.readmore .button.solid:hover {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  text-decoration: none;
}
.readmore .button.bg-secondary {
  border: none;
}
.readmore .button.bg-secondary:hover {
  background-color: var(--primary-color) !important;
}

.controls {
  position: absolute;
  width: 110px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  z-index: 9;
}

.controls a {
  position: static;
  display: table;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  color: var(--primary-color);
  font-size: 13px;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  opacity: 1;
}

.controls a:last-child {
  border-bottom: none;
}

.controls a:focus,
.controls a:hover {
  color: var(--primary-color) !important;
  opacity: 1;
}

.multiply{
  mix-blend-mode: multiply;
}

.position-relative{
  z-index: 1;
}

/* custom swiper controls */
.swiper-button-next, .swiper-button-prev{
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 50%;
  background: url(../images/arrow-right.png) center / 20px no-repeat var(--secondary-color);
  transition: all 300ms ease-in-out;
}
.swiper-button-next.sm, .swiper-button-prev.sm{
  width: 30px;
  height: 30px;
  background-size: 14px;
}

.topBtn{
  top: 25%;
}

.bottomBtn{
  top: 80%;
}

.heading .d-flex{
  gap: 10px;
}
.heading .swiper-button-next, .heading .swiper-button-prev{
  position: static;
  margin-top: 0;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
    scale: 1.2;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
  transform: rotate(-180deg);
}

.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}

.bottom-control{
  top: calc(100% - 1.75rem);
}

.bottom-control.sm{
  top: calc(100% - .5rem);
}

.bottom-control.swiper-button-next{
  right: calc(50% - 55px);
}
.bottom-control.swiper-button-prev{
  left: calc(50% - 55px);
}

.bottom-control.swiper-button-next.sm{
  right: calc(50% - 35px);
}
.bottom-control.swiper-button-prev.sm{
  left: calc(50% - 35px);
}

.swiper-pagination{
  bottom: 0 !important;
}

.swiper-pagination-bullet-active{
  background-color: var(--primary-color);
  width: 20px;
  border-radius: 10px;
}
/* custom swiper controls */

.footer-enquiryBtn {
  border-radius: 10px;
  position: fixed;
  bottom: 2px;
  left: 2px;
  right: 2px;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  background-color: var(--secondary-color);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  text-align: center;
}
.footer-enquiryBtn a {
 color: #fff;
    text-align: center;
    display: block;
    width: calc(100% / 2);
    padding: 8px 5px;
    border: 1px solid rgb(0 0 0 / 15%);
    border-left: 0;
    background: #eb6e6f;
}small {
  font-size: .75em;
  font-weight: 400;
}
.footer-enquiryBtn a.whatsCall {
  background: linear-gradient(45deg,#0db634,#015c16);
  border: 0;
  color:#fff;
}

.button-top {
  background: rgba(0, 0, 0, 0.32);
  position: fixed;
  left: 20px;
  bottom: -40px;
  color: #ffffff;
  font-size: 13px;
  opacity: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.button-top:hover {
  background: var(--body-color);
}
/*Footer*/

.flip-x{
  transform: rotateY(180deg);
}

.form-group {
  margin-bottom: 10px;
}

.form-group>div {
  margin-top: 15px;
}

.form-group label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.form-control {
  border: none;
  border-bottom: 1px solid rgb(0 0 0 / 16%);
  background: none;
  outline: none;
  padding-left: 0;
  padding-top: 0;
}

.form-control[readonly] {
  background: none;
}

.form-control.form-control-dark{
  border-bottom-color: rgb(255 255 255 / 15%);
  color: #fff;
}

select.form-control.form-control-dark{
  background-color: var(--primary-color);
}

.form-control.form-control-dark::placeholder{
  color: #8f8f8f;
}

.form-control:focus {
  box-shadow: none;
  border-bottom-color: var(--primary-color);
  background: none;
}

/* customize modal */
.modal-backdrop.show {
  opacity: 1;
  background: rgb(0 10 12 / 95%);
  backdrop-filter: blur(5px);
}

.modal-content {
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(0 0 0 / 20%);
  border-radius: 1rem;
}

button.close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  opacity: 1;
  text-shadow: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background-color: rgb(141, 0, 0);
  color: #fff;
}

.modal-content {
  background-color: #43ae9a;
  color: var(--body-color);
  border: none;
  
}
.modal-dialog {
  max-width: 441px;
}
.modal-content .modal-header {
  padding: 0;
  border: none;
}
.modal-content button.close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  text-shadow: none;
  color: var(--body-color);
  background-color: #ffc048;
  opacity: 1;
}
.modal-header .close {
  color: #fff;
}
.modal-header {
  background: none;
  border: none;
}
.no-gutters .col-md-6:first-child {
  background: var(--primary-color);
  border-radius: 1rem;
}

.modal-logo .inner{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}

.modal-logo .bhk {
  font-size: 1rem;
}
.modal-body h6{color:#fff;}
.modal-logo .bhk span {
  font-size: 200%;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary-color);
  line-height: 1;
}

.modal-logo .price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  border: solid rgb(255 255 255 / 20%);
  border-width: 1px 0;
  font-size: 1rem;
}

.modal-logo .price span {
  font-weight: 700;
  color: var(--vibrant-color);
  font-size: 200%;
  line-height: 1;
}

.modal-body {
  padding: 1.5rem;
}
/* customize modal */

/*transformation Animation*/
.leftTranslate {
  -webkit-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.rightTranslate {
  -webkit-transform: translate(200px, 0);
  transform: translate(200px, 0);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.topTranslate {
  -webkit-transform: translate(0, -200px);
  transform: translate(0, -200px);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.bottomTranslate {
  -webkit-transform: translate(0, 200px);
  transform: translate(0, 200px);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.doneTranslate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fadeOut {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.fadeIn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.zoomOut{
  transform: scaleX(0);
  transform-origin: left;
  transition: all .5s ease-in-out;
}
.abc{margin:18px 0px;}
.zoomIn{
  transform: scale(1);
}
/*transformation Animation*/
/* Designed & Developed by Sami from ECIS */

.box{
      padding: 5px;
    margin-top: 5px;
    max-width: 560px;
    margin: 0px auto;
    background: #44a593cf;
    border-radius: 20px;}
  .h1, h1 {
  font-size: 1.5rem;
}
ol li{list-style: disc !important;}
.slide {
  float: left;
 
  width: 100%;
}

.prateekgGrandCitybox .new-launch-patch {
  position: absolute;
  top: -60px;
  left: -50px;
}
.prateekgGrandCitybox .new-launch-patch img {
  width: 21%;
}
.img-box :hover {
 
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 24%);
  
}
@keyframes animate {
  0%,
  100% {
      opacity: 1
  }
}

@keyframes animate-hover {
  0% {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, .3)
  }
  50% {
      box-shadow: 0 0 0 5px rgba(255, 255, 255, .3)
  }
  100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, .3)
  }
}
.prateekgGrandCitybox .slide .box .img-box > img {
  height: 241px;
  width: 100%;border-radius: 0 50px 0 50px;
 
}
.prateekgGrandCitybox .slide .box .img-box h2 {
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #000000bf;
  text-align: center;
  font-size: 18px;
  padding: 5px 2px;
  margin: 0;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
}
.prateekgGrandCitybox .slide .box .img-box h3 {
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
  left: 0;
  right: 0;
  background: #11a206;
  text-align: center;
  font-size: 14px;
  padding: 5px 2px;
  margin: 0;
  font-weight: 600;
  color: #fff;
  font-weight: 400;
}
.prateekgGrandCitybox .slide .box .img-box {
  position: relative;
}
.prateekgGrandCitybox .box p {
  color: #000;
}
.prateekgGrandCitybox .slide .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  float: left;
  padding: 10px;
  position: relative;
  width: 100%;border-radius: 0 50px 0 50px;
}
.prateekgGrandCitybox center
{
  min-height: 105px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.prateekgGrandCitybox center p
{
  width: 100%;
}
.status-ready-to-move
{
  position: absolute;
  background: #1d3001;
  padding: 5px;
  font-size: 14px;
}
@media (min-width: 576px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    border: 1px solid #fff;
    margin-left: 10px;
    padding: 5px;
  }
}
.abcde{background: #ffffff73;
  padding: 12px;
  border-radius: 10px;color:#fff;}
  .abcde input{color: #282727;
  border-bottom: 1px solid rgba(0, 0, 0, 0.37);}
  
 .abcde ::-webkit-input-placeholder { /* Edge */
  color: #333 !important;
   font-weight:bold! important;
}

.abcde::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333 !important;
   font-weight:bold! important;
}

.abcde ::placeholder {
  color: #333 !important;
  
}
select{word-wrap: normal;
  width: 100%;
  padding: 7px;
  background: #f1f1f1;
  border: 2px solid #eaeaea;
  color: #333333ad;}
  
  
 .abcde select {
  word-wrap: normal;
  width: 100%;
  padding: 7px;
  background: transparent;
  border-bottom: border-bottom: 1px solid rgba(0, 0, 0, 0.37);
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.37);
  border-radius: 5px;
}

  .whybuyd .whybuy {
	display: flex;
  flex-wrap: wrap;
  gap: 19px;
  padding-left: 0;
}
.whybuyd li {
   background: #ddbd636e;
  padding: 8px 10px 8px 30px;
  position: relative;
  list-style: none;
  cursor: pointer;
  margin: -6px;
}
.whybuyd li:hover {
    color: #fff;
    background: var(--colorPrimary);
}
.fix-img {
  width: 110px;
  float: right;
  margin-top: 9px;
}
.af{ 
font-size: 27px;
    color: #fffbf2;
    padding: 6px;
    border-radius: 5px;
}
.overviewText a{color: #fff;
  text-decoration: underline;
}
.stats a{color: #fff;
  text-decoration: underline;
}
.dk-footer {
    padding: 34px 0 0;
    /* background-color: #49ad9a; */
    position: relative;
    z-index: 2;
    color: #000;
}
.go-top{padding-left: 10px;}
.dk-footer .contact-us .contact-info {
    margin-left: 44px;
}
.dk-footer p{text-align:left;}
.dk-footer .contact-icon i {
    font-size: 38px;
    top: -17px;
    position: relative;
    color: #be9e56;
}
.dk-footer .form-control{background:#fff;padding:5px;}
.dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin-left: 34px;
}
.contact-info a{color:#43ae9a;}
.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}


.footer-awarad {
    margin-top: 220px;
    /*display: flex;*/
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-awarad p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    margin-left: 38px;
    padding-top: 0px;
}

.footer-info-text {
    margin: 13px 0 23px;
    color: white;
}

.footer-widget .section-heading {
    margin-bottom: 15px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
    color: white;
    font-size: 15px;
}

.footer-widget p {
    margin-bottom: 27px;
}

.footer-widget a {
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-widget a:hover {
    color: #92946d;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
    left: -26px;
}

.dk-footer-form input[type=email] {
    padding: 24px 28px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #2E2E2E;
    font-size: 13px;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 16px 20px 12px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #31708f;
    background: #31708f;
    color: #fff;
}

.dk-footer-form button:hover {
    cursor: pointer;
}

.homePageIntro h2 {
    font-size: 24px !important;
    text-transform: uppercase;
    font-family: 'TrajanProRegular';
    color: #72784f;
    margin-bottom: 20px;
	text-align:center;
}


.carousel-item {
	color: #fff;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 211px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;color:#fff;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -102px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 40px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: #fff;
    text-shadow: 0 1px 1px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: 0px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
 .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
   content: "\f067";
    color: #ef355f;
    font-size: 23px;
    font-weight: bold;
}
.card-title {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  font-weight:600;
}
.accordion p{color:#333;}
a:hover {
  text-decoration: none;
  color:#ab8b3f;
} 
.bg-secondary h2{color:#000;}
h2{padding-bottom: 20px;}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0px !important;
    background-color: rgb(67 174 154);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.copyright span{color:#fff;}