@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
* {
  -webkit-tap-highlight-color: transparent;
}
html {
  font-size: 62.5%;
  font-size: 16px;
  font-family: Inter, sans-serif;
}
body,
html {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-display: swap;
  overflow-x: hidden;
}
body {
  color: #000;
}
* {
  -webkit-tap-highlight-color: transparent !important;
}
*,
:after,
:before {
  box-sizing: border-box;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0;
  z-index: 8;
  transition: all 0.6s ease-in-out;
}
header.active {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 5;
}
header .upper .number-wrapper {
  margin-right: 20px;
  margin-top: 10px;
}
header .upper .ctc-wrapper {
  margin-right: 20px;
}
header .upper .enq-btn-wrapper a {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  background-color: #6b6b6b;
  text-transform: uppercase;
  line-height: 40px;
}
header .lower .nav-links {
  text-align: right;
}
header .lower .nav-links a {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  color: #000;
  position: relative;
  font-size: 16px;
  transition: all 0.6s ease-in-out;
}
header.active .lower .nav-links a {
  margin-top: 20px;
}
header .lower .nav-links a.active {
  color: #7e4b2c;
}
header.active .lower .nav-links a:last-child {
  transition: all 0.6s ease-in-out;
  margin-top: 10px;
}
header .lower .nav-links a:last-child {
  margin: 0;
  color: #fff;
}
header .form-container {
  position: absolute;
  width: 300px;
  top: calc(100% + 10px);
  right: 15px;
  background-color: #efece7;
  padding: 10px;
  display: none;
}
header .form-container .frmclose {
  display: none;
}
header .form-container .thankyou {
  margin-bottom: 10px;
}
.call-icon svg {
  width: 20px;
  height: 20px;
  position: relative;
  right: 2px;
  top: 4px;
}
.eq-height-row {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.menu-icon-mobile {
  display: none;
}
a,
a:focus,
a:hover {
  text-decoration: none !important;
}
p,
ul {
  padding: 0;
  margin: 0;
}
ul {
  padding-inline-start: 20px;
}
dd,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
  padding: 0;
  margin: 0;
}
.container,
.m-auto {
  margin: 0 auto;
}
.container {
  max-width: 1200px;
  padding: 0 15px;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 25px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-italic {
  font-style: italic;
}
.text-light {
  font-weight: 300;
}
.text-reg {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.bg-pink {
  background-color: #f8dfc1;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-full {
  width: 100%;
  height: auto;
}
.col-1 {
  width: 8.3333333333%;
  float: left;
}
.col-2 {
  width: 16.6666666667%;
  float: left;
}
.col-3 {
  width: 25%;
  float: left;
}
.col-4 {
  width: 33.3333333333%;
  float: left;
}
.col-5 {
  width: 41.6666666667%;
  float: left;
}
.col-6 {
  width: 50%;
  float: left;
}
.col-7 {
  width: 58.3333333333%;
  float: left;
}
.col-8 {
  width: 66.6666666667%;
  float: left;
}
.col-9 {
  width: 75%;
  float: left;
}
.col-10 {
  width: 83.3333333333%;
  float: left;
}
.col-11 {
  width: 91.6666666667%;
  float: left;
}
.col-12 {
  width: 100%;
  float: left;
}
.col-12-5 {
  width: 20%;
}
.col-12-5,
.w30,
.w70,
section {
  float: left;
}
section {
  width: 100%;
}
.padding {
  padding: 45px 0;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-fix {
  position: fixed;
}
.bottom {
  bottom: 0;
}
.top {
  top: 0;
}
.left {
  left: 0;
}
.right {
  right: 0;
}
.visible-md,
.visible-xs {
  display: none !important;
}
.hidden-md,
.hidden-xs {
  display: block;
}
.disptable {
  display: table;
  height: 100%;
}
.dispblock {
  display: block;
}
.disInBlock {
  display: inline-block;
}
.table-cell {
  display: table-cell;
}
.table-cell,
.vert-middle {
  vertical-align: middle;
}
.dis-flex {
  display: flex;
  align-items: center;
}
.row:after,
.row:before {
  display: table;
  content: " ";
}
.clearfix,
.row:after {
  clear: both;
}
@media (max-width: 1024px) {
  header.header-bg {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
  header.active .lower .nav-links a {
    margin-top: 20px;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1030px) {
  .padding {
    padding: 40px 0;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-12-5,
  .w30,
  .w70 {
    float: left;
  }
}

@media screen and (max-width: 992px) {
  .padding {
    padding: 40px 0;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-12-5,
  .w30,
  .w70 {
    float: left;
  }
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .text-centerm {
    text-align: center;
  }
  .menu-icon-mobile {
    display: block;
    width: 50px;
    padding: 14px 10px 4px 8px;
    background-color: none;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 10px;
    height: 40px;
  }
  .menu-icon-mobile.active {
    top: 8px;
  }
  .menu-icon-mobile > span {
    display: block;
    height: 2px;
    width: 100%;
    margin-bottom: 6px;
    background-color: #000;
  }
  .menu-icon-mobile.active > span:first-child {
    transform: rotate(45deg);
  }
  .menu-icon-mobile.active > span:nth-child(2) {
    transform: rotate(135deg);
    position: relative;
    top: -8px;
  }
  .menu-icon-mobile.active > span:nth-child(3) {
    display: none;
  }
  header {
    padding: 10px 0;
  }
  header .nav-links a.call-us {
    display: none !important;
  }
  header .nav-links {
    display: none;
    position: fixed;
    top: 69px;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 7;
  }
  header .nav-links a {
    display: block !important;
    text-align: center;
    line-height: 40px !important;
    color: #fff;
    margin-top: 0;
    margin-right: 0;
  }
  header .lower .nav-links a:last-child {
    margin-right: 0;
  }
  header .lower .nav-links a {
    margin-right: 0;
    color: #000;
  }
  header .upper .enq-btn-wrapper {
    margin-right: 50px;
    margin-top: 15px;
  }
  header .upper .ctc-wrapper {
    margin-right: 5px;
  }
  header .upper .number-wrapper {
    margin-right: 15px;
    margin-top: 25px;
  }
  header .brand-logo {
    display: block;
  }
  header .brand-logo img {
    /*width: 150px;*/
    width: 105px;
    margin-top:1%;
  }
  #know-more {
    display: none;
  }
}
@media (max-width: 640px) {
  header {
    padding: 5px 0;
  }
  header .nav-links {
    top: 55px;
  }
  .menu-icon-mobile {
    top: 0px;
    right: 0;
  }
  .menu-icon-mobile > span {
    width: 80%;
  }
}
.revealOnScroll {
  opacity: 0;
}
.animated {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}
@keyframes a {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: a;
}
@keyframes b {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: b;
}
@keyframes c {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: c;
}
@keyframes d {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: d;
}
.fadeIn {
  animation-name: g;
}
@media only screen and (min-width: 1024px) and (max-width: 1292px) {
  header .lower .nav-links a {
    margin-right: 4px;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .w100mob {
    width: 100%;
  }
}
.hide {
  display: none;
}
.pd-10 {
  padding: 10px;
}
.mg-bt-10 {
  margin-bottom: 10px;
}
.mg-bt-20 {
  margin-bottom: 20px;
}
.mg-bt-30 {
  margin-bottom: 30px;
}
.mg-tp-10 {
  margin-top: 10px;
}
.mg-tp-15 {
  margin-top: 15px;
}
.mg-tp-20 {
  margin-top: 20px;
}
.mg-tp-30 {
  margin-top: 30px;
}
.mg-tp-40 {
  margin-top: 40px;
}
.mg-tp-50,
.mg-tp-60,
.mg-tp-70 {
  margin-top: 50px;
}
.mg-rt-10 {
  margin-right: 10px;
}
.mg-rt-20 {
  margin-right: 20px;
}
.mg-rt-30 {
  margin-right: 30px;
}
.mg-lt-10 {
  margin-left: 10px;
}
.text-faint {
  color: #ffe8b5 !important;
}
.cursorPointer {
  cursor: pointer;
}
.align-center {
  display: flex;
  align-items: center;
}
.playfair {
  font-family: Playfair Display, serif;
}
.sec-title {
  color: #502b13;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.6px;
}
.sec-head {
  color: #502b13;
  font-size: 42px;
  line-height: 52px;
  font-family: Playfair Display, serif;
  display: inline-block;
  font-weight: 400;
}
@media (max-width: 992px) {
  .sec-head {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 330px) {
  .sec-head {
    line-height: 32px;
  }
}
.sec-head span {
  font-size: 52px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .sec-head span {
    font-size: 42px;
    line-height: 48px;
  }
}
.sec-subhead {
  font-size: 34px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .sec-subhead {
    font-size: 22px;
    line-height: 30px;
  }
}
.sec-subdesc {
  font-size: 72px;
  line-height: 86px;
  font-weight: 600;
  color: #502b13;
  font-family: Playfair Display, serif;
  display: flex;
  align-items: end;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .sec-subdesc {
    font-size: 30px;
    line-height: 35px;
    padding-top: 10px;
  }
  .sec-subdesc .r-svg {
    width: 40px;
  }
}
.ima {
  color: #000;
  font-size: 34px;
  line-height: 45px !important;
  font-weight: 600;
  font-family: Playfair Display, serif;
  margin-top: 40px;
  margin-bottom: 30px;
}
.ima,
.sec-desc {
  line-height: 30px;
}
.sec-desc {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .sec-desc {
    font-size: 14px;
    line-height: 18px;
  }
}
.enquire-button-anim {
  margin-top: 50px;
  display: inline-block;
  overflow-x: hidden !important;
  color: #fff;
  text-transform: uppercase;
  width: 140px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #fff;
  height: 33px;
}
.enquire-button-anim .text1 {
  display: inline-block;
  white-space: nowrap;
  font-weight: 600;
  transform: translateX(-15px);
  transition: transform 0.3s ease-in-out;
}
.enquire-button-anim .text1 .arrow-1 {
  transform: translateX(10px);
}
.enquire-button-anim .text1 .arrow-1,
.enquire-button-anim .text1 .arrow-2 {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  vertical-align: 0;
  font-size: 20px;
}
.enquire-button-anim .text1 .arrow-2 {
  transform: translateX(-40px);
}
.enquire-button-anim:hover {
  border-bottom: 2px solid #fff;
  transition: transform 0.3s ease-in-out;
}
.enquire-button-anim:hover .text1 {
  transform: translateX(20px);
  transition: transform 0.3s ease-in-out;
}
.enquire-button-anim:hover .text1 .arrow-1 {
  transform: translateX(40px);
  transition: transform 0.3s ease-in-out;
}
.enquire-button-anim:hover .text1 .arrow-2 {
  transform: translateX(-20px);
  transition: transform 0.3s ease-in-out;
}
.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #000;
  }
  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);
  }
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #000;
  }
  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);
  }
}
.white-btn {
  padding: 8px 20px;
  background: #ae7e4a;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 11px transparent;
  color: #fff;
  cursor: pointer;
  width: auto;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding-left: 10px;
}
.white-btn img {
  position: absolute;
  left: -8px;
  max-width: 100%;
  height: auto;
  width: 60px;
  top: -8px;
}
.white-btn span {
  margin-left: 20px;
}
.submit-btn {
  background-image: url(../images/animbtn.webp);
  cursor: pointer;
  width: 100px;
  height: 75px;
  font-size: 17px;
  font-weight: 600;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  background-color: unset;
  background-position-x: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.img-desc,
.text-white {
  color: #fff;
}
.img-desc {
  font-size: 9px;
  padding: 0 3px;
  position: absolute;
  bottom: 50px;
  left: -30px;
  transform: rotate(-90deg);
}
@media (min-width: 992px) {
  .mgtpdesk {
    margin-top: 30px;
  }
}
.cont {
  margin-top: 40px;
}
.form-wrap {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #f0c687;
  border-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.8784313725);
  padding: 1.875rem 2.438rem;
  width: 33.625rem;
  height: auto;
  margin-top: -40px;
}
@media (max-width: 992px) {
  .form-wrap {
    width: 97%;
    padding: 1.875rem 1rem;
    margin: 0 auto;
  }
}
.form-wrap .cont-head {
  font-size: 2.125rem;
  line-height: 2.5rem;
  color: #252525;
  font-weight: 700;
}
.form-wrap .cont-desc {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 500;
  color: #252525;
  text-align: center;
}
.form-wrap .contact-form {
  margin-top: 1.625rem;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .form-wrap .contact-form {
    width: 320px;
    padding-right: 10px;
  }
}
.form-wrap .contact-form select {
  color: #373737;
  font-weight: 400;
}
.form-wrap .contact-form .half {
  width: 13.875rem;
  margin-bottom: 0.75rem;
}
.form-wrap .contact-form .full,
.form-wrap .contact-form .half {
  border: 2px solid #f0c687;
  border-radius: 40px;
  height: 3.125rem;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  background-color: #fff;
}
.form-wrap .contact-form .full {
  width: 27.75rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .form-wrap .contact-form .full {
    width: 100%;
  }
}
.form-wrap .contact-form .submit {
  width: 6.75rem;
  height: 3.125rem;
  border-radius: 26px;
  border: none;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.313rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 1.25rem;
}
.form-wrap .contact-form label {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  left: 15px;
}
.black_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.white_content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  padding: 16px;
  z-index: 10;
}
@media (max-width: 767px) {
  .white_content {
    min-width: 100%;
  }
}
.white_content .closebtn {
  position: absolute;
  top: -10%;
  left: 92%;
}
@media (max-width: 992px) {
  .white_content .closebtn {
    left: 84%;
    top: 0;
  }
}
.white_content .closebtn img {
  width: 50px;
}
.logo-mob {
  margin: 0 auto;
  margin-bottom: 20px;
}
.btnbox {
  display: flex;
  position: relative;
  width: fit-content;
  cursor: pointer;
  animation: 3s e infinite;
  animation-delay: 2s;
  transition: all 0.7s linear;
  filter: none;
}
@media (max-width: 992px) {
  .btnbox {
    margin: 0 auto;
  }
}
@keyframes e {
  0% {
    filter: drop-shadow(#f0c687 0 0 0);
  }
  50% {
    filter: drop-shadow(#f0c687 0 0 10px);
  }
  to {
    filter: drop-shadow(#f0c687 0 0 0);
  }
}
.btnbox .center {
  width: 0;
  transition: all 0.7s linear;
  animation: 3s forwards f;
  animation-delay: 0.5s;
  overflow: hidden;
}
.btnbox .center .centertxt {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: all 0.7s linear;
  animation: 1s forwards g;
  animation-delay: 1.8s;
}
@media (max-width: 992px) {
  .btnbox .center .centertxt {
    font-size: 11px;
    line-height: 15px;
  }
}
@keyframes f {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes g {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sticky-btn {
  transform: rotate(-90deg);
  text-transform: uppercase;
  top: 67%;
  z-index: 5;
  padding: 16px 17px;
  border-radius: 34px;
  cursor: pointer;
  position: fixed;
  right: -207px;
  transform-origin: left top;
}
.btnbox2 {
  animation: 3s h infinite;
}
@keyframes h {
  0% {
    filter: drop-shadow(#f0c687 0 0 0);
  }
  50% {
    filter: drop-shadow(#3b1b04 5px 5px 10px);
  }
  to {
    filter: drop-shadow(#f0c687 0 0 0);
  }
}
.centertxt1 {
  display: none;
}
.lastrow {
  margin-top: 60px;
}
.bxcont {
  color: #502b13;
  font-size: 32px;
  line-height: 46px;
  font-family: Playfair Display, serif;
  margin-top: 30px;
}
.bxcont span {
  font-size: 42px;
  font-weight: 600;
}
.banner {
  background-image: url(../../assets/images/banner.webp);
  height: 700px;
  background-size: 100% 100%;
  background-position: 100%;
}
@media screen and (min-height: 760px) {
  .banner {
    height: 100vh;
  }
}
@media screen and (min-width: 993px) and (max-width: 1030px) {
  .banner {
    height: 760px;
  }
}
@media (max-width: 992px) {
  .banner {
    background-image: url(../../assets/images/banner-mob.webp);
    height: 100vh;
  }
}
@media (min-width: 1440px) and (min-height: 850px) {
  .banner {
    height: 100vh;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .banner {
    height: 100vh;
  }
}
.banner .h100 {
  height: 100%;
}
.banner .logo {
  position: absolute;
  top: 10vh;
  left: 12vh;
}
@media screen and (min-width: 993px) and (max-width: 1030px) {
  .banner .logo {
    top: 5vh;
  }
}
.banner .flbtm {
  display: flex;
  height: 100%;
  align-items: end;
  justify-content: center;
}
@media (max-width: 992px) {
  .banner .flbtm {
    position: absolute;
  }
}
.banner .people {
  position: absolute;
  bottom: 0;
  right: 55px;
}
@media screen and (min-width: 993px) and (max-width: 1030px) {
  .banner .people {
    right: -45px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1399px) {
  .banner .people {
    width: 700px;
    right: 30px;
  }
}
@media (max-width: 992px) {
  .banner .people {
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .banner .people {
    width: 70%;
  }
}
.banner .building {
  animation-duration: 5s;
}
@media (max-width: 992px) {
  .banner .building {
    width: 500px;
    left: -30px;
    position: absolute;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .banner .building {
    width: 890px;
    left: -10px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1399px) {
  .banner .building {
    width: 1000px;
    margin-right: -200px;
  }
}
.banner .banner-content {
  position: absolute;
  top: 10vh;
  animation-duration: 5s;
}
@media screen and (min-width: 993px) and (max-width: 1030px) {
  .banner .banner-content {
    top: 4vh;
    right: 3vh;
  }
}
@media (max-width: 992px) {
  .banner .banner-content {
    text-align: center;
    position: unset;
    margin-top: 60px;
  }
}
.banner .banner-content .banner-head {
  color: #efe1bb;
  font-size: 46px;
  line-height: 55px;
  font-family: Playfair Display, serif;
}
@media (max-width: 992px) {
  .banner .banner-content .banner-head {
    font-size: 31px;
    line-height: 36px;
  }
}
.banner .banner-content .banner-subhead {
  color: #efe1bb;
  font-size: 46px;
  line-height: 55px;
  margin-left: 62px;
  font-family: Playfair Display, serif;
}
@media (max-width: 992px) {
  .banner .banner-content .banner-subhead {
    font-size: 31px;
    line-height: 36px;
    margin-left: 0;
  }
}
.banner .banner-content .banner-desc {
  font-size: 56px;
  line-height: 87px;
  font-weight: 700;
  color: #efe1bb;
  font-family: Playfair Display, serif;
}
@media (max-width: 992px) {
  .banner .banner-content .banner-desc {
    font-size: 34px;
    line-height: 57px;
  }
}
.sec2 {
  background-size: 100% 100%;
}
.sec2-bg {
  background-image: url(../images/sec2bg.webp);
}
.natrajbg {
  position: absolute;
  right: -150px;
  animation: k 25s linear infinite;
  transition: all 0.7s linear;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .natrajbg {
    right: -10px;
    width: 90%;
    top: 20px;
  }
}
.paintbg {
  position: absolute;
  right: 85px;
  top: -75px;
}
@media (max-width: 992px) {
  .paintbg {
    width: 250px;
    top: -35px;
    right: 0;
  }
}
.paintpad {
  z-index: 6;
  position: relative;
  animation: i 10s infinite;
  transition: all 0.7s linear;
}
@keyframes i {
  50% {
    transform: rotate3d(1, 1, 0, 50deg);
  }
  0% {
    transform: rotate3d(1, 1, 0, 0deg);
  }
}
.bx1 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  z-index: 3;
  position: relative;
  margin: 60px 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .bx1 {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .bx1 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .bx1 {
    align-items: flex-start;
  }
}
.bx1r {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .bx1r {
    flex-direction: column;
  }
}
.pathbox {
  margin-top: 90px;
  position: relative;
}
.dline {
  position: absolute;
  top: -120px;
}
.lasttxt {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  z-index: 3;
  position: relative;
}
.lasttxt span {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: Playfair Display, serif;
}
.music {
  position: absolute;
}
.instrument-slider-wrapper {
  margin-top: 30px;
}
.instrument-slider-wrapper .slick-slide {
  transform: scale(0.8);
  transition: all 0.6s ease-in-out;
}
.instrument-slider-wrapper .slick-active {
  transform: scale(1);
}
.instrument-slider-wrapper .instrument-box-wrapper {
  padding: 30px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .instrument-slider-wrapper .instrument-box-wrapper {
    margin: unset;
    padding-bottom: 30px;
  }
}
.instrument-slider-wrapper .instrument-box-wrapper .instrument-content-wrapper {
  margin-top: 40px;
  display: grid;
  justify-content: end;
  padding-right: 55px;
}
@media (max-width: 992px) {
  .instrument-slider-wrapper
    .instrument-box-wrapper
    .instrument-content-wrapper {
    display: block;
    padding-right: 15px;
  }
}
.instrument-slider-wrapper
  .instrument-box-wrapper
  .instrument-content-wrapper
  .inst-content {
  font-size: 30px;
  line-height: 40px;
  color: #502b13;
}
@media (max-width: 992px) {
  .instrument-slider-wrapper
    .instrument-box-wrapper
    .instrument-content-wrapper
    .inst-content {
    font-size: 28px;
    line-height: 40px;
  }
}
.instrument-slider-wrapper
  .instrument-box-wrapper
  .instrument-content-wrapper
  .inst-content
  span {
  font-size: 30px;
  font-weight: 600;
}
.instrument-slider-wrapper
  .instrument-box-wrapper
  .instrument-content-wrapper
  .inst-numbering {
  width: 98px;
  margin-bottom: 10px;
}
.instrument-slider-wrapper .inst-right-corner {
  position: absolute;
  top: 10px;
  right: 10px;
}
.inst-img-wrapper {
  height: 313px;
}
.inst-img-wrapper .table-cell img {
  transform: scale(0.8);
}
@media (max-width: 1280px) {
  .inst-img-wrapper .table-cell img {
    transform: scale(0.6);
  }
}
@media (max-width: 992px) {
  .inst-img-wrapper .table-cell img {
    margin-top: -50px;
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .inst-img-wrapper .table-cell img {
    margin-top: unset;
    transform: scale(1);
  }
}
.paintpadbgImg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 250px;
}
.paintpadImg {
  position: relative;
  z-index: 1;
}
.inst-arrows {
  margin-top: 20px;
}
.inst-arrows .inst-arrow {
  margin: 10px;
}
.floor-plan .fpSpecsSliderWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .floor-plan .fpSpecsSliderWrapper {
    flex-direction: column;
  }
}
.floor-plan .fpSpecsSliderWrapper .specInfoSlider2 .slick-track,
.floor-plan .fpSpecsSliderWrapper .specInfoSlider .slick-track {
  transform: translateZ(0) !important;
}
.floor-plan .fpSpecsSliderWrapper .specInfoSlider2 .info,
.floor-plan .fpSpecsSliderWrapper .specInfoSlider .info {
  font-size: 18px;
  line-height: 22px;
  color: rgba(125, 75, 43, 0.6);
  margin-bottom: 40px;
  position: relative;
}
.floor-plan .fpSpecsSliderWrapper .specInfoSlider2 .info:after,
.floor-plan .fpSpecsSliderWrapper .specInfoSlider .info:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 1px;
  background-color: rgba(125, 75, 43, 0.6);
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.floor-plan .fpSpecsSliderWrapper .specInfoSlider2 .info.slick-current,
.floor-plan .fpSpecsSliderWrapper .specInfoSlider .info.slick-current {
  color: #000;
}
.floor-plan .fpSpecsSliderWrapper .specInfoSlider2 .info.slick-current:after,
.floor-plan .fpSpecsSliderWrapper .specInfoSlider .info.slick-current:after {
  background-color: #000;
}
.floor-plan .fpSpecsSliderWrapper .floatingbtn {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.floor-plan .tower-a-arrows,
.floor-plan .tower-b-arrows {
  display: flex !important;
  justify-content: center;
  gap: 0 30px;
}
.tabs-wrapper {
  display: inline-block;
}
.tabs-wrapper .tabs {
  font-size: 18px;
  line-height: 34px;
  padding: 5px 10px;
  color: #371b10;
  position: relative;
  border: 1px solid #371b10;
}
@media (max-width: 767px) {
  .tabs-wrapper .tabs {
    font-size: 14px;
    padding: 5px;
  }
}
.tabs-wrapper .tabs.tab-active {
  color: #fff;
  background-color: #371b10;
}
.tabs-wrapper .tab-dot {
  width: 6px;
  height: 6px;
  background-color: #371b10;
  border-radius: 100%;
  vertical-align: middle;
}
.fp-wrapper {
  background-color: #7e4b2c;
  padding: 50px 10px;
}
.fp-wrapper .plans_img {
  pointer-events: none;
}
.fp-wrapper .plans_img img {
  filter: blur(4px);
}
.scale-up-ver-center {
  animation: j 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes j {
  0% {
    transform: scaleY(0.4);
  }
  to {
    transform: scaleY(1);
  }
}
.location iframe .gm-bundled-control-on-bottom {
  visibility: none !important;
}
.location .location-advantages-wrapper .sec-head {
  margin: 30px 0;
  text-align: center !important;
  display: block;
}
@media (max-width: 767px) {
  .location .location-advantages-wrapper .sec-head {
    margin: 20px 0 0;
  }
}
.location .location-advantages-wrapper .slider-center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .location .location-advantages-wrapper .slider-center-content {
    flex-direction: column;
  }
}
.location .location-advantages-wrapper .center-image-wrapper {
  margin: -30px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 585px;
}
@media (max-width: 1024px) {
  .location .location-advantages-wrapper .center-image-wrapper {
    margin: 150px auto;
    scale: 1.5;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .location .location-advantages-wrapper .center-image-wrapper {
    min-height: 200px;
    margin: unset;
    scale: 0.7;
  }
}
.location
  .location-advantages-wrapper
  .center-image-wrapper
  .circle-animation
  .slick-list {
  overflow: visible;
}
.location
  .location-advantages-wrapper
  .center-image-wrapper
  .circle-animation
  .circle-pos {
  position: absolute;
}
.location
  .location-advantages-wrapper
  .center-image-wrapper
  .circle-animation
  .circle-pos
  .slider-circle {
  transition: all 0.4s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.location
  .location-advantages-wrapper
  .center-image-wrapper
  .circle-animation
  .circle-pos
  .slider-circle:after {
  position: absolute;
  transition: all 0.4s ease-in-out;
  content: "";
  background-image: url(../../assets/images/rotating-circ.svg);
  width: 90px;
  height: 65px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  transform: rotate(45deg);
}
.location
  .location-advantages-wrapper
  .center-image-wrapper
  .circle-animation
  .circle-pos
  .slider-circle
  img {
  transition: all 0.4s ease-in-out;
  scale: 1.2;
}
.location
  .location-advantages-wrapper
  .center-image-wrapper
  .circle-animation
  .circle-0 {
  top: -375px;
  left: 295px;
}
.location
  .location-advantages-wrapper
  .center-image-wrapper
  .circle-animation
  .circle-1 {
  right: 110px;
  top: -280px;
}
.location
  .location-advantages-wrapper
  .center-image-wrapper
  .circle-animation
  .circle-2 {
  bottom: 49px;
  right: 141px;
}
.location
  .location-advantages-wrapper
  .center-image-wrapper
  .circle-animation
  .circle-3 {
  bottom: 38px;
  left: 166px;
}
.location
  .location-advantages-wrapper
  .center-image-wrapper
  .circle-animation
  .circle-4 {
  top: -285px;
  left: 126px;
}
.location
  .location-advantages-wrapper
  .center-image-wrapper
  .circle-animation
  .animate-ball
  .slider-circle:after {
  animation: k 5s infinite linear;
  cursor: pointer;
  width: 100px;
  height: 80px;
}
.location
  .location-advantages-wrapper
  .center-image-wrapper
  .circle-animation
  .animate-ball
  .slider-circle
  img {
  scale: 2;
  opacity: 1;
}
.location .location-advantages-wrapper .location-adv-slider {
  position: relative;
  z-index: 2;
}
.location .location-advantages-wrapper .location-adv-slider .loc-adv-heading {
  font: normal normal 600 22px/32px Inter;
  color: #34120e;
  text-align: left;
  padding-left: 35px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .location .location-advantages-wrapper .location-adv-slider .loc-adv-heading {
    padding: unset;
  }
}
.location
  .location-advantages-wrapper
  .location-adv-slider
  .location-content-wrapper {
  display: grid;
  grid-template-columns: 60% 15% 25%;
  padding: 0 0 0 35px;
  margin: auto;
  text-align: left;
}
@media (max-width: 767px) {
  .location
    .location-advantages-wrapper
    .location-adv-slider
    .location-content-wrapper {
    padding: unset;
  }
}
.location
  .location-advantages-wrapper
  .location-adv-slider
  .location-content-wrapper
  .loc-con-txt {
  font: normal normal normal 14px/28px Inter;
  color: #34120e;
}
.location .location-advantages-wrapper .loc-arrows-wrapper {
  margin-top: 20px;
}
.location
  .location-advantages-wrapper
  .loc-arrows-wrapper
  .slick-arrow.slick-hidden {
  display: block !important;
}
.location .secUL {
  position: relative;
}
.location .secUL:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(125, 75, 43, 0.6);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.location .loc-adv {
  display: none;
}
@media (max-width: 992px) {
  .location .loc-adv {
    display: inline-block;
  }
}
.location .locationIconWrapperCover {
  margin-top: -120px;
}
@media (max-width: 992px) {
  .location .locationIconWrapperCover {
    margin-top: unset;
  }
}
.location .locationIconWrapperCover .locationIconWrapper .locationIconBox {
  margin: auto;
  width: 170px;
  height: 170px;
  background-color: #7e4b2c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px 0;
}
.location
  .locationIconWrapperCover
  .locationIconWrapper
  .locationIconBox
  .info {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
}
.location .locationIconWrapperCover .locationIconMobWrapper {
  position: relative;
}
.location
  .locationIconWrapperCover
  .locationIconMobWrapper
  .locMobSlide
  .locIconMobBox {
  transform: scale(1);
  height: 132px;
  padding: 14px 21px;
  margin: 6px;
  transition: all 0.7s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #7e4b2c;
}
.location
  .locationIconWrapperCover
  .locationIconMobWrapper
  .locMobSlide
  .locIconMobBox
  .icon
  svg {
  width: 34px;
  height: 28px;
}
.location
  .locationIconWrapperCover
  .locationIconMobWrapper
  .locMobSlide
  .locIconMobBox
  .info {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.location
  .locationIconWrapperCover
  .locationIconMobWrapper
  .locMobSliderArrows {
  display: flex !important;
  justify-content: center;
  gap: 0 30px;
}
.flexgrid {
  display: grid;
  grid-template-columns: auto 50%;
}
.theme-btn {
  background-color: #7e4b2c;
  padding: 10px 20px;
  color: #fff;
  min-width: 155px;
  text-align: center;
}
.get-direction {
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
}
.loc-icon-wrapper {
  padding: 20px 10px;
}
.loc-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loc-desc {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
.amenity-slider-wrapper {
  margin-top: 50px;
  gap: 0 30px;
}
.amenity-slider-wrapper .ame-content {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px;
}
@media (max-width: 1024px) {
  .amenity-slider-wrapper .amenities-slider-1 img {
    width: 100%;
  }
  .amenity-slider-wrapper .ame-arrows {
    position: relative;
    z-index: 2;
  }
  .amenity-slider-wrapper .ame-arrows #ame-next,
  .amenity-slider-wrapper .ame-arrows #ame-prev {
    padding: 0 10px;
  }
  .amenity-slider-wrapper .ame-bg-2 {
    margin-bottom: -50px;
  }
  .amenity-slider-wrapper .ame-bg-3 {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .amenity-slider-wrapper .ame-bg-2 {
    margin-bottom: -40px;
  }
  .amenity-slider-wrapper .ame-bg-3 {
    margin-top: -40px;
  }
}
.amenity-content-wrapper {
  padding: 50px 100px;
}
.amenity-content-wrapper .amenities-slider-2 .item {
  cursor: pointer;
}
.amenity-content-wrapper .amenities-slider-2 .item.slick-current .ame-content {
  background-color: #855232;
  color: #fff;
}
.amenity-content-wrapper .amenities-slider-2 .slick-track {
  transform: translateZ(0) !important;
}
.slick-arrow {
  cursor: pointer;
}
/* .gallery-slider-wrapper {
  width: 990px;
  max-width: 100%;
  margin: 30px auto 0;
}
.gallery-slider-wrapper .item {
  margin: 0 10px;
}
.gallery-slider-wrapper #gallery-next,
.gallery-slider-wrapper #gallery-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-slider-wrapper #gallery-prev {
  left: -40px;
}
.gallery-slider-wrapper #gallery-next {
  right: -40px;
}
@media (max-width: 1024px) {
  .gallery-slider-wrapper #gallery-next,
  .gallery-slider-wrapper #gallery-prev {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    right: auto;
  }
  .gallery-slider-wrapper .gallery-arrows {
    margin-top: 30px;
  }
  .gallery-slider-wrapper .item {
    margin: 0;
  }
}
.gallery-wrapper {
  background-color: #7e4b2c;
} */
.about-us {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .about-us {
    padding-bottom: 50px;
  }
}
.about-us .abtLogo {
  margin-bottom: 20px;
}
.about-us .abt_division {
  display: grid;
  grid-template-columns: 58% auto;
  gap: 0 150px;
}
@media (max-width: 1024px) {
  .about-us .abt_division {
    grid-template-columns: 55% auto;
    gap: 0 90px;
  }
}
@media (max-width: 992px) {
  .about-us .abt_division {
    grid-template-columns: auto;
  }
}
.about-us .abt_division .curtainWrapper {
  background-color: #7e4b2c;
  margin-right: 40px;
  position: relative;
}
.about-us .abt_division .curtainWrapper .floatImg {
  position: absolute;
  top: 60%;
  right: -50px;
  transform: translateY(-50%);
}
.about-us .abt_division .curtainWrapper .floatImg img {
  width: 414px;
}
.abt-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 70px;
}
.abt-wrapper .item2 {
  grid-row: 2;
  grid-column: 1;
}
@media (max-width: 992px) {
  .abt-wrapper {
    grid-template-columns: auto;
    margin-bottom: unset;
  }
}
.abt-wrapper .circleImg {
  display: block;
}
@media (max-width: 767px) {
  .abt-wrapper .circleImg {
    width: 45px !important;
  }
}
@media (max-width: 767px) {
  .abt-wrapper .loc-icon {
    width: 25px;
  }
}
.abtImg {
  position: relative;
  z-index: 1;
  margin-bottom: -90px;
}
.marketcont {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .marketcont {
    bottom: 20px;
  }
}
.footer-call-enquire {
  text-align: center;
  padding: 8px;
  position: fixed;
  bottom: 0;
  z-index: 2;
  display: none;
  background-color: #7e4b2c;
}
@media (max-width: 992px) {
  .footer-call-enquire {
    display: block;
  }
}
.footer-div {
  padding: 10px;
  float: left;
  width: 100%;
  padding-top: 0;
  height: 400px;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .footer-div {
    background-image: url(../images/ftrbg-mob.webp) !important;
    height: 750px;
    margin: 0 0 30px;
  }
}
.footer-div .jaingroup {
  width: 300px;
  margin-top: 30px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.footer-div .ftrbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 200px;
}
@media (max-width: 992px) {
  .footer-div .ftrbox {
    flex-direction: column;
    height: auto;
    justify-content: center;
    padding-bottom: 100px;
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .footer-div .col2 {
    margin-top: 60px;
  }
}
.footer-div .ftrtxt {
  color: #efe1bb;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 992px) {
  .footer-div .ftrtxt {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer-div .ctabx {
  color: #efe1bb;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .footer-div .ctabx {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .footer-div .ctabx {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer-div .ctabx .phone {
  color: #efe1bb;
  cursor: pointer;
  margin: 0 15px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .footer-div .ctabx .phone {
    margin: 0 9px;
  }
}
.footer-div .ctabx .phone img {
  width: 18px;
  margin-right: 8px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .footer-div .ctabx .phone img {
    margin-right: 5px;
  }
}
.footer-div .footer-bottom {
  padding: 10px 0 0;
}
@media (max-width: 992px) {
  .footer-div .footer-bottom {
    margin-bottom: 100px;
  }
}
.footer-div .footer-bottom .rera p {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0px;
  text-align: center;
  color: #efe1bb !important;
}
@media (max-width: 992px) {
  .footer-div .footer-bottom .rera p {
    text-align: center;
    line-height: 24px;
  }
}
.footer-div .footer-bottom .rera a {
  color: #efe1bb !important;
}
.footer-div .footer-bottom .marketed p,
.footer-div .footer-bottom .marketed p a {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  text-align: right;
  color: #efe1bb;
}
.ball {
  position: absolute;
  left: 20%;
  top: 17%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 0.75rem #000);
  z-index: 3;
}
.ballbg {
  animation: k 25s linear infinite;
  transition: all 0.7s linear;
}
@media (max-width: 992px) {
  .ballbg {
    margin-left: -55px;
  }
}
.ball {
  animation: k 5s linear infinite;
  transition: all 0.7s linear;
}
@media (max-width: 992px) {
  .ball {
    left: 11%;
  }
}
@keyframes k {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.tnc {
  font-size: 8px;
  line-height: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1px 4px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.tnc.right {
  left: unset;
  right: 0;
}
@media (max-width: 992px) {
  .tnc {
    bottom: 0;
  }
}
.artImp {
  font-size: 8px;
  line-height: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1px 4px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-main,
.minh100 {
  min-height: 100vh;
}
@media (max-width: 767px) {
  .banner-main {
    min-height: unset;
  }
}
.banner-image,
.banner-image-main {
  width: 100%;
}
.banner-arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  .banner-arrows {
    padding: 0 10px;
    top: unset;
    bottom: 20%;
  }
}
.banner-arrow {
  scale: 2;
  cursor: pointer;
}
.hidden-sm {
  display: block !important;
}
@media (max-width: 992px) {
  .hidden-sm {
    display: none !important;
  }
}
.visible-sm {
  display: none !important;
}
@media (max-width: 992px) {
  .visible-sm {
    display: block !important;
  }
}
.fixed-whatsapp-icon {
  position: fixed;
  bottom: 45px;
  z-index: 4;
  right: 10px;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/*# sourceMappingURL=all.css.map */




/*gallery section new css*/

.gallery {
  /* background-color: #ffffff; */
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  min-height: 48vh;
}

.gallery h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  /* font-family: "Roboto", sans-serif; */
  font-size: 38px;
  color: black;
  margin-top: 30px;
}

.gallery-tabs {
  width: 85%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gallery-tabs::-webkit-scrollbar {
  display: none;
}

.gallery-tab {
  cursor: pointer;
  padding: 10px;
  border: none;
  background-color: #cecccc;
  font-family: "Jost", sans-serif;
  width: 50%;
  text-align: center;
  transition: all 0.3s;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  margin-right: 8px;

}

#gallery-tab-fix{
  margin-right: 10px;
}

.gallery-tab:focus,
.gallery-tab.focus {
  background-color: #7e4b2c;
  color: white;
}

.gallery-tab-content {
  display: none;
  transition: opacity 0.5s ease-in-out;
}

.gallery-images {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
  width: 90%;
}

.gallery-mobile-images {
  display: none;
}

.gallery-desktop-images {
  display: block;
}


.gallery-tab-content.active {
  opacity: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));
  gap: 2%;
  width: 95%;
}

.img-container {
  position: relative;
  margin: 5px 0 7%;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 15px;
}

.gallery-tab-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  object-fit: cover;
}

#zoom-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 20px;
  font-size: 24px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px 0 15px 0;
  padding: 2px;
  pointer-events: none;
}

.hidden {
  display: none;
  opacity: 0;
}

.modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 769px) {
  .nov_construction{
    width: 94vw;
    margin-right: 10px;
    
  }
  
  #nov_update{
    font-size: xx-large;
    position: absolute;
    right: 42vw;
    
  }
  

}

@media (max-width: 768px) {

  .gallery-tab-content.active {
    grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
  }
  
  .img-container {
    margin: 0 0 5%;
  }
  
  .gallery-tab {
    font-size: 15px;
    padding: 8px;
    width: 50%;
    margin-right: 7px;
  }
  
  .gallery-mobile-images {
    display: block;
  }
  
  .gallery-desktop-images {
    display: none;
  }
  
  .modal-content {
    width: 95%;
  }
  .nov_construction{
    width: 94vw;
    margin-right: 10px;
  }

  #nov_update{
    font-size: larger;
  }

}
