@font-face {
  font-family: "ChamberiDisplay-Regular";
  src: url("../Fonts/ChamberiDisplay-Regular.otf");
}

@font-face {
  font-family: "ChamberiDisplay-Italic";
  src: url("../Fonts/ChamberiDisplay-ExtraBoldItalic.otf");
}

@font-face {
  font-family: "ChamberiDisplay-Bold";
  src: url("../Fonts/ChamberiDisplay-Bold.otf");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  line-height: 1;
  font-family: "ChamberiDisplay-Regular" !important;
  font-size: 16px !important;
  overflow-x: hidden;
  font-weight: 300 !important;
  width: 100%;
  height: 100%;
  position: relative;
}

body,
html {}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

p {
  margin-bottom: 10px;
  line-height: 23px;
  font-size: 15px;
  font-family: 'ChamberiDisplay-Regular';
}

img {
  margin-bottom: 0px;
}

.mr0 {
  margin: 0 !important;
}

.pd0 {
  padding: 0 !important;
}

html {
  scroll-behavior: smooth;
}

/*-------------- CSS Resetter ----------*/

/* width */

::-webkit-scrollbar {
  width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #e2bb6c;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*-------------------------------------*/

.nav-container {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: table;
}

.nav-container:after {
  clear: both;
}

.nav-container:before {
  display: table;
  content: " ";
}

/*-------------------------------------*/

.cust-container {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.cust-container:after {
  clear: both;
}

.cust-container:before {
  display: table;
  content: " ";
}

.cust-container2 {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: table;
}

.cust-container2:after {
  clear: both;
}

.cust-container2:before {
  display: table;
  content: " ";
}

.global-sec {
  padding: 70px 0;
}

/*--------------------------------------------------------------------*/

#home-carousel {
  margin-top: 65px;
  position: relative;
}

.carousel-control {
  background-image: none !important;
}

.carousel-caption {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  height: 100%;
}

.carousel-inner {
  /* height: 100vh; */
}

.banner-cont {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 120px 0;
  background-image: linear-gradient(360deg, black, transparent);
}

.banner-cont h3 {
  color: #fff;
  font-family: Optima;
  font-size: 42px;
  margin-bottom: 20px;
}

.banner-cont p {
  color: #fff;
  text-align: center;
  font-family: ChamberiDisplay-Regular;
  font-size: 16px;
}

/* Animation delays */

.anim-delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.anim-delay2 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.anim-delay3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.slide1-item1 {
  width: 40%;
  position: absolute;
  left: 50%;
  margin-left: -20%;
  margin-top: 5%;
}

.slide1-item2 {
  width: 84.2%;
  position: absolute;
  right: 0;
}

.slide2-item1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slide2-item2 {
  /*width: 100%;*/
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 0;*/

  width: 100%;
  position: absolute;
  right: 0;
}

/* ----fade slide--------*/

/*.carousel-inner .item {*/
/*opacity: 0;*/
/*transition: none;*/
/*transform: translate3d(0,0,0) !important;*/
/*}*/

/*.carousel-inner .active {*/
/*transition: opacity 1s ease-in-out;*/
/*opacity: 1;*/
/*}*/

/*-------------------menu---------------------*/

.img-contain {
  background-color: #fff;
  border-radius: 50%;
}


.bdr-solid p {
  margin-top: 10px;
  font-size: 1rem;
  color: black;
  letter-spacing: 2px;
  font-family: popins;
}

#menuToggle {
  display: block;
  position: relative;
  z-index: 999;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  padding: 16px;
  box-shadow: 1px 1px 7px 1px #0000008c;
  /* height: 100px; */
}

#menuToggle a {
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
}


.banner-title-container {
    text-align: center;
    background: #ececec;
    padding: 10px 0;
    margin-top: 67px;
}


.ban-title {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 1rem;
}


#menuToggle a:hover {
  color: #732660;
}

#menuToggle input {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle.active #menu {
  display: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
  background: #732660;
  border-radius: 3px;
  left: 95%;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 0;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked~span:nth-child(3) {
  opacity: 1;
  transform: rotate(232deg) translate(-15px, 10px);
}

#menuToggle input:checked~span:nth-child(2) {
  opacity: 1;
  transform: rotate(300deg) translate(-10px, 10px);
}

#menuToggle input:checked~span:nth-child(1) {
  opacity: 0;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 400px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  right: 0px;
  z-index: -1;
  height: 100vh;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 20px 0;
  font-size: 26px;
  font-weight: 700;
}

#menuToggle input:checked~ul {
  transform: none;
}

/*------------------------------------------*/

/*-------Zoom  animation-------------*/
.zoom {
  -webkit-animation: zoomin 60s ease-in infinite;
  animation: zoomin 60s ease-in infinite;
  transition: all 0.4s ease-in-out;
}

@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

/*-------Zoom  animation-------------*/

/*----------Modal Design-------*/

.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  background-color: #353535 !important;
}

.modal-body {
  background-size: cover;
  padding-bottom: 30px;
}

.modal-body .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  opacity: 1;
  outline: none;
}

.modal-body .close span {
  height: 30px;
  width: 30px;
  display: block;
  font-size: 26px;
}

.modal-body h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  margin-top: -35px;
  margin-bottom: 10px;
  font-family: ChamberiDisplay-Bold;
}

.modal-body p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}

.modal-body img {
  width: 160px;
  margin: 0px auto;
  display: block;
  position: relative;
  top: -60px;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

/*---modal form--*/

/*-------------------------------*/

.modal-body form input,
.modal-body form select,
.mobile_form form input,
.mobile_form form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 7px 7px 0 !important;
  color: #222222;
  border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder,
.mobile_form form input::placeholder,
.mobile_form form textarea::placeholder {
  color: #222222;
}

.modal-body form .input-group-addon,
.mobile_form form .input-group-addon {
  background: #fff;
  color: #732660;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea,
.mobile_form form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group,
.mobile_form form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

/*-----------Modal End --------*/

.popup-btn {
  margin: 0 auto;
  display: block;
  background: #732660;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px 5px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 7px;
  box-shadow: none;
  outline: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "ChamberiDisplay-Regular";
}

.error {
  color: #ff0000;
}

/*---mobile fix footer----*/

.fixed-footer-cust {
  background: #732660;
  text-align: center;
  padding: 7px 0 6px 0;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 4px;
}

.fix-link {
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
}

.div-line {
  border-right: 1px solid #fff;
}

.free-call:hover {
  color: #ffffff;
}

.i-am {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: none !important;
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 2px;
  font-weight: 600;
}

.broclick {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: none !important;
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 2px;
  font-weight: 600;
}

/* .i-am:hover,
.i-am:focus {
  background: transparent !important;
} */

/*---mobile fix footer----*/

/*-----------page loader------*/

#pageloader {
  background: rgba(25, 25, 25, 0.99);
  display: block;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

.loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrap img {
  width: 100px;
  transform: rotateY(0deg);
  -webkit-animation: rotateAnimation 2.5s ease-in infinite;
  animation: rotateAnimation 2.5s ease-in infinite;
  transition: all 0.5s ease-in-out;
}

@-webkit-keyframes rotateAnimation {
  0% {
    transform: rotateY(0deg);
  }

  25% {
    transform: rotateY(90deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  75% {
    transform: rotateY(270deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
    transform: rotateY(0deg);
  }

  25% {
    transform: rotateY(90deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  75% {
    transform: rotateY(270deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/*-----------End page loader------*/

/*-------------Thank You section-----------*/
.sec-thankyou {
  padding: 50px 0;
  margin-top: 70px;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #732660;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
}

.go-home {
  color: #414041;
  font-size: 19px;
  padding: 10px;
  width: 280px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #732660;
  border-radius: 25px;
}

.oops-greet {
  color: #732660;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

/*-------------End Thank You section-----------*/

.sec-bg {
  background-color: #f3f3f3;
}

/* Overview Start*/

.overv-p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-family: ChamberiDisplay-Regular;
  text-align: justify;
}

.connects-wrap {
  padding: 110px 0px 0;
  background-position: center;
  background-repeat: no-repeat;
  height: 340px;
}

.connect-title h2 {
  font-size: 34px;
  text-transform: uppercase;
  font-family: "Optima";
  text-align: center;
  color: #732660;
  margin-bottom: 60px;
}

.conn-line {
  position: relative;
  height: 2px;
  background-color: #000;
}

.conn-dot p {
  position: absolute;
  color: #732660;
  text-align: center;
  font-size: 170px;
  width: 100%;
  top: -50px;
}

.conn-cont {}

.conn-points {
  padding: 25px 0 0;
  text-align: center;
}

.conn-points p {
  color: #000;
  font-family: ChamberiDisplay-Regular;
  font-size: 16px;
  text-transform: capitalize;
}

.sec-img img {
  display: block;
  margin: auto;
}

/* Overview Ends */

.sec-title {
  color: #000;
  font-family: 'ChamberiDisplay-Bold' !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.sec-title p {
  color: #000;
  text-align: center;
  font-family: ChamberiDisplay-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sec-title::after {
  content: "";
  /* border-bottom: 2px solid #000; */
  /* margin-top: 82px; */
  display: block;
  height: 2px;
  width: 181px;
  background: #000;
  margin: 25px auto;
  background: #732660;
}

/* Config */

.config-cont {
  position: relative;
  height: 445px;
  /* transition: ease all 0.5s; */
}

.config-cont img {
  width: 100%;
  height: 100%;
}

.config-p {
  color: #000;
  text-align: center;
  font-family: ChamberiDisplay-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* padding: 0 35px; */
  width: 70%;
  margin: auto;
  margin-bottom: 60px;
}

.conf-overlay {
  position: absolute;
  height: 80%;
  width: 100%;
  bottom: -100px;
  background-image: linear-gradient(360deg, black, transparent);
}

.conf-overlay h2 {
  position: absolute;
  bottom: 30%;
  left: 8%;
  color: #fff;
  font-family: Optima;
  font-size: 42px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
}

.conf-overlay img {
  position: absolute;
  bottom: 24%;
  left: 10%;
  height: auto;
  width: 15px !important;
}

.conf-overlay p {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 15%;
  color: #fff;
  font-family: ChamberiDisplay-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.conf-overlay button {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 10%;
  background-color: #732660;
  color: #fff;
  font-family: ChamberiDisplay-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 25px;
}

.config-cont:hover .conf-overlay {
  position: absolute;
  bottom: 0;
  transition: all 0.5s;
}

/* .conf-overlay p, .conf-overlay button
{
  display: none;
} */

/* .conf-overlay
{
  position: absolute;
    height: 80%;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(360deg, black, transparent);
    transition: ease all 0.5s;
} */
/* .config-cont:hover .conf-overlay h2
{
  bottom: 30%;
  transition: ease-in all 0.5s;
}
 .config-cont:hover .conf-overlay img
{
  visibility: visible;
  
}

.config-cont:hover .conf-overlay p
{
  display: block;
  position: absolute;
  bottom: 20%;
  left: 15%;
  color: #FFF;
  font-family: ChamberiDisplay-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.config-cont:hover .conf-overlay button
{
  display: block;
  position: absolute;
  bottom: 10%;
  left: 10%;
  background-color: #732660;
  color: #FFF;
  font-family: ChamberiDisplay-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 25px;
} */

/* .conf-overlay img
{
  visibility: hidden;
  width: 15px !important;
} */
/* Config */

/* Amenities */

.amn-wrap {
  text-align: center;
  margin-bottom: 15px;
  /* height: 230px; */
}

.amen-icon {
  height: 100px;
  width: 100px;
  background-color: #fff;
  margin: auto;
  border: 2px solid #732660;
  border-radius: 50%;
  margin-bottom: 15px;
}

.amen-icon img {
  width: 55px !important;
  margin: 20px auto;
}

.amen-icon:hover {
  background-color: #732660;
  /* filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%); */
  transition: ease-in-out all 0.3s;
}

/* .amen-icon:hover .amen-icon img
{
  filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
  
} */
.amn-wrap p {}

/* Amenities */

/* Gallery */

.gallery-container,
.why-buy-container {
  width: 90%;
  margin-left: 10%;
}

/* Gallery */

/* Why Buy */

.why-buy {
  padding: 70px 0;
}

.why-buy-img {
  position: relative;
  border: 1px solid #732660;
  padding: 35px 0 0 35px;
  height: 560px;
}

.why-buy-img img {
  position: absolute;
  width: 100%;
  height: inherit;
}

.why-buy-wrapp {
  padding: 130px 80px 0 0;
}

.why-buy-cont h3 {
  color: #000;
  font-family: ChamberiDisplay-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 3;
}

.why-buy-cont p {
  color: #000;
  font-family: ChamberiDisplay-Regular;
  font-size: 18px;
}

.why-buy-cont li {
  color: #000;
  font-family: ChamberiDisplay-Regular;
  font-size: 18px;
  list-style: disc;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

/* Contact */

.contact-box {
  padding: 30px 40px;
  background: #fff;
  border-radius: 16px;
  position: absolute;
  top: 0;
  margin-top: -150px;
  box-shadow: 1px 1px 20px -2px #0000008c;
}

.cont-title {
  float: left;
  padding-left: 12px;
  margin-bottom: 5px;
  border-left: 3px solid #732660;
}

.cont-title h2 {
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'ChamberiDisplay-Bold';
  /* margin-top: 10px; */
  color: #000000;
}

.contact-box p {
  color: #000;
  font-family: ChamberiDisplay-Regular;
  font-size: 13px;
}

/* Contact */

/* Footer */

.footerwrap {}

.footlinks {
  padding: 30px;
}

.footlinks img {
  width: 75px;
}

.footer-call {
  color: #fff;
  text-align: center;
  font-family: 'ChamberiDisplay-Regular';
  font-size: 20px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
}

.qrcode {}

.qrcode img {
  width: 45px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

/* Footer */

.global-sec {
  padding: 3rem 0rem;
}

.global_bg {
  /* background: url(../images/bg.webp) center no-repeat;
  background-size: cover;
  background-color: #d2c4bb; */
}

.greybg {
  background-color: #f5f5f5;
  /* background: url(../images/bg.webp) center no-repeat;
  background-size: cover; */
}

.grey-halfpatch {
  background: #e8e8e8;
  width: 100%;
  height: 480px;
}

.sec-pillar {
  padding: 80px 0px;
  background-color: #f3f3f3;
}

.section_dev {
  padding: 120px 0;
  /* background: url(../images/bg.webp) center no-repeat;
  background-size: cover;
  background-color: #d2c4bb; */
}

.section_heading {
  padding: 80px 0px;
  background-color: #f5f5f5;
}

.features {
  margin-bottom: 50px;
  position: relative;
}

.features::after {
  content: "";
  position: absolute;
  bottom: -7px;
  height: 2px;
  width: 100px;
  background: #732660;
  right: 50%;
  margin-right: -50px;
}

.features h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Optima";
  /* margin-top: 10px; */
  color: #000000;
  text-align: center;
}

.key_img {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  padding-top: 1rem;
  position: relative;
}

.key_img::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 90px;
  right: -15px;
  background: #707070;
  top: 50%;
  margin-top: -35px;
}

.key-images {
  background-color: #732660;
  padding: 1.5rem;
  border-radius: 50%;
}

.key-images img {}

.key-desc h2 {
  font-size: 23px;
  font-weight: bold;
  color: #000;
}

.key-desc p {
  font-size: 17px;
  color: #292b33;
  padding-top: 10px;
  font-weight: 600;
}

.head-cointact {
  margin: 15px 0px;
  text-align: center;
  font-size: 32px;
  color: #000;
  font-family: "Optima";
}

.below-halfpatch {
  margin-bottom: -480px;
}

.sec-head {
  font-family: "Optima";
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(127, 173, 60, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(127, 173, 60, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(127, 173, 60, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(127, 173, 60, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(127, 173, 60, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(127, 173, 60, 0);
  }
}

.pillar-wrap {
  width: 100%;
  position: relative;
}

.pillar-wrap .pi-main {
  width: 100%;
}

.pillar-wrap .pi-in {
  position: absolute;
  top: 60px;
  width: 117px;
  left: 80px;
}

/*-----------------------------------*/
.pillar-carousel .owl-nav img {
  width: 40px;
}

.pillar-carousel .owl-nav .owl-prev {
  border: 2px solid #000 !important;
  border-radius: 10px 0 0 10px;
  background: transparent !important;
  margin: 0;
  outline: none;
}

.pillar-carousel .owl-nav .owl-next {
  border: 2px solid #000 !important;
  border-radius: 0 10px 10px 0;
  background: transparent !important;
  margin: 0;
  border-left: none !important;
  outline: none;
}

.pillar-carousel .owl-nav {
  text-align: right;
  margin-top: 0px;
  padding-right: 60px;
}

.grey-halfpatch2 {
  background: #e8e8e8;
  width: 100%;
  height: 300px;
}

.sec-blog {
  position: relative;
  top: -300px;
  padding: 0;
}

.below-halfpatch2 {
  margin-bottom: -300px;
}

.sec-loaction {
  /* background: url("../images/gallery/interior/03.webp") no-repeat center;
  background-size: cover;
  background-attachment: fixed; */
  background-color: #f5f5f5;
  padding: 50px 0;
}

.secmap-overlay {
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.3);
}

.sec-about {
  padding: 60px 0 240px 0;
}

.about-head {
  font-family: "Optima";
  font-size: 30px;
  margin-bottom: 30px;
}

.abtsubhead {
  font-size: 16px;
  line-height: 26px;
  font-family: 'ChamberiDisplay-Regular';
}

.abouttxt {
  padding: 20px 0 40px;
  margin-bottom: 30px;
}

.abouttxt h2 {
  font-family: "Optima";
  font-size: 30px;
  margin-bottom: 20px;
}

.abouttxt p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0;
}

.border-d {
  border-bottom: 2px solid #222222;
}

/* -------------------  TAB -----------------------*/

.mytab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 30px;
  margin-top: 0;
}

.mytab li {
  float: none !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0px;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
  color: #fff;
  background-color: #732660;
  /*border: none;*/
  border-color: #732660;
  cursor: pointer;
  border-radius: 0;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
  color: #ffffff;
  /*padding: 9px 20px !important;*/
  /*border: none;*/
  /*border-color: #732660;*/
  border-radius: 0;
  background-color: transparent;
  transition: ease all 0.5s;
}

.mytab>li>a {
  color: #ffffff;
  padding: 10px !important;
  border-radius: 25px !important;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: ease all 0.5s;
  font-family: 'ChamberiDisplay-Regular';
  border: 1px solid #000 !important;
  margin-right: 0;
}

/*-------------------------------------------------*/

/* ------------------ Accordition -----------------*/

.loca-wrapp {
  padding: 20px 45px
}

#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
  background: transparent;
  margin-bottom: 15px;
}

#accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 2px solid #d3d3d3;
  text-decoration: none;
  transition: ease all 0.5s;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #732660;
  font-family: 'ChamberiDisplay-Regular';
  font-size: 16px;
  width: 50%;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #732660;
  color: white;
  transition: all 0.2s ease-in;
  border-color: #732660;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  /*text-align: center;*/
}

/* #accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #732660;
  transition: all 0.2s ease-in;
  border-color: #732660;
} */

#accordion .panel-body p i {
  color: #732660;
  margin-right: 10px;
  font-size: 16px;
}

/* Add Indicator fontawesome icon to the left */

#accordion .panel-heading .accordion-toggle::before {
  font-family: "FontAwesome";
  content: "\f00d";
  float: left;
  color: #732660;
  font-weight: lighter;
  transform: rotate(0deg);
  margin-right: 10px;
  transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #732660;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}

.panel-body {
  padding: 15px 50px;
  border: none !important;
  /* background: #fff; */
  /* /* box-shadow: 0 15px 8px -6px rgb(0 0 0 / 30%); */
}

.panel-group .panel-heading {
  border-bottom: 0;
  background: transparent;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.loc-list li {
  margin-bottom: 17px;
  list-style: disc;
  color: #000;
  font-family: 'ChamberiDisplay-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.loc-list li i {
  color: #ca1f26;
  margin-right: 10px;
  font-size: 16px;
}

.loc-list li span {
  float: right;
  font-weight: 800;
  /*color: #02549a;*/
}

/*-------------------------------------------------*/

/*-----------Gallery------------------------------*/

/*--------------overview---------------------------*/

/*-------------------------------------------------*/
.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 0px 10px 2px 10px;
  z-index: 99;
}

.overlayg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.overlayg.transparent {
  background: rgba(0, 0, 0, 0);
}

.overlayg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*border: 2px dashed #383838;*/
  transform: scale(0.975);
  z-index: 99;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 10px;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.amenities-gallery img {
  width: 100%;
  display: block;
  transition: all 0.5s;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .amenities-gallery img {
    height: auto;
  }

  .ban-title{
    font-size: 0.8rem;
  }

}

.ami-overlay {
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  position: absolute;
  top: 0;
  transform: translate(-101%, 0);
  transition: all 1s;

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.amenities-gallery:hover img {
  transform: scale(1.19);
  transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.webp), auto !important;
}

.amenities-gallery .ami-overlay h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  font-weight: 800;
  font-family: "Optima";
}

/*-----------------------*/

.mapb .overlayg::before {
  border: none;
}

.googlebtn {
  display: flex;
  background: #fff;
  padding: 4px;
  justify-content: center;
  align-items: center;
  width: 150px;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 20px;
  text-decoration: none !important;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.googlebtn img {
  width: 20px;
  margin-right: 10px;
}

.googlebtn span {
  font-family: Oswald;
  font-weight: 400;
  font-size: 19px;
  color: #000;
  letter-spacing: 0px;
  position: relative;
  top: -2px;
}

/*------------------------------------------------*/

.interested {
  position: fixed;
  z-index: 9999;
  font-weight: 600;
  text-transform: uppercase;
  bottom: 22px;
  left: 20px;
  background: #732660 !important;
  border: none;
  font-size: 18px !important;
  outline: none !important;
  padding: 7px 7px 3px 7px;
  font-family: 'ChamberiDisplay-Regular';
}

.iam {
  position: fixed;
  z-index: 9999;
  font-weight: 600;
  text-transform: uppercase;
  bottom: 22px;
  right: 20px;
  background: #732660 !important;
  border: none;
  font-size: 18px !important;
  outline: none !important;
  padding: 7px 7px 3px 7px;
  font-family: 'ChamberiDisplay-Regular';
}

.wave-holder {
  position: fixed;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  left: 110px;
  bottom: 25px;
  background: #ef7c00;
}

/*
  Animate!
  NOTE: add browser prefixes where needed.
*/
.sonar-wave {
  animation: sonarWave 1.5s linear infinite;
}

@keyframes sonarWave {
  from {
    opacity: 0.6;
  }

  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

.section-head {
  /* margin-bottom: 50px; */
  position: relative;
  z-index: 1;
}

.wt-tilte-main {
  /* float: left; */
  padding-left: 25px;
  margin-bottom: 50px;
  border-left: 5px solid #732660;
}

.wt-small-title {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.wt-tilte-main h2 {
  font-size: 42px;
  text-transform: uppercase;
  font-family: 'ChamberiDisplay-Bold';
  /* margin-top: 10px; */
  color: #000000;
}

.wt-tilte-main_1 h2 {
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Optima";
  margin-top: 10px;
  color: #ff6751;
}

.over-para ul {
  list-style-type: disc;
  margin-left: 1rem;
}

.over-para ul li {
  line-height: 2;
}

.over-para ul li::marker {
  color: #732660;
}

.head-line1 {
  height: 4px;
  width: 100px;
  background: linear-gradient(to right, #ff2a2a 0%, #b52b2b 100%);
  background-color: #ff6751;
  display: block;
  margin: 20px auto 40px;
}

.head-line1:before {
  /* border-radius: 18px; */
  text-align: center;
  content: " ";
  height: 12px;
  width: 12px;
  background: linear-gradient(to right, #ff2a2a 0%, #b52b2b 100%);
  background-color: #ff6751;
  transform: rotate(45deg);
  display: block;
  top: -4px;
  position: relative;
  margin: 0 auto;
  /* margin-bottom: 20px; */
}

.title-right-detail {
  /* padding-left: 50px; */
  overflow: hidden;
}

.section-head p:last-child {
  margin-bottom: 0;
}

.section-head p {
  /* padding-top: 20px; */
  font-size: 14px;
}

.white .wt-small-title {
  color: #ffffff;
}

.white .wt-tilte-main {
  border-right: 3px solid #ffffff;
}

/*-----------------------*/

.amiwrap {
  text-align: center;
  background: #fff;
  padding: 5px;
  box-shadow: 1px 1px 25px #e0e0e0;
  margin-bottom: 25px;
}

.amiwrap i {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.amiwrap i::before {
  font-size: 50px;
}

.amiwrap p {
  font-size: 15px;
  margin-bottom: 0;
  height: 40px;
  line-height: 20px;
}

/*----- Border Animation -----*/

.amiwrap {
  position: relative;
  cursor: pointer;
}

.amiwrap::before,
.amiwrap::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #9dc93e;
}

.bo {
  /*padding: 8px;*/
}

.bo::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #9dc93e;
  left: 0px;
  top: 0px;
}

.bo::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #9dc93e;
  right: 0px;
  top: 0px;
}

.amiwrap:hover::before,
.amiwrap:hover::after {
  width: 100%;
}

.amiwrap:hover .bo::before,
.amiwrap:hover .bo::after {
  height: 100%;
}

.border-effect::before {
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}

.border-effect::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}

.border-effect .bo::before {
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.border-effect .bo::after {
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.border-effect:hover::before,
.border-effect:hover::after {
  left: 0;
}

.border-effect:hover .bo::before,
.border-effect:hover .bo::after {
  top: 0;
}

/*--- End of border amination----------*/

.abtslider-sec {
  padding: 80px 0;
  position: relative;
}

.home-2-about-left {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

.home-2-about-left:after {
  position: absolute;
  content: "";
  border: 20px solid #732660;
  right: -50px;
  top: 0px;
  bottom: 50px;
  width: 100%;
  z-index: -1;
}

.home-2-about-left-content {
  padding: 50px;
  color: #fff;
  background-color: #141b1f;
}

.home-2-about-left-content h2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Optima";
}

.home-2-about-left-content p {
  font-size: 20px;
  line-height: 30px;
}

.home-2-about-slider-outer {
  margin-left: -100px;
  position: relative;
  z-index: 0;
}

.home-2-about-slider {
  margin: 0px;
}

.home-2-about-slider img {
  width: 100%;
}

.img-reflection {
  background-position: left top;
  position: relative;
  overflow: hidden;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.img-reflection:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 25%;
  height: 200%;
  left: -100%;
  top: -50%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.img-reflection:hover:after {
  left: 150%;
}

.slick-next {
  height: 40px !important;
  width: 40px !important;
  bottom: -80px !important;
  top: inherit !important;
  border: 2px solid #000 !important;
  border-radius: 0 10px 10px 0;
  background: transparent !important;
  margin: 0;
  border-left: none !important;
  right: 0 !important;
}

.slick-prev {
  height: 40px !important;
  width: 40px !important;
  bottom: -80px !important;
  top: inherit !important;
  border: 2px solid #000 !important;
  border-radius: 10px 0 0 10px;
  background: transparent !important;
  margin: 0;
  right: 35px !important;
  left: initial !important;
}

.slick-next:before {
  content: url(../images/wl-right.webp) !important;
  width: 40px;
  position: absolute;
  top: -2px;
  left: 0;
  height: 100%;
}

.slick-prev:before {
  content: url(../images/wl-left.webp) !important;
  width: 40px;
  position: absolute;
  top: -2px;
  left: 0;
  height: 100%;
}

#roadblock .modal-body {
  padding: 0;
}

#roadblock .modal-dialog {
  margin-top: 60px !important;
}

#roadblock .modal-content {
  background: #000 !important;
}

#roadblock .modal-body .roadblockimg {
  padding: initial;
  top: 0;
  width: 100%;
}

#roadblock .modal-body .close {
  z-index: 1;
}

.roadblocklink {
  background: transparent;
  color: #ffff !important;
  display: block;
  font-family: "Optima";
  width: 170px;
  text-align: center;
  padding: 10px 10px 7px 10px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-decoration: none !important;
  border: 1px solid #fff;
  margin-top: 10px;
}

/*--------------------pricing table-----------*/
.pricingTable {
  background: #fff;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 20px;
  /*box-shadow: 1px 0px 10px 6px rgba(0, 0, 0, 0.18);*/
  position: relative;
  border: 2px solid #504e4e;
  transition: ease all 0.5s;
}

.priceshadow {
  width: 100%;
  transition: ease all 0.5s;
  position: relative;
}

.priceshadow:before {
  content: "";
  position: absolute;
  bottom: -65px;
  width: 100%;
  height: 45px;
  border-radius: 50%;
  left: 0;
  background: #000;
  transform: scale(1.15);
  background: radial-gradient(rgba(0, 0, 0, 0.15), transparent, transparent);
  transition: ease all 0.5s;
}

.priceshadow:hover .pricingTable {
  transform: translateY(-10px);
}

.priceshadow:hover:before {
  transition: ease all 0.5s;
  transform: scale(0.9);
}

.pricingTable .pricingTable-header {
  color: #fff;
  background: linear-gradient(to top right, #504e4e 50%, #504e4e 50%);
  padding: 30px 0 30px;
  margin: 0 0 15px;
  box-shadow: 0 5px 7px -1px rgba(0, 0, 0, 0.2);
  outline: 2px solid #fff;
  outline-offset: -15px;
  position: relative;
}

.pricingTable .pricingTable-header:after {
  content: "";
  background: linear-gradient(to top right, #504e4e 50%, #0000 50%);
  width: 30px;
  height: 30px;
  box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%) rotate(-45deg);
  position: absolute;
  bottom: -15px;
  left: 50%;
}

.pricingTable .title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.price-value .title1 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.price-value .line {
  height: 3px;
  background: #000;
  width: 50px;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pricingTable .price-value {
  color: #000000;
  margin: 45px 0 20px;
}

.pricingTable .price-value .amount {
  font-size: 22px;
  font-weight: 800;
  color: #000;
}

.pricingTable .price-value .duration {
  font-size: 14px;
  margin: 3px 0 0;
  display: block;
}

.pricingTable .pricingTable-signup a {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  width: calc(100% - 30px);
  padding: 10px 8px 6px 8px;
  border: 2px solid #504e4e;
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  background: #504e4e;
  /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);*/
}

.pricingTable .pricingTable-signup a:hover {
  color: #fff;
  background: #504e4e;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.pricingTable.green .pricingTable-header,
.pricingTable.green .content-list {
  background: linear-gradient(to top right, #c58673 50%, #c58673 50%);
}

.pricingTable.green .pricingTable-header:after,
.pricingTable.green .content-list:after {
  background: linear-gradient(to top right, #c58573 50%, #0000 50%);
}

.pricingTable.green .price-value {
  color: #000000;
}

.pricingTable.green .content-list li.active {
  background-color: #a9c000;
}

.pricingTable.green .pricingTable-signup a {
  color: #c58573;
  border-color: #c58573;
}

.pricingTable.green .pricingTable-signup a:hover {
  color: #fff;
  background-color: #c68674;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .pricingTable {
    margin: 1px 32px 30px;
  }
}

/*----------------------------------------*/

.loc-txtwrap {}

.loc-txtwrap h2 {
  font-size: 23px;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 21px;
  color: #fff;
}

.ametab.mytab {
  text-align: center;
  margin-bottom: 0;
  /* margin-top: 10px; */
}

.ametab.mytab>li>a {
  color: #000000;
  border-color: transparent;
}

.ametab.mytab>li>a:hover,
.ametab.mytab>li>a:focus {
  color: #000000;
  border-color: transparent;
}

.ametab.mytab>li.active>a,
.ametab.mytab>li.active>a:hover,
.ametab.mytab>li.active>a:focus {
  color: #ffffff;
}

.amilist {}

.amilist li {
  font-size: 17px;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
  text-align: initial;
  color: #000;
}

.amilist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  background: url("../images/bullet.webp") no-repeat center center;
  background-size: 100%;
}

/*------------------spe---------------------*/
.amitxt-wrap {
  background: #ffff;
  border-radius: 10px;

  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  min-height: 400px;
  position: relative;
  color: #fff;
}

.spe-overlay {
  padding: 20px;
  padding-top: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000087;
  border-radius: 10px;
}

.amitxt-wrap h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-family: "JosefinSans-SemiBold";
}

.amitxt-wrap .iconwrap {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  top: -60px;
  margin-bottom: -40px;
  background: #732660;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 8px 8px -6px rgba(0, 0, 0, 0.3);
  transform: rotateY(0deg);
  transition: ease all 0.5s;
}

.amitxt-wrap:hover .iconwrap {
  transform: rotateY(180deg);
  transition: ease all 0.5s;
}

.amitxt-wrap .iconwrap img {
  width: 40px;
}

.ami-list {}

.ami-list li {
  line-height: 20px;
  margin-bottom: 8px;
  display: flex;
  font-weight: 600;
}

.ami-list li::before {
  content: "\f192";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: #732660;
}

.amitxt-wrap h3 {
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 20px;
}

/*------------------------------------------*/
.bed-bg {
  background: url("../images/ame/bed.webp") no-repeat center;
}

.bath-bg {
  background: url("../images/ame/bathroom.webp") no-repeat center;
}

.kitchen-bg {
  background: url("../images/ame/kitchen.webp") no-repeat center;
}

.living-bg {
  background: url("../images/ame/living.webp") no-repeat center;
}

.spe-carousel .owl-stage-outer {
  padding-top: 50px;
}

.spe-carousel .item {
  padding: 15px;
}

.spe-carousel .owl-nav img {
  width: 40px;
}

.spe-carousel .owl-nav .owl-prev {
  border: 2px solid #000 !important;
  border-radius: 10px 0 0 10px;
  background: transparent !important;
  margin: 0;
  outline: none;
}

.spe-carousel .owl-nav .owl-next {
  border: 2px solid #000 !important;
  border-radius: 0 10px 10px 0;
  background: transparent !important;
  margin: 0;
  border-left: none !important;
  outline: none;
}

.spe-carousel .owl-nav {
  text-align: right;
  margin-top: 20px;
  padding-right: 15px;
}

.video-wrap {
  width: 100%;
  position: relative;
}

.video-wrap img {
  width: 100%;
  display: block;
}

.video-wrap .video-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #00000080;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svgwrap {
  display: block;
  text-align: center;
}

.svgwrap svg {
  fill: none;
  stroke-width: 2px;
  stroke: #fff;
  width: 55px;
  height: 50px;
}

.videoicon:hover {
  cursor: pointer;
}

.videoicon path {
  stroke-dasharray: 161;
  stroke-dashoffset: 161;
  animation: line-animation 3s ease forwards infinite;
}

.videoicon polyline {
  stroke-dasharray: 75;
  stroke-dashoffset: 75;
  animation: line-animation 3s ease forwards infinite;
}

@keyframes line-animation {
  from {
    /*stroke-dashoffset: 300;*/
  }

  to {
    stroke-dashoffset: 0;
  }
}

.floor-carousel .owl-nav img {
  width: 16px;
  margin-top: 5px;
}

.floor-carousel .owl-nav .owl-prev {
  width: 36px;
  height: 36px;
  border: 2px solid #000 !important;
  border-radius: 25px;
  background: transparent !important;
  margin: 5px;
  /* border-left: none !important; */
  outline: none;
}

.floor-carousel .owl-nav .owl-next {
  width: 36px;
  height: 36px;
  border: 2px solid #000 !important;
  border-radius: 25px;
  background: transparent !important;
  margin: 5px;
  /* border-left: none !important; */
  outline: none;
}

.floor-carousel .owl-nav {
  text-align: center;
  margin-top: 20px;
  padding-right: 0;
}

/* ------gall nav------*/
.gall-carousel .owl-nav img {
  width: 15px;
  /* color: #000; */
  /* filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(8deg) brightness(108%) contrast(100%); */
  margin-top: 5px;
}

.gall-carousel .owl-nav .owl-prev {
  width: 36px;
  height: 36px;
  border: 2px solid #000 !important;
  border-radius: 25px;
  background: transparent !important;
  margin: 5px;
  /* border-left: none !important; */
  outline: none;
}

.gall-carousel .owl-nav .owl-next {
  width: 36px;
  height: 36px;
  border: 2px solid #000 !important;
  border-radius: 25px;
  background: transparent !important;
  margin: 5px;
  /* border-left: none !important; */
  outline: none;
}

.gall-carousel .owl-nav {
  text-align: center;
  margin-top: 20px;
  padding-right: 0;
}

/* ----iso slider nav----------------*/
.iso-carousel .owl-nav img {
  width: 16px;
  margin-top: 5px;
}

.iso-carousel .owl-nav .owl-prev {
  width: 36px;
  height: 36px;
  border: 2px solid #000 !important;
  border-radius: 25px;
  background: transparent !important;
  margin: 5px;
  /* border-left: none !important; */
  outline: none;
}

.iso-carousel .owl-nav .owl-next {
  width: 36px;
  height: 36px;
  border: 2px solid #000 !important;
  border-radius: 25px;
  background: transparent !important;
  margin: 5px;
  /* border-left: none !important; */
  outline: none;
}

.iso-carousel .owl-nav {
  text-align: center;
  margin-top: 20px;
  padding-right: 0;
}

/*------------------------------------*/

/* ----iso slider nav----------------*/
.isoo-carousel .owl-nav img {
  width: 16px;
  margin-top: 5px;
}

.isoo-carousel .owl-nav .owl-prev {
  border: 2px solid #000 !important;
  border-radius: 10px 0 0 10px;
  background: transparent !important;
  margin: 0;
  outline: none;
}

.isoo-carousel .owl-nav .owl-next {
  border: 2px solid #000 !important;
  border-radius: 0 10px 10px 0;
  background: transparent !important;
  margin: 0;
  border-left: none !important;
  outline: none;
}

.isoo-carousel .owl-nav {
  text-align: center;
  margin-top: 20px;
  padding-right: 0;
}

/*------------------------------------*/

/*-----------------conatct ----------------*/
.sec-contact {
  width: 100%;
  /* background: url("../images/bg.webp") center no-repeat;
  background-size: cover; */
  /* padding: 60px 0; */
  position: relative;
  background-color: #f5f5f5;
  /* z-index: 1; */
}

/* .sec-contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000087;
  z-index: -1;
} */

.form-txt {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}

#contact-form input,
#contact-form select {
  height: 40px;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 0 !important;
  color: #222222;
  border-left: none;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
  color: #222222;
}

#contact-form .input-group-addon {
  background: #732660;
  color: #fff;
  border: 1px solid #732660;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}

#contact-form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

#contact-form .popup-btn {
  margin: 0 auto;
  display: block;
  background: #732660;
  border: none;
  width: 75%;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px 5px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'ChamberiDisplay-Regular';
}

.form-control:focus {
  box-shadow: none !important;
}

.form-calltxt {
  margin-bottom: 0;
  color: #000;
  font-size: 25px;
  text-align: center;
  margin-top: 10px;
  font-family: "Optima";
}

.form-calltxt a {
  color: #000 !important;
  text-decoration: none !important;
}

.contact-add {
  color: #000;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.sec-footer {
  text-align: center;
  padding: 20px 0;
  background: #ededed;
}

.footerlogo {
  width: 70px;
  margin-bottom: 10px;
}

.copy-txt {
  font-weight: 600;
  margin-bottom: 5px;
}

.rera-txt {
  font-size: 14px;
  margin-bottom: 0;
}

.sec-disc {
  background: #000;
  padding: 100px 0;
  color: #b7b7b7;
}

.sec-disc p {
  color: #fff;
  text-align: center;
  font-family: 'ChamberiDisplay-Regular';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.newoverview {
  padding: 40px;
}

.newoverview img {
  border: 10px solid #732660;
  box-shadow: 10px 10px 25px 2px #b9b9b9;
}

.reralogo {
  width: 90px;
  padding-right: 15px;
  border-right: 1px solid #696969;
  margin-right: 15px;
}

.footer-logo {
  text-align: center;
  padding: 10px 0;
}

.contact-img {
  width: 100%;
  display: block;
  height: 584px;
  object-fit: cover;
  object-position: right;
  transform: rotateY(180deg);
}

/*--------Over view slider-------------*/
.overslide-padding {
  padding: 40px;
}

.overslider-wrap {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  transition: ease all 0.5s;
  border: 10px solid #732660;
  box-shadow: 10px 10px 25px 2px #b9b9b9;
}

.overslider-wrap .itemimg {
  width: 100%;
  transition: ease all 0.5s;
}

.overslider-wrap .shadow {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 9;
  height: 33%;
  transition: ease all 0.5s;
}

.overslider-wrap .overview-content {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  transition: ease all 0.5s;
}

.overslider-wrap .overview-content h2 {
  font-family: "Optima";
  color: #fc837a;
  font-size: 27px;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition: ease all 0.5s;
}

.overslider-wrap .overview-content p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition: ease all 0.5s;
}

.overslider-wrap:hover .itemimg {
  transform: scale(1.1);
  transition: ease all 0.5s;
}

.overslider-wrap:hover .shadow {
  height: 120%;
  transition: ease all 0.5s;
}

.overslider-wrap:hover .overview-content {
  bottom: 16%;
  transition: ease all 0.5s;
}

.overslider-wrap:hover .overview-content h2 {
  font-size: 30px;
  transition: ease all 0.5s;
}

/*-------------------------------------*/

.head-location {
  font-size: 29px;
  text-align: center;
  margin: 24px auto;
  font-weight: 700;
  color: #732660;
  background: #fff;
  padding: 15px;
  width: 68%;

  border-radius: 35px;
}

/*==================================================responsive css=======================================================================================================*/

@media (max-width: 991px) {

  /*.column-reverse-direction{*/
  /*flex-direction: column-reverse;*/
  /*flex-wrap: wrap;*/
  /*display: flex;*/
  /*}*/
  .home-2-about-left {
    margin-bottom: 0;
    padding-top: 0;
  }

  .home-2-about-left-content {
    padding: 20px;
  }

  .home-2-about-left:after {
    display: none;
  }

  .home-2-about-slider-outer {
    margin-left: 0px;
  }

  .home-2-about-left-content h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 11px;
  }
}

@media (max-width: 767px) {
  /* New CSS */

  .logo {
    position: absolute;
    left: 20%;
    right: 0;
    padding: 5px;
    top: 0;
    height: auto;
    border-radius: 0 0 50px 50px;
    background-color: transparent !important;
  }

  .logo img {
    width: 50px !important;
  }

  .global-sec {
    padding: 25px 0;
  }

  .carousel-inner {
    height: auto;
  }

  .banner-cont {
    padding: 0 10px;
  }

  .banner-cont p {
    font-size: 14px;
  }

  .banner-cont h3 {
    font-size: 30px;
  }

  .about-logo {
    width: 200px
  }

  .logo {
    position: absolute;
    right: 65%;
    padding: 5px;
    top: 0;
    height: auto;
    border-radius: 0 0 50px 50px;
    background-color: #f3f3f3;
  }

  .overv-p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    font-family: popins;
  }

  .connect-title h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Optima";
    text-align: center;
    color: #732660;
    margin-bottom: 30px;
  }

  .conn-cont li {
    list-style: none;
    color: #000;
    /* display: inline; */
    font-size: 16px;
    text-align: center;
    line-height: 2;
    align-items: jus;
    background: #73266014;
    font-family: ChamberiDisplay-Regular;
    padding: 5px 10px;
    margin: 10px 0;
  }

  .connects-wrap {
    height: auto;
  }

  .sec-title {
    font-size: 26px;
    text-align: center;
  }

  .config-title-img {
    width: 50px;
  }

  .config-p {
    font-size: 16px;
    width: 100%;
    text-align: justify;
  }

  .owl-nav img {
    width: 20px;
    position: relative;
    z-index: 2;
  }

  .loca-wrapp {
    padding: 40px 0;
  }

  #accordion a {
    width: 100%;
  }

  .gallery-container,
  .why-buy-container {
    /* width: 100%; */
    margin: 0 15px;
  }

  .why-buy-cont p {
    text-align: justify;
  }

  .why-buy-wrapp {
    padding: 50px 20px;
  }

  .why-buy-img {
    position: relative;
    height: auto;
    padding: 2px;
  }

  .why-buy-img img {
    position: static;
    width: 100%;
    height: inherit;
  }

  .sec-disc {
    background: #000;
    padding: 25px 0;
    color: #b7b7b7;
  }

  .contact-box {
    padding: 30px 15px;
    position: static;
    margin-top: 0;
    box-shadow: none;
  }

  .cont-title {
    float: none;
  }

  .cont-group {
    display: block !important;
  }

  /* New CSS */

  .pdm-0 {
    padding: 0 !important;
  }

  .amilist li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
    text-align: initial;
    color: #000;
  }

  .loading-wrap img {
    width: 100px;
  }

  .slide-img1 {
    width: 60%;
    top: 28%;
    right: 20%;
  }

  .carousel-caption h3 {
    font-size: 19px;
    width: 77%;
    margin: 0 auto;
    line-height: 25px;
  }

  .modal-dialog {
    margin-top: 70px !important;
  }

  #home-carousel {
    height: initial;
    /* margin-top: 0px; */
  }

  #home-carousel .carousel-inner .item .slide {
    height: initial;
  }

  .sec-head {
    font-size: 27px;
    margin-bottom: 30px;
  }

  .grey-halfpatch {
    height: 620px;
  }

  .sec-pillar {
    top: -620px;
  }

  .below-halfpatch {
    margin-bottom: -680px;
  }

  .pillar-carousel {
    margin-top: -20px;
  }

  .testimonial-carousel .owl-nav img {
    width: 17px;
  }

  .testimonial-carousel .owl-nav {
    top: 55%;
  }

  .testimonial-wrap .t-txt {
    font-size: 17px;
  }

  .testimonial-carousel .owl-nav button.owl-prev {
    left: -5px;
    width: 20px;
    padding: 0 !important;
  }

  .testimonial-carousel .owl-nav button.owl-next {
    right: -5px;
    width: 20px;
    padding: 0 !important;
  }

  .cust-container2 {
    width: 95%;
    display: block;
  }

  .border-m {
    border-bottom: 2px solid #222222;
  }

  .abouttxt {
    padding: 20px 0 20px;
  }

  .about-head {
    font-size: 25px;
  }

  .abtsubhead {
    font-size: 16px;
  }

  .sec-about {
    padding: 60px 0 40px 0;
    background-size: 270px;
  }

  .awards-wrap {
    margin-bottom: 50px;
  }

  .news-wrap img {
    /*width: 88% !important;*/
  }

  /*-------footer----------*/
  .footer-social-content ul li a {
    padding: 15px;
    font-size: 18px;
  }

  .cstm-footer-logo-bar .cstm-copyrights-text {
    text-align: left;
  }

  /*----------------------------*/
  .main-videowrap {
    height: 230px;
  }

  .main-videowrap video {
    height: initial;
  }

  .vcover svg {
    width: 35px;
    height: 40px;
  }

  .sec-disc {
    margin-bottom: 33px;
  }

  .hero-txt {
    padding-top: 30px;
  }

  .hero-txt p {
    font-size: 20px;
  }

  .amiwrap p {
    height: 55px;
    line-height: 52px;
  }

  .loc-list li {
    /*display: flex;*/
  }

  .page-banner {
    margin-top: 60px;
  }

  .property-features li {
    margin-bottom: 15px;
  }

  .small-disc {
    line-height: 24px;
  }

  .gallery-v {
    height: 260px;
  }

  .property-block .property-price .price {
    text-align: center;
  }

  .loc-txtwrap {
    margin-top: 5px;
    padding-left: 0;
  }

  .loc-txtwrap h2 {
    font-size: 21px;
    text-transform: capitalize;
  }

  .mytab {
    text-align: center;
    margin-bottom: 20px;
  }

  .mytab>li>a {
    letter-spacing: 0px;
  }

  .wt-tilte-main {
    float: none;
  }

  .wt-small-title {
    font-size: 20px;
  }

  .wt-tilte-main h2 {
    font-size: 22px;
    text-align: left;
  }

  .ametab.mytab {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .ametab.mytab>li>a {
    padding: 10px 10px 6px 10px !important;
  }

  .wt-tilte-main_1 h2 {
    font-size: 28px;
  }

  .contact-overlay {
    padding: 80px 20px;
  }

  .section-head {
    margin-bottom: 0px;
  }

  .newoverview {
    padding: 40px 20px 30px;
  }

  .pillar-carousel .owl-nav {
    padding-right: 20px;
  }

  .footerwrap {
    display: block;
    text-align: center;
  }

  .reralogo {
    padding: 0;
    margin-right: 0;
    border: none;
    margin-bottom: 10px;
    width: 80px;
  }

  .contact-img {
    height: initial;
  }

  .overslide-padding {
    padding: 40px 20px 30px;
  }

  .modal-body img {
    width: 151px;
  }

  .key_img::after {
    display: none;
  }

  .sec-contact {
    padding: 15px 0;
  }
}

.amiwrap {
  position: relative;
  cursor: pointer;
  transition: ease all 0.5s;
}

.amiwrap {
  text-align: center;
  background: #fff;
  padding: 5px;
  box-shadow: 1px 1px 25px #e0e0e0;
  margin: 20px 0px;
}

.border-effect::before {
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}

.amiwrap::before,
.amiwrap::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #0d1933;
}

.bo {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.border-effect .bo::before {
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.bo::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #0d1933;
  left: 0px;
  top: 0px;
}

.amiwrap img {
  max-width: 60px;
}

.amiwrap p {
  font-size: 14px;
  margin: 10px 18px;
}

.border-effect .bo::after {
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.bo::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #0d1933;
  right: 0px;
  top: 0px;
}

.border-effect::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}

.amiwrap::before,
.amiwrap::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #0d1933;
}

.mobile_form {
  /* margin-top: -113px; */
  background-color: #fff;
  box-shadow: rgb(17 17 26 / 0%) 0px 1px 0px, rgb(17 17 26 / 44%) 0px 8px 24px, rgb(17 17 26 / 38%) 0px 16px 48px;
  padding: 20px;
  border-radius: 16px;
}

.mobile_form h3 {
  color: #0f0f0f;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-family: "Optima";
}

.mobile_form p {
  color: #000;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}

.conf-table thead {
  background: #292b33;
  color: #fff;
  border: none !important;
}

.conf-table tr th {
  text-align: center;
  vertical-align: middle !important;
  padding: 20px 0 !important;
  font-weight: normal;
  font-family: 'ChamberiDisplay-Regular';
}

.conf-table tr th h3 {
  font-size: 20px;
}

.conf-table tr td {
  vertical-align: middle !important;
  padding: 20px 5px !important;
  background: transparent;
  border-bottom: 1px solid #cdcdcd !important;
  color: #212529;
  font-family: 'ChamberiDisplay-Regular';
  font-weight: 500;
}

.conf-table .price-click {
  background: #732660;
  color: #fff;
  padding: 12px 7px;
  display: block;
  width: 190px;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
  transition: ease all 0.5s;
}

/* .conf-table .price-click:hover {
  color: #ffffff;
  background: #732660;
  transition: ease all 0.5s;
} */

@media screen and (max-width: 767px) {
  .conf-table tr th h3 {
    font-size: 16px;
  }

  #menu {
    position: absolute;
    width: 100%;
    margin: -52px 0 0 -16px;
    padding: 21px;
    padding-top: 74px;
    background: #edededed;
    list-style-type: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .conf-table .price-click {
    /* background: #f3f3f3; */
    color: #fff;
    padding: 11px 3px;
    display: block;
    font-size: 12px;
    width: 120px;
    /* max-width: 100%; */
    margin: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
    transition: ease all 0.5s;
  }

  .conf-table tr td {
    font-size: 15px;
  }

  .iso-carousel .owl-nav .owl-prev {
    width: 36px;
    height: 36px;
    border: 2px solid #000 !important;
    border-radius: 25px;
    background: transparent !important;
    margin: 5px;
    /* border-left: none !important; */
    outline: none;
  }

  .iso-carousel .owl-nav .owl-next {
    width: 36px;
    height: 36px;
    border: 2px solid #000 !important;
    border-radius: 25px;
    background: transparent !important;
    margin: 5px;
    /* border-left: none !important; */
    outline: none;
  }

  .isoo-carousel .owl-nav .owl-prev {
    width: 36px;
    height: 36px;
    border: 2px solid #000 !important;
    border-radius: 25px;
    background: transparent !important;
    margin: 5px;
    /* border-left: none !important; */
    outline: none;
  }

  .isoo-carousel .owl-nav .owl-next {
    width: 36px;
    height: 36px;
    border: 2px solid #000 !important;
    border-radius: 25px;
    background: transparent !important;
    margin: 5px;
    /* border-left: none !important; */
    outline: none;
  }

  .gall-carousel .owl-nav .owl-prev {
    width: 36px;
    height: 36px;
    border: 2px solid #000 !important;
    border-radius: 25px;
    background: transparent !important;
    margin: 5px;
    /* border-left: none !important; */
    outline: none;
  }

  .head-location {
    font-size: 22px;
    text-align: center;
    margin: 24px auto;
    font-weight: 700;
    color: #732660;
    background: #fff;
    padding: 15px;
    width: 78%;
    border-radius: 35px;
  }

  .head-cointact {
    text-align: center;
    font-size: 27px;
    color: #000;
    font-weight: 800;
  }
}

.pr-main-top-content {
  position: relative;
  padding: 130px 0 80px;
}

.pr-main-top-image {
  position: relative;
  max-width: 296px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.pr-main-top-wrapper img {
  width: 100%;
}

.pr-main-top-content .slogan {
  position: absolute;
  bottom: 7em;
  text-align: center;
  margin: 0;
  max-width: 102px;
  color: #425390;
  font-size: 18px;
  line-height: 24px;
}

.image-option.show {
  opacity: 1;
}

.image-option {
  position: absolute;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.image-option.image_1 {
  top: 7%;
  width: 137px;
  /*height: 112px;*/
  left: 0.5%;
}

.image-option.image_2 {
  width: 138px;
  /*height: 125px;*/
  left: 23%;
}

.image-option.image_3 {
  width: 80px;
  /*height:159px;*/
  right: 0;
  top: 4.5%;
}

.image-option.image_4 {
  width: 80px;
  /*height:159px;*/
  top: 22.9%;
  left: 0;
}

.image-option.image_5 {
  width: 138px;
  /*height:126px;*/
  right: 0;
  top: 26.5%;
}

.image-option.image_6 {
  width: 137px;
  /*height:125px;*/
  top: 35.8%;
  left: 30.8%;
}

.image-option.image_7 {
  width: 139px;
  /*height:147px;*/
  top: 50.9%;
  left: 0;
}

.image-option.image_8 {
  width: 139px;
  /*height:126px;*/
  top: 50.9%;
  right: 0;
}

.image-option.image_9 {
  width: 138px;
  /*height:126px;*/
  bottom: 7%;
  left: 0;
}

.image-option.image_10 {
  width: 80px;
  /*height:159px;*/
  right: 0;
  bottom: 4.9%;
}

.image-option.image_11 {
  width: 138px;
  /*height:112px;*/
  right: 30%;
  bottom: 0;
}

.pr-main-top-wrapper {
  position: relative;
  margin-top: -3em;
}

.pr-main-top-wrapper img {
  width: 100%;
}

.pr-main-top-wrapper:before {
  content: "";
  background: url("../images/pr-main-top-bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pr-main-top-wrapper {
  position: relative;
  margin-top: -3em;
}

.pr-main-top-image {
  position: relative;
  max-width: 296px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.pr-main-top-wrapper img {
  width: 100%;
}

.pr-main-top-content {
  position: relative;
  padding: 130px 0 80px;
}

.pr-main-top-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 0;
}

.pr-main-top-text .text-option {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pr-main-top-text .text-option.show {
  opacity: 1;
  /*line-height: 23px;*/
  font-family: "HelveticaNeue-bold";
  color: #425390;
}

.text-option.text_2 {
  top: 19%;
  left: 30%;
  position: absolute;
}

.text-option.text_3 {
  right: 30%;
  top: 17%;
  position: absolute;
}

.text-option.text_1 {
  left: 30%;
  top: 31%;
  position: absolute;
}

.text-option.text_5 {
  right: 6%;
  top: 28%;
  position: absolute;
}

.text-option.text_4 {
  position: absolute;
  top: 45%;
  left: 18%;
}

.text-option.text_8 {
  position: absolute;
  top: 42%;
  right: 25%;
}

.text-option.text_7 {
  position: absolute;
  top: 58%;
  left: 4%;
}

.text-option.text_10 {
  position: absolute;
  top: 54%;
  right: 9%;
}

.text-option.text_9 {
  position: absolute;
  top: 72%;
  left: 25%;
}

.text-option.text_11 {
  position: absolute;
  top: 69%;
  right: 27%;
}

.pr-main-top-content .slogan {
  position: absolute;
  bottom: 7em;
  text-align: center;
  margin: 0;
  max-width: 102px;
  color: #425390;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: "HelveticaNeue-bold";
}

.pr-main-top-text h5 {
  font-family: "HelveticaNeue-Medium";
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.pr-main-top-text h5.active {
  /*line-height: 23px;
    font-family: 'HelveticaNeue-bold';
    color: #425390;*/
}

.image-option.show {
  opacity: 1;
}

@media (max-width: 480px) {
  .pr-main-top-image {
    max-width: 281px;
  }

  .image-option.image_1 {
    top: 6.5%;
    left: 0.3%;
    width: 132px;
  }

  .image-option.image_2 {
    left: 22%;
  }

  .image-option.image_10 {
    width: 77px;
  }

  .image-option.image_3 {
    top: 4%;
  }

  .image-option.image_4 {
    top: 22%;
  }

  .image-option.image_6 {
    left: 30.4%;
  }

  .image-option.image_7 {
    width: 132px;
    top: 51.1%;
  }

  .image-option.image_2 {
    width: 134px;
  }

  .image-option.image_5,
  .image-option.image_9,
  .image-option.image_11,
  .image-option.image_8 {
    width: 132px;
  }

  .image-option.image_10 {
    bottom: 4.3%;
  }
}

@media (max-width: 768px) {
  .pr-main-top-content {
    padding: 130px 0 100px;
  }

  .amenities-gallery {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 10px;
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 991px) {
  text-option.text_2 {
    top: 25%;
    left: 11.5%;
  }

  .text-option.text_3 {
    right: 13%;
    top: 23%;
  }

  .text-option.text_1 {
    left: 0;
    top: 35%;
  }

  .text-option.text_5 {
    right: -2em;
    top: 34%;
  }

  .text-option.text_4 {
    left: 3.5%;
  }

  .text-option.text_8 {
    top: 45%;
    right: 4%;
  }

  .text-option.text_7 {
    left: 0;
  }

  .text-option.text_10 {
    top: 56%;
    right: -1em;
  }

  .pr-main-top-text h5 {
    font-size: 16px;
  }

  .text-option.text_11 {
    top: 72%;
    right: 0;
  }

  .text-option.text_9 {
    top: 74%;
    left: 7%;
  }
}

@media (max-width: 768px) {
  .hide-md {
    display: block;
  }

  .container {
    padding-right: 4.5%;
    padding-left: 4.5%;
  }

  .pr-banner-wrapper {
    margin-top: 0;
  }

  img.carousel-img-mb {
    display: block;
  }

  img.carousel-img-md {
    display: none;
  }

  /*main page*/
  header {
    position: absolute;
    padding-top: 13%;
    z-index: 2;
    width: 100%;
  }

  .pr-connect-wrapper .pr-connect-item {
    width: 100%;
    padding-bottom: 13%;
  }

  .pr-banner-content.pr-hidden-mb,
  .pr-banner-content .pr-banner-md {
    display: none;
  }

  .pr-banner-content.pr-hidden-md,
  .pr-banner-content .pr-banner-mb {
    display: block;
  }

  .pr-welcome-wrapper {
    background: #f4e9e3;
  }

  .pr-welcome-wrapper:before {
    background: none;
  }

  .pr-welcome-text {
    position: relative;
  }

  .pr-welcome-text:before {
    width: 100%;
    content: "";
    background: url(../images/pr-main-text-mb-bg01.png) no-repeat;
    background-size: 12%;
    position: absolute;
    height: 100%;
    left: -16%;
    top: -9%;
  }

  .pr-welcome-text:after {
    width: 100%;
    content: "";
    background: url(../images/pr-main-text-mb-bg02.png) no-repeat right top;
    background-size: 23%;
    position: absolute;
    height: 100%;
    top: 15em;
    right: -18%;
  }

  .pr-banner-wrapper .slick-dots {
    bottom: 6%;
  }

  .pr-banner-item .banner-desc {
    text-align: center;
    /*top: 0;
        margin-top: 83%;*/
    padding: 0 20px;
    width: 100%;
  }

  .pr-banner-content {
    position: relative;
    display: block;
  }

  .pr-development-wrapper {
    padding-bottom: 120%;
  }

  .pr-development-wrapper h2 {
    top: 12%;
    padding: 0;
    max-width: 60%;
  }

  .pr-welcome-content {
    padding: 14% 10% 40%;
  }

  .pr-welcome-wrapper p {
    margin-bottom: 8%;
  }

  .pr-welcome-content:after {
    bottom: 5px;
    right: 0;
  }

  .pr-connect-wrapper {
    padding: 0;
  }

  .pr-connect-wrapper .pr-connect-item img {
    width: 100%;
  }

  .pr-connect-wrapper .pr-connect-img {
    margin-bottom: 10%;
  }

  .pr-connect-wrapper .pr-connect-item .pr-connect-desc {
    margin-top: 5%;
  }

  .pr-connect-wrapper .pr-connect-title,
  .pr-connect-wrapper .pr-connect-item .pr-connect-desc {
    padding: 0 12%;
  }

  .pr-discover-wrapper {
    padding: 0;
  }

  .pr-discover-wrapper:before,
  .pr-discover-wrapper:after {
    background: none;
  }

  .pr-main-top-text {
    position: relative;
  }

  .pr-main-top-text .text-option {
    top: 1em;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 0;
  }

  .pr-main-top-content {
    padding: 0px;
  }

  /* end main page */
}

.buy-p {
  font-size: 16px;
  font-weight: 600;
}

.map-img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.main-contactwrap {
  padding: 85px 100px;
}

.flex {
  display: flex;
  justify-content: space-around;
}

.cust-container {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  /* display: table; */
}

.buy-box-1 {
  position: absolute;
  border: 2px solid #732660;
  width: 8rem;
  height: 11.2rem;
  top: -8rem;
  left: -7.9rem;
  z-index: 5;
}

.buy-img img {
  position: absolute;
  top: -86px;
  left: -80px;
  width: 27%;
  height: auto;
  z-index: 1;
}

.buy-content {
  width: 100%;
  /* width: 150vw; */

  background: #1c1c1c;
  color: #fff;
}

.buy-box {
  padding: 60px;
  text-align: left;
  margin-left: 20%;
}

.dev-logo {
  position: absolute;
  left: 5%;
  top: -1px;
}

.dev-logo img {
  width: 107px;
  margin-top: -23px;
}

.logo {
  position: absolute;
  right: 48%;
  padding: 5px;
  top: 0;
  height: auto;
  border-radius: 0 0 50px 50px;
  background-color: #f3f3f3;
}

.logo img {
  width: 80px;
}

@media screen and (max-width: 768px) {
  .dev-logo {
    position: absolute;
    right: 15%;
    top: -1px;
  }

  /* .dev-logo img {
    width: 106px;
  } */

  .buy-box-1 {
    position: absolute;
    border: 2px solid #732660;
    width: 8rem;
    height: 11.2rem;
    top: -1rem;
    left: -0.2rem;
    z-index: 5;
  }

  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    background: #732660;
    border-radius: 3px;
    left: 88%;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  .buy-img img {
    position: inherit;
    width: 100%;
    height: auto;
    z-index: 1;
  }

  .buy-box {
    padding: 22px;
    text-align: left;
    margin-left: 0%;
  }

  .section-head p:last-child {
    margin-bottom: 15px;
  }

  .wt-tilte-main {
    margin-bottom: 30px;
    text-align: justify;
  }

  .title-right-detail {
    padding-left: 0px;
    overflow: hidden;
  }

  .flex {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }

  .main-contactwrap {
    padding: 0px;
  }


  .buy-p {
    font-size: 15px;
    font-weight: 600;
  }

  .mobile-btn {
    background-color: #732660;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    position: fixed;
    top: 50%;
    right: 7px;
    z-index: 999;
    padding: 8px 13px 5px;
    /* border-radius: 49%; */
    cursor: pointer;
    /* animation: zoomIcons 0.6s ease-in-out infinite; */
    animation: pulse-cust 2s infinite;
    transition: all 0.3s ease-in-out;
    width: 44px;
    height: 45px;
  }

  /* .wave-holder-mobile{
    position: fixed;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 4.9rem;
    right: 35px;
    background: #ef7c00;
  } */
}

.qr-box img {
  width: 80px;
  display: block;
  margin: 2% auto;
}

.email {
  font-size: 16px !important;
  margin: 20px auto;
}


.calling-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.calling-number p {
  margin-bottom: 0px;
}

.check-input {
  margin-left: 15px;

}

.check-input .row {
  display: flex;
  gap: 5px;
}

.form-checkbox {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
}

.form-terms {
  text-align: left !important;
  font-size: 13px !important;
}

.wave-holder-right {
  position: fixed;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  right: 80px;
  bottom: 25px;
  background: #ef7c00;
}

.sonar-wave-right {
  animation: sonarWave 1.5s linear infinite;
}



/* @keyframes zoomIcons {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
} */

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #732660;
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
  }
}

/* follow cursor css */

.cursorFollower,
.cursorFollowerDot {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 99999 !important;
  transition: transform 0.8s ease-out;
  /* smooth transition */
}

.cursorFollower {
  width: 2rem;
  height: 2rem;
  border: 2px solid #732660;
  border-radius: 50%;
}

.cursorFollowerDot {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #732660;
  border-radius: 50%;
}

/* follow cursor css */

.flex-overview {
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-video {
  width: 100%;
  height: 500px;
}

.project-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-font {
  font-family: "ChamberiDisplay-Italic", sans-serif;
  color: #732660;
}

@media (max-width: 767px) {
  .flex-overview {
    flex-direction: column-reverse;
  }

  .over-view-form {
    padding-bottom: 3rem;
  }
}


@media only screen and (max-width: 567px) {
  .menu-body {
    position: fixed;
    bottom: 0px;
    left: 50%;
    font-family: 'Mulish', sans-serif;
    padding: 0px 0px 0px 0px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 100%;
    background-color: #000;
    z-index: 99;
    display: block !important;
  }

  .text {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 0px;
  }

  .navigationo {
    /* height: 70px; */
    background: var(--brandgray);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    bottom: 0px;
    background-color: #000;
    position: fixed;
    width: 100vw;
  }

  .navigationo ul {
    display: flex;
    width: 86%;
    padding: 0;
    justify-content: space-between;
    padding-bottom: 7px;
  }

  .navigationo ul li {
    position: relative;
    list-style: none;
    /* width: 90px;
    height: 65px; */
    z-index: 1;
  }

  .navigationo ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    text-decoration: none;
  }

  .navigationo ul li a .icon {
    position: relative;
    display: block;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    transition: 0.5s;
    width: 50px;
    height:
      50px;
    /* color: blue; */
    color: #fff !important;
    padding-bottom: 30px;
    border-radius: 50%;
  }

  .fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
  }

  .navigationo ul li.active a .text {
    opacity: 1;
    /* transform: translateY(10px); */
    font-size: 12px;
  }

  .navigationo ul li.active a .icon {
    transform: translateY(-20px);
    padding-bottom: 18px;
    color: black;
    /* width: 50px;
  height: 
  50px; */
    background-color: #732660;
    /* border-radius: 50%; */
  }

  .list .text {
    font-size: 12px;
    color: #fff !important;
  }

}


.navigationo ul li.active a .icon i {
  color: #fff;
}

.menu-body {
  display: none;
}

.menu-body.show {
  bottom: 0;
  transition: all 0.4s ease;
}