@font-face {
  font-family: JosefinSans-Regular;
  src: url("../fonts/JosefinSans-Regular.ttf");
}

@font-face {
  font-family: CormorantGaramond-Regular;
  src: url("../fonts/Cormorant_Garamond/CormorantGaramond-Regular.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  color: rgb(80, 80, 80);
  font-family: JosefinSans-Regular, sans-serif;
  overflow-x: hidden;
  position: relative;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #ea9621;
      color: #fff !important;
}

.nav-link {
  color: rgb(255 255 255 / 100%) !important;
}

.nav-call {
  background: #ea9621;
  padding: 10px 5px 5px;
  border-radius: 15px;
  text-align: center;
}

.nav-call a {
  color: #fff !important;
  text-decoration: none;
}

.navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  filter: invert(1);
}

.navbar-toggler:focus {
  box-shadow: 0px 0px 0px 0px;
}

.banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.51);
  color: rgb(255, 255, 255);
  font-family: c;
}

.banner-overlay h1 {
  font-size: 55px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

section {
  padding: 50px 0px;
}

section:nth-child(odd) {
  background: #fff;
}

.gallery{
	background:#000 !important;
}


.locatoin-sec {
	 background:#000 !important;
}
 
 
.thankyou-page {
    padding: 100px 0 50px 0;
}

.privacy-policy {
	text-align:center;
	
}

.privacy-policy a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 12px 0 0 0;
    display: inline-block;
}

 
 
.aboutus ul {
    padding: 0px 0 0px 20px;
    margin: 0px;
}

.aboutus h4 {
    padding: 20px 0 0 0;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
}



#scroll {
  position: fixed;
  right: 10px;
  bottom: 60px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #373737;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 99;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #5a5a5a;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.overlay {
  /*background-color: #36363696;*/
  padding: 50px 0px;
}

.title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(4, 4, 4);
}

.white {
  color: rgb(255, 255, 255) !important;
}

.sub-head {
  text-align: center;
  font-size: 16px;
  color: rgb(79, 79, 79);
}

.black {
  color: rgb(0, 0, 0);
  text-decoration-color: rgb(0, 0, 0);
}

.btn {
  z-index: 1;
}

.navbar {
    background: linear-gradient(157deg, rgb(0, 0, 0), rgb(0, 0, 0));
    box-shadow: 0px 3px 7px 0px rgb(67 67 67 / 57%);
    padding: 5px 0 5px 0;
}

.navbar-brand img {
  width: 135px;
}

.main-logo {
    width: 220px !important;
    height: auto;
}

.aboutus img{
	height:auto;
}




/*Broucher animated button start*/


.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible
}
 80% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible
}
 80% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
/*Broucher animated button end*/











.navbar-nav a {
    color: rgb(255, 255, 255);
    margin: 0px 5px;
    transition: 0.5s;
    text-transform: capitalize;
}

.nav-link:focus,
.nav-link:hover {
  color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  /* scale: 1.1; */
}

.navbar-expand-lg .navbar-collapse {
  flex-grow: unset;
}

.call-btn {
  background-color: rgb(255, 255, 255);
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: rgb(0, 0, 0) !important;
}

.call-btn img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

#overview .owl-theme .owl-nav [class*="owl-"],
#amenities .owl-theme .owl-nav [class*="owl-"],
.loca .owl-theme .owl-nav [class*="owl-"],
#plans .owl-theme .owl-nav [class*="owl-"] {
  color: rgb(0, 0, 0) !important;
}

.owl-theme .owl-nav [class*="owl-"] {
  font-size: 26px !important;
  color: #fff !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}

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

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

.overv-title {
  font-size: 26px;
  font-weight: 600;
  color: rgb(4, 4, 4);
}

.overv-sub-head {
  font-size: 20px;
}

.overv-btn {
  background-color: rgb(147, 147, 147);
  color: rgb(255, 255, 255);
}

.overv-btn:hover {
  background-color: rgb(3, 76, 100);
  color: rgb(255, 255, 255);
}

.overv-cont p {
}

.overv-img {
  position: relative;
}

.overv-img span {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 10px;
  padding: 2px 5px;
  background-image: linear-gradient(45deg, black, rgba(69, 69, 69, 0.88));
  color: rgb(255, 255, 255);
}

.usp-wrapp,
.amen-wrapp {
  padding-bottom: 45px;
  background-color: rgb(255, 255, 255);
}

#highlight {
  background-color: rgb(24, 24, 24);
}

button.nav-link {
  color: rgba(0, 0, 0, 0.9) !important;
}


.Mobileversion {
	position:relative;
}

.mobile-content {
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-content img {
    width: 125px;
    margin: auto;
    height: auto;
}


/* Initial state for headings */
.main-title,
  .heading,
  .subheading,
  .otp,
  .fifty,
  .download-btn,
  .features {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.6s ease-in-out;
  }


.mobile-content h1 {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2cqw;
    padding: 30px 0 0 0;
    margin: 0px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.heading {
    text-align: center;
    font-size: 30px;
    padding: 10px 0 10px 0;
    margin: 0px;
    color: #fff;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.mobile-content h3 {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1.4px;
    padding: 0px 0 0 0;
    margin: 0px;
    font-size: 13px;
     
    color: #fff;
    font-weight: 500;
}


.subheading {
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1.4px;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 0 0 0;
}

.otp {
	text-align: center;
    font-size: 30px;
    padding: 30px 0 10px 0;
    margin: 0px;
    color: #fff;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.otp span{
text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1.4px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 0 0 0;
	display:block;
	
}



.fifty {
	text-align: center;
    font-size: 30px;
    padding: 8px 0 10px 0;
    margin: 0px;
    color: #fff;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.fifty span{
text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1.4px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 0 0 0;
	display:block;
	
}



/* Final state (after showing) */
 .main-title.show,
  .heading.show,
  .subheading.show,
  .otp.show,
  .fifty.show,
  .download-btn.show,
  .features.show {
    opacity: 1;
    transform: translateY(0);
  }





.features {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.6s ease-in-out;
	margin-bottom:0px;
	margin-top:40px;
}

.features li {
    color: #000;
    list-style: none;
    padding: 0px 0 7px 0;
}

.features li i{
	color:#009900;
}

.features.show {
    opacity: 1;
    transform: translateY(0);
}


.download-btn {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.6s ease-in-out;
    margin-top: 15px;
    padding: 10px 16px;
    background-color: #ea9621;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
	border: #000 solid 1px;
}

.download-btn.show {
    opacity: 1;
    transform: translateY(0);
}










.accordian_wrapper {
    width: 80%;
    margin: auto;
    margin-top: 25px;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
    cursor: pointer;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    background: #f8f8f8;
    font-weight: bold;
    transition: background 0.3s;
}

.accordion-header:hover {
  background: #e8e8e8;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 15px;
  background: #fff;
}

.accordion-item.active .accordion-content {
  max-height: 500px; /* Adjust as needed */
  padding: 15px;
}

.icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.accordion-item.active .icon {
  transform: rotate(180deg);
}


.accordian_wrapper .title {
    text-align: center;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    color: rgb(4, 4, 4);
    text-transform: capitalize;
}














.carousel-inner img{
	height:auto;
}


.gall-wrapp {
  padding: 15px;
  position: relative;
}

.gall-wrapp .owl-prev span,
.gall-wrapp .owl-next span {
  font-size: 50px;
}

.gall-wrapp .owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
}

.gall-wrapp .owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
}

.gall-img-wrapp {
  position: relative;
  outline: rgb(0, 0, 0) solid 4px;
  outline-offset: -4px;
  padding: 2px;
}

.master-plan-img {
  width: 100%;
  border: 2px solid #000;
}

.gall-img:hover {
  color: rgb(0, 0, 0);
}

.gall-img-wrapp span {
    position: absolute;
    left: 14px;
    bottom: 14px;
    font-size: 18px;
    padding: 2px 10px;
    background-image: linear-gradient(
    45deg,
    black,
    rgba(69, 69, 69, 0.88),
    transparent
  );
    color: rgb(255, 255, 255);
}

.gall-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(79, 75, 75, 0.45);
  position: absolute;
  top: 0px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.gall-title {
  position: absolute;
  left: 0;
  bottom: 0;
  color: rgb(251, 251, 251);
  /* position: static; */
  padding: 5px;
  font-size: 14px;
  margin: 0;
  background-image: linear-gradient(90deg, black, #26262682);
}

.gall-overlay button {
  color: rgb(251, 251, 251);
  position: static;
  padding: 5px;
  font-size: 14px;
  background-color: #000;
  border-radius: 2px;
}

.gall-img-wrapp:hover .gall-overlay {
  opacity: 1;
}

.gall-disc {
  position: absolute;
  bottom: -15px;
  right: 15px;
  color: #fff;
  font-size: 12px;
}

.cafes {
  padding: 30px;
  background-color: rgb(255, 255, 255);
  margin-top: 30px;
  outline: rgb(19, 55, 67) solid 3px;
  outline-offset: -20px;
  position: relative;
  height: 250px;
}

.cafe-head {
  text-align: center;
  font-size: 21px;
  color: rgb(17, 57, 71);
  text-transform: capitalize;
  font-weight: 600;
  position: absolute;
  top: 4px;
  padding: 0px;
  background: rgb(255, 255, 255);
  width: 500px;
}

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

.cafes-logo img {
  width: 99px;
}

.kfc {
  width: 145px !important;
}

.bord-r {
  border-right: 1px solid rgb(0, 188, 212);
}

.usp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  margin: 8px;
  padding: 15px 10px;
  color: rgb(0, 0, 0);
  text-align: center;
  background: rgb(255, 255, 255);
}

.usp:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0px 0px 20px 20px;
}

.usp-img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.usp img {
  width: 65px !important;
  height: 65px;
  margin-bottom: 10px;
}

.amen {
  height: 200px;
  text-align: center;
}

.usp h3 {
  text-align: center;
  font-size: 20px;
}

.usp p {
  font-size: 14px;
}

#configuration {
  background-image: url("../img/bg.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#investment {
  background-image: url("../img/bg.jpg");
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#investment {
  color: rgb(255, 255, 255);
}

.invest-list {
  padding: 15px 40px;
  background-color: rgb(255, 255, 255);
  margin: 10px;
  height: 135px;
  display: flex;
  /* flex-direction: column; */
  justify-content: start;
  align-items: center;
  gap: 20px;
}

.invest-list span {
  font-size: 18px;
  color: rgb(41 40 40);
}

.invest-list img {
  width: 50px !important;
  height:auto;
}

.plans-wrapp .owl-carousel .owl-stage {
  display: flex;
  max-height: 400px;
}

.plans img {
    filter: blur(2px);
    width: 100%;
    height: auto;
}
.owl-carousel .owl-item img {
}

.config-gall img {
  filter: blur(1px);
  cursor: pointer;
}

.config {
  display: flex;
  flex-direction: column;
}
.table {
    width: 80%;
    margin: 30px auto;
  }


thead {
  color: rgb(255, 255, 255);
  text-align: center;
  background: linear-gradient(157deg, rgb(0, 0, 0), rgb(34, 34, 34));
  text-transform: uppercase;
}

tbody {
  background-color: rgba(255, 255, 255, 0.79);
}

tr {
  color: rgb(255, 255, 255);
  text-align: center;
}

td {
  height: 60px;
  color: rgb(0, 0, 0);
  align-content: center;
  padding: 5px !important;
}

td span{
	display:block;
	font-size:12px;
}

.price {
    text-decoration: none;
    background: #ea9621;
    padding: 6px;
    border-radius: 5px;
    color: rgb(255, 255, 255) !important;
    display: inline-block;
    line-height: 15px;
}

.plans-wrapp {
  background-color: rgb(33, 33, 33);
  padding: 25px;
}

.price-btn {
  display: block;
  margin: 20px auto auto;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.price-btn:hover {
  background-color: rgb(161, 161, 161);
  color: rgb(238, 238, 238);
}

#amenities {
}

#amenities ul {
  padding: 0px;
}

#amenities li {
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  height: 95px;
  padding: 10px 10px 10px 25px;
  display: flex;
  align-items: center;
  outline: rgb(12, 63, 79) solid 1px;
  outline-offset: -4px;
  justify-content: flex-start;
}

#amenities li p {
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 0px;
}

#amenities li img {
  width: 65px;
  height: auto;
}

.amen-img {
  background-color: rgb(255, 255, 255);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  margin: 5px auto;
  border-radius: 0px;
  transition: 0.2s ease-in-out;
  outline: rgb(0, 0, 0) solid 2px;
  box-shadow: rgba(67, 67, 67, 0.49) 0px 5px 22px;
}



.amen-img:hover {
  outline: rgb(38, 38, 38) solid 2px;
  outline-offset: -10px;
  border-radius: 50px;
}

.amen-img img {
  width: 50px !important;
  height:auto;
}

.amen-p {
  text-align: center;
  padding: 12px;
}

.amen-p p {
}

.nav-tabs {
  justify-content: center;
  border: none;
}

.nav-tabs .nav-link {
  color: rgb(3, 76, 100);
  border: none;
}

.nav-item {
  text-align: center;
}

.gal-tabs .nav-link {
  color: rgb(24, 24, 24);
}

.config-tabs {
  flex-direction: column;
  height: 250px;
  justify-content: space-around;
}

.config-li {
}

.config-btn {
  width: 250px;
  background: rgb(0, 0, 0) !important;
}

.highlights {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  color: #000000;
}

.highlights span {
  animation: 7s ease 0s infinite normal none running showup;
  font-size: 30px;
}

.highlights p {
  width: 0px;
  animation: 7s ease 0s infinite normal none running reveal;
}

.highlights p {
  margin-left: -355px;
  animation: 7s ease 0s infinite normal none running slidein;
}

@keyframes showup {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slidein {
  0% {
    margin-left: -800px;
  }

  20% {
    margin-left: -800px;
  }

  35% {
    margin-left: 0px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    width: 0px;
  }

  20% {
    opacity: 1;
    width: 0px;
  }

  30% {
    width: 355px;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    width: 355px;
  }
}

.map-wrapp {
  overflow: hidden;
  position: relative;
}

.map-wrapp::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgb(221, 221, 221);
  position: absolute;
  left: -100%;
  z-index: 9;
}

.map {
  width: 100%;
  transition: 0.5s ease-in-out;
}

.map:hover {
  transform: scale(1.1);
}

.map-wrapp:hover::before {
  left: 100%;
}

.loca {
  padding: 25px 25px;
  background-color: #ffffff;
}

.loca-wrapp {
  display: flex;
  justify-content: start;
  flex-direction: column;
  /* align-items: center; */
  min-height: 30vh;
  padding: 25px 25px;
  background-color: #e0e0e0;
}

.loca-details ul {
  padding: 0;
}

.loca-details ul li {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
}

.loca-title {
  display: flex;
}

.loca-title img {
  width: 35px !important;
}

.loca-table {
  width: 100%;
}

.loca-tr
{
  text-align: start;
  /* width: 50%; */
  /* display: flex; */
  /* justify-content: space-between; */
}

.loca-tr td
{
  padding: 0px 15px !important;
  /* width: 50%; */
  font-size: 16px;
}

s .loca-title h3 {
  font-size: 18px;
}

.loca-title h3::after {
  content: "";
  background: linear-gradient(157deg, rgb(0, 0, 0), rgba(34, 34, 34, 0));
  display: block;
  height: 2px;
  width: 100%;
}

.form-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.form-holder .form-content {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
}

.form-content .form-items {
  border: 3px solid rgb(255, 255, 255);
  padding: 30px;
  display: inline-block;
  width: 100%;
  background: linear-gradient(164deg, #28292a, #484c4d, #28292a);
  border-radius: 5px;
  text-align: left;
  transition: 0.4s;
}

.form-content h3 {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-content h3.form-title {
  margin-bottom: 30px;
}

.form-content p {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  margin: 10px;
}

.form-content label,
.was-validated .form-check-input:invalid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: rgb(255, 255, 255);
}

.form-content input[type="text"],
.form-content input[type="number"],
.form-content input[type="email"],
.form-content select {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0px;
  outline: 0px;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 300;
  color: rgb(141, 141, 141);
  transition: 0.3s;
  margin-top: 16px;
}

.btn-primary {
  background-color: rgb(255, 255, 255);
  outline: none;
  border: 0px;
  box-shadow: none;
  color: rgb(255, 255, 255);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: rgb(73, 80, 86);
  box-shadow: none;
  outline: none !important;
  border: none !important;
}

.form-content textarea {
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  text-align: left;
  background-color: rgb(255, 255, 255);
  border: 0px;
  font-size: 15px;
  font-weight: 300;
  color: rgb(141, 141, 141);
  outline: none;
  resize: none;
  height: 120px;
  transition: none;
  margin-bottom: 14px;
  position: static !important;
}

.form-content textarea:hover,
.form-content textarea:focus {
  border: 0px;
  background-color: rgb(235, 239, 248);
  color: rgb(141, 141, 141);
}

.mv-up {
  margin-top: -9px !important;
  margin-bottom: 8px !important;
}

.invalid-feedback {
  color: rgb(255, 96, 110);
}

.valid-feedback {
  color: rgb(42, 204, 128);
}

#aboutus span {
  font-size: 24px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.dev-logo {
  height: 100%;
  /* width: 100%; */
  display: flex;
  align-items: center;
}

.dev-logo-1 {
    width: 140px;
    display: block;
    margin: auto auto 20px;
    height: auto;
}

.dev-logo-2 {
  width: 285px;
  display: block;
  margin: auto auto 20px;
}

.dev-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  /* padding: 15px; */
  text-align: center;
  position: relative;
}


.dev-cont img {
    width: 50px;
    height: auto;
}

#contact {
  /* background-image: url("../img/bg.jpg"); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1e1e1e;
}

#contact p {
  font-size: 16px;
  color: #fff;
}

.cont-details,
.qr-details {
  /* background-color: #237a93; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  padding: 15px 30px;
  color: #fff;
}

.cont-details h3,
.qr-details h3 {
  font-size: 20px;
}

.footer {
  background-color: rgb(18 18 18);
  color: rgb(255, 255, 255);
  padding: 30px;
}

.qr {
  width: 100px;
  margin-bottom: 15px;
}

.disc {
  cursor: pointer;
  font-size: 12px;
}

.disc:hover {
  color: rgb(213, 213, 213);
}

.brochure {
  position: fixed;
  bottom: 40%;
  left: -4.5%;
  transform: rotate(90deg);
}

.interested {
  position: fixed;
  bottom: 10px;
  right: 10px;
  /* background-color: #075f79; */
  /* border-color: #075f79; */
  /* transform: rotate(90deg); */
}

.pulse {
  animation: 2s ease 0s infinite normal none running pulse-animation;
}

@keyframes pulse-animation {
  0% {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 0px;
  }

  100% {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 20px;
  }
}

.btn-close {
  filter: invert(1);
}

.modal-content {
  background: rgb(41, 41, 41);
}

.modal-form-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  text-align: center;
}

.modal-form-holder .modal-form-content {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-form-content .modal-form-items {
  border: 3px solid rgb(255, 255, 255);
  padding: 40px;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  text-align: left;
  transition: 0.4s;
}

.modal-form-content h3 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.modal-orm-content h3.form-title {
  margin-bottom: 30px;
}

.modal-form-content p {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 30px;
}

.modal-form-content label,
.was-validated .modal-form-check-input:invalid ~ .modal-form-check-label,
.was-validated .modal-form-check-input:valid ~ .modal-form-check-label {
  color: rgb(255, 255, 255);
}

.modal-form-content input[type="text"],
.modal-form-content input[type="number"],
.modal-form-content input[type="email"],
.modal-form-content input[type="time"],
.modal-form-content input[type="date"],
.modal-form-content select {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0px;
  outline: 0px;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 300;
  color: rgb(141, 141, 141);
  transition: 0.3s;
  margin-top: 16px;
}

.btn-primary {
  outline: none;
  border: 0px;
  box-shadow: none;
  color: rgb(0, 0, 0);
  margin: auto;
  display: block;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: rgb(31, 31, 31);
  box-shadow: none;
  outline: none !important;
  border: none !important;
}

.modal-form-content textarea {
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  text-align: left;
  background-color: rgb(255, 255, 255);
  border: 0px;
  font-size: 15px;
  font-weight: 300;
  color: rgb(141, 141, 141);
  outline: none;
  resize: none;
  height: 120px;
  transition: none;
  margin-bottom: 14px;
  position: static !important;
}

.modal-form-content textarea:hover,
.modal-form-content textarea:focus {
  border: 0px;
  background-color: rgb(235, 239, 248);
  color: rgb(141, 141, 141);
}

.mv-up {
  margin-top: -9px !important;
  margin-bottom: 8px !important;
}

.invalid-feedback {
  color: rgb(255, 96, 110);
}

.valid-feedback {
  color: rgb(42, 204, 128);
}

.foo-txt {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin-top: 20px;
}

.footer-call {
  /* text-align: center; */
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.footer-call a {
  color: rgb(255, 255, 255);
  /* font-size: 16px; */
  text-decoration: none;
}

.qr-wrapp {
  /* display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px; */
  padding: 15px 30px;
  width: 65%;
  /* text-align: center; */
}

.qr-wrapp img {
    width: 100px !important;
    margin: 3px auto;
    height: auto;
}

.banner-txt-thank h1 {
  margin: 0px;
  color: rgb(255 255 255);
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid rgb(255, 255, 255);
  font-size: 39px;
  background: rgb(53 57 58);
  color: rgb(255, 255, 255);
  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 {
  font-size: 18px;
}

.glob-sec {
  background-color: #fff !important;
}

.go-home {
  color: rgb(65, 64, 65);
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 30px auto 0px;
  border-radius: 5px;
  transition: 0.5s;
}

.go-home:hover {
  transition: 0.5s;
  color: rgb(255, 255, 255);
  background: rgb(44, 44, 45);
  border-radius: 25px;
}

.oops-greet {
  color: rgb(65, 64, 65);
  font-size: 25px;
  margin-bottom: 15px;
}

.phone-btn {
  position: fixed;
  left: 18px;
  bottom: 40px;
 /* background-color: #2b2b2b;*/
  border-radius: 35px;
  padding: 0px;
  text-decoration: none;
  border: #ffffff solid 3px;
  /*transition: 0.8s ease-in-out;*/
  z-index: 2;
}

.phone-btn img {
    width: 30px;
    margin: 2px;
    border-radius: 50%;
}

.phone-btn span {
  padding: 5px;
  color: rgb(0, 0, 0);
}

/* .phone-btn:hover {
  right: -1.5%;
} */

.goback {
  display: block;
  padding: 15px 30px;
  border: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 10rem;
  transition: 0.02s;
  font-weight: bold;
  cursor: pointer;
  color: rgb(0 0 0);
  z-index: 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px -5px;
  margin: 10px auto;
}

.goback:hover {
  background: rgb(0 0 0);
  color: rgb(255 255 255);
}

.goback:active {
  transform: scale(0.97);
}

.hoverEffect {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 30px;
  color: rgb(255, 255, 255);
}

.hoverEffect div {
  background: linear-gradient(
    90deg,
    rgb(0 0 0) 0%,
    rgb(44 44 44) 49%,
    rgb(0 0 0) 100%
  );
  border-radius: 40rem;
  width: 10rem;
  height: 10rem;
  transition: 0.4s;
  filter: blur(20px);
  animation: 3s linear 0s infinite normal none running effect;
  opacity: 0.5;
}

.goback:hover .hoverEffect div {
  width: 8rem;
  height: 8rem;
}

@keyframes effect {
  0% {
    transform: rotate(0deg);
  }

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

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0px;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.error {
  color: rgb(255, 0, 0);
}


@media only screen and (max-width: 768px) {


.modal-form-content .modal-form-items {
    border: 3px solid rgb(255, 255, 255);
    padding: 40px 15px;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    text-align: left;
    transition: 0.4s;
}



.locatoin-sec img {
	    height: auto;
    width: 100%;
	margin-bottom:20px;
}


.accordian_wrapper {
    width: 100%;
    margin: auto;
    margin-top: 15px;
}

.gall-wrapp img{
	height:auto;
}

button.carousel-control-prev {
    display: none;
}

button.carousel-control-next {
    display: none;
}



.navbar {
    background: linear-gradient(157deg, rgb(0, 0, 0), rgb(34, 34, 34));
    box-shadow: 0px 3px 7px 0px rgb(67 67 67 / 57%);
     display: none; 
}







  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

 .p-mob {
    padding: 35px 10px;
}

#home {
    margin-top: 0;
}

  .title {
    font-size: 24px;
  }

  .overv-title {
    font-size: 24px;
  }

  .cafes {
  }

  .cafes-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  .bord-r {
    border: none;
  }

  .cafes-logo img {
    width: 75px;
  }

  .main-logo {
    width: 130px !important;
  }

  .kfc {
    width: 120px !important;
  }

  .loca {
    padding: 25px 10px;
    background-color: #ffffff;
  }

  .navbar-brand img {
    width: 120px;
  }

 .overv-wrapper {
    text-align: left;
}

  .banner-overlay h1 {
    font-size: 25px;
  }

  .form-holder .form-content {
    padding: 15px 25px;
  }

  .title::after {
    width: auto;
  }

  .gall-wrapp .owl-prev {
    position: static;
  }

  .gall-wrapp .owl-next {
    position: static;
  }

  #aboutus span {
    font-size: 7vw;
  }

  .footer {
    /* margin-bottom: 30px; */
  }

  .footer-form {
    right: 0px;
    left: 0px;
    display: flex;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    background: rgb(0, 0, 0);
    z-index: 3;
  }

  .footer-form button {
    border: none;
    color: rgb(255, 255, 255) !important;
    box-shadow: none !important;
  }

  .invest-list {
    padding: 15px;
    background-color: rgb(255, 255, 255);
    margin: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .invest-list p {
    padding: 10px;
    background-color: rgb(255, 255, 255);
    margin: 10px;
    height: auto;
    font-size: 16px;
    text-align: center;
  }

  .invest-list h3 {
    text-align: center;
  }

  .invest-list img {
    width: 50px !important;
  }

  .cafes {
    height: auto;
  }

  .cafe-head {
    font-size: 19px;
    position: static;
    width: auto;
  }

  .table, .loca-table {
    width: 96%;
    margin: 30px auto;
  }

  td {
    font-size: 12px;
  }

  .loca-tr td {
    padding: 0px 15px !important;
    font-size: 15px;
  }
  .price {
    padding: 5px 1px;
  }

  .highlights {
    text-align: center;
  }

  .highlights p {
    width: 100%;
    animation: none;
    margin: auto;
  }

  .highlights span {
    animation: none;
  }

  .gall-wrapp .owl-prev span,
  .gall-wrapp .owl-next span {
    font-size: 25px;
  }


  .dev-logo {
    height: auto;
  }

  .dev-cont
{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 200px;
  border-right: none !important;
}
  .footer-call a {
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-decoration: none;
  }

  .qr-wrapp {
    width: 100%;
  }

.phone-btn-mob {
    border-radius: 35px;
    padding: 0px;
    text-decoration: none;
    border: #ffffff solid 3px;
    z-index: 2;
    position: fixed;
    bottom: 50px;
    left: 18px;
    bottom: 3%;
}





 .phone-btn-mob img {
    width: 34px;
    margin: 0px;
    border-radius: 50%;
}
  .phone-btn-mob span {
    padding: 5px;
    color: rgb(0, 0, 0);
  }

  .phone-btn-mob:hover {
    right: -1.5%;
  }

  .enq-click-mob {
    background-color: #fff;
    color: #2b2b2b;
    position: fixed;
    bottom: 50%;
    right: -53px;
    transform: rotate(90deg);
	
  }

  .broch-click-mob {
    background-color: #000;
    color: #fff;
    position: fixed;
    bottom: 50%;
    left: -64px;
    transform: rotate(90deg);
  }

  .cont-details h3,
.qr-details h3,
#contact p {
  text-align: center;
}
}

#float-btn {
  display: none;
}

.wp {
    position: fixed;
    left: 18px;
    bottom: 11%;
    z-index: 9;
}
.wp img
{
  width: 44px;
}


.loca {
  padding: 25px 25px;
  background-color: #ffffff;
}

.accordion:has(input:checked) {
  border-color: #000;
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.accordion {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: border-color .5s ease;
  background-color: #f1f1f1;
}
.accordion input {
  display: none;
}

.accordion:has(input:checked) .accordion__header {
  color: #000;
  background-color: #dcdcdc;
  border-bottom: 1px solid;
}

.accordion__header {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.5rem;
  color: #666;
  background-color: #ededed;
}

.accordion input:checked ~ .accordion__header:before {
  transform: rotate(270deg) !important;
  background-color: #000;
}
.accordion__header:after, .accordion__header:before {
  content: '';
  position: absolute;
  right: 1.5em;
  width: 2px;
  height: 0.75em;
  background-color: #666;
  transition: all 0.2s;
}

.accordion input:checked ~ .accordion__header:after {
  transform: rotate(270deg) !important;
  background-color: #000;
}

.accordion__header:after {
  transform: rotate(90deg);
}
.accordion__header:after, .accordion__header:before {
  content: '';
  position: absolute;
  right: 1.5em;
  width: 2px;
  height: 0.75em;
  background-color: #666;
  transition: all 0.2s;
}

.accordion input:checked ~ .accordion__content {
  max-height: 1000px;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}