/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.language{
    text-align: right;
}
#booking_section input[type="text"], input[type="email"] {
    border: .2rem solid rgba(0, 0, 0, .15);
    border-radius: .3rem;
    color: #363636;
    transition: .3s;
    transform-style: preserve-3d;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: 1.4rem;
    outline: none !important;
    width: 100%;
    height: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}
.popup-register-text{
    padding-top:4%;
    font-size:30px;
}
.button.cd-popup-trigger {
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    margin: 3em auto;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 50em;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
  }
  .cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #343a407d;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
  }
  .cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 9999;
  }
  .header-form .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 9px !important;
  }
  .cd-popup-container {
    position: relative;
    width: 50%;
    margin: 10% auto;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .cd-popup-container p {
    color: #000;
  }
  .cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    z-index: 1;
  }
  .cd-popup-container .cd-popup-close::before,
  .cd-popup-container .cd-popup-close::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #978667;
  }
  .cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
  }
  .cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
  }
  .is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .pop-up-body .submitForm input {
    padding: 6%;
    color: #000;
    border: navajowhite;
    border-bottom: 1px solid #c7d0d9;
    border-radius: 1;
    background-color: #f2f2f2;
  }
  .pop-up-body .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 6px !important;
  }
  .pop-up-body .placeholder input {
    color: #fff;
  }
  .pop-up-body .form-group {
    padding: 8px !important;
    padding: 30px;
  }
  .pop-up-body {
    padding: 24px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .contact100-form-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 80px 15px 80px 15px;
    object-fit: cover;
  }
  input.form-submit.w-100 {
    background-color: #fadfa9;
    border: 0;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 30px 10px 30px !important;
    box-shadow: 0 2px 3px rgb(0 0 0 / 43%);
    border-radius: 30px;
  }
  .header-form .form-control {
    font-size: 1em;
    height: 4.625em;
    border-radius: 0.75em;
    padding-left: 22px;
    color: #666;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
  }
  .header-form .form-item {
    padding-bottom: 20px;
  }
  .header-form {
    background-color: rgba(255, 255, 255, 0.764);
    border-radius: 30px;
    padding: 32px 50px 50px 50px;
  }
  #myModal {
    padding-top: 2%;
    color: #000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  h3.modal-title {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 900;
    color: #000;
    font-size: 18px;
    padding-top: 18px;
  }
  .modal-body-form .submitForm input {
    border: navajowhite;
    border-bottom: 1px solid #c7d0d9;
  }
  .form-group.clearfix{
    text-align: right;
  }
  .box_cat_rooms .facilities ul{
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .box_cat_rooms .facilities ul li{
    float: left;
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 0 25px 10px 0;
  }
  .box_cat_rooms .facilities ul li i{
    height: 36px;
    font-size: 30px;
    font-size: 1.875rem;
    color: #aacc00;
    margin-right: 15px;
  }
  .cat-button{
    float: right;
  }
  body.thankyou_page{
    text-align: center;
  }
  .thankyou_msg{
    padding: 50px;
  }
  .social_footerlink {
    position: fixed;
    bottom: 10px;
    opacity: 1;
    z-index: 9999;
    padding: 20px;
}
.form-group.clearfix{
    padding-top: 20px;
}
  @media (max-width: 991px) {
    .cd-popup-container {
      width:80%;
      margin: 30% auto;
    }
    #booking_section input[type="text"], input[type="email"]{
      padding-bottom: 10px;
      padding-top: 10px;
      font-size: 13px;
    }
    .form-group.clearfix{
      text-align: center;
    }
    .pinned-image--small{
      height: 45vh;
    }
    .mid-background{
      background-position: 35% 0%;
    }
  }

.mid-background{
  background-image: url(../image/lavie-yard-02.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 550px;
}

.box-app{
    background-color: #fff;
    border-radius: 40px ;
    width: 82%;
    margin: auto;
    text-align: center;
    padding: 20px;
}
.qr-code img{
    width: 30%;
}
.store-buttons {
    display: flex;
    gap: 12px;
    padding: 20px;
  }
  
  .store-badge {
    display: flex;
    align-items: center;
    background-color: black;
    color: white;
    border-radius: 40px;
    padding: 8px 16px;
    text-decoration: none;
    transition: background 0.2s;
  }
  
  .store-badge:hover {
    background-color: #333;
  }
  
  .store-icon {
    width: 23%;
    margin-right: 12px;
  }
  
  .store-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    margin: auto;
  }
  
  .small-text {
    font-size: 10px;
    opacity: 0.7;
  }
  
  .big-text {
    font-size: 20px;
    font-weight: bold;
  }

  .offices {
    direction: ltr;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 20px;
  }

  .office-block {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .office-block img.flag {
    width: 125px;
  }

  .office-details {
    text-align: right;
  }

  .office-details h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
  }

  .office-details p {
    margin: 5px 0;
    font-size: 14px;
  }

  .office-details strong {
    font-size: 16px;
  }

  .office-whatsapp a{
    display: inline-block;
    margin-left: 8px;
    color: #4CAF50;
    text-decoration: none;
  }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag{
    direction: ltr;
  }

  .project-logo img{
    width: 350px;
  }
  .about-sec {
    background-color: #fff;
    padding: 90px;
  }
  .about-img {
    width: 100%;
  }

  @media(max-width:760px){
.qr-code img{
    width: 50%;
}
.offices {
flex-direction: column;
align-items: flex-start;
flex-direction: column-reverse;
}

.office-block {
width: 100%;
justify-content: flex-start;
flex-direction: column-reverse;
}
.office-details{
    text-align: center;
}
.store-buttons{
    display: grid;
}

.form-div{
    padding: 38px;
}
.form-bot{
  padding-top: 50px;
}
.project-logo img{
  width: 250px;
}
.about-sec{
  padding: 20px;
}
.developer-row{
  flex-direction: column-reverse;
}
  }

