@font-face {
	font-family: "ivyora-display";
	src: url("../fonts/ivyora-display/IvyOraDisplay-Regular.eot");
	src: url("../fonts/ivyora-display/IvyOraDisplay-Regular.woff2")
		format("woff2"),
	  url("../fonts/ivyora-display/IvyOraDisplay-Regular.woff") format("woff"),
	  url("../fonts/ivyora-display/IvyOraDisplay-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: "Avenir";
	src: url("../fonts/Avenir/AvenirLTStd-Book.eot");
	src: url("../fonts/Avenir/AvenirLTStd-Book.woff2") format("woff2"),
	  url("../fonts/Avenir/AvenirLTStd-Book.woff") format("woff"),
	  url("../fonts/Avenir/AvenirLTStd-Book.ttf") format("truetype"),
	  url("../fonts/Avenir/AvenirLTStd-Book.svg") format("svg");
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: "Abygaer";
	src: url("../fonts/abygaer/Abygaer.eot");
	src: url("../fonts/abygaer/Abygaer.woff2") format("woff2"),
	  url("../fonts/abygaer/Abygaer.woff") format("woff"),
	  url("../fonts/abygaer/Abygaer.ttf") format("truetype"),
	  url("../fonts/abygaer/Abygaer.svg") format("svg");
	font-weight: normal;
	font-style: normal;
  }
  
  * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  body {
	font-family: "Avenir", sans-serif;
	color: rgba(0, 0, 0, 0.7);
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	background-color: #f7f5f1;
  }
  .banner-title {
	font-family: "Abygaer", sans-serif;
	color: white;
	font-size: 47px;
	margin-bottom: 0;
	line-height: 40px;
  }
  .title-font {
	font-family: "ivyora-display", sans-serif;
	font-size: 35px;
	color: black;
	line-height: 50px;
	font-weight: 400;
	text-align: center;
  }
  .mobile-title {
	display: none;
  }
  .desktop-title {
	display: block;
  }
  .row-0 {
	margin-left: 0;
	margin-right: 0;
  }
  .col-0 {
	padding-left: 0;
	padding-right: 0;
  }
  .pd-30 {
	padding: 30px 0;
  }
  
  form label.error {
	width: 100% !important;
	padding: 10px 0;
	color: red;
	clear: both;
	margin: 0;
	display: none;
	font-weight: normal;
  }
  
  ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	letter-spacing: 0px;
	color: #9c9c9c;
  }
  
  ::-moz-placeholder {
	/* Firefox 19+ */
	letter-spacing: 0px;
	color: #9c9c9c;
  }
  
  :-ms-input-placeholder {
	/* IE 10+ */
	letter-spacing: 0px;
	color: #9c9c9c;
  }
  
  :-moz-placeholder {
	/* Firefox 18- */
	letter-spacing: 0px;
	color: #9c9c9c;
  }
  
  /* sticky form code */
  .stickyForm {
	position: fixed;
	width: 400px;
	right: 0;
	text-align: center;
	padding: 17px;
	background: rgba(84, 84, 84, 0.81);
	border-radius: 11px 0px 0 11px;
	z-index: 9999;
	bottom: 10%;
	transform: translateY(100%); /* start offscreen (bottom) */
	opacity: 0;
	visibility: hidden;
	transition: transform 0.6s ease, opacity 0.6s ease, visibility 0.6s;
  }
  
  /* Slide in from bottom */
  .stickyForm.active {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
  }
  
  /* Slide out to right */
  .stickyForm.closing {
	transform: translateX(120%);
	opacity: 0;
	visibility: hidden;
  }
  .stickyForm p.close-btn {
	float: right;
	cursor: pointer;
	color: black;
	font-size: 30px;
	margin-bottom: 0;
	line-height: normal;
  }
  
  .stickyForm h3 {
	font-size: 25px;
	margin: 10px;
  }
  form#stickForm {
	width: 90%;
	margin: auto;
  }
  .stickyForm .btn {
	background: rgba(193, 149, 58, 1);
	padding: 10px 30px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: -93px;
	color: #fff;
	height: 40px;
	border-radius: 7px 7px 0 0;
	font-size: 15px;
	cursor: pointer;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	border: 0;
	perspective: 100px;
	outline: 0 !important;
  }
  .stickybtn {
	position: fixed;
	background: rgba(193, 149, 58, 1);
	padding: 10px 30px;
	top: 5%;
	bottom: 0px;
	margin: auto;
	/* left: 57px; */
	color: #fff;
	height: 40px;
	border-radius: 7px 7px 0 0;
	font-size: 15px;
	cursor: pointer;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	border: 0;
	perspective: 100px;
	outline: 0 !important;
	right: -54px;
	z-index: 9;
  }
  
  input#phone {
	/* padding-left: 50px !important; */
  }
  
  /* body .stickyForm * {
	  color: #fff;
  } */
  
  body .stickyForm label {
	width: 100% !important;
  }
  
  body .stickyForm input[type="text"],
  body .stickyForm input[type="email"],
  body .stickyForm input[type="tel"],
  body .stickyForm textarea,
  body .stickyForm .intl-tel-input {
	/* width: 100% !important;
	  border: 0;
	  height: 35px;
	  background: transparent;
	  border-bottom: 1px solid #fff;
	  margin-bottom: 5px; */
  }
  
  .stickyForm [type="submit"] {
	background: #545454d9;
	color: white;
	border: 0;
	padding: 10px 25px;
	border-radius: 2px;
	border: 1px solid #616161;
  }
  
  body .stickyForm ._checkbox {
	margin-bottom: 10px;
  }
  
  body .stickyForm ._checkbox .text {
	text-align: left;
	margin-bottom: 10px;
  }
  
  body .stickyForm ._checkbox label {
	width: 50% !important;
	float: left;
	padding-right: 5px;
  }
  
  body .stickyForm ._checkbox span {
	padding-left: 4px;
	font-size: 13px;
	float: left;
  }
  
  .stickyForm {
	background: white;
  }
  
  .stickyForm ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	letter-spacing: 0px;
	color: rgba(120, 120, 120, 1);
  }
  
  .stickyForm ::-moz-placeholder {
	/* Firefox 19+ */
	letter-spacing: 0px;
	color: rgba(120, 120, 120, 1);
  }
  
  .stickyForm ::-ms-input-placeholder {
	/* IE 10+ */
	letter-spacing: 0px;
	color: rgba(120, 120, 120, 1);
  }
  
  .stickyForm :-moz-placeholder {
	/* Firefox 18- */
	letter-spacing: 0px;
	color: rgba(120, 120, 120, 1);
  }
  
  /* body .stickyForm select {
	  width: 100%;
	  color: #fff;
	  border: 0;
	  background: transparent;
	  border-bottom: 1px solid #fff;
	  height: 40px;
  } */
  
  body .stickyForm .btn-group {
	margin-top: 20px;
  }
  
  body .stickyForm .error {
	margin-bottom: 0 !important;
  }
  
  body .stickyForm label.error {
	padding: 3px 0;
	font-size: 12px;
  }
  
  body .stickyForm [type="submit"] {
	background: rgba(193, 149, 58, 1) !important;
	color: #fff;
	height: 40px !important;
	padding: 0px 30px !important;
	/* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
	border: 1px solid rgba(193, 149, 58, 1);
	border-radius: 25px;
  }
  
  /* end of sticky form code */
  
  .form-section form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  }
  
  .stickyForm .loading {
	top: -29px;
  }
  .mobileno-wrapper {
	background-color: rgba(132, 132, 132, 0.1);
	backdrop-filter: blur(34px);
	-webkit-backdrop-filter: blur(34px);
	padding: 5px 50px 5px;
	width: 100%;
	text-align: right;
  }
  .mobileno-wrapper a {
	color: white !important;
	font-size: 13px;
  }
  .mobileno-wrapper p {
	color: white;
	margin-bottom: 0;
  }
  .menu-wrapper {
	width: 100%;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 20px 30px;
  }
  header {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	/*opacity: 0.4;*/
  }
  .menu_lists {
	display: none;
  }
  .navbar-menu ul {
	display: flex;
	gap: 30px;
	padding: 0px 40px;
	margin: 0 0px;
  }
  
  .navbar-menu ul li {
	list-style: none;
	font-size: 16px;
  }
  
  .navbar-menu ul li a {
	text-decoration: none;
	color: white;
	font-size: 15px;
  }
  
  .auramah-logo img {
	width: 250px;
  }
  
  header.fixed-header {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  }
  header.fixed-header .menu-wrapper {
	background-color: black;
	backdrop-filter: blur(34px);
	-webkit-backdrop-filter: blur(34px);
	opacity: 0.9;
	padding: 0px 30px 10px;
	position: relative;
  }
  header.fixed-header .mobileno-wrapper {
	background-color: black;
	opacity: 0.9;
  }
  .menu_btn.btn11 {
	visibility: hidden;
	opacity: 0;
	display: none;
  }
  a {
	text-decoration: none !important;
  }
  .contactus-btn a {
	background: transparent;
	color: white;
	border: 1px solid white;
	padding: 5px 20px;
	border-radius: 20px;
	font-size: 15px;
  }
  .contactus-btn a:hover {
	color: black;
	background: white;
  }
  .homepage {
	width: 100%;
	margin: auto;
  }
  
  .homepage-banner {
	position: relative;
	background-color: rgba(0, 62, 54, 1);
	/* overflow: hidden; */
  }
  .homepage-banner::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  }
  .homepage-banner img {
	width: 100%;
	height: 100%;
  }
  .homepage-title {
	color: white;
	position: absolute;
	z-index: 1;
	width: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	left: 0;
	right: 0;
  }
  
  .section-gap {
	padding: 50px 0;
  }
  .gallery-wrapper {
	padding: 20px 0;
  }
  .gallery-wrapper h3 {
	color: black;
	margin-bottom: 30px;
  }
  .gallery-slider .owl-item.active.center {
	z-index: 2;
	position: relative;
	transition: all ease-out 0.6s;
  }
  .gallery-slider .owl-item .item {
	transform: scalex(1.8) !important;
	position: relative;
	transition: all ease-out 0.6s;
  }
  .gallery-slider .owl-item.active.center .item {
	transform: none !important;
	transition: all ease-out 0.6s;
  }
  .gallery-slider .active.center a {
	transform: scale(1.2);
	transition: all ease-out 0.6s;
  }
  .gallery-slider .item a {
	transform: scale(0.72);
	display: inline-block;
  }
  .gallery-slider .gallery-wrapper {
	position: relative;
  }
  .gallery-slider .gallery-wrapper a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 62, 54, 1);
	opacity: 0.8;
	z-index: 1;
  }
  .gallery-slider .owl-item.active.center .item a::before {
	content: none;
  }
  .gallery-slider .owl-nav,
  .video-slider .owl-nav,
  .plan-slider .owl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
	margin: 20px 0 0;
	gap: 20px;
	/* min-height: 60px; */
  }
  .gallery-slider .owl-nav img,
  .plan-slider .owl-nav img {
	width: 45px;
  }
  .footer-content h4 {
	font-size: 17px;
  }
  .footer-content p {
	font-size: 13px;
  }
  .footer-content a {
	font-size: 13px;
  }
  .footer-content .span {
	color: rgba(222, 158, 83, 1);
  }
  .location-img {
	margin: 10px 0;
  }
  form#FooterForm {
	width: 70%;
	margin: auto;
  }
  .footer-form h3 {
	color: white;
	margin-bottom: 20px;
	font-size: 30px;
	margin-top: 0;
  }
  .input-box input::placeholder,
  textarea::placeholder,
  select::placeholder {
	color: rgba(120, 120, 120, 1);
	font-size: 15px;
  }
  .input-box input {
	padding: 10px 15px;
	color: rgba(120, 120, 120, 1);
	background-color: white;
	margin-bottom: 10px;
	border-radius: 0px;
	border: 1px solid rgba(120, 120, 120, 1);
	width: 100%;
  }
  form select {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	background: white;
	padding: 10px 15px;
	height: 45px;
	color: rgba(120, 120, 120, 1);
	border: 1px solid rgba(120, 120, 120, 1);
  }
  form option {
	color: rgba(120, 120, 120, 1);
  }
  form textarea {
	border: 1px solid #9d9d9d;
	padding: 16px;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	background: white;
	color: #9d9d9d;
  }
  a.enquiry-btn {
	text-decoration: none;
  }
  .enquiry-btn {
	background-color: rgba(193, 149, 58, 1);
	color: white !important;
	border: 1px solid rgba(193, 149, 58, 1);
	font-size: 15px;
	font-weight: 500;
	padding: 10px 60px;
	text-decoration: none;
	border-radius: 25px;
  }
  .footer-btn {
	background-color: rgba(193, 149, 58, 1);
	color: white !important;
	border: 1px solid rgba(193, 149, 58, 1);
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 25px;
	width: 100%;
  }
  
  .flex-col {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .aboutus-content {
	font-size: 18px;
	margin-left: auto;
  }
  .aboutus {
	position: relative;
  }
  .aboutus-wrapper {
	width: 95%;
	margin: auto;
  }
  #aboutus {
	background-color: rgba(0, 62, 54, 1);
	color: white !important;
	padding: 80px 0;
  }
  .aboutus-img {
	width: 100%;
	margin: auto;
	position: relative;
	overflow: hidden;
  }
  .aboutus-content h3 {
	text-align: left;
	margin: 0;
  }
  .aboutus-img img {
	width: 100%;
	transition: all ease-out 0.6s;
  }
  .aboutus-img img:hover {
	transform: scale(1.1);
	overflow: hidden;
	transition: all ease-out 0.6s;
  }
  .aboutus-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: rgba(250, 244, 237, 0.6);
	margin-bottom: 15px;
  }
  .aboutus-img-wrapper {
	position: relative;
	width: 100%;
	margin: auto;
  }
  .aboutus-img-wrapper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px rgba(189, 144, 53, 1) solid;
	top: -11px;
	right: -13px;
	z-index: 0;
	border-radius: 5px;
  }
  .aboutus-wrapper h3 {
	color: white;
	margin-bottom: 15px;
  }
  .text-tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
	gap: 0 10px;
	width: 100%;
  }
  .text-tag span {
	padding: 5px 20px;
	display: inline-block;
	border: 1px solid white;
	border-radius: 30px;
	margin: 5px 12px;
	font-size: 13px;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background: #38635e;
  }
  .amenitie-img img,
  .location-img img {
	width: 100%;
  }
  .location-img iframe {
	width: 100%;
  }
  .amenities-content p {
	color: rgba(0, 65, 56, 1);
	width: 90%;
	margin: auto;
	text-align: center;
  }
  .amenitie-img img {
	min-height: 170px;
  }
  .amenities-content {
	width: 70%;
	margin: auto;
	padding-bottom: 60px;
  }
  .amenities-box {
	margin-bottom: 10px;
  }
  .amenitie-title {
	margin: 15px 0 30px;
  }
  .amenitie-title p {
	font-size: 16px;
	color: black;
	font-weight: 500;
	text-align: left;
  }
  .amenities-box-wrapper {
	width: 90%;
	margin: auto;
  }
  #facilities {
	padding-top: 0;
  }
  .facilities-img img {
	width: 40px;
  }
  .facilities-content {
	text-align: center;
	min-height: 100px;
	width: auto;
	padding: 10px 40px;
  }
  .facilities-content p {
	font-size: 19px;
	margin: 20px 0;
  }
  
  .facilities-content-wrapper {
	padding: 50px 0;
	width: 80%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
  }
  .enquiry-img {
	position: relative;
	overflow: hidden;
  }
  .enquiry-img img {
	width: 100%;
  }
  .scale-on-scroll {
	transition: transform 2s ease;
	transform: scale(1);
  }
  
  .scale-on-scroll.scaled {
	transform: scale(1.2);
  }
  #enquiry {
	background-image: url("../images/enquiry-bg.png");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0, 65, 56, 1);
  }
  .enquiry-btn {
	background-color: rgba(193, 149, 58, 1);
	color: white !important;
	border: 1px solid rgba(193, 149, 58, 1);
	font-size: 15px;
	font-weight: 500;
	padding: 10px 60px;
	text-decoration: none;
	border-radius: 25px;
  }
  
  .address-wrapper {
	text-align: center;
	background-color: rgba(0, 65, 56, 1);
	width: 70%;
	margin: auto;
	position: relative;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 130px;
	padding: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .address-wrapper h3 {
	font-size: 33px;
	margin: 0;
	line-height: normal;
	color: white;
  }
  .address-wrapper h4 {
	font-size: 18px;
	color: rgba(193, 149, 58, 1);
	font-style: italic;
	margin: 0;
	font-family: "ivyora-display", sans-serif;
  }
  .address-wrapper p {
	color: white;
	width: 70%;
	font-size: 15px;
	margin: 20px auto;
  }
  .address span {
	color: rgba(222, 158, 83, 1);
  }
  
  .prjt-configuration {
	margin-top: -50px;
  }
  .price-table {
	width: 70%;
	margin: auto;
  }
  
  .price-table tr.price-table-title th {
	background-color: rgba(193, 149, 58, 1);
	color: white;
	font-size: 19px;
  }
  .price-table tr.price-table-title th:first-child {
	border-top-left-radius: 5px;
  }
  .price-table tr.price-table-title th:last-child {
	border-top-right-radius: 5px;
  }
  .price-table tr.price-table-last td:first-child {
	border-bottom-left-radius: 5px;
  }
  .price-table tr.price-table-last td:last-child {
	border-bottom-right-radius: 5px;
  }
  .price-table tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	background-color: white;
  }
  .price-table tr th {
	text-align: center;
	padding: 10px;
  }
  .price-table td,
  .price-table th {
	border: 1px solid rgba(0, 0, 0, 0.25);
	width: 25%;
  }
  .price-table tr td {
	color: black;
	text-align: center;
	padding: 12px;
  }
  .price-table tr td a {
	background-color: rgba(0, 65, 56, 1);
	color: white;
	padding: 7px 20px;
	border-radius: 20px;
	text-decoration: none;
	border: 1px solid rgba(0, 65, 56, 1);
  }
  .plan h3 {
	color: white;
  }
  a.plan-btn {
	background-color: rgba(0, 65, 56, 1);
	color: white;
	padding: 7px 20px;
	border-radius: 20px;
	text-decoration: none;
	border: 1px solid rgba(0, 65, 56, 1);
  }
  .plan-btn-wrapper {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .plan-img {
	position: relative;
  }
  .plan-wrapper p {
	color: white;
	text-align: center;
	margin: 10px 0;
  }
  .plan {
	padding: 50px 0;
  }
  .plan-wrapper {
	margin: 30px auto;
	width: 90%;
  }
  .plan-img img {
	width: 100%;
  }
  .video-wrapper {
	position: relative;
  }
  .video-slider .play-btn img {
	width: 40px;
  }
  .video-slider-wrapper h3 {
	margin-bottom: 30px;
  }
  .play-button {
	width: 40px !important;
  }
  .play-button {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	background-color: transparent;
	width: 20px;
	margin: auto;
  }
  .play-btn,
  .pause-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none;
	border: none;
	cursor: pointer;
	z-index: 2;
	font-size: 30px;
	color: white;
	width: 100%;
  }
  
  .pause {
	display: none;
  }
  
  /* Show pause button ONLY when video is playing AND hovered */
  .video-wrapper.is-playing:hover .pause,
  .video.is-playing:hover .pause {
	display: block;
  }
  button.play {
	height: 0;
	width: 0;
	/* margin-left: calc(2 * 0.14 * 2rem); */
	/* margin-left: 17px; */
	background: none;
	border: none;
	border-top: 2rem solid transparent;
	border-bottom: 2rem solid transparent;
	border-left: calc(2rem * 2 * 0.86) solid white;
  }
  button.pause:before,
  button.pause:after {
	content: "";
	position: absolute;
	top: 20px;
	height: 100%;
	width: 10px;
	background: white;
	margin: 0px 3px;
  }
  button.pause {
	position: relative;
	background: none;
	border: none;
	height: 40px;
	width: 17px;
  }
  button.pause:before {
	left: 0;
  }
  button.pause:after {
	right: 0;
  }
  .fake-player {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 7rem;
	padding: 4rem;
	border-radius: 50%;
	filter: drop-shadow(0 0 3.1rem rgba(255, 255, 255, 0.8));
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	left: 0;
	right: 0;
	margin: auto;
  }
  .video-wrapper {
	position: relative;
	width: 80%;
	margin: 30px auto;
  }
  
  .video-wrapper a img {
	width: 100%;
  }
  .video {
	position: relative;
  }
  .video-slider .owl-nav {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 0;
	right: 0;
  }
  .video-slider .owl-nav img {
	width: 40px;
  }
  .video-slider .owl-prev {
	position: absolute;
	left: 50px;
  }
  .video-slider .owl-next {
	position: absolute;
	right: 50px;
  }
  .booksite-wrapper h3 {
	font-size: 30px;
	line-height: normal;
	margin-bottom: 50px;
  }
  .booksite-wrapper {
	padding: 40px 0;
  }
  section#booksite {
	background-image: url("../images/enquiry-bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  }
  /* footer page */
  footer {
	background-color: rgba(2, 42, 36, 1);
	color: white;
	padding: 50px 0 40px;
  }
  
  footer a {
	color: rgba(222, 158, 83, 1) !important;
	text-decoration: none !important;
  }
  
  .footer-wrapper {
	width: 100%;
  }
  .brochure-wrapper a {
	background-color: rgba(193, 149, 58, 1);
	color: white !important;
	border: 1px solid rgba(193, 149, 58, 1);
	font-size: 15px;
	font-weight: 500;
	padding: 12px 40px;
	text-decoration: none;
	border-radius: 25px;
  }
  .brochure-wrapper {
	padding: 30px 0;
	text-align: center;
  }
  
  .brochure-popup-form,
  .enquiry-popup-form {
	width: 45%;
	z-index: 9 !important;
	min-height: auto;
  }
  .brochure-popup-form .input-box input,
  .enquiry-popup-form .input-box input {
	border: 1px solid #dedede;
	padding: 10px;
	margin-bottom: 10px;
	background: transparent;
  }
  .brochure-popup-form .brochure-btn button,
  .enquiry-popup-form .brochure-btn button {
	height: 45px;
	width: 100%;
  }
  .brochure-popup-form form,
  .enquiry-popup-form {
	padding: 30px;
	padding-top: 20px;
  }
  .brochure-btn button,
  .enquiry-btn button {
	border: 1px solid rgba(0, 65, 56, 1);
	color: white;
	background-color: rgba(0, 65, 56, 1);
	height: 60px;
	width: 100%;
	margin: 10px 0;
	font-size: 17px;
	border-radius: 5px;
  }
  #Enquiry-popup-Form .footer-btn {
	border: 1px solid rgba(0, 65, 56, 1);
	background-color: rgba(0, 65, 56, 1);
  }
  form#Enquiry-popup-Form {
	width: 90%;
	margin: auto;
  }
  .brochure-form,
  .enquiry-form {
	width: 70%;
	margin: auto;
	padding: 30px 0;
  }
  
  .brochure-form input::placeholder,
  .enquiry-form input::placeholder {
	color: black !important;
	font-size: 13px;
  }
  .mobile {
	display: none !important;
  }
  .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
  }
  .mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
  }
  
  .mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
  }
  .mfp-iframe-holder .mfp-close {
	top: 0px;
	right: 0px;
	width: 25px;
	margin: auto;
	padding: 0;
	text-align: center;
  }
  
  .iti-flag {
	background-image: url(../images/flags.png);
  }
  .intl-tel-input.allow-dropdown .selected-flag {
	height: 32px !important;
  }
  #FooterForm .intl-tel-input.allow-dropdown .selected-flag {
	height: 50px !important;
  }
  
  .mfp-title {
	display: none;
  }
  /* padding-bottom and top for image */
  .mfp-no-margins img.mfp-img {
	padding: 0;
  }
  /* position of shadow behind the image */
  .mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
  }
  /* padding for main container */
  .mfp-no-margins .mfp-container {
	padding: 0;
  }
  
  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  
  .mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
  }
  .mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
  }
  
  .mfp-with-zoom.mfp-removing .mfp-container,
  .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
  }
  .cloudzoom-lens + div {
	display: none !important;
  }
  div#page-load-popup {
	width: 50%;
  }
  /* mobile reponsive */
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
  }
  @media only screen and (min-width: 1024px) and (max-width: 1250px) {
	.title-font {
	  font-size: 39px;
	}
	header {
	  padding: 8px 20px;
	}
	.navbar-menu ul {
	  padding: 0 30px;
	  margin: 0 30px;
	}
	.footer-wrapper {
	  width: 70%;
	}
  }
  @media only screen and (min-width: 2000px) {
	.container {
	  width: 1500px;
	  min-width: 1500px;
	}
	.stickyForm {
	  bottom: 30%;
	}
  }
  @media only screen and (min-width: 3000px) {
	.container {
	  width: 2500px;
	  min-width: 2500px;
	}
	.title-font {
	  font-size: 60px;
	}
	p,
	.price-table tr td,
	.navbar-menu ul li a,
	.text-tag span {
	  font-size: 30px !important;
	  line-height: 40px;
	}
	.stickyForm {
	  bottom: 40%;
	}
  }
  @media only screen and (max-width: 1200px) {
	.aboutus-wrapper {
	  width: 100%;
	}
	.amenities-content {
	  width: 90%;
	  padding-bottom: 40px;
	}
	.amenities-box-wrapper {
	  width: 100%;
	}
	.facilities-content-wrapper {
	  padding: 30px 0;
	  width: 100%;
	}
	#facilities {
	  padding: 0 0 10px;
	}
	.address-wrapper {
	  width: 80%;
	  bottom: 170px;
	}
	.address-wrapper p {
	  width: 90%;
	}
	.prjt-configuration {
	  margin-top: -90px;
	}
	.price-table {
	  width: 80%;
	  margin: auto;
	}
  }
  
  @media only screen and (max-width: 1024px) {
	ul.sub-menu {
	  position: relative;
	  top: 0px;
	  background: white;
	  left: 0px;
	  padding: 0;
	  display: none;
	}
	/* .navbar-menu li.gallery-main-menu:hover ul.sub-menu{
	  display: block;
  } */
	ul.sub-menu {
	  display: none;
	}
	ul.sub-menu li {
	  padding: 0px;
	  list-style: none;
	}
	ul.sub-menu li a {
	  margin: 0px;
	}
	ul.sub-menu li:first-of-type {
	  border-bottom: none;
	}
	.container {
	  width: 100%;
	}
	.navbar-menu ul {
	  display: flex;
	  gap: 50px;
	  padding: 0 20px;
	  margin: 0 20px;
	}
	.brochure-popup-form,
	.enquiry-popup-form {
	  width: 70%;
	  max-width: 100%;
	}
	.footer-wrapper {
	  width: 70%;
	}
	.banner-title h1 {
	  font-size: 46px;
	}
	.price-table {
	  width: 100%;
	  margin: auto;
	}
  }
  @media only screen and (max-width: 1023px) {
	/* custom codes here */
  
	.title-font {
	  font-size: 35px;
	  text-align: center;
	  line-height: 40px;
	}
	.mobile-title {
	  display: block;
	  margin: 0;
	}
	.section-gap {
	  padding: 0;
	}
  
	/* home page */
	.gallery-slider .owl-nav {
	  margin: 0px;
	}
	.brochure-form,
	.enquiry-form {
	  width: 100%;
	  padding: 0;
	}
  
	/* footer page */
	.footer-wrapper {
	  width: 100%;
	}
	.row-sm-reverse {
	  flex-direction: column-reverse;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
	footer {
	  padding-top: 30px;
	}
  }
  @media only screen and (max-width: 996px) {
  }
  
  @media only screen and (max-width: 992px) {
	.desktop {
	  display: none !important;
	}
	.mobile {
	  display: block !important;
	}
	.contactus-btn {
	  display: none;
	}
	.section-gap {
	  padding: 30px 0;
	}
	.text-tag span {
	  width: 100%;
	  text-align: center;
	}
	button.enquiry-btn.mobile {
	  width: auto;
	  margin: 30px auto;
	}
	.enquiry-img img {
	  height: 50vh;
	  object-fit: cover;
	}
	a.enquiry-btn.mobile {
	  width: auto;
	  margin: 30px auto;
	  text-align: center;
	}
	.footer-btn {
	  margin-top: 10px;
	}
	.price-table tr.price-table-title th:last-child,
	.price-table tr td:last-child {
	  display: none;
	}
	.amenities-slider .owl-nav {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  position: static;
	  margin: 0 0;
	  gap: 20px;
	  /* min-height: 60px; */
	}
	.amenities-slider .owl-nav img {
	  width: 45px;
	}
  }
  @media only screen and (max-width: 991px) {
	.aboutus-wrapper h3 {
	  width: 100%;
	  text-align: center;
	}
	.aboutus-content h4 {
	  font-size: 25px;
	  text-align: center;
	}
	.aboutus-content p {
	  text-align: left;
	}
	.amenities-content h3 {
	  text-align: center;
	}
	.amenities-content {
	  width: 90%;
	  margin: auto;
	  text-align: center;
	}
	.amenities-content p {
	  text-align: center;
	  width: 100%;
	}
  
	.footer-form button#button {
	  width: 100%;
	}
	.stickyForm {
	  bottom: 20%;
	}
  }
  
  @media only screen and (max-width: 768px) {
	/* .homepage-title {
		  position: static;
	  } */
	.mobile-title {
	  display: block;
	}
	.desktop-title {
	  display: none;
	}
	.navbar-menu {
	  display: none;
	}
	.homepage-title h1 {
	  font-size: 32px !important;
	  line-height: 25px;
	}
  
	.mobileno-wrapper p {
	  text-align: center;
	}
	/* Hamburgur menu */
	.menu_btn.btn11 {
	  visibility: visible;
	  opacity: 1;
	  display: block;
	}
	.menu_lists {
	  display: block;
	}
  
	.menu_lists {
	  position: absolute;
	  top: 78px;
	  background-color: black;
	  color: white !important;
	  width: 100%;
	  height: 100vh;
	  z-index: 19;
	  right: 100%;
	  -webkit-transition: 0.35s ease-in-out;
	  -o-transition: 0.35s ease-in-out;
	  transition: 0.35s ease-in-out;
	  opacity: 1;
	}
	.menu_lists.active {
	  right: 0%;
	}
  
	.menu_lists li a {
	  color: white !important;
	}
	.btn11 {
	  position: relative;
	  width: 30px;
	  height: 40px;
	  top: -10px;
	  left: 0px;
	  transition-duration: 0.5s;
	  margin: auto;
	  margin-right: 0;
	}
  
	.btn11 .icon-left {
	  transition-duration: 0.5s;
	  position: absolute;
	  height: 4px;
	  width: 15px;
	  top: 30px;
	  background-color: white;
	}
  
	.btn11 .icon-left:before {
	  transition-duration: 0.5s;
	  position: absolute;
	  width: 15px;
	  height: 4px;
	  background-color: white;
	  content: "";
	  top: -10px;
	}
  
	.btn11 .icon-left:after {
	  transition-duration: 0.5s;
	  position: absolute;
	  width: 15px;
	  height: 4px;
	  background-color: white;
	  content: "";
	  top: 10px;
	}
  
	.btn11 .icon-left:hover {
	  cursor: pointer;
	}
  
	.btn11 .icon-right {
	  transition-duration: 0.5s;
	  position: absolute;
	  height: 4px;
	  width: 15px;
	  top: 30px;
	  background-color: white;
	  left: 15px;
	}
  
	.btn11 .icon-right:before {
	  transition-duration: 0.5s;
	  position: absolute;
	  width: 15px;
	  height: 4px;
	  background-color: white;
	  content: "";
	  top: -10px;
	}
  
	.btn11 .icon-right:after {
	  transition-duration: 0.5s;
	  position: absolute;
	  width: 15px;
	  height: 4px;
	  background-color: white;
	  content: "";
	  top: 10px;
	}
  
	.btn11.open .icon-left {
	  transition-duration: 0.5s;
	  background: 0 0;
	}
  
	.btn11.open .icon-left:before {
	  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
	}
  
	.btn11.open .icon-left:after {
	  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
	}
  
	.btn11.open .icon-right {
	  transition-duration: 0.5s;
	  background: 0 0;
	}
  
	.btn11.open .icon-right:before {
	  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
	}
  
	.btn11.open .icon-right:after {
	  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
	}
  
	.btn11:hover {
	  cursor: pointer;
	}
	.auramah-logo {
	  /* padding-left: 35px; */
	  text-align: center;
	}
	ul.custom_class {
	  padding: 0;
	  display: flex;
	  flex-direction: column;
	  align-items: unset !important;
	  padding: 15px 0;
	  margin: 0;
	  color: white;
	  background: black;
	  opacity: 0.8;
	}
	ul.custom_class li a {
	  color: white;
	}
  
	.menu_lists li a {
	  text-decoration: none;
	  color: black;
	  display: block;
	  margin: 10px 0;
	  padding-left: 35px;
	  font-size: 16px;
	}
	header.fixed-header .menu-wrapper {
	  opacity: 1;
	}
	.mb-mt-110 {
	  margin-top: 110px;
	}
	/* custom codes */
  
	#aboutus {
	  padding: 30px 0;
	}
	.aboutus-wrapper {
	  width: 100%;
	}
	.text-tag span {
	  margin: 10px 0;
	  width: 100%;
	  text-align: center;
	}
	.aboutus-wrapper h3 {
	  text-align: left;
	  padding-bottom: 0px;
	}
  
	.aboutus-content {
	  width: 100%;
	  margin: auto;
	}
	.aboutus-img {
	  width: 95%;
	  margin: auto;
	}
	.aboutus-img-wrapper:before {
	  width: 95%;
	  height: 100%;
	  top: -7px;
	  right: 0px;
	}
	.text-tag {
	  margin-top: 10px;
	}
  
	.amenities-content {
	  width: 100%;
	  margin: auto;
	  text-align: center;
	  padding-bottom: 30px;
	}
	.amenities-content h3 {
	  text-align: center;
	  margin: 10px 0;
	}
	.amenities-content p {
	  width: 100%;
	}
	.facilities-content-wrapper {
	  padding: 10px;
	  width: 100%;
	  gap: 5px;
	}
	.facilities-content {
	  padding: 0;
	  width: 49%;
	  text-align: left;
	  min-height: 130px;
	}
	.address-wrapper h3 {
	  font-size: 29px;
	}
	.address-wrapper {
	  width: 100%;
	  padding: 30px 20px;
	  position: static;
	  box-shadow: none;
	}
	.prjt-configuration {
	  margin-top: 0;
	}
	#enquiry {
	  background-image: none;
	}
	.address-wrapper p {
	  width: 100%;
	}
  
	.price-table {
	  width: 100%;
	}
	.price-table tr td {
	  padding: 10px 5px;
	}
	.price-table tr td a {
	  font-size: 10px;
	  padding: 7px 7px;
	}
	.plan {
	  padding: 30px 0;
	}
  
	.gallery-slider .owl-nav img {
	  width: 40px;
	}
  
	footer {
	  padding: 30px 0 20px;
	}
	form#FooterForm {
	  width: 100%;
	  margin: auto;
	}
	form#FooterForm {
	  width: 90%;
	}
	.video-slider .owl-prev {
	  left: 20px;
	}
	.video-slider .owl-next {
	  right: 20px;
	}
	section#booksite {
	  background-image: url("../images/booksite-bg.png");
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	}
	div#page-load-popup {
	  width: 100%;
	  min-width: 100%;
	}
	.brochure-popup-form,
	.enquiry-popup-form {
	  width: 100%;
	}
  }
  @media only screen and (min-width: 480px) and (max-width: 1022px) {
	.brochure-form,
	.enquiry-form {
	  width: 80%;
	}
  }
  @media only screen and (max-width: 580px) {
	.brochure-popup-form .brochure-btn button,
	.enquiry-popup-form .enquiry-btn button {
	  margin-top: 20px;
	}
  }
  
  @media only screen and (max-width: 479px) {
	.section-gap {
	  padding: 20px 0;
	}
	.banner-title h1 {
	  font-size: 22px;
	}
	.booksite-wrapper h3 {
	  font-size: 24px;
	}
	h4,
	h3 {
	  font-size: 17px;
	}
	.title-font {
	  font-size: 30px;
	  text-align: center;
	  line-height: 40px;
	  margin-bottom: 20px;
	}
	.brochure-popup-form form,
	.enquiry-popup-form form {
	  padding: 0px;
	}
	.amenities-slider .owl-nav {
	  justify-content: end;
	}
	.mobileno-wrapper {
	  text-align: center;
	}
	.stickyForm {
	  width: 100%;
	  border-radius: 0;
	}
  }
  @media only screen and (max-width: 360px) {
  }