/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  color: #444;
}

a {
  color: #4fa6d5;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  color: #ffff;
  background: #072c46;
  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;
}

.back-to-top i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #ffcd05;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px;
}

/* fade in class */
.fade-in {
  font-family: 'Poppins', sans-serif;
  font-size: 150px;
  animation: fadeIn 2.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


#header.header-scrolled {
  height: 80px;
  padding: 20px;
}

.logo1 {
  margin-top: -5px;
  margin-left: auto;
  margin-right: 12px;
}

#header .logo img {
  padding: 0;
  margin: 0 auto;
  max-height: 55px;
  width: 130px;
  border-radius: 7px;
  height: 120px;
}

#main {
  margin-top: 80px;
  overflow-x: hidden;
}

#getoffer {
  color: #000;
  border-radius: 50px;
  margin-left: 10px;
  background: #ffcd05;
  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: left;

}

.nav-menu a {
  color: #072c46;
  display: block;
  position: relative;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 660;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.nav-menu ul li::before {
  content: "";
  width: 0%;
  height: 1.6px;
  background: #072c46;
  display: block;
  margin: auto;
  transition: 0.5s;
}


.nav-menu ul li::after {
  content: "";
  width: 0%;
  height: 1px;
  background: #072c46;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-menu ul li:hover:before,
.nav-menu ul li:hover:after {
  width: 80%;
  border-radius: 10%;
}

.lower {
  display: flex;
}



.nextnav {
  margin-left: auto;
  margin-right: 0;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #000;
  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: #fff;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: 'Poppins', 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: 'Poppins', sans-serif;
  position: absolute;
  right: 15px;
}

@media (max-width: 576px) {
  .overview-content h2 {
    text-align: center;
    font-size: 4rem;
    font-family: 'Poppins', sans-serif;
  }

  .logo1 {
    margin-top: 0px;
    margin-left: auto;
    margin-right: 12px;
  }

  #header .logo img {
    padding: 0;
    margin: 0 autop;
    max-height: 48px;
    width: 130px;
    border-radius: 7px;
    height: 120px;
  }

  #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: #ffcd05;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #072c46;
  padding: 10px 20px;
  font-weight: 550;
}



.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: 'Poppins', 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: #000;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 67, 86, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #000;
}

/*-------------------------------------------------------------
#Swiper Slider
--------------------------------------------------------------*/

#deal {
  padding: 40px;
  background: #ffcc00c4;
  padding: 30px;
}

#deal .container {
  padding: 20px;
}

#deal h3 {
  color: #072c46;
  font-weight: 800;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero No Slider Section
--------------------------------------------------------------*/
.zoom_img {
  transition: transform .2s;
}

.zoom_img:hover {
  transform: scale(1.1);
}

#floorplan .row a {
  margin-top: 40px;
  color: #000;
  background: #ffcd05;
}

#floorplan {
  padding-bottom: 80px;
  background: #ddd;
}

#flrrrow .col-lg-4 {
  margin: auto auto;
}

#floorplan img {
  border-radius: 20px;
  filter: brightness(0.3);
  height: 250px;
  width: 350px;
}

#floorplan p {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-top: 25px;
}

#floorplanbutton {

  border-radius: 30px;
  padding: 10px 23px;
  position: relative;
  justify-content: center;
  top: -250px;
  display: inherit;
  margin: 0 80px;
  font-weight: 700;
  /* width: 195px; */
  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;
}

@media only screen and (max-width: 576px) {
  #floorplanbutton {
    margin: 0 80px;
  }
}

#connectivity {
  background-color: #f4ffc6;
}



#connectivity h5 {
  margin-bottom: 20px;
  color: #322644;
  font-weight: 700;
}


#connectivity ul {
  font-size: 16px;
  font-weight: 550;
}

#locations {
  padding: 20px;
  color: #414045;
}

#locations img {
  height: 50%;
}

#locations ul li {
  margin: 5px auto;
  color: #000;
  font-weight: 700;
}

#locations ul li i {
  margin-right: 10px;
}

i {
  color: #ffcd05;
  margin-right: 7px;
}

.down_enquiry {
  background: #072c46;
  /* none repeat scroll 0 0; */
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 9;
  display: none;
}

.down_enquiry ul li a:hover {

  color: #ffcd05;
}

.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 #000;
}

.down_enquiry ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  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: #000;
  background: #ffcd05;
  display: inline;
  border-radius: 13px;
  border: 1px solid #000;
  /* background: #D7202F; */
  height: 52px;
  cursor: pointer;
  padding-top: 10px;
  width: 185px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 700;
  z-index: 99999;

}







/*  */

#float {
  position: fixed;
  top: 80%;
  right: 0;
  z-index: 9999;
  color: #fff;
  background: #072c46;
  ;
  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);
  color: #fff;
}

#float i {
  font-size: 18px;
  color: #000;
}

@media (max-width: 768px) {
  #float {
    top: 70%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-top: 60px;
}

.section-bg {
  background-color: #f3f8fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}


.section-title h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.enquire-btn {
  background: #072c46;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 15px;
  padding: 10px 20px;
  font-weight: 800;
  align-items: center;
  /* margin-left: 43%; */
  margin-right: auto;
  margin-bottom: 20px;
}

.button-glow {
  animation: glowing 3000ms infinite;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #ffcd05;
  }

  50% {
    box-shadow: 0 0 10px #ffcd05;
  }

  100% {
    box-shadow: 0 0 -10px #ffcd05;
  }
}


.enquire-btn a {
  color: #fff;
}


.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: #000;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: #f9ffb0;
}


#about .col-lg-6 {
  padding: 20px;
}

#btn2 {
  margin-left: 44%;
}



#about h3 {
  font-size: 24px;
  font-weight: 520;
  color: #ffcd05;
  text-align: center;
}




#about img {
  height: 80%;
  width: 100%;
}

.about h3 {
  font-weight: 700;
  font-size: 24px;
}

.btncenter {
  width: 250px;
  height: 50px;
  background: #072c46;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
}

.about ul li {
  padding-bottom: 15px;
}

.aboutimg .img1 {
  margin-top: 0;
  width: 100%;
}

#img3 {
  height: 200px;
  width: 100%;
  margin-right: auto;
  transition: transform 0.5s;
}

.img:hover {
  transform: scale(1.1);
}

.img4 img {
  width: 100%;
}


.aboutimg {
  padding: 10px;
}

.aboutpara {
  margin: 15px auto;
}

.aboutpara h1 {
  text-align: left;
}

.aboutpara p {
  text-align: justify;
  color: #000;
  padding: auto 15px;
  word-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
}

.aboutimgmain {
  width: 100%;
  margin-bottom: 5%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {

  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #ffcd05;
}

#footer .footer-top .row p {
  color: #000;
}


#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;
  background: #072c46;
  border: none;
}

.modal-header h5 {
  font-size: 23px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.modal-header .close {
  color: #fff;
  z-index: 1;
  opacity: 1;
  padding: 1rem 1rem;
  margin: -1rem 0rem 0rem -2rem;
}

.modal-body img {
  width: 100%;
}

form {
  padding: 15px;
}

#modal-footer {
  background: #072c46;
  border-radius: 20px;
  padding: 5px;
}

#modal-footer h5 {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-weight: 800;
}

#modal-footer h4 {
  text-align: center;
  font-weight: 600;
}

#modal-footer a {
  color: #fff;
  font-weight: 700;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.modal-body {
  padding: 0;
  position: relative;
  background: #4e572d84;
}

.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 {
  padding: 50px auto;
  padding-bottom: 5%;
  position: relative;
}

#specification .row {
  margin-right: 0;
  margin-left: 0;
  position: relative;
}







.speccontent {
  padding: 0 15%;
}

.speccontentchild {
  height: 100%;
  padding-right: 0;
}




.head2 {
  font-size: 3rem;
  text-align: center;

  font-weight: 600;
  color: #072c46;
}


.keyhigh p {
  margin: 5% auto;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
  border-top: 2px solid #072c46;
  color: #000;
  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: 'Poppins', sans-serif;
}

.overview-content span {
  font-size: 3rem;
  font-family: 'Poppins', sans-serif;
}

.overview-content h2 {
  text-align: center;
  font-size: 4rem;
  font-family: 'Poppins', sans-serif;
}




#spec ul {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}

#amenities {
  background: #fff;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 50px;
}

.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: 'Poppins', sans-serif;

}

#amenities .row ul li {
  font-size: 16px;
  font-weight: 600;
  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: 'Poppins', sans-serif;
  font-weight: 500;
  color: #212121;
}

.speccontent h2 {

  font-family: 'Poppins', 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: #ffcd05;
}

#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: 'Poppins', 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: #ffcd05;
  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%;
  }

  .aboutpara h1 {
    text-align: center;
    font-size: 25px;
    margin-top: 0px;
  }

  .aboutpara p {
    text-align: justify;
    color: #000;
    padding: auto;
    word-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    text-align: justify;
  }


  .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;
  }

  #deal {
    margin-top: 30px
  }

  .head2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .amelist {
    display: flex;
    margin: 0 auto;
    padding-bottom: 150px;
  }

  .head2 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
  }

  #btn2 {
    margin-left: 35%;
  }


  .specimgs {
    margin-top: 30px;
  }

  .keyhigh p {
    margin: 5% auto;
    font-size: 14px;
    font-weight: 500;
    padding-top: 20px;
    border-top: 2px solid #000;
    letter-spacing: 1px;
  }

  .aboutpara h1 {
    text-align: center;
    margin-top: 30px;
    font-size: 25px;

  }

  .amelist2 ul {
    margin-top: -10px;
  }

  #flrrow {
    padding-left: 8%;
  }

  .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;
  }

  .aboutpara p {
    text-align: justify;
    color: #000;
    padding: auto 15px;
    word-spacing: 1px;
    font-size: 17px;
    font-weight: 600;
    text-align: justify;
  }
}

@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;
    margin-bottom: 50px;
  }

  .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: #072c46;
  text-align: center;
  /* background-color: #777; */
  color: #ffcd05;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius: 10px;
  ;
}

.active1,
.collapsible:hover {
  background-color: #c5c5c5;
  color: #000;
}

.content1 {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

/* ======================== */
#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 img {
  /* margin-bottom: 10px; */
}

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Poppins', 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 */
.page-contain {

  height: auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.data-card {

  display: flex;
  height: auto;
  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;
}

.data-card ul {
  padding: 30px auto;
}

.data-card ul li {
  color: #000;
  font-weight: 400;
  line-height: 1.8;
  transform: translateY(1em);
  transition: opacity 0.45s ease, transform 0.5s ease;
  letter-spacing: 0px;
}

.data-card:hover {
  background: #ffcd05af;
  transform: scale(1.02);
}

.data-card:hover p {
  opacity: 1;
  transform: none;
}

.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;
}

@-webkit-keyframes point {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0.125em);
  }
}

@keyframes point {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0.125em);
  }
}



/* CSS Code for Header Section */

.qr-container {
  position: absolute;
  left: 85px;
  /* right: 20px; */
  bottom: 100px;
  /* top: 120px; */
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qr-container img {
  width: 100px;
  /* Adjust size */

}

.qr-container p {
  font-size: 14px;
  text-align: center;
  color: black;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 0rem;
}


.qr-container1 {
  position: absolute;
  left: 42.5%;
  /* right: 20px; */
  bottom: 80px;
  /* top: 120px; */
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qr-container1 img {
  width: 100px;
  /* Adjust size */

}

.qr-container1 p {
  font-size: 14px;
  text-align: center;
  color: black;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 0rem;
}


/* Mobile QR Code + RERA */
.mobile-rera-section {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-rera-section img {
  width: 30%;
  max-width: 150px;
  height: auto;
}

.rera-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.rera-text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 08px;
}

.rera-link {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.rera-link:hover {
  text-decoration: underline;
}

/* Show QR Code Section Only on Mobile */
@media (max-width: 768px) {
  .mobile-rera-section {
    display: flex;
  }
}



/* Pricing Section */


.pricing-table-3 {
  background-color: #FFF;
  margin: 15px auto;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  border-radius: 0px 10px 0px 10px;
  overflow: hidden;
  position: relative;
  min-height: 250px;
  transition: all ease-in-out 0.25s;
}

.pricing-table-3:hover {
  transform: scale(1.1, 1.1);
  cursor: pointer;
}

.pricing-table-3.basic .price {
  background-color: #072c46;
  color: #FFF;
}

.pricing-table-3.premium .price {
  background-color: #ff9f00;
  color: #FFF;
}

.pricing-table-3.business .price {
  background-color: #c3185c;
  color: #FFF;
}

.pricing-table-3 .pricing-table-header {
  background-color: #000;
  color: #FFF;
  padding: 20px 0px 0px 20px;
  position: absolute;
  z-index: 5;
}

.pricing-table-3 .pricing-table-header p {
  font-size: 12px;
  opacity: 0.7;
}

.pricing-table-3 .pricing-table-header::before {
  content: "";
  position: absolute;
  left: -45px;
  right: -213px;
  height: 130px;
  top: -45px;
  background-color: #000;
  z-index: -1;
  transform: rotate(-25deg)
}

.pricing-table-3 .price {
  position: absolute;
  top: 0px;
  text-align: right;
  padding: 90px 20px 0px 0px;
  right: 0px;
  left: 0px;
  font-size: 20px;
  z-index: 4;
}

.pricing-table-3 .price::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100px;
  bottom: -30px;
  background-color: inherit;
  transform: skewY(9deg);
  z-index: -1;
  box-shadow: 0px 5px 0px 5px rgba(0, 0, 0, 0.05);
}


.pricing-table-3 .pricing-body {
  padding: 20px;
  padding-top: 200px;
}

.pricing-table-3 .pricing-table-ul li {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table-3 .pricing-table-ul .fa {
  margin-right: 10px;
}

.pricing-table-3.basic .pricing-table-ul .fa {
  color: #28b6f6;
}

.pricing-table-3.premium .pricing-table-ul .fa {
  color: #ff9f00;
}

.pricing-table-3.business .pricing-table-ul .fa {
  color: #c3185c;
}

.pricing-table-3 .view-more {
  margin: 10px 20px;
  display: block;
  text-align: center;
  background-color: #212121;
  padding: 10px 0px;
  color: #FFF;
}