/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@Font-face {
  font-family: 'dinpro';
  src: url(assets/fonts/dinpro.ttf);
}

@Font-face {
  font-family: 'rileyfrost';
  src: url(assets/fonts/rileyfrost.ttf);
}

@Font-face {
  font-family: 'rileyfrost1';
  src: url(assets/fonts/rileyfrost.otf);
}



body {
  font-family: 'Rubik', sans-serif;
  color: #000211;
}

a {
  color: #4fa6d5;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  color: #fff;
  background: #694223;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  box-shadow: 0px 9px 11px rgb(0 0 0 / 50%);
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}



.back-to-top i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;

}

.back-to-top i :hover {
  color: #052b48;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px;
  background: #161616;
  font-family: 'Rubik', sans-serif;
}

/* fade in class */
.fade-in {
  font-family: 'Rubik', sans-serif;
  font-size: 150px;
  animation: fadeIn 2.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


#header.header-scrolled {
  height: 80px;
  padding: 20px;

}

#header .logo {
  margin-top: -10px;
  float: right;
}

#header .logo:hover {
  animation: wiggle 2s linear infinite;
}

#header .logo img {
  padding: 0;
  margin: 0 auto;
  max-height: 58px;
  width: 100%;
  border-radius: 7px;
  height: 120px;
}

#main {
  margin-top: 80px;
  overflow-x: hidden;
}

#getoffer {
  color: #000;
  border-radius: 50px;
  margin-left: 10px;
  background: #fe3a00;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}



.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: right;

}

.nav-menu a {
  color: #e8ac6d;
  display: block;
  position: relative;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
}

.nav-menu ul li::before {
  content: "";
  width: 0%;
  height: 3px;
  background: #fff;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-menu ul li:hover:before {
  width: 70%;
  border-radius: 30px;
}


.lower {
  display: flex;
}

.logo1 {
  margin-left: auto;
  margin-right: 12px;

}

.nextnav {
  margin-left: auto;
  margin-right: 0;

}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #ffffff;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #000000ad;
  box-shadow: 0px 0px 30px #7f89a140;
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #000;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: 'Rubik', sans-serif;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: 'Rubik', sans-serif;
  position: absolute;
  right: 15px;
}



@media (max-width: 576px) {
  .overview-content h2 {
    text-align: center;
    font-size: 3rem;
    font-family: 'Rubik', sans-serif;
  }

  #main {
    margin-top: 65px;
    overflow-x: hidden;
  }

  .amelist {
    display: flex;
    flex-direction: column;
  }


  .high {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
  }

  .inner-div {
    padding-top: 4%;
    align-items: center;
    margin-left: auto;
    margin: 3% 10px;
    height: 6rem;
    width: 6rem;
    border-left: 3px solid #fbca05b3;
    border-right: 3px solid #fbca05b3;
    border-top: 5px solid #fbca05b3;
    border-radius: 50%;
  }

  .inner-div img {
    align-items: center;
    margin-left: 5px;
    margin-right: 0;
  }

  .highimg {
    align-items: center;
    padding-left: 20px;
  }
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .speccontent h2 {
    margin-left: 10%;
  }


  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #161616;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e8ac6d;
  padding: 10px 20px;
  font-weight: 400;
}



.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: 'Rubik', sans-serif;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;

}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #885A26;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: #231f1c47;
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #885A26;
}

/*-------------------------------------------------------------
#Swiper Slider
--------------------------------------------------------------*/

#deal {

  padding: 30px;
  background: #161616;
}

#btncenter {
  padding: 40px;
  background: #EBD288;
  padding: 30px;
}

#deal .container {
  padding: 20px;

}

#deal h3 {
  color: #e8ac6d;
  font-weight: 500;
}

.mobdeal button {
  background: #e8ac6d;

}

.mobdeal button:hover {
  background: #fff;

}

.enquire-btn a {
  color: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero No Slider Section
--------------------------------------------------------------*/
.zoom_img {
  transition: transform .2s;
}

.zoom_img:hover {
  transform: scale(1.1);
}



#floorplan {
  padding-bottom: 0px;
  background: #ddd;
}

#floorplan img {
  border-radius: 20px;
  filter: brightness(0.3);
  height: 250px;
  width: 350px;
}

#floorplan p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}

#floorplanbutton {
  color: #000;
  background: #ffc689;
  color: #2b2a29;
  background: #fff;
  border-radius: 13px;
  padding: 5px 6px;
  position: relative;
  top: -215px;
  display: inherit;
  margin: 0 80px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  transition: transform .2s;
}

#connectivity {
  background-color: #002e463e;
}



#connectivity h5 {
  margin-bottom: 20px;
  color: #322644;
  font-weight: 700;
}


#connectivity ul {
  font-size: 16px;
  font-weight: 550;
}

#locations {
  padding: 20px;
  color: #414045;
  margin-top: 20px;
}

#locations ul li {
  margin: 5px auto;
  color: #161616;
  font-weight: 500;
}

#locations ul li i {
  margin-right: 10px;
}

.locations img {
  margin-top: 35px;
  height: 90%;
}

i {
  color: #fe3a00;
  margin-right: 7px;
}

.down_enquiry {
  background: #694223;
  none: repeat scroll 0 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 9;
  display: none;
}

.down_enquiry ul li a:hover {

  color: #000;
}

.down_enquiry ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.down_enquiry ul li {
  float: left;
  text-align: center;
  width: 50%;
  border-right: 1px solid #fff;
}

.down_enquiry ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .hidemob {
    display: none;
  }

  .visible-xs {
    display: block !important;
  }

  .back-to-top {
    margin-bottom: 50px;
  }

  #float {
    top: 70%;
  }
}


#feedback {
  height: 0px;
  width: 85px;
  border-radius: 13px;
  position: fixed;
  right: 0;
  top: 55%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  text-transform: uppercase;
  -o-transform: rotate(-90deg);
  box-shadow: 15px 19px 15px 20px rgba(23, 20, 20, 0.5);

}

#feedback a {
  position: fixed;
  color: #fff;
  background: #0061a5;
  display: inline;
  border-radius: 13px;
  /* background: #D7202F; */
  height: 52px;
  cursor: pointer;
  padding-top: 10px;
  width: 185px;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 800;
  z-index: 99999;

}


/*  */

#float {
  position: fixed;
  top: 80%;
  right: 0;
  z-index: 9999;
  color: #000;
  background: #fda924;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px 0 0 50px;
  box-shadow: 0px 9px 11px rgb(0 0 0 / 50%);
  /* text-shadow: 1px 1px #c69230; */
}

#float:hover {
  background: rgb(86, 238, 4);
}

#float i {
  font-size: 18px;
  color: #000;
}

@media (max-width: 768px) {
  #float {
    top: 70%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-top: 20px;
}

.section-bg {
  background-color: #f3f8fa;
}

.section-title {
  text-align: center;
  padding-bottom: 0px;
}


.section-title h2 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 90px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.enquire-btn {
  background: #161616;
  color: #e8ac6d;
  border: none;
  border-radius: 20px;
  font-size: 15px;
  padding: 10px 20px;
  font-weight: 500;
  align-items: center;
  /* margin-left: 43%; */
  margin-right: auto;
  margin-bottom: 20px;
}

.enquire-btn:hover {
  background: #694223;
  color: #fff;
}

.button-glow {
  animation: glowing 4000ms infinite;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #ffc689;
  }

  50% {
    box-shadow: 0 0 10px #ffc689;
  }

  100% {
    box-shadow: 0 0 -10px #ffc689;
  }
}





.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #c3c3c3;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #946e3d;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: #fff3c95b;
}


#about .col-lg-6 {
  padding: 20px;

}

#btn2 {
  margin-left: 44%;
  margin-top: 0;
}



#about h3 {
  font-size: 24px;
  font-weight: 520;
  color: #fe3a00;
  text-align: center;
}


#about p {
  padding-right: 10px;
  padding-left: 10px;
}

#about img {
  width: 100%;

}

.about h3 {
  font-weight: 700;
  font-size: 24px;
}

.btncenter {
  width: 250px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  background: #EBD288;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.btncenter:hover {
  background: #FFF;
  color: #000;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
}

.about ul li {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

#img3 {
  height: 200px;
  width: 90%;
  margin-right: auto;
  transition: transform 0.5s;
}

.img:hover {
  transform: scale(1.1);
}

.img4 img {
  width: 100%;
}


.aboutimg {
  padding: 10px;
}



h1 {
  /* padding: 5px 20px;
  letter-spacing: 3px;
  font-weight: 700; */
  text-align: center;
  color: #694223;
  font-family: 'Rubik', sans-serif;
}


.aboutpara p {
  text-align: justify;
  line-height: 37px;
  color: #000;
  padding: auto 25px;
  word-spacing: 1px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.aboutpara img {
  margin-top: 10%;
}

.aboutimgmain {
  width: 100%;
  margin-bottom: 5%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {

  color: #fff;
  font-size: 14px;
}

/* footer background */

#footer .footer-top {
  background: #161616;
}

#footer .footer-top .row p {
  color: #fff;
}


#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #a2cce3;
  font-weight: 600;
}

.disclaimer {
  padding: 20px;
  font-size: 10px;
  color: #000;
}

/*****************************
Modal Style
*****************************/
.modal {
  z-index: 99999;

}

.modal-dialog {
  border-radius: 10px;
  max-width: 600px;
  margin: 1.75rem auto;
}

.modal-header {
  padding: 0px;
  border-bottom: 1px solid #363636;
  background: #694223;
  border: none;
}

.modal-header h5 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.modal-header .close {
  color: #EBD288;
  z-index: 1;
  opacity: 1;
  padding: 1rem 1rem;
  margin: -1rem 0rem 0rem -3rem;
}

.modal-body img {
  width: 100%;
}

form {
  padding: 15px;
}

#modal-footer {
  background: #694223;
  border-radius: 20px;
  padding: 2px;
}

#modal-footer h5 {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-weight: 400;
}

#modal-footer h4 {
  text-align: center;
  font-weight: 600;
}

#modal-footer a {
  color: #fff;
  font-weight: 400;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.modal-body {
  padding: 0;
  position: relative;
  background: #4f4e4e71;
}

.minput {
  border-radius: 30px;
  padding: 20px;
}

.heading-button {
  background: linear-gradient(-45deg, #0558a4, #3F00FF, #0096FF, #89CFF0);
  background-size: 400% 400%;
  animation: gradient 3s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.p-30 {
  padding: 0 50px;
}

.dontdisplaylg {
  display: none;
}

.mobtitle {
  font-size: 18px;
  text-align: center;
  color: #000;
  font-weight: 700;
}

#specification .row {
  margin-right: 0;
  margin-left: 0;
  position: relative;
}

.speccontent {
  padding: 0 15%;
}

.speccontentchild {
  height: 100%;
  padding-right: 0;
}


#specification {
  background: #ddd;
  padding: 10px auto;
  padding-bottom: 2%;
  position: relative;
}

#specification .container h2 {
  color: #363636;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 2px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  color: #052b48;
}

#specification p {
  margin: auto;
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
  padding: 15px;
  border-top: 3px solid #946e3d;
  letter-spacing: 1px;
}

.keyhigh img {
  height: 400;
  margin-top: 45px;
}


.text-center {
  text-align: center;
}

.highimg img {
  height: 80%;
  align-items: center;
  margin: 2% auto;
}

.inner-div {
  padding-top: 4%;
  background-image: url();
  margin: 3% auto;
  height: 9rem;
  width: 9rem;
  border-left: 3px solid #fbca05b3;
  border-right: 3px solid #fbca05b3;
  border-top: 5px solid #fbca05b3;
  border-radius: 50%;
}

.inner-div span,
.inner-div p {
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}

.inner-div img {
  width: 80%;
  margin: 5px auto;
}

.overview-content p {
  padding-left: 2%;
  text-align: left;
  display: block;
  margin-top: auto;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}

.overview-content span {
  font-size: 3rem;
  font-family: 'Rubik', sans-serif;
}

.overview-content h2 {
  text-align: center;
  font-size: 4rem;
  font-family: 'Rubik', sans-serif;
}




#spec ul {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

#amenities {
  background: #fff;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 10px;
}

.amelist2 ul {

  padding-right: auto;
}


#amenities h3 {
  margin-bottom: 20px;
  letter-spacing: 1px;
  margin-top: 30px;
  color: #000;
  font-weight: 900;
  text-align: left;
  font-family: 'Rubik', sans-serif;

}

#amenities .row ul li {
  font-size: 16px;
  font-weight: 500;
  /*text-align: justify;*/
}

#amenities .row {
  margin: 30px auto;
}

#amenities .row ul {
  font-size: 17px;
  font-weight: 500;
}

#amenitiesul {
  padding: 0 50px;
}

.highlight {
  margin-top: -70px;
}


.amelist {
  margin: 0 auto;
  padding: 0px auto;
  background: #0095ff;
  border-radius: 0 3rem 0 3rem;
}

.carousel-item {
  vertical-align: middle;
}

#carouselExampleFade img {
  height: 358px;
  padding: auto 0;
}

.specific {
  height: 358px;
  background: #f3f3f3;
  padding-top: 2rem;
  padding-bottom: 0;
  padding-right: 0;
}

.speccontent ul li {
  font-size: 1rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #212121;
}

.speccontent h2 {

  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
}

.amevideo {
  height: 90%;
  background: #0095ff91;
  margin-top: 5%;
  margin-left: -100px;
  width: 100%;
}


.overlap .container .row .video {
  align-items: center;

}

.amelist1 {
  margin-right: 5%;
  padding: 10% auto 0% 3%;
  padding-top: 20%;
}

.amelist1 li {
  color: #fff;
}

#amenitiesul ul {
  font-size: 17px;
  font-weight: 500;
}

#amemob {
  margin-bottom: 20px;
  color: #273247;
  font-weight: 700;
  color: #fe3a00;
}

#amemob ul {
  font-weight: 600;
}

#keyimg {
  padding: 0;
}

#keyimg img {
  width: 900px;
  height: 465px;
}

.amenity img {
  width: 100%;
}

#ameimg {
  padding: 0;
}

#ameimg img {
  width: 100%;
  height: 100%;
  padding-top: 0;
  margin-top: -10px;
}

i {
  color: #0b3d64;
}

/* floor plan */
#latest_stuff {
  padding: 8px;
}

/*  */
.zoom-in-out-box {


  background: #f50057;
  animation: zoom-in-zoom-out 0.7s ease;
  animation: name duration timing-function delay iteration-count direction fill-mode;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0, 0);
  }

  100% {
    transform: scale(1, 1);
  }
}

/*  */

#latest_stuff .a h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;

}

#latest_stuff .a {
  position: relative;
  display: inline-block;
  transition: opacity 0.35s;
  text-decoration: none;
  background: none;
}

#latest_stuff img {
  filter: brightness(0.2);
}

.img-caption h3 {
  margin-top: 50px;
  display: inline;
}

.img-caption {
  position: absolute;
  width: 100%;
  height: 20%;
  top: 40%;
  /* 50% from top */
  left: 50%;
  /* 50% from left */
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 3px;
  padding-bottom: 50px;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 0px;
  background: #fe3a00;
  border-radius: 14px;
  cursor: pointer;

  justify-content: center;
  text-align: center;
  vertical-align: middle;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: .40s;
}

#latest_stuff .a:hover .img-caption {
  transform: translate(-50%, -50%) scale(1);
  /* to center the text, scale(1) to show text  */
  transform-origin: center;
  transition: 0.80s;
}

#latest_stuff .a:hover img {
  opacity: 0.9;
}

/* floor plan end */
@media (max-width: 1200px) {


  .amelist {
    display: flex;
    margin-left: 10%;
    margin: 0 auto;
    padding-bottom: 70px;
  }

  .amelist1 {
    margin-right: 5%;
    padding: 10% auto 10% 3%;
    padding: 5%;
    padding-top: 20%;
  }

  .amevideo {
    background: #080e1391;
    margin-left: -100px;
    margin-top: 5%;
    width: 100%;
  }

  .overlap .container .row .video {
    align-items: center;
    width: 100%;
  }
}

@media (max-width: 920px) {
  .amelist {
    display: flex;
    margin: 0 auto;

    padding-bottom: 150px;
  }

  .amevideo {
    background: #0095ff91;
    margin-top: -100px;
    margin-top: 5%;
    width: 90%;
  }

  .overlap .container .row .video {
    align-items: center;
  }

  .highlight {
    margin-top: -50px;
  }
}


@media (max-width: 420px) {
  .amevideo {
    background: #0095ff91;
    margin-top: -200px;
    margin-top: 5%;
    width: 90%;
  }

  h1 {
    font-size: 36.8px;
  }

  /* h1 {   
    font-size: 2.3em;
  } */


  #specification .container .row h2 {
    color: #0b3d64;
    font-size: 25px;
    letter-spacing: 1px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
  }

  .aboutpara img {
    margin-top: 0;
  }

  .aboutpara p {
    padding: auto 40px;
  }

  .aboutpara h1 {
    color: #002e46;
    text-align: center;
    font-size: 36.8px;
    margin-top: 0px;
  }

  .aboutpara img {
    margin-top: 10%;
  }


  .aboutimg {
    margin-top: -70px;
  }

  .amelist2 ul {
    margin-top: 00;
  }

  .amelist {
    display: flex;
    flex-direction: column;
  }

  .specific {
    height: 459px;
    background: #f3f3f3;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .speccontentchild {
    height: 100%;
  }

  .speccontent {
    padding: 2% 8%
  }

  .speccontent h2 {
    text-align: center;
    margin-left: auto;
  }

  .amelist {
    display: flex;
    margin: 0 auto;
    padding: 0px auto;
    background: #0095ff;
    border-radius: 3rem 3rem 0 0;
  }

  .overlap {
    padding-bottom: 100px;
  }


}

@media (max-width: 576px) {
  .amelist {
    display: flex;
    margin: 0 auto;
    padding-bottom: 150px;
  }


  .aboutpara img {
    margin-top: 0;
  }

  #btn2 {
    margin-left: 27%;
  }




  .specimgs {
    margin-top: 30px;
  }

  #specification p {
    margin: 5% auto;
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
  }


  .aboutpara h1 {
    color: #002e46;
    font-size: 36.8px;
  }

  .amelist2 ul {
    margin-top: -10px;
  }


  .speccontent {
    padding: 2% auto;
    height: 100%;
  }

  .speccontent h2 {
    text-align: center;
    margin-left: auto;
  }

  .speccontent ul li {
    font-weight: 300;
    margin-left: auto;
  }

  .amelist {
    display: flex;
    margin: 0 auto;
    padding: 0px auto;
    background: #0095ff;
    border-radius: 3rem 3rem 0 0;
  }

  .highlight {
    margin-top: auto;
    margin-left: -20px;
  }

  .amevideo {
    background: #0095ff91;
    margin-top: -150px;
    margin-top: 5%;
    width: 90%;
  }

  .overlap .container .row .video {
    align-items: center;
    margin-right: 0;

  }
}

@media (max-width: 768px) {
  .mobdeal {
    margin-top: 50px;
  }

  .amelist {
    display: flex;
    margin: 0 auto;
    background: #0095ff;
    padding-bottom: 150px;
  }

  .amevideo {
    background: #000;
    margin-top: -100px;
    margin-left: 5%;
    height: 300px;
    width: 90%;
  }

  .overlap .container .row .video {
    align-items: center;
  }

  .p-30 {
    padding: 30px 50px;
  }

  .shortimg {
    height: 400px;
    width: 100%;
    margin-bottom: 20px;
  }

  .ml-30 {
    margin-left: 30px;
  }

  .about h3 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
  }

  .autokey {
    height: 300px;
  }

  .area {
    margin-top: 0px;
  }

  .section-title {
    padding-bottom: 0px;
  }

  .check {
    margin-left: 63px;
  }
}

.collapsible {
  background: #e8ac6d;
  text-align: center;
  color: #161616;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}


.collapsible:hover {
  background-color: #694223;
  color: #e8ac6d;
}

.collapsible.active {
  background-color: #694223;
  color: #e8ac6d;
}

.content1 {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #161616;
  color: #fff;
}

/* Unicode character for "plus" sign (+) */
.collapsible:after {
  content: '\02795';
  font-size: 15px;
  color: #ffffff;
  float: right;
  margin-left: 5px;

}

/* Unicode character for "minus" sign (-) */
.collapsible.active:after {

  content: "\2796";
}

/* ======================== */
#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
  background: #333333;
}

#quote-carousel img {
  width: auto;
  height: auto
}

/* End carousel */

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Rubik', sans-serif;
  float: left;
  /* margin-right: 10px; */
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    /* padding: 0 40px 30px 40px;*/
  }

}

/* Small devices (tablets, up to 768px)*/
@media (max-width: 768px) {

  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }

  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }

  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}

/* card animation */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap");

.page-contain {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 20px;

}

.data-card {
  display: flex;
  width: 100%;
  padding: 5px 10px;
  overflow: hidden;
  border-radius: 0.5em;
  text-decoration: none;
  background: none;
  box-shadow:
    rgba(0, 0, 0, 0.164) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0.153) 0px 1px 0px 0px,
    rgba(0, 0, 0, 0.159) 0px 0px 8px 0px,
    rgba(0, 0, 0, 0.148) 0px 20px 30px 0px;
  transition: transform 0.45s ease, background 0.45s ease;
}

.page-contain a {
  text-decoration: none;
  margin-top: auto;
}

.data-card h3 {
  color: #0b3d64;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  transition: color 0.45s ease, border 0.45s ease;
}


.data-card ul {
  -webkit-padding-start: 10px;
  padding: auto 5px;
  text-align: left;
}

.data-card ul li {

  font-weight: 400;
  line-height: 1.8;
  padding: auto 20px;
  transform: translateY(1em);
  transition: opacity 0.45s ease, transform 0.5s ease;
  letter-spacing: 0px;
}

.data-card:hover {
  background: #233342;
  transform: scale(1.02);
}

.data-card:hover ul li,
i {
  opacity: 1;
  transform: none;
  color: #fff;
}

.data-card:hover .link-text {
  color: none;
}

.data-card:hover .link-text svg {

  -webkit-animation: point 1.25s infinite alternate;
  animation: point 1.25s infinite alternate;
}

.data-card:hover .link-text svg path {
  fill: none;
}

.data-card ul li a {
  color: #a7423f;
}

@-webkit-keyframes point {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0.125em);
  }
}

@keyframes point {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0.125em);
  }
}

.amenities img.attachment-full.size-full {
  background-color: #4c0a07;
  padding: 6px;
  border-radius: 50%;
}

.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #2c4964;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# icon button
--------------------------------------------------------------*/
.openicon {
  position: fixed;
  color: #fff;
  background: #a8423e;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  box-shadow: 0px 9px 11px rgb(0 0 0 / 50%);
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.openicon i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.openicon:hover {

  color: #000;

  transition: background 0.2s ease-in-out;
}





.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropup {
  position: relative;
  display: inline-block;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  bottom: 50px;
  z-index: 1;
}

.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {
  background-color: #ccc
}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  background-color: #2980B9;
}




#float {
  position: fixed;
  top: 80%;
  right: 0;
  z-index: 9999;
  color: #25D366;
  background: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px 0 0 50px;
  box-shadow: 0px 9px 11px rgb(0 0 0 / 50%);
  /* text-shadow: 1px 1px #c69230; */
}

#float:hover {
  background: #a8423e;
  color: #25D366;
}

#float i {
  font-size: 18px;
  color: #000;
}

@media (max-width: 768px) {
  #float {
    top: 70%;
  }
}


/* Logo Animation CSS Start */

/* Animation property */
/*
imglogoAnimation:hover {
  animation: wiggle 2s linear infinite;
}*/

/* Keyframes */
@keyframes wiggle {

  0%,
  7% {
    transform: rotateZ(0);
  }

  15% {
    transform: rotateZ(-15deg);
  }

  20% {
    transform: rotateZ(10deg);
  }

  25% {
    transform: rotateZ(-10deg);
  }

  30% {
    transform: rotateZ(6deg);
  }

  35% {
    transform: rotateZ(-4deg);
  }

  40%,
  100% {
    transform: rotateZ(0);
  }
}


#header .logostyle {
  margin-top: -10px;
}

#header .logologostyle img {
  padding: 0;
  margin: 0 auto;
  max-height: 58px;
  width: 100%;
  border-radius: 7px;
  height: 120px;
  float: left;
}

#header .logologostyle img:hover {
  animation: wiggle 2s linear infinite;
}

.logo2 {
  margin-left: auto;
  margin-right: 12px;

}

/* Logo Animation CSS END */


/*Share Button CSS START*/
/* Import font */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* General styles */
/* 
		/* Import font */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* General styles end */
.wrapper {
  position: relative;
  position: fixed;
  bottom: 160px;
  right: 15px;
  z-index: 100;

}

.wrapper :is(.btn, .link) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*width: 50px;
	height: 50px;*/
  width: 40px;
  height: 40px;
  background-color: #694223;
  /*background:background: transparent linear-gradient(267deg, #F0C618 0%, #F08418 100%) 0% 0% no-repeat padding-box!important;*/
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  FONT-SIZE: 22PX;
  PADDING-LEFT: 8PX;
}

.btn {
  position: absolute;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.btn:hover {
  outline: 3px solid #161616;
  background-color: #161616;
  outline-offset: -4px;
}

.btn:active {
  outline: 3px solid #161616;
  background-color: #161616;
  outline-offset: -4px;
}

.item {
  position: absolute;
  list-style: none;
  transition: transform 0.5s;
  transition-delay: var(--d);
  margin-left: -40px;
}

.wrapper.active .item:nth-child(1) {
  transform: translateY(-132px);

}

.wrapper.active .item:nth-child(2) {
  transform: translateY(-65px);

}

.wrapper.active .item:nth-child(3) {
  transform: translateY(-199px);
}

.link:hover {
  color: #04a53a;
  transition: background-color 0.5s;
}

.ig:hover {
  background-color: #04a53a;
  color: #fff;
  /* Whatsapp*/
}

.tw:hover {
  color: #4e4f4e;
  background-color: #161616;
  /* Call*/
}

.sc:hover {
  color: #000;
  background-color: #161616;
  /*color: inherit;*/
  /* File*/
}

.share-btntext {
  /*Desktop View*/
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #000;
  background: transparent linear-gradient(267deg, #F0C618 0%, #F08418 100%) 0% 0% no-repeat padding-box !important;
  /*background-color: #0c9c54;*/
  padding: 10px;
}

/*New Blooming Code*/
.container {

  justify-content: center;
  align-items: center;


}

.pulse i {
  color: #fff;
  font-size: 2.3rem;
  PADDING-LEFT: 8PX;
}

.pulse {
  background: #31f314;
  /*height: 60px;
    width:60px;*/
  /*border-radius:50%;*/
  display: flex;

}

.pulse::before {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: 2px solid #31f314;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
}

.pulse::after {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: 2px solid #31f314;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  animation-delay: 0.4s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/*Share Button CSS END*/