@font-face {
  font-family: "Qardoos";
  src: url(../fonts/Qardoos-Personal-Use.otf) format("opentype");
}
@font-face {
  font-family: "Futura";
  src: url(../fonts/FutuLt.ttf) format("truetype");
}
@font-face {
  font-family: "FuturaMedium";
  src: url(../fonts/Futura-Md-BT-Medium.ttf) format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:hover,
*:focus,
*:visited {
  outline: 0;
}
html
{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  overflow-x:hidden;
  scroll-behavior:smooth;
}
body {
  margin: 0 auto;
  font-family: "Futura";
  font-weight: 400;
  color: #2a2a2a;
  font-size: 16px;
  background-color: #fff;
}
.clearfix {
  clear: both;
}
.dHide {
  display: none!important;
}
.hiddenField{
  display:none;
}
.mHide
{
  display: block!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  display: block;
}
h1 {
  font-size: 40px;
  color: #125395;
  font-weight: 400;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 13px;
  text-transform: uppercase;
}
h6 {
  font-size: 10px;
  text-transform: uppercase;
}
p {
  margin: 0;
}
p:last-child {
  margin-bottom: 0;
}
small {
  font-size: 12px;
}
.txtCenter {
  text-align: center;
}
.centerAlign {
  margin: 0px auto !important;
}
.txtLeft {
  text-align: left;
}
.txtJustify {
  text-align: justify;
}
.txtCenterJustify {
  text-align: justify;
  text-align-last: center;
}
.txtUppercase {
  text-transform: uppercase;
}
.w-800 {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #013b7c;
  transition: all 0.2s ease-in-out;
}
a:focus {
  text-decoration: none;
}
a.blueLink {
  color: #013b7c;
}
a,
a:link,
a:hover,
a:active {
  outline: none;
}
.fancybox.a {
  background-color: transparent;
}
img {
  width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  aspect-ratio: attr(width) / attr(height);
}
ul {
  padding: 0;
  list-style: disc inside none;
  margin-bottom: 0;
  padding-left: 0;
}
ol {
  padding: 0;
  list-style: decimal inside none;
  margin-bottom: 20px;
  padding-left: 30px;
}
button {
  border: 0 solid;
}
.btn {
  display: block;
  width: 100%;
  background-color: transparent;
  text-transform: uppercase;
  border: 0 solid;
  padding: 15px 0 13px;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
.btn:focus,
.btn:visited,
.btn:hover {
  transition: all 0.2s;
  outline: 0;
}
.btnPrimary {
  color: #013b7c;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 21px;
}
.btnPrimary:hover {
  color: #013b7c;
  background-color: #fff;
}
.wrapper {
  width: 100%;
  margin: 0;
}
.padding20 {
  padding: 20px;
}
.paddingTop60 {
  padding-top: 60px;
}
.fa-pos {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -30%!important;
  color: #be9f68;
}
.paddingTop {
  padding-top: 50px;
}
.paddingTop20 {
  padding-top: 20px;
}
.paddingBottom {
  padding-bottom: 50px;
}
.paddingTopBottom {
  padding: 60px 0px;
}
.full_width {
  width: 100%;
  margin: 0 auto;
}
.containerAsp {
  width: 1280px;
  max-width: 98%;
  margin: 0 auto;
}
.slick-dots {
  list-style: disc inside none;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.slick-dots li {
  float: left;
  width: 18px;
  margin-left: 12px;
  font-size: 33px !important;
  color: #9c9c9c;
  cursor: pointer;
}
.slick-dots li.slick-active {
  color: #125395;
}
.slick-dots li button {
  display: none !important;
}
.slick-arrow {
  width: 20px;
  position: absolute;
  left: -30px;
  top: 43%;
  cursor: pointer;
}
.sliderNextArrow {
  right: -30px;
  left: auto;
}
.heading
{
  /* color:#000; */
  text-transform:lowercase;
  font-size:55px;
  font-family:Qardoos;
  letter-spacing: 5px;
  text-align:center;
}
.subheading
{
  /* color:#000; */
  text-transform:lowercase;
  font-size:27px;
  font-family:Qardoos;
  margin-bottom:15px;
  letter-spacing: 5px;
  text-align:center;
}
h4.subheading{
  font-size: 20px;
  letter-spacing: 2px;
}
.vbar
{
  position: absolute;
    left: 50%;
    top: -35px;
    transform: translate(-50%,-50%);
    z-index: 99;
}
.vbar img
{
  width: 3px;
    height: 190px;
}
.primaryheadingcolor
{
  color:#be9f68;
}
.white
{
  color:#fff;
}
.black
{
  color:#000;
}
.addressbg
{
  background-color: #e3d3af;
}
.gray
{
  background-color: #fafafa;
}
.pinkcolor
{
  color:#bb9c99;
}
.darkbg
{
  background-color: #511d29;
}
.darkbg2
{
  background-color: #511d29d1;
  z-index: 99999!important;
}
.darktxt
{
  color: #521e2a;
}
.gradientbg
{
  background-image: -webkit-linear-gradient(bottom, #481a24, #511d29);
    background-image: -o-linear-gradient(bottom, #481a24, #511d29);
    background-image: -moz-linear-gradient(bottom, #481a24, #511d29);
    background-image: linear-gradient(to bottom, #481a24, #511d29);
}
/* Header */
.header_main {
  width: 100%;
  max-width: 100%;
  background-color: #4a1521f2;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.header {
  width: 1280px;
  max-width: 98%;
  margin: 0 auto;
}
.logo {
  width: 120px;
  max-width: 100%;
  margin: 0px;
  float: left;
}
.navmenus {
  color: #fff !important;
  font-family: 'Qardoos';
    font-size: 15px;
    text-transform: lowercase;
    letter-spacing: 1px;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 0rem 0rem 0rem 1.1rem;
}
.navbar .navbar-nav .nav-item:not(:last-child) .nav-link::after {
  content: "|";
  padding-left: 1em;
  color:#d5c59d;
}
.navbar-light .navbar-nav .nav-link {
  color: #ffffff!important
}
.navbar-light .navbar-nav .nav-link:hover {
  color:  #ffffff!important
}
.navbar-light .navbar-nav .show>.nav-link {
  color: #ffffff!important
}
.dropdown-item {
  font-family: 'Futura'!important;
  font-size: 0.8rem!important;
  text-transform: uppercase!important;
}
.menus {
  background-color: #310c12eb!important; 
  text-decoration: none;
  opacity: 1;
  padding: 0;
}
.navbar-light .navbar-toggler {
  border: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.margin-center {
  margin: 0 auto;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28204, 169, 99, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-transform-wrapper {
  background-color: #310c12eb!important;
  margin: 0;
  box-shadow: 2px 1px 5px #303031;
  color: #fff !important;
  z-index: 10000;
  position: fixed!important;
  top: 0;
  right: 0;
  left: 0;
  padding: 5px;
}
.company
{
  color:#fff;
  text-align: center;
  font-family: 'FuturaMedium';
}
.company span
{
  color: #E3681B;
    display: block;
    text-align: center;
}
/* Banner */
.banner {
  width: 100%;
  margin-bottom: -10px;
}
.videoBg {
  min-height: 80vh;
}
/**** Intro  **/
.intro
{
  background-color: #fff;
    /* background-image: url(../img/About-bg.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 101%;
    position: relative;
    width: 100%;
    height: 702px;
    margin-top: -8px;
}
.intro.visible
{
  background-image: url(../img/About-bg.jpg);
}
.intro .container p
{
  color:#be9b9b;
  text-align: center;
}
.intro .container
{
  padding: 230px 0px 130px 0px;
}

.iconContainer{
  display: flex;
  justify-content: center;
  gap: 10px 30px;
}

.iconBox{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.iconBox .imgBox{
  width: 40px;
}
/**  Intro Ends Here **/
/**** Indulge  **/
.indulge
{
  position: relative;
  padding-bottom: 30px;
}
.indulge .container {
  padding: 60px 0px 28px 0px;
}
.carousel3d
    {
      width: 100%!important;
      margin: 0px auto;
    }
    .indulge .container .heading
    {
      color:#be9f68;
    }
    .indulge .container .subheading
    {
      color:#fff;
    }
.carousel-3d-slide {
    border: 0px!important;
    background-color: transparent!important;
}
.carousel-3d-container .items {
  margin: 0;
  position: relative;
}
.overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#000;opacity:.7; display: block;}
.carousel-3d-slide.current img
{
  padding:15px;
  border:1px solid #d8ac42;
}
.carousel-3d-slide.current .overlay
{
    opacity: 0;
    display: none;
}
.carousel-3d-controls[data-v-07917306] .prev,.carousel-3d-controls[data-v-07917306] .next{
  background-color: #060606;
  padding: 21px;
  border: 1px solid #6a6464;
}
.carousel-3d-controls[data-v-07917306] .prev span,.carousel-3d-controls[data-v-07917306] .next span{
  color:#fff;
  position:inherit;
  top:0;
  right: 17px;
  font-size: 50px;
  font-family:Futura;
}
.prev[data-v-05517ad0] {
  left: 17%!important;
  text-align: left;
}
.next[data-v-05517ad0] {
  right: 17%!important;
  text-align: right;
}
.carousel-3d-controls[data-v-05517ad0] {
  position: absolute;
  top: 39%!important;
  height: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.carousel-3d-slide.current .title {
  display: block;
}
.carousel-3d-slide .title {
  color: #bb9c99;
    bottom: 0;
    position: absolute;
    padding: 10px;
    min-width: 100%;
    box-sizing: border-box;
    left: 50%;
    right: 50%;
    transform: translate(-50%,100%);
    text-align: center;
    display: none;
    text-transform: inherit;
    font-family: Futura;
    font-size: 15px;
    letter-spacing: 1px;
}
.img-name{
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: #e3d3af;
  padding: 5px 10px;
  color: #151515;
  font-size: 16px;
}
/**  Indulge Ends Here **/
/**  keypoints **/
.gap-row{
  row-gap: 30px
}
.keypoints{
  padding: 3rem 0;
}
.keypoints .heading{
  margin-bottom: 1.2rem;
}

.iconBox.keypointBox .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.iconBox.keypointBox .inner .imgBox{
  margin-bottom: 10px;
}
/**  keypoints Ends Here **/
/*Mobile Pop Form */
.form-mobile
{
    display: none;
}
/* Mobile Pop Form Ends Here*/
.close_frm2
{
	display: none;
}
.close_frm_frm_close1 {
  display: block !important;
}
.close_frm_frm_close1 {
  color: #fff;
  text-align: right;
  top: 2px;
  font-weight: 500;
  font-size: 20px;
  transition: all 0.2s;
  position: absolute;
  right: 9px;
  cursor: pointer;
}
.form-mobile {
  box-shadow: 0 0 9px 0 #00000059;
  width: 300px;
  padding: 25px;
  position: fixed;
  top: 35%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
  background-color: #090e0a;
  box-shadow: 0 0 9px 0 #00000059;
  border: 1px solid #7a4f3f;
}
.form-mobile .form-control {
  padding: 0.35rem 0.35rem;
  font-size: 0.85rem;
}
.form-mobile h3 {
  color: #fff;
  margin-bottom: 15px;
}
.form-mobile .form-control::placeholder {
  color: #000;
  opacity: 1 !important;
}
.form-mobile :-ms-input-placeholder {
  color: #000 !important;
}
.form-mobile ::-ms-input-placeholder {
  color: #000 !important;
}
/** Address  **/
.address
{
  position: relative;
  padding-bottom: 10px;
}
.address .container
{
  padding:53px 0 53px 0;
}
.addressinside {
  width: 1100px;
    max-width: 98%;
    margin: 70px auto 0px auto;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.addressbox {
  flex: 1;
}
.addressbox .addressimage 
{
  text-align: center;
    border: 1px solid #511d29;
    margin-bottom: 20px;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: inset 6px -1px 5px 0px #dccda6, 0.9em 0px 0.6em 0px #dccda6;
}
.addressbox .addressimage img
{
    width: 94px!important;
    height: 78px;
}
.addressbox .addressimage span
{
    color: #511d29;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
}
.addressbox .addresspointers ul 
{
  list-style: none;
  margin-left: 12px;
}
.addressbox .addresspointers ul li
{
  font-size: 15px;
  margin-bottom: 5px
}
.addressbox .addresspointers ul li::before {
  content: "■";
  color: #511d29;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/** Address Ends Here **/
/** Club Here **/
.club 
{
    width: 100%;
    /* background-image: url(../img/club/club-bg.jpg); */
    background-size: 100% 100%;
    position: relative;
}
.club.visible 
{
    width: 100%;
    background-image: url(../img/club/club-bg.jpg);
    background-size: 100% 100%;
    position: relative;
}
.clubcontainer
{
  width: 100%;
    background-size: 100% 100%;
    display: flex;
}
.flex1
{
  flex:1;
}
.flex2
{
  flex:1.5;
}
.clubcontent
{
  background-color: #000000e0;
    width: 45%;
    right: 0;
    padding: 100px 60px;
    flex:1;
}
.clubcontent .heading
{
	color:#be9f68;
}
.clubcontent p
{
	color:#fff;
}
.clubpointers 
{
  margin-top: 30px;
  margin-left: 20px;
}
.plancontainer
{
  padding-top:50px;
}
.clubpointers img
{
  width: 50px!important;
    height: auto;
  margin-right: 10px;
}
.clubpoint 
{
  color:#fff;
  margin-bottom: 10px;
  display: flex;
}
.clubpoint >div
{
  color:#fff;
  width: 150px;
    padding: 10px;
    border-bottom: 1px dotted #747474;
    text-transform: uppercase;
    font-size: 15px;
}
/** Club Ends Here **/
/* Gallery */
.gallery
{
  width: 100%;
    /* background-image: url(../img/bg-strip.jpg); */
    background-size: 100% 100%;
    position: relative;
}
.gallery.visible
{
  background-image: url(../img/bg-strip.jpg);
}
.gallery .container
{
  padding: 56px 0 56px 0;
}
.gallery .heading, .gallery .subheading
{
color:#fff;
} 
.gallerysection
{
  position: relative;
}
.gallerysection .owl-item.near {
  transform: scale(1.5) !important;
}
.gallerysection .owl-item.next {
  transform: scale(5) !important;
}
.gallerysection .owl-item.last {
  transform: scale(0.5) !important;
}
/* Slide Code Ends */
.gallerysection .owl-theme .custom-nav
{
  position:absolute;
  top:40%;
  left:0;
  right:0;
}
.gallerysection .owl-theme .custom-nav .owl-next,.gallerysection .owl-theme .custom-nav .owl-prev
{
  position: absolute;
    color: inherit;
    background: #000;
    border: 1px solid #656462;
    z-index: 100;
    padding: 15px 15px;
}
.owl-theme .owl-nav{margin-top:0}
.gallerysection .owl-theme .custom-nav .owl-prev{
  left:10%;
  -webkit-box-shadow: -1px 1px 33px 0px rgba(145,143,145,1);
  -moz-box-shadow: -1px 1px 33px 0px rgba(145,143,145,1);
  box-shadow: -1px 1px 33px 0px rgba(145,143,145,1);
}
.gallerysection .owl-theme .custom-nav .owl-next{
  right:10%;
  -webkit-box-shadow: -1px 1px 33px 0px rgba(145,143,145,1);
  -moz-box-shadow: -1px 1px 33px 0px rgba(145,143,145,1);
  box-shadow: -1px 1px 33px 0px rgba(145,143,145,1);
}
.overlay1{
  /* background-image: url(../img/img-strip.png); */
  background-repeat: repeat-y;
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:253px;
}
.overlay1.visible 
{
  background-image: url(../img/img-strip.png);
}
.near1 .overlay1
{
  width:253px;
  transform: rotate(180deg);
  z-index: 99;
}
.near2 .overlay1
{
  width:253px;
  left:unset;
  right:0;
  z-index: 99;
}
.owl-item.active.center .overlay1
{
    opacity: 0;
    display: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #000!important;
  color: #FFF;
  text-decoration: none;
}
/* Gallery Ends */
/* Floor Plan*/
.plans
{
  position: relative;
  margin-bottom: 40px;
}
.plans .container
{
  padding: 66px 0 56px 0;
}
.plancontainer
{
  display:flex;
  justify-content: space-evenly;
  gap:20px;
}
.floorplanslider
{
  width: 40%!important;
}
.buttoncontainer
{
    position: relative;
    padding-top: 150px;
}
.buttoncontainer a:hover
{
    text-decoration:none;
}
.buttoncontainer .btnclass
{
  background-color: #511d29;
    display: block;
    color: #aa8a51;
    font-family: 'FuturaMedium';
    padding: 10px 15px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    margin: 20px auto;
    width: 300px;
    text-transform: lowercase;
    text-align: center;
    border-radius: 40px;
    text-transform: uppercase;
}
.buttoncontainer .btnclass2
{
  background-color: #aa8a51;
    display: block;
    color: #511d29;
    font-family: 'FuturaMedium';
    padding: 10px 35px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    margin: 20px auto;
    width: 300px;
    text-transform: lowercase;
    text-align: center;
    border-radius: 40px;
    text-transform: uppercase;
}
.plans .owl-theme .custom-nav2
{
  text-align: left;
    margin-left: 50px;
    margin-top: 150px;
}
.plans .owl-theme .custom-nav2 .owl-next,.plans .owl-theme .custom-nav2 .owl-prev
{
    color: inherit;
    background: #aa8a51;
    border: 0px solid #656462;
    z-index: 100;
    padding: 15px 15px;
}
.plans .owl-theme .owl-nav [class*=owl-]:hover {
  background: #aa8a51!important;
  color: #FFF;
  text-decoration: none;
}
/* Floor Plan ends Here*/
/* Location */
.location
{
  position:relative;
}
.location .container
{
  padding: 66px 0 15px 0;
}
.location iframe
{
  height:600px;
}
/* Footer */
.footer {
  background-color: #511d29;
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    position: relative;
}
.flink
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  float:right;
}
.flink a
{
  padding: 0px 10px;
  border-right: 1px solid #fff;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-weight: 400;
}
.flink a:last-child {
  border: none;
}
.flink a:first-child {
  padding-left: 0 !important;
}
.slinks
{
  display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: #fff;
    width: 200px;
    float: left;
    right: 0px;
    text-align: center;
    margin-left: -15px;
}
.slinks img
{
  width: 40px;
}
.slinks a
{
  color: #b9a4a9;
  text-decoration: none;
}
.slinks a:hover
{
  color: #fff;
  text-decoration: none;
}
/* Footer Ends Here */
/* Enq Form on right */
.slide_form_main1 {
  width: 358px;
    position: fixed;
    top: 23%;
    right: 0;
    z-index: 99999;
    transition: all 1s;
}
.slide_form_main1_out {
  width: 370px;
    position: fixed;
    top: 23%;
    right: -319px;
    z-index: 9999;
    transition: all 1s;
}
.slide_form_btn1 {
  width:51px;
    float: left;
    background-color: #090e0a;
    border-radius: 0px;
    border: 1px solid #7a4f3f;
    border-right: 0;
}
.slide_form_main1 .slide_form_btn1 .crox_frm1 {
  transform: rotate(-180deg);
    display: none;
    padding: 20px 10px;
    letter-spacing: 1px;
    text-transform: lowercase;
    cursor: pointer;
    color: #fff;
    writing-mode: vertical-rl;
    border: 1px solid #7a4f3f;
    font-size: 20px;
    font-family: 'Qardoos';
}
.slide_form_main1_out .slide_form_btn1 .crox_frm1 {
  display: block;
  transition: all 0.8s;
}
.slide_form_main1 .slide_form_btn1 .enq_txt1 {
  padding: 15px;
  color: #fff;
  width: 100%;
  display: block;
  transition: all 0.8s;
  cursor: pointer;
  font-size: 20px;
}
.slide_form_main1_out .slide_form_btn1 .enq_txt1 {
  display: none;
  transition: all 0.8s;
}
.slide_form1 {
  width: 305px;
  float: left;
  background-color: #090e0a;
  box-shadow: 0 0 9px 0 #00000059;
  padding:15px;
  border: 1px solid #7a4f3f;
}
.slide_form1 h3 {
  color: #fff;
  font-size: 18px;
  padding: 0 0 10px;
  /* font-weight: 600; */
  font-family: 'Qardoos';
  text-transform: lowercase;
}
.otpText{
  font-size: 13px;
  color:#949494;
}
.cursorPointer{
  cursor: pointer;
  color: #fff!important;
}
.slide_form1 .form-control {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.25rem;
  font-size: 1rem;
  font-family: 'Qardoos';
  line-height: 1.5;
  color: #949494;
  background-color: transparent;
  background-clip: padding-box;
  border: 0px;
  border-bottom: 1px solid #989697;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: lowercase;
}
.slide_form1 .form-group {
  margin-bottom: 1.3rem;
}
.slide_form1 .form-control:focus {
  color: #949494;
  background-color: transparent;
  border-color: #989697;
  outline: 0;
  box-shadow: 0 0 0 0px #000;
  border: 0px;
  border-bottom: 1px solid #989697;
  border-radius: 0;
}
.slide_form1 .form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}
.slide_form1 .form-control::placeholder {
  color: #949494;
  opacity: 1 !important;
  font-family: 'Qardoos';
  text-transform: lowercase;
}
.slide_form1 :-ms-input-placeholder {
  color: #949494 !important;
}
.slide_form1 ::-ms-input-placeholder {
  color: #949494 !important;
}
.btn1 {
  background-color: #bd9e68;
    border: 1px solid #bd9e68;
    color: #000;
    padding: 7px 20px;
    border-radius:0px;
    font-size: 18px;
    font-family: 'Qardoos';
}
/* Enq form on right Ends Here */
.disclaimer h3 {
  font-size: 25px;
    padding: 13px 50px 0px 50px;
    text-transform: lowercase;
    font-weight: 700;
    font-family: 'Qardoos';
}
.disclaimer p {
  font-size: 16px;
    padding: 8px 50px 10px 50px;
    color: #000;
    font-family: Futura;
}
/* OTP modal Box*/
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #090e0a;
  background-clip: padding-box;
  border: 1px solid #7a4f3f;
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #7a4f3f3d;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-title {
  margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    font-family: Futura;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #090e0a;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  color: #fff;
}
.intro button
{
  background-color: #be9e68;
    margin: 0px auto;
    display: block;
    color: #4f1d28;
    text-transform: uppercase;
    font-family: FuturaMedium;
    /* font-weight: 600; */
    font-size: 16px;
    /* width: 100%; */
    padding: 5px 50px;
    border-radius: 25px;
    margin-top: 40px;
}
.indulge .indulgeenqbtn
{
  background-color: #be9e68;
  color: #4f1d28;
    margin: 0px auto;
    display: block;
    text-transform: uppercase;
    font-family: FuturaMedium;
    font-size: 16px;
    padding: 5px 50px;
    border-radius: 25px;
    margin-top: 20px;
    letter-spacing: 1px;
}
.address button {
  background-color: #be9e68;
  margin: 0px auto;
  display: block;
  color: #4f1d28;
  text-transform: uppercase;
  font-family: FuturaMedium;
  font-size: 16px;
  /* width: 100%; */
  padding: 5px 50px;
  border-radius: 25px;
  margin-bottom: 30px;
    margin-top: 30px
}
.club .clubenqbtn {
  background-color: #4f1d28;
  margin: 0px auto;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: FuturaMedium;
  font-size: 16px;
  padding: 5px 50px;
  border-radius: 25px;
  margin-top: 10px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.gallery .galleryenqbtn {
  background-color: #4f1d28;
  margin: 0px auto;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: FuturaMedium;
  font-size: 16px;
  padding: 5px 50px;
  border-radius: 25px;
  margin-top: 10px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.bandesktop-b
{
	display:none;
}
@media (min-width:1370px) {
.bandesktop-b
{
	display:block;
}

.bandesktop
{
	display:none;
}

}
@media only screen and (max-width: 2560px) {
  .carousel-3d-slider[data-v-07917306] {
    perspective: 4900px!important;
  }
  .prev[data-v-05517ad0] {
    left: 24%!important;
    text-align: left;
  }
  .next[data-v-05517ad0] {
    right: 24%!important;
    text-align: right;
  }
  .clubcontent {
      padding: 150px 60px;
  }
}
@media only screen and (max-width: 2048px) {
    .carousel-3d-slider[data-v-07917306] {
        perspective: 1350px!important;
    }
    .prev[data-v-05517ad0] {
      left: 24%!important;
      text-align: left;
    }
    .next[data-v-05517ad0] {
      right: 24%!important;
      text-align: right;
    }
    .clubcontent {
        padding: 150px 60px;
    }
}
@media only screen and (max-width: 1920px) {
  .prev[data-v-05517ad0] {
    left: 24%!important;
    text-align: left;
  }
  .next[data-v-05517ad0] {
    right: 24%!important;
    text-align: right;
  }
    .clubcontent
    {
        padding: 150px 60px;
    }
    .carousel-3d-slider[data-v-07917306] {
      perspective: 1200px!important;;
  }
}
@media only screen and (max-width: 1666px) {
  .carousel-3d-slider[data-v-07917306] {
      perspective: 800px!important;;
  }
  .prev[data-v-05517ad0] {
    left: 17%!important;
    text-align: left;
  }
  .next[data-v-05517ad0] {
    right: 17%!important;
    text-align: right;
  }
}
@media only screen and (max-width: 1466px) {
  .carousel-3d-slider[data-v-07917306] {
      perspective: 800px!important;;
  }
  .prev[data-v-05517ad0] {
    left: 12%!important;
    text-align: left;
  }
  .next[data-v-05517ad0] {
    right: 12%!important;
    text-align: right;
  }
}
@media only screen and (max-width: 1366px) {
  .containerAsp {
    width: 1160px;
  }
  .carousel-3d-slider[data-v-07917306] {
    perspective: 800px!important;;
}
.prev[data-v-05517ad0] {
  left: 12%!important;
  text-align: left;
}
.next[data-v-05517ad0] {
  right: 12%!important;
  text-align: right;
}
}
@media only screen and (max-width: 1280px) {
  .containerAsp {
    width: 1160px;
  }
  .carousel-3d-slider[data-v-07917306] {
      position: relative;
      margin: 0 auto;
      transform-style: preserve-3d;
      perspective: 800px!important;;
  }
  .prev[data-v-05517ad0] {
    left: 12%!important;
    text-align: left;
  }
  .next[data-v-05517ad0] {
    right: 12%!important;
    text-align: right;
  }
}
@media only screen and (max-width: 900px) {
  .mHide {
    display: none !important;
  }
  .dHide {
    display: block !important;
  }
  .club 
{
    width: 100%;
    background-image: unset!important;
    background-size: 100% 100%;
    position: relative;
    background-position: center;
    background-size: auto;
}
}
@media only screen and (max-width: 768px) {
  .indulge {
    padding-bottom: 20px;
    padding-top: 35px;
  }
  header .fixed-top
  {
    position:relative;
  }
  .plancontainer
{
  padding-top:15px;
}
  .slide_form_main1{display:none}
  .slide_form_btn1{display: none;}
  .form-mobile {
    display: none;
}
.close_frm_frm_close1 {
    display: block !important;
}
.close_frm_frm_close1 {
    color: #fff;
    text-align: right;
    top: 2px;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.2s;
    position: absolute;
    right: 9px;
    cursor: pointer;
}
.btn:hover {
    color: #fff;
    text-decoration: none;
}
.form-mobile {
    box-shadow: 0 0 9px 0 #00000059;
    width: 300px;
    padding: 25px;
    position: fixed;
    top: 35%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999;
    background-color: #090e0a;
    box-shadow: 0 0 9px 0 #00000059;
    border: 1px solid #7a4f3f;
}
.footer {
  margin-bottom: 60px;
}
.form-mobile .form-control {
    padding: 0.35rem 0.35rem;
    font-size: 0.85rem;
}
.form-mobile h3 {
    color: #fff;
    margin-bottom: 15px;
}
.form-mobile .form-control::placeholder {
    color: #000;
    opacity: 1 !important;
}
.form-mobile :-ms-input-placeholder {
    color: #000 !important;
}
.form-mobile ::-ms-input-placeholder {
    color: #000 !important;
}
  .custom-nav2
  {
    display: none;
  }
  .location iframe
  {
    height:400px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.1rem 0rem 0.5rem 1.1rem;
}
      .clubcontainer {
          width: 100%;
          /* background-image: url(../img/club/bg.jpg); */
          background-size: 100% 100%;
          display: flex;
          flex-direction: column;
          /* height: 950px; */
      }
    .clubcontent {
        background-color:unset;
        width: 100%;
        right: 0;
        padding: 0px 0px 0px 0px;
        text-align: center;
    }
    .club h2
    {
      color: #4f1d28!important;
      text-align: center!important;
    }
    .club p
    {
      padding:10px;
      color: #000;
    }
    .indulge .indulgeenqbtn
    {
        background-color: #4f1d28;
        margin: 0px auto;
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Futura';
        font-size: 16px;
        padding: 5px 50px;
        border-radius: 25px;
        margin-top: 20px;
        letter-spacing: 1px;
    }
    .clubpointers img {
      width: 70px!important;
      height: auto;
      margin-right: 10px;
  }
    .vbar {
        position: absolute;
        left: 50%;
        top: -20px;
        transform: translate(-50%,-50%);
        z-index: 99;
    }
    .vbar img {
        width: 3px;
        height: 100px;
    }
    .navbar .navbar-nav .nav-item:not(:last-child) .nav-link::after {
        content: "|";
        padding-left: 1em;
        color: #d5c59d;
        display:none;
    }
    .clubpointers {
        margin-top: 30px;
        margin-left: 0px;
        display: grid;
      grid-template-columns: 1fr 1fr;
      margin: 30px auto;
    }
    .clubpoint {
        color: #000;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }
    .clubpointers img {
      width: 50px;
      margin-right: 0px;
      display: block;
      margin: 0px auto;
    }
    .clubpoint >div {
      color: #000;
      width: 100%;
      padding: 10px;
      border-bottom: 0px dotted #747474;
      text-transform: uppercase;
      font-size: 14px;
    /* font-weight: 600; */
    }
    .clubpointers .owl-dots {
        margin-top: 30px;
    }
    .addressinside
    {
      width: 80%!important;
      margin: 0px auto;
    }
    .addressbox .addressimage {
      margin: 0px auto;
  }
    .addresspointers
    {
      width: 200px;
      margin: 20px auto;
    }
    .gradientbg
    {
      background-image: unset;
      background-color: #fff;
      /* background-image: -o-linear-gradient(bottom, #481a24, #511d29);
      background-image: -moz-linear-gradient(bottom, #481a24, #511d29);
      background-image: linear-gradient(to bottom, #481a24, #511d29); */
    }
    .indulge .container .heading
    {
      color:#4f1d28!important;
      line-height: 1;
      margin-bottom: 10px;
    }
    .indulge .container .subheading
    {
      color:#000!important;
    }
    .carousel3d
    {
      width: 95%!important;
      margin: 0px auto;
    }
    .floorplanslider {
        width: 80%!important;
    }
    .plancontainer {
        align-items: center;
        flex-direction: column;
    }
    .plans .owl-theme .custom-nav2 {
        text-align: center;
        margin-left: 0px;
        margin-top: 80px;
    }
    .copyRightsTxt
    {
      text-align: center;
    }
    .slinks {
        width: 40%;
        float: unset;
        right: 0px;
        text-align: center;
        margin: 0px auto;
    }
    .flink {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 50%;
        float: unset;
        text-align: center;
        margin: 0px auto;
    }
    .buttoncontainer {
        position: relative;
        padding-top: 10px;
    }
    .logo {
      width: 80px;
      margin: 5px;
  }
  .heading {
      font-size: 35px;
  }
  .subheading {
    font-size: 20px;
    font-family: Qardoos;
  }
  .intro .container {
    padding: 50px 15px 50px 15px;
  }
  .intro {
      height: auto;
  }
  .intro .container p {
      color: #fff;
      text-align: center;
  }
  .indulge .container {
      padding: 0px 15px 10px 15px;
  }
  .carousel-3d-container[data-v-07917306] {
       margin: 20px auto 100px auto!important;
  }
  .carousel-3d-slide .title {
      font-size: 13px;
  }
  .address .container {
    padding: 25px 25px 20px 25px;
  }
  .gallery.visible {
      background-image: unset;
  }
  .gallery .container {
    padding: 30px 15px 5px 15px
  }
  .gallery .container .heading {
      color: #4f1d28!important;
      line-height: 1;
      margin-bottom: 10px;
  }
  .gallery .container .subheading {
      color: #000!important;
  }
  .plans .container {
    padding: 26px 15px 0px 15px;
  }
  #custom-nav1
  {display: none;}
  .flink {
      width: 60%;
  }
  .slinks {
      width: 60%;
  }
  .clubcontainer {
    height: auto!important;
}
  .location .container {
      padding: 16px 15px 15px 15px;
  }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #521e2a!important;
  }
  .galleryslider .owl-theme .owl-dots{
    margin-top: 20px!important;
}
.owl-theme .owl-dots .owl-dot span {
    /* width: 15px!important;
    height: 15px!important; */
    background: #be9f68!important;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 20px;
}
.slide_form_main1 {
  width: 351px;
}
.slide_form1 {
width: 300px;
}
.slide_form_main1_out {
  width: 360px;
    right: -310px;
}   
.contactinfo
{
  display: block;
}
/* New Mobile Modules */
.enquirenowContainer
{
  width: 100%;
    background-color: #be9e68;
    padding: 5px 0;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: block;
}
.enquirenowContainer button
{
  background-color: #be9e68;
    margin: 0px auto;
    display: block;
    color: #4f1d28;
    text-transform: uppercase;
    font-family: 'FuturaMedium';
    font-size: 20px;
    width: 100%;
    padding: 10px 0px;
    font-weight: 600;
}
/* New Mobile Modules */
.intro button
{
  background-color: #be9e68;
    margin: 0px auto;
    display: block;
    color: #4f1d28;
    text-transform: uppercase;
    font-family: FuturaMedium;
    /* font-weight: 600; */
    font-size: 16px;
    /* width: 100%; */
    padding: 5px 50px;
    border-radius: 25px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.accordian{
	max-width:100%;
	display: block;
	margin:0px auto;
}
.accordian .card{
	margin-bottom:10px;
	float: left;
	width: 100%;
  color:#fff;
}
.accordian .card .card-header h3{
	cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0px 5px 0px 5px;
    font-family: Futura!important;
    font-size: 13px;
    text-transform: uppercase;
}
.accordian .card .card-header {
	position: relative;
}
.accordian .card .card-header span{
	position: absolute;
    right: 15px;
    height: 15px;
    width: 15px;
    color: #501d28;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    top: 20px;
}
.accordian .card .card-body{
	padding:0px;
}
.accordian .card .card-body{
	display: none;
}
/*open one card by default*/
.accordian h3 {
	font-weight: 600;
}
.accordian .card-header:first-child {
	border-radius: 0px;
}
.card {
	border-radius: 0rem;
}
.card-header {
	padding: 0.97rem 0.55rem;
	margin-bottom: 0;
	background-color: #be9e68;
    color: #501d28;
}
.accordian .card .card-header h3 {
    color: #501d28;
}
.card-header {
  border-bottom: 0px solid rgba(0,0,0,.125);
}
.card {
  border:0px solid #d9d9d9;
  border-bottom: 0px solid #d9d9d9;
}
.accordian .card{
	background-color: transparent;
}
.accordian .card ul {
    margin: 6px 5px 0px 15px;
    font-size: 15px;
    line-height: 160%;
    font-weight: 400;
    color: #000;
    text-align: justify;
}
.accordian .card:nth-child(1) .card-body{
  display: block;
  /* background-color: #f6f1de; */
 }
 .accordian .card .card-body{
   border:0px solid #8080802e;
 }
 .accordian .card .card-body p{
   font-size: 15px;
   color:#000;
   margin:0px;
   text-align: justify;
   padding: 10px;
 }
 .card-header {
  padding: 1.3rem 0.55rem;
   margin-bottom: 0;
   background-color: none;
   border-bottom: 0px;
   height: 57.2px;
 }
 .indulge .indulgeenqbtn
{
    background-color: #4f1d28;
    margin: 0px auto;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: FuturaMedium;
    font-size: 16px;
    padding: 5px 50px;
    border-radius: 25px;
    margin-top: 20px;
    letter-spacing: 1px;
}
.address .accordian .card .card-header h3 {
  color: #be9e68;
}
.address .accordian .card .card-header img {
  width:40px;
}
.address .accordian .card .card-header {
  padding: 0.4rem 0.55rem;
  margin-bottom: 0;
  background-color: #501d28;
  color: #be9e68;
}
.address .accordian .card .card-header span {
  color: #be9e68;
  top: 20px;
}
.contactinfo
{
 background-color: #decdb2;
 padding: 10px;
}
.contactinfo .contactbox 
{
    padding: 16px 10px;
    border-bottom: 2px solid #b6ab9a;
}
.contactinfo .contactbox img
{
  width: 30px;
    float: left;
    margin-right: 10px;
}
.contactinfo
{
  display: none;
}
.address button {
  background-color: #be9e68;
  margin: 0px auto;
  display: block;
  color: #4f1d28;
  text-transform: uppercase;
  font-family: FuturaMedium;
  font-size: 16px;
  /* width: 100%; */
  padding: 5px 50px;
  border-radius: 25px;
  margin-bottom: 30px;
    margin-top: 30px
}
.club .clubenqbtn {
  background-color: #4f1d28;
  margin: 0px auto;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: FuturaMedium;
  font-size: 16px;
  padding: 5px 50px;
  border-radius: 25px;
  margin-top: 10px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.location
{
	Padding-top:30px;
}
.gallery .galleryenqbtn {
  background-color: #4f1d28;
  margin: 0px auto;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: FuturaMedium;
  font-size: 16px;
  padding: 5px 50px;
  border-radius: 25px;
  margin-top: 10px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: 20px;
}
}
@media only screen and (max-width: 700px) {
  .header {
    max-width: 100%;
  }
}
@media only screen and (max-width: 620px) {
}
@media only screen and (max-width: 395px) {
  .slide_form_main1 {
    width: 351px;
}
.slide_form1 {
  width: 300px;
}
.slide_form_main1_out {
  width: 360px;
  right: -310px;
}
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
  .logo {
      width: 80px;
      margin: 5px;
  }
  .heading {
      font-size: 35px;
  }
  .subheading {
    font-size: 20px;
    font-family: Qardoos;
  }
  .intro .container {
      padding: 30px 15px 30px 15px;
  }
  .indulge .container {
      padding: 60px 15px 10px 15px;
  }
  .carousel-3d-container[data-v-07917306] {
       margin: 20px auto 100px auto!important;
  }
  .carousel-3d-slide .title {
      font-size: 13px;
  }
  .address .container {
      padding: 30px 15px 30px 15px;
  }
  .gallery .container {
      padding: 30px 15px 16px 15px;
  }
  .plans .container {
      padding: 16px 15px 16px 15px;
  }
  .flink {
      width: 100%;
  }
  .slinks {
      width: 60%;
  }
  .clubcontainer {
      height: 950px;
  }
  .location .container {
      padding: 16px 15px 15px 15px;
  }
}
