
/*@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Manrope:wght@400;500;600;700&display=swap');*/


@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@font-face {
  font-family: 'Androgy-Demo';
  src: url('../fonts/Androgy-Demo.ttf');
  display: swap;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf');
  display: swap;
}


@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.ttf');
  display: swap;
}

@font-face {
  font-family: 'Oldburgdisplay-Regular';
  src: url('../fonts/Oldburgdisplay-Regular.ttf');
  display: swap;
}

@font-face {
  font-family: 'Oldburgdisplay-Bold';
  src: url('../fonts/Oldburgdisplay-Bold.ttf');
  display: swap;
}
@font-face {
  font-family: 'Oldburgdisplay-Medium';
  src: url('../fonts/Oldburgdisplay-Medium.ttf');
  display: swap;
}
@font-face {
  font-family: 'Oldburgdisplay-Light';
  src: url('../fonts/Oldburgdisplay-Light.ttf');
  display: swap;
}
@font-face {
  font-family: 'Oldburgdisplay-Semibold';
  src: url('../fonts/Oldburgdisplay-Semibold.ttf');
  display: swap;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0;

  background-color: #ffffff;
  font-weight: normal;
  color: #000;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
 font-family: 'Montserrat-Medium';
}
.page-wrapper{
     width: 100vw;
    height: 100vh;
  padding: 0 !important;
  margin-left: 0;
  position: fixed;
  margin-right: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px;
}

h1 {
  font-family: 'Androgy-Demo';
}

h2 {
  
  font-family: 'Androgy-Demo';
}

h3,
h4 {
  /*font-weight: 700;*/
}

p {
  font-size: 14px;
  color: #5d5d5d;
  font-family: 'Poppins', sans-serif;

}

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.nopadding{
  padding: 0px;
}
.bg-ligh {
  background-color: #F4F1ED;
}

.bg-darken {
  background-color: #003153;
  color: #fff;
}

.bg-ligh-more {
  background: #F0EBE5;
}

.bg-white {
  background: #ffffff;
}

a:focus,
a:hover {
  color: #918f8f;
}

.nav-link:focus,
.nav-link:hover {
  color: #000;
}

footer a:hover {
  color: #89206b;
}

p {
  margin-bottom: 0px;
}

a:hover,
a:focus,
.btn.active,
.btn:active {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  /*background: #ed3349;*/
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  max-width: 100%;
}

/*css starts*/
div#banner-slider {
    height: 100%;
    position: fixed;
}
#banner-slider .item img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: bottom;
} 
nav.navbar {
    position: fixed;
    bottom: 10px;
    width: 100%;
    left: 0px;
    z-index: 99;
}

/*main navigation*/
.footer-nav {
    justify-content: space-evenly;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.footer-nav a {
  background-image: linear-gradient(180deg, #ffd68b, #ca9024);
    color: #212858;
    min-width: 12%;
    text-align: center;
    border-radius: 30px;   
    letter-spacing: 0px;   
    font-size: 8px;
    padding: 3px 5px;
  
    outline-width: 0px;
    outline-color: rgb(255 255 255 / 58%);
}
.back-slider-section{
  height: 100%;
  position: fixed;
}
section.page-content {
    position: relative;
    padding: 20px;
}



.head-tagline {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: 'Oldburgdisplay-Medium';
    color: #212858;
}
.main-title {
   font-size: 62px;
    letter-spacing: 10px;
    color: #212858; 
}

.logo_block {
    width: 30%;
    margin: auto;
}
.title-block {
    margin-top: 3%;
}
/*concept page*/
.featured-video-frame{
  margin-top: 5px;
  margin-bottom:5px;
}
.featured-video-frame a{
  position: relative;
}
img.play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50px!important
}



.concept-full-block {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: top;
    /*justify-content: center;*/
    text-align: center;
    background: linear-gradient(180deg, #d0e4e7 40%, rgb(208 228 231 / 0%) 71%),url(../img/concept/concept_background.png);
    background-size: cover;
    background-position: center;
    padding: 5% 15% 100px;
    overflow-y: auto;
}



.logo {
    width: 27%;
    margin-bottom: 10px;
}
.section-title {
    /*margin: 10px 0px 0px;*/
    color: #212858;
    font-size: 45px;
}
.featured-video-frame {
    box-shadow: 0px 20px 20px -20px #655e5e;
}
.section-sub-title {
    text-transform: uppercase;
    line-height: normal;
    /*margin: 0px 0px 10px;*/
    color: #212858;
     font-family: 'Oldburgdisplay-Medium';
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 2px auto;
    letter-spacing: 1px;
}
.btn_all {
    background: #e99f0e;
    margin: 10px 5px;
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    /* letter-spacing: 1px; */
    font-size: 9px;
    font-family: 'Montserrat-Medium';
    letter-spacing: 0px;
    text-transform: uppercase;
   background-image: linear-gradient(180deg, #e99f0e, #875a0beb);
    border:none;
}
a.btn.btn_all i {
    margin-left: 10px;
}

.btn_all:hover{
  background-color: inherit!important;
  color:inherit!important;
}


/*location page*/
.w-1-4{
  width: 30vw;
  height: 100vh;
  padding-top: 20px;
}

.w-3-4{
  /*width: 70vw;*/
  width: 70vw;
  height: 100vh;
}

.location-left{
   background: url('../img/location/Location-Side-Bar.png');
    background-size: cover;
    background-position: center;
   
}


.center-align-block{
 display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.location-right{
   background-color: #fff;
}

/*internal navi*/
.nav-internal {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    text-align: left;
    width: 75%;
    align-self: flex-start;
    padding: 10px 0px;
    z-index: 9;
}

.nav-internal a {
    border: 2px solid #fff;
    border-left: 0px;
    border-radius: 0px 50px 50px 0px;
    margin:5px 0px;
   padding: 2px 8px;
    /* min-width: 54%; */
    color: #212858;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Oldburgdisplay-Bold';
    width: 100%;
    font-size: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(255 255 255 / 90%);
}

/*internal navi end*/
/*amenity page*/
.amenity-left{
    background: url('../img/amenities/Left-side-Image.png');
    background-size: cover;
    background-position: center;
}
.amenity-right{
   background: url('../img/amenities/image1.png');
    background-size: cover;
    background-position: center;
}
.white-text{
  color:#fff;
}
.center-align-block.amenity-right-block {
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    width: 40%;
    margin: auto;
   
}

/*amenity page end */
.nav-internal a.active {
    background: #212858;
    color: #fff;
    border: 3px solid #212858;
}
.elite-left{
    background: url('../img/amenities/Left-side-Image.png');
    background-size: cover;
    background-position: center;
}
.elite-right{
    background: url('../img/elite/image1.png');
    background-size: cover;
    background-position: center;
}

/*aqua*/
.aqua-left{
    background: url('../img/aqua/Left-side.png');
    background-size: cover;
    background-position: center;
}
.aqua-right{
    background: url('../img/aqua/Right-side-image.png');
    background-size: cover;
    background-position: center;
}
.w-60{
  width: 60%;
}
.grey-color {
    color: #5d5d5d;
}
.map img{
  width: 100%;
  height: 100%;
}
.map {
    height: 100%;
}
.scroll-block{
  overflow-y: auto;
  padding-bottom: 60px;
}

/*slick*/
.living-slider .item img{
height: 100vh;
width: 100%;
object-fit: cover;
}
 .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #212858;
}
.owl-theme .owl-dots .owl-dot span{
      background: #ffffff;
}



/*******************************
DEVICE orientation
*******************************/

@media (orientation: landscape) {
  .notify {
    display: none;
  }
} 



@media (orientation: portrait) {

.logo-noti {
  margin-bottom: 100px;
}

.notify {
    background: #212858;
    height: 100vh;
    position: fixed;
    z-index: 999;
    width: 100%;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
}
.phone {
  height: 100px;
  width: 200px;
  border: 3px solid white;
  border-radius: 10px;
  animation: rotate 1.5s ease-in-out infinite alternate;
  margin: auto;
}

.message {
  color: white;
  font-size: 15px;
  margin-top: 100px;
  /* display: none; */
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }
  50% {
    transform: rotate(-90deg)
  }
  100% {
    transform: rotate(-90deg)
  }
}

.phone, .message {
    display: block;
  }

}
/*******************************
DEVICE orientation
*******************************/
/*newly added*/
.nav-internal.abso-po-nav {
    position: absolute;
    width: 22%;
    /*height: 100%;*/
    top: 50%;
    transform: translateY(-50%);
}
.logo-ab {
    position: absolute;
    width: 95px;
    padding: 20px;
    z-index: 99
}
.home-page .logo-ab{
display: none;
}
.w-full {
    width: 100vw;
    min-height: 100vh;
    background: #fff;
}
.main-interior{
  background: url('../img/interior/main_background.png');
  background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
/*.nav-internal.abso-po-nav a {
    background: rgb(255 255 255 / 70%);
}*/
.right-top-content.center-align-block {
  justify-content: center;
    align-items: center;
    /*height: 100%;*/
    color: #fff;
    padding-top: 10%;
    width: 50%;
    margin: auto;
}
.w-3-4.right-side{
  float: right;
}
.blue-text{
  color:#212858;
}

/*palatial studio */
.palatial_studio_image{
  background: url('../img/interior/background.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.plan-block {
    /*width: 80%;*/
    /*margin: auto;*/
    height: 100%;
    justify-content: center;
    align-items: center;
    justify-content: center;
    align-items: center;
}

/*aqua residence*/
.aqua_recidence_main_back{
  background: url('../img/interior/aqua_residence/background-Image.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.d-inline{
  display: inline-block;
}
.tab_block a {
    border: 2px solid #fff;
    border-left: 0px;
    border-radius: 50px;
    margin: 5px 5px;
    padding: 2px 8px;
    color: #212858;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Oldburgdisplay-Bold';
    font-size: 10px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    background: rgb(255 255 255 / 70%);   
}

.tab_block {
    display: flex;
    margin-top: 20px;
    margin-bottom:10px;

}
.tab_block a.active {
    background: #212858;
    color: #fff;
    border: 3px solid #212858;
}
.plan-image {
    height: 56%;
}

.plan-image img {
    height: 100%;
}
.plan-block {
    height: 70%;
}
.plan-block img {
    height: 100%;

}
.title_internal {
    color: #ba8d24;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
    font-family: 'Oldburgdisplay-Bold';  
    }  
/*villas*/
.aqua_villas_main_back{
   background: url('../img/interior/aqua_villas/background-Image.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.right-title {
    justify-content: end;
    padding-right: 12%;
}

/*payment*/
.payment_back{
    background: url(../img/payment_plan.png), url(../img/interior/background.png);
    background-size: 70%,cover;
    background-repeat: no-repeat;
    background-position: center;
}
.location_back{
   background: url(../img/location/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.lifestyle_main_background{
  background: url(../img/lifestyle/background_image.png);
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.info_block_slider {
    position: absolute;
    bottom: 20%;
    right: 0px;
    z-index: 9;
    /*background: linear-gradient(90deg, #ffffff66 17%, white 85%);*/
    width: 41%;
    padding: 14px;
    background: linear-gradient(90deg, rgba(250,250,250,0) 0%, rgb(254 254 254 / 84%) 42%, rgb(255 255 255 / 84%) 100%);
    padding-left: 10%;

}
.info_block_slider h4 {
    color: #212858;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Oldburgdisplay-Bold';
    font-size: 10px;
    text-align: right;
}

/*location*/
.location-slider .owl-nav{
  position: absolute;
  bottom: 20%;
  right: 15px;
  transform: translateY(-80%);
}
button.owl-prev {
    transform: rotate(180deg);
    margin-right: 15px!important;
}


.owl-theme .owl-nav [class*=owl-]:hover{
   background: transparent;
}

.location-slider.full_slider{
  height: 100vh!important;
}
.location-slider.owl-carousel .owl-item img{
  height: 100vh!important;
  object-fit: contain;
}
a.nav-item.nav-link.active {
    background: #000;
    background-image: linear-gradient(180deg, #5769e0, #212858);
    color: #fff;
}
.for_active_nav{
  display: none;

}
.download_button {
       position: absolute;
    bottom: 16%;
    left: 0%;
    transform: translateY(-85%);
    z-index: 99;
}
.download_button a {
    margin: 0px;
    border-radius: 0px 50px 50px 0px;
}
.download_button a:hover, .download_button a:focus{
  color: #fff!important;
}
/*iframe.iframe.landscape {
    padding: 0px;
    margin: 0px;
   
}
.viewport.apple.smartphone:not(.viewport_fit_cover) .iframe.landscape[data-v-a516acc4] {
   width: 100%!important;
}*/

.otp {
  width: 35px;
  height: 35px;
  
}
  .otp{
      display:inline-block;
      width:50px;
      height:50px;
      text-align:center;
      border: 1px solid #000;
  }
  @media(max-width:767px){
      button#cpButton {
          background-image: linear-gradient(180deg, #ffd68b, #ca9024);
          color: #212858;
          min-width: 12%;
          text-align: center;
          border-radius: 50px;
          text-transform: uppercase;
          letter-spacing: 0px;
          font-weight: 600;
          font-size: 7px;
          padding: 4px 8px;
          outline: none;
          top: 40px;
          right: 20px;
          outline: solid;
          outline-style: inset;
          outline-width: 7px;
          outline-color: rgb(255 255 255 / 30%);
          font-family: 'Oldburgdisplay-Semibold';
          border: 0;
          position: fixed;
          align-items: center;
      }
  }

  .iti {
    width: 100%;
    display: block;
  }
  
  .modal-content .close {
    background: linear-gradient(180deg, #ffd68b, #ca9024);
    outline: 0;
    border: 0;
    color: #000;
    font-size: 24px;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 6px;
    opacity: 1;
    z-index: 9;
  }
  
  .modalLogo {
    display: flex;
    justify-content: center;
    padding: 65px 0;
  }
  
  #verify-otp-btn {
    background: linear-gradient(180deg, #ffd68b, #ca9024);
    color: #000;
    padding: 6px 21px;
    font-size: 16px;
    margin: 15px 0 10px !important;
  }
