@font-face {
  font-family: 'optimamedium';
  src: url('../fonts/optima_medium.woff2') format('woff2'),
    url('../fonts/optima_medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'calista_regularregular';
  src: url('../fonts/calista-regular.woff2') format('woff2'),
    url('../fonts/calista-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calista_boldbold';
  src: url('../fonts/calista-bold.woff2') format('woff2'),
    url('../fonts/calista-bold.woff') format('woff');
  font-weight: bold;
  font-style: bold;

}

.input5me {
  height: 120px !important;
}

.top-bar {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

.casa-venero {
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  margin: 0 40px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  padding: 10px 0 0 !important;
}

.custom-nav {
  padding: 0px !important;
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  background: #fff !important;
}

.custom-nav li {
  font-family: 'optimamedium';
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #000000;
  min-height: 52px;
  padding: 24px 0;
}

.casa-venero img {
  padding: 5px 34px !important;
}

.phone-desk {
  border: solid 1px #000000;
  padding: 10px 20px !important;
  color: #fff !important;
  font-family: 'optimamedium';
  background: #000;
  cursor: pointer;
  width: max-content;
  margin: auto;
}

.phone-desk:hover {
  background: #fff;
  color: #000 !important;
}

.phone-inn {
  border-right: solid 1px #000;
  padding: 10px !important;
  margin-right: 15px;
}



.banner {
  margin: 0px;
  padding: 0px;
}

a.linkStyle {
  background: #000;
  color: #fff;
  padding: 12px 15px;
  text-decoration: navajowhite;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'optimamedium';
  position: absolute;
  bottom: 50px;
  left: 50px;
  cursor: pointer;
}

.right-0 {
  right: 50px;
  left: inherit !important;
}

.pure-lesuire {
  display: grid;
  align-content: center;
  justify-content: center;
  background: url(../images/banner-bottom.png) no-repeat bottom;
  background-size: contain;
}

.pure-lesuire img {
  height: auto;
  max-width: 280px;
}


.about {
  margin: 0px auto;
  padding: 80px 0 0;
}

.about p {
  font-family: 'calista_regularregular';
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 40px;
}

.about-container {
  max-width: 584px;
  text-align: center;
  margin: 0px auto;
}

.content {
  text-align: center;
  letter-spacing: 0.8px;
  color: #BFCE52;
  opacity: 1;
  font-size: 40px;
  max-width: 766px;
  font-family: 'calista_regularregular';
  font-weight: bold;
  border-bottom: solid 1px #e7e7e7;
  border-top: solid 1px #e7e7e7;
  padding: 15px 0;
  margin-bottom: 10px;
  margin: 0px auto;
}

.hustleandbustle {
  margin: 0px auto;
  padding: 80px 0;
}

.hustleandbustle p {
  font-family: 'calista_regularregular';
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 40px;
}

.hustleandbustle-container {
  max-width: 584px;
  text-align: center;
  margin: 0px auto;
}

.content {
  text-align: center;
  letter-spacing: 0.8px;
  color: #BFCE52;
  opacity: 1;
  font-size: 40px;
  max-width: 766px;
  font-family: 'calista_boldbold';
  font-weight: bold;
  border-bottom: solid 1px #e7e7e7;
  border-top: solid 1px #e7e7e7;
  padding: 15px 0;
  margin-bottom: 10px;
  margin: 0px auto;
}

.azure-luxury-vertical {
  display: flex;
  align-items: center;
  justify-content: center;
}

input::placeholder {
  font-size: 13px;
}


/* Popup form styling */
.popup-content {
  background-color: #fff;
  padding: 0px;
  width: 400px;
  border-radius: 8px;
  /* text-align: center; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #314e69;
  font-family: 'optimamedium';

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.submit-btn {
  width: 100%;
  background: #000;
}

.popup-content h2 {
  margin: 0px;
}


.modal-header {
  text-align: center;
  margin: 0px auto;
}

.popup-content input[type="text"],
.popup-content input[type="tel"],
.popup-content textarea {
  width: 100%;
  padding: 10px;
  /* margin: 8px 0; */
  /* border: 1px solid #ccc; */
  /* border-radius: 4px; */
  border: 0px;
  border: .5px solid #696868;
  height: 40px;
  /* border: 0px; */
  outline: 0px;
  border-radius: 5px;
}

button#closePopup {
  height: 43px;
  width: 43px;
}

.popup-content button {
  /* padding: 10px 20px; */
  color: white;
  border: solid 2px #000;
  border-radius: 4px;
  cursor: pointer;
  height: 40px;

}

.popup-content button:hover {
  background-color: #fff;
  border: solid 2px #000;
  color: #000;
}

/* Close button styling */
.close-btn {
  position: absolute;
  top: -16px;
  right: -4px;
  background-color: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
  text-align: center;
}

.close-btn:hover {
  color: #ff0000;
}

.azure-luxury {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.azure-luxury p {
  font-family: 'calista_regularregular';
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 40px;
}

.mw550 {
  margin: 0 40px;
}

.mb80 {
  margin-bottom: 80px;
}

.azureText {
  padding: 0 0px 0 99px;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  color: #000;
  font-family: 'calista_regularregular';
}

.controlCustomStyle {
  width: 40px;
  height: 40px;
  background: #F2F2F2;
  top: 50%;
  margin-top: -20px;
  margin: 0 50px;
}

.controlCustomStyle .carousel-control-next-icon,
.controlCustomStyle .carousel-control-prev-icon {
  width: 1rem;
}





.owl-carousel .owl-item {
  width: 100%;
  left: -150px;
  /* Full width for the current item */
}

.owl-carousel {
  overflow: hidden;
  /* Prevent overflow */
}


.insCaption {
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  bottom: 10px;
  left: 40px;
  color: #fff;
  font-family: 'calista_regularregular';
}

.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 100px;
  font-size: 35px !important;
  color: rgb(0, 0, 0) !important;
  width: 40px;
  height: 40px;
  background: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 35px !important;
  left: 100px;
  color: rgb(0, 0, 0) !important;
  width: 40px;
  height: 40px;
  background: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  line-height: 15px;
  height: 25px;
}

.btnArea {
  background: url('../images/bg2.png') no-repeat 0 0 #C15B97;
  padding: 72px 0;
  margin: 80px 0;
  background-size: 100%;
}

.btnGroup {
  text-align: center;
}

.btnGroup a {
  background: #fff;
  padding: 12px 28px;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  margin: 0 15px;
  border-radius: 0px;
  font-family: 'optimamedium';
}

.btnGroup a:hover {
  background: #000;
  color: #fff;
}

.aboutText {
  padding-bottom: 80px;
}

.emaarText {
  max-width: 500px;
  text-align: center;
  font-size: 18px;
  line-height: 41px;
  margin: 0 auto;
  font-family: 'calista_regularregular';
  display: grid;
  align-items: center;
  align-content: center;
  justify-items: center;
  height: 100%;
}

.centerLogo {
  padding-bottom: 40px;
}

.barcode {
  background: #000;
  padding: 20px 0;
  color: #fff;
}

.barcode a {
  color: #fff;
  font-family: 'calista_regularregular';
  font-size: 18px;
  letter-spacing: 0.36px;
  text-decoration: none;
}

.barcode-right {
  text-align: right;
  padding-right: 10px;
}

.rera {
  background: #BBCCCC;
  font-size: 10px;
  font-family: 'calista_regularregular';
  padding: 20px 0;
  border-bottom: solid 20px #000;
  letter-spacing: .3px;
  line-height: 16px;
}

.rera a {
  color: #000;
  text-decoration: none;
}

.owl-dots {
  display: none;
}


.custom-nav .justify-content-center {
  justify-content: space-around !important;
}

.btn-close {
  position: absolute;
  right: -12px;
  top: -9px;
  width: 30px;
  height: 30px !important;
  border-radius: 50% !important;
  background-color: rgb(0, 0, 0);
  color: #fff;
  background-color: #d0d0d0 !important;
  opacity: 1 !important;
}


.contact-us-float {
  align-items: center;
  background: #000;
  color: #fff;
  cursor: pointer;

  text-transform: uppercase;
  font-family: 'optimamedium';
  line-height: 1.375rem;
  padding: 10px 20px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  transition: all .2s ease-out 0s;
  z-index: 10;
}

.zindex-cl {
  z-index: 100;
  background: #fff url(../images/banner-bottom.png) no-repeat bottom;
  background-size: contain;
}

.d-none-mob {
  padding: 0 20px;
}


@media only screen and (max-width: 768px) {
  .pure-lesuire img {
    max-width: 143px;
    padding: 60px 0;
    margin: 0px auto !important;
  }

  .d-none-mb {
    display: none;
  }

  .custom-nav li {
    min-height: 40px;
    padding: 0px 0;
  }

  .azureText {
    padding: 0px;
  }

  .owl-carousel .owl-item {
    left: -50px;
  }

  .owl-carousel .owl-item img {
    width: 100%;
    height: 200px !important;
  }

  .popup-content {
    width: 320px;
  }


  .content {
    font-size: 26px;
    line-height: 40px;
  }

  a.linkStyle {
    padding: 8px 12px;
    text-align: center;
    font-size: 14px;
    bottom: 0px;
    left: 0px;
    position: inherit
  }

  a.linkStyle.right-0 {
    right: inherit;
    left: inherit !important;
    position: absolute;
    left: 50% !important;
    transform: translate(-50%);
    bottom: 0px !important;
  }

  .barcode-right {
    text-align: center;
    padding: 20px 50px 0 50px;
  }

  .barcode {
    text-align: center;
  }

  .azureText {
    padding-bottom: 80px;
  }

  .controlCustomStyle {
    margin: 0px;
  }

  .ptm {
    padding-top: 80px !important;
  }

  .casa-venero {
    display: none;
  }

  .top-bar {
    padding: 10px 0;
  }

  .top-bar .row {
    align-items: center;
  }

  .for-mobile {
    text-align: left;
  }

  .for-mobile-r {
    text-align: right;
  }

  .custom-nav {
    border: 0px;
    background: #fff6f6 !important;
    padding: 10px 0 !important;
  }

  .navbar-toggler {
    border: 0px !important;
    padding: 0px !important;
  }

  .btn-close {
    width: 20px;
    height: 20px !important;
    font-size: 10px;
  }

  .mob-none {
    display: none;
  }


  .owl-carousel .owl-nav.disabled {
    display: block;
  }

  .owl-nav .owl-prev {
    left: 10px !important;
    top: 40% !important;
  }

  .owl-nav .owl-next {
    right: 10px !important;
    top: 40% !important;
  }

  .owl-carousel .owl-item {
    left: 0px;
  }

  .custom-nav .justify-content-center {
    padding-top: 15px;
  }

  .d-none-mob {
    display: none;
  }

  .barcode a {
    display: block;
  }

  .contact-us-float {
    -webkit-transform: none;
    transform: none;
    bottom: 0px;
    left: 0;
    top: auto;
  }
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

@media only screen and (min-width:576px) and (max-width:900px) {
  .zindex-cl img {
    height: 100%;
  }

  .pure-lesuire img {
    max-width: 200px;
  }

}

@media only screen and (min-width:769px) and (max-width:991px) {

  .custom-nav li {
    min-height: 40px;
    padding: 0px 0;
  }

  .d-none-mb {
    display: none;
  }

  .casa-venero {
    margin: 0 4px;
  }

  .casa-venero {
    display: none;
  }

  .top-bar {
    padding: 10px 0;
  }

  .top-bar .row {
    align-items: center;
  }

  .for-mobile {
    text-align: left;
  }

  .for-mobile-r {
    text-align: right;
  }

  .custom-nav {
    border: 0px;
    background: #fff6f6 !important;
    padding: 10px 0 !important;
  }

  .navbar-toggler {
    border: 0px !important;
  }

  .mob-none {
    display: none;
  }

  .custom-nav .justify-content-center {
    padding-top: 15px;
  }

}


@media only screen and (min-width:992px) and (max-width:1065px) {

  .casa-venero {
    margin: 0 4px;
  }

  .pure-lesuire img {
    width: 200px;
  }

  a.linkStyle {
    bottom: 15px;
    padding: 5px 10px;
    font-size: 15px;
  }

  .casa-venero img {
    padding: 5px 5px !important;
  }

}



@media only screen and (min-width:992px) and (max-width:1250px) {

  .casa-venero img {
    padding: 5px 5px !important;
  }

}

@media only screen and (min-width:1251px) and (max-width:1450px) {

  .casa-venero img {
    padding: 5px 5px !important;
  }

}



.thank-you-container {
  transform: translate(-50%, -50%);
  width: 100%;
}

 /* banner-form-css */
 .banner-form-container {
  padding: 40px 10px 2px 10px;
}

.banner-form-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 10px 0px;
  font-family: 'optimamedium';
}

.banner-query-box {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

.banner-query-box.d-flex {
  display: flex;
}

.banner-btn {
  padding: 11px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #F4E8B6;
  color: #005058;
  border: 1px solid #F4E8B6;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.banner-btn:hover {
  color: #fff;
  background-color: #005058;
  border: 1px solid #005058;
}

.error-banner,
.error-modal {
  display: none;
  color: red;
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 8px;
}
.banner-form-container .form-control {
  background: transparent;
  border-bottom: 1px solid #696868 !important;
  color: #696868;
  border-radius: 0px;
  border: 0px;
}
.banner-form-container .form-control::placeholder{
  color: #696868;
  font-family: 'optimaMedium';
}
.check-box,
.sidecheck-box {
    left: 0;
    top: 25px;
    background: rgb(37 36 36 / 90%);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
    z-index: 5;
}

input[type='checkbox'] {
    accent-color: #000;
    margin-right: 10px;
}
button:disabled{
  cursor: not-allowed;
  opacity: .5;
}
input[type=text]:disabled{
  cursor: not-allowed;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#modal_phone{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form-group{
  position: relative;
  margin-bottom: 20px;
}
#videoModal .modal-dialog{
  max-width: 700px;
}
#videoModal .btn-close{
  right: 0px !important;
}