:root {
  --text-color: #2e2739;
  --heading-font: Bitter, serif;
  --text-font: "Open Sans", sans-serif;
  --background-color: #e0d4c6;
  --background-color-3: #fcf2e1;
  --background-color-2: #ead2cf;
  --button-primary-color: #ffab51;
  --desktop-size: 1.1rem;
  --mobile-size: 1rem;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 5vw 20px;
}

.container.hero-container {
  width: 85%;
  padding: 40px 5vw;
}

.container.auto-container {
  width: 90%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.bigger {
  width: 95%;
  padding-bottom: 80px;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.container.container-form {
  width: 85%;
  max-width: 1500px;
  padding-left: 2vw;
  padding-right: 2vw;
}

.body {
  color: var(--text-color);
  background-color: #fff0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.mainwrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.navbar {
  background-color: #ddd0;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  inset: 0% 0% auto;
}

.hero-section {
  width: 100%;
  padding-top: 15vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.hero-clmns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.clmn-heading, .clmn-img {
  padding-left: 0;
  padding-right: 0;
}

.hero-heading-wrapper {
  padding-top: 20px;
  padding-right: 60px;
}

.hero-heading {
  font-family: var(--heading-font);
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 4.7rem;
}

.hero-img {
  border-radius: 10px;
}

.hero-clmn-second {
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero-heading-second-clmn, .hero-text-second-clmn {
  padding-left: 0;
  padding-right: 0;
}

.hero-second-wrapper {
  padding-right: 40px;
}

.small-heading {
  font-family: var(--text-font);
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.map-button {
  border: 1px solid #0006;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: 15px;
  padding: 10px;
  display: flex;
  position: relative;
}

.map-icon {
  width: 24px;
  margin-right: 8px;
}

.map-text {
  color: var(--text-color);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1rem;
}

.map-link {
  position: absolute;
  inset: 0%;
}

.hero-text {
  color: #2e2739;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.hero-text.margin20 {
  margin-bottom: 20px;
}

.hero-text.margin {
  margin-bottom: 15px;
}

.container-hero {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 7vw;
}

.hero-cta-buton {
  font-family: var(--heading-font);
  color: var(--background-color);
  background-color: #2e2739;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  transition: all .3s linear;
  display: flex;
}

.hero-cta-buton:hover {
  background-color: #575062;
}

._6 {
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.apartments-section {
  margin-bottom: 6px;
}

.apartments-upper-clmn {
  border-top: 1px solid #2e273933;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 60px;
  display: flex;
}

.apartments-lower-clmn {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-apartments-clmn, .reviews-clmn {
  padding-left: 0;
  padding-right: 0;
}

.apartments-heading {
  font-family: var(--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.reviews-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.star-img {
  width: 18px;
  margin-right: 10px;
}

.review-text {
  color: var(--text-color);
  cursor: pointer;
  justify-content: space-around;
  align-items: stretch;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1rem;
  display: flex;
  position: relative;
}

.review-textt {
  color: #2e273999;
  font-size: 1rem;
  text-decoration: underline;
}

.column, .columns {
  flex-flow: column;
  display: flex;
}

.lightbox-jacuzzi {
  height: 600px;
}

.grid-apartments {
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "Area Area"
                       ". .";
}

.lightbox-smaller {
  height: 292px;
}

.lower-apartments-clmns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  margin-bottom: 10px;
}

.two-img-wrapper {
  width: 33%;
}

.single-img-wrapper {
  width: 66%;
}

.images-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-2 {
  margin-bottom: 7px;
}

.column-2 {
  padding-left: 5px;
  padding-right: 5px;
}

.big-img {
  color: #fcf2e1;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.clmns-describe-button {
  margin-top: 60px;
}

.describe-clmn {
  padding-left: 0;
  padding-right: 0;
}

.btn-clmn {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.column-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.img-small-upper {
  border-top-right-radius: 15px;
  margin-bottom: 5px;
}

.img-small-lower {
  border-bottom-right-radius: 15px;
}

.cmn3, .clmn2 {
  padding-left: 5px;
  padding-right: 5px;
}

.cta-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.book-btn {
  font-family: var(--heading-font);
  color: var(--text-color);
  background-color: #ffab51;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 15px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
  transition: all .3s linear;
  display: flex;
}

.book-btn:hover {
  background-color: #ffbc74;
}

.book-btn.smaller {
  width: 40%;
}

.icon-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.icon-text-wrapper.nomargin {
  margin-bottom: 0;
}

.icon-describe {
  width: 29px;
  margin-right: 10px;
}

.text-describe {
  color: #2e2739;
  font-size: 1.2rem;
}

.amenities {
  font-family: var(--heading-font);
  color: #2e2739;
  margin-top: 70px;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.amenities-icon {
  width: 20px;
}

.line-amenitites {
  background-color: #0000001f;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-amenities {
  color: #2e2739;
  font-weight: 600;
}

.reviews-link {
  position: absolute;
  inset: 0%;
}

.modal-wrapper {
  z-index: 9999;
  color: #e0d4c666;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.modal-box {
  opacity: 0;
  background-color: #fff;
  width: 600px;
  padding: 40px;
  transform: translate(0, 100px);
}

.reveiws-wrapper {
  z-index: 9999;
  background-color: var(--background-color-3);
  flex-flow: column;
  width: 60%;
  padding: 40px 40px 60px;
  display: flex;
  position: relative;
}

.middle {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.reveiw-clmn {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.reveiw-heading {
  font-family: var(--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.clmn-reveiw {
  padding-left: 0;
  padding-right: 0;
}

.clmn-rev {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.circle {
  cursor: pointer;
  border: 1px solid #2e273966;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 1px;
}

.review-wrappers {
  border-bottom: 1px solid #2e27394d;
  padding-top: 30px;
  padding-bottom: 30px;
}

.star-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._5star-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.star {
  width: 20px;
  margin-right: 3px;
}

.star.last {
  margin-right: 10px;
}

.text-review {
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.review-text-light {
  color: #2e2739b3;
  margin-top: 20px;
  margin-bottom: 15px;
}

.wrapper-booking-btn {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.booking-btn {
  font-family: var(--heading-font);
  color: var(--text-color);
  background-color: #ffab51;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 15px;
  font-size: 1.2rem;
  transition: all .3s linear;
  display: flex;
}

.booking-btn:hover {
  background-color: #ffbc74;
}

._60 {
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  line-height: 1.3rem;
}

.section-map {
  padding-top: 100px;
}

.middle1, .middle2, .middle3, .middle4 {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.review-text1, .review-text2, .review-text3, .review-text4 {
  cursor: pointer;
  justify-content: space-around;
  display: flex;
}

.circle4, .circle3, .circle2, .circle1 {
  cursor: pointer;
  border: 1px solid #2e273966;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 1px;
}

.columns-text {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.smaller-clmn {
  padding-left: 0;
  padding-right: 50px;
}

.small-clmn-wrapper {
  padding-right: 40px;
}

.small-heading-clmn {
  font-family: var(--text-font);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.bigger-clmn-heading {
  font-family: var(--text-font);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 2.7rem;
}

.text-sans {
  font-size: 1.1rem;
}

.text-sans.margin {
  margin-bottom: 15px;
}

.slider_subtxt {
  color: #fffc;
  font-size: .75rem;
  font-weight: 500;
}

.slider_wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mask {
  width: 302px;
  height: 462px;
  overflow: visible;
}

.slider_img {
  z-index: -1;
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  width: 302px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 25px;
  display: inline-flex;
  inset: -100px 4% auto auto;
}

.slider_link-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  align-items: flex-end;
  width: 100%;
  max-width: 230px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.slide {
  margin-right: 16px;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 25px;
  display: inline-flex;
  inset: -100px 0% auto auto;
}

.slider_card {
  box-shadow: none;
  cursor: pointer;
  background-color: #00000040;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.slider_card:hover {
  box-shadow: 0 2px 10px #00000080;
}

.slider_card-txt-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.slider_subtitle {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}

.icon-2 {
  display: block;
}

.slider_main-wrap {
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  width: 100%;
  min-height: 462px;
  display: flex;
  overflow: visible;
}

.heading-arrow-wrapper {
  justify-content: center;
  align-items: center;
}

.left-arrow-2 {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 25px;
  display: inline-flex;
  inset: -90px 4% auto auto;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 25px;
  display: inline-flex;
  inset: -90px 0% auto auto;
}

.div-block {
  justify-content: center;
  align-items: center;
}

.slide-nav {
  color: #2e273980;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -12%;
}

.fixed-wrapper {
  z-index: 9999;
  background-color: var(--text-color);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--text-color) 9%, var(--background-color) 99%, var(--background-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.animation-wrapper {
  color: #fcf2e1;
  width: 10%;
  height: 10%;
}

.lottie-animation {
  width: 100%;
}

.same1 {
  border-right: 1px solid #2e273980;
  padding-left: 0;
  padding-right: 0;
}

.same1.rose {
  background-color: var(--background-color-2);
}

.text-wrapper-same {
  border-top: 1px solid #2e273980;
  border-bottom: 1px solid #2e273980;
  justify-content: flex-start;
  align-items: baseline;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px 30px 140px;
  position: relative;
}

.text-wrapper-same.smaller {
  padding: 0;
}

.sometext {
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.first-one {
  border-left: 1px solid #2e273980;
  border-right: 1px solid #2e273980;
  padding-left: 0;
  padding-right: 0;
}

.first-one.rose {
  background-color: var(--background-color-2);
}

.image-3 {
  width: 15%;
  position: absolute;
  bottom: 3%;
  left: auto;
  right: 3%;
}

.small-logo {
  width: 10%;
  position: absolute;
  inset: auto 6% 6% auto;
}

.small-logo.left {
  inset: auto auto 6% 6%;
}

.book-btn-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.one-color-section {
  background-color: var(--text-color);
  padding-bottom: 20px;
}

.three-clmns {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.three-clmn {
  padding-left: 0;
  padding-right: 0;
}

.wrapper-three-clmns {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.heading-white {
  color: #fcf2e1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.7rem;
  line-height: 2rem;
}

.text-white {
  color: var(--background-color);
  text-align: center;
  font-size: 1.1rem;
}

.social-icons {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.social-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-wrapper.nav-social {
  display: none;
}

.small-circle-social {
  border: 1px solid var(--background-color-2);
  border-radius: 100px;
  width: 38px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px;
  position: relative;
}

.small-circle-social:hover {
  border-color: #f0d8ae;
}

.small-footer-text {
  color: var(--background-color-3);
  text-align: center;
  font-size: .9rem;
  line-height: 1.2rem;
}

.small-footer-text.upper {
  margin-top: 10px;
  margin-bottom: 2px;
}

.link-social {
  transition: all .3s linear;
  position: absolute;
  inset: 0%;
}

.form-section {
  background-color: var(--background-color-3);
}

.form-heading {
  font-family: var(--heading-font);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 3rem;
}

.text-form {
  margin-bottom: 80px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.form-clmn {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.form {
  padding-left: 0;
  padding-right: 89px;
}

.some-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-field {
  border-style: none solid solid;
  border-width: 1px;
  border-color: #0000 #0000 var(--text-color);
  color: var(--text-color);
  background-color: #fff0;
  margin-bottom: 20px;
  padding-bottom: 40px;
  font-size: 1.1rem;
}

.text-field:active {
  background-color: #fff0;
  border-bottom-color: #2e2739;
  border-left-color: #0000;
  border-right-color: #0000;
}

.text-field:focus {
  border-right-color: #0000;
  border-bottom-color: var(--text-color);
  background-color: #fff0;
  border-left-color: #0000;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: #fff0;
}

.text-field::placeholder {
  color: var(--text-color);
  background-color: #fff0;
  font-size: 1.1rem;
}

.submit-button {
  color: var(--background-color-3);
  background-color: #2e2739;
  width: 50%;
  margin-top: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1.1rem;
  transition: all .3s linear;
}

.submit-button:hover {
  background-color: #2e2739e0;
}

.wrapper-phone-mail {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.wrapper-phone-mail.margin-20 {
  margin-bottom: 25px;
  padding-left: 20px;
  position: relative;
}

.icon-phone-mail {
  width: 2.7rem;
  height: 2.7rem;
  margin-right: 15px;
}

.number-mail {
  font-family: var(--heading-font);
  color: #2e2739;
  font-size: 2.5rem;
  line-height: 2.8rem;
}

.brand {
  width: 125px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand.w--current {
  width: 125px;
}

.navmenu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-container {
  border-bottom: 1px solid #2e273933;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  font-family: var(--heading-font);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.nav-link.w--current {
  color: var(--text-color);
}

.nav-link.last {
  color: #fcf2e1;
  background-image: linear-gradient(90deg, #2e27393b, #2e27394d 0%, #2e273970 77%);
}

.sucess {
  background-color: #e0d4c669;
}

.sucess-text {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.error-message {
  background-color: #e0d4c669;
  padding: 20px;
}

.absolute-link {
  position: absolute;
  inset: 0%;
}

.text-link {
  font-family: var(--heading-font);
  color: var(--text-color);
  font-size: 2.5rem;
  line-height: 2.8rem;
  text-decoration: none;
}

.logoo {
  width: 10rem;
}

.recaptcha {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    padding-top: 20px;
  }

  .container.container-form {
    width: 100%;
  }

  .container.heroo {
    padding-top: 40px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    padding-top: 15vh;
  }

  .hero-heading {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .small-heading {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .map-button {
    width: 70%;
  }

  .hero-text.margin20, .hero-text.margin {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .container-hero {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-cta-buton {
    margin-top: 40px;
    padding: 13px;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  ._6 {
    font-size: 2.5rem;
  }

  .apartments-heading {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .review-text {
    font-size: 1rem;
    line-height: 1rem;
  }

  .book-btn {
    padding: 13px;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .reveiw-heading {
    font-size: 1.4rem;
  }

  .booking-btn {
    padding: 13px;
    font-size: 1.1rem;
  }

  .small-heading-clmn {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .bigger-clmn-heading {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .text-sans, .text-sans.margin {
    font-size: 1rem;
  }

  .slide {
    height: 90%;
  }

  .slide-nav {
    bottom: -2%;
  }

  .sometext {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .heading-white {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .text-white {
    font-size: 1rem;
  }

  .social-icons {
    margin-top: 35px;
  }

  .social-wrapper.nav-social {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    padding-left: 10px;
    display: flex;
  }

  .small-circle-social.other-color {
    border-color: var(--text-color);
    background-color: #2e2739;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 8px;
    display: flex;
  }

  .form-heading {
    margin-top: 20px;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .text-form {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .some-text {
    justify-content: center;
    align-items: flex-start;
  }

  .submit-button {
    width: 100%;
  }

  .icon-phone-mail {
    width: 2rem;
    height: 2.3rem;
  }

  .number-mail {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    z-index: 999;
    width: 100px;
  }

  .navmenu {
    background-color: var(--background-color-3);
    width: 30vw;
    height: 100vh;
    padding-top: 80px;
  }

  .nav-link, .nav-link.last {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    width: 60px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .text-link {
    font-family: var(--heading-font);
    color: var(--text-color);
    font-size: 2rem;
    line-height: 2.3rem;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .container.container-form {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-section {
    padding-top: 15vh;
  }

  .hero-clmns {
    flex-flow: column;
  }

  .clmn-img {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .hero-heading-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .hero-heading {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .hero-img {
    width: 100%;
  }

  .hero-second-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-right: 0;
    display: flex;
  }

  .small-heading {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .map-button {
    width: 40%;
    padding: 6px;
  }

  .hero-text.margin20 {
    text-align: left;
    margin-bottom: 0;
  }

  .hero-text.margin {
    text-align: left;
  }

  .container-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-cta-buton {
    width: 45%;
    padding: 11px;
    font-size: 1rem;
  }

  ._6 {
    font-size: 2.2rem;
    line-height: 2rem;
  }

  .apartments-upper-clmn {
    flex-flow: column;
  }

  .apartments-lower-clmn {
    flex-flow: column;
    margin-top: 0;
  }

  .reviews-clmn {
    margin-top: 20px;
  }

  .apartments-heading {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .reviews-wrapper {
    margin-right: 15px;
  }

  .review-text {
    justify-content: flex-start;
  }

  .review-textt {
    color: #2e273973;
  }

  .clmns-describe-button {
    margin-top: 40px;
  }

  .btn-clmn {
    margin-top: 30px;
  }

  .lightbox-upper-small {
    margin-bottom: 20px;
  }

  .cmn3 {
    padding-left: 0;
    padding-right: 0;
  }

  .clmn2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-wrapper {
    justify-content: center;
    align-items: center;
  }

  .book-btn {
    width: 100%;
    padding: 11px;
    font-size: 1rem;
  }

  .book-btn.smaller {
    width: 100%;
  }

  .icon-describe {
    width: 25px;
  }

  .text-describe {
    font-size: 1.1rem;
  }

  .amenities {
    margin-top: 40px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .text-amenities {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .clmn {
    margin-bottom: 40px;
  }

  .reveiws-wrapper {
    width: 100%;
  }

  .reveiw-heading {
    font-size: 1.3rem;
  }

  .circle {
    width: 27px;
    height: 27px;
  }

  .star {
    width: 17px;
  }

  .text-review {
    font-size: 1rem;
  }

  .booking-btn {
    width: 100%;
    padding: 11px;
    font-size: 1rem;
  }

  .section-map {
    padding-top: 40px;
  }

  .review-text1, .review-text2, .review-text3, .review-text4 {
    justify-content: flex-start;
  }

  .columns-text {
    flex-flow: column;
    margin-bottom: 30px;
  }

  .bigger-clmn {
    padding-left: 0;
    padding-right: 0;
  }

  .small-clmn-wrapper {
    padding-right: 0;
  }

  .small-heading-clmn {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .bigger-clmn-heading {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .slide {
    height: 80%;
  }

  .slider_main-wrap {
    padding-bottom: 0;
  }

  .slide-nav {
    font-size: .8rem;
    bottom: 6%;
  }

  .same1 {
    border-left: 1px solid #2e273980;
  }

  .small-logo {
    width: 12%;
  }

  .three-clmns {
    flex-flow: column;
  }

  .wrapper-three-clmns {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-white {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .form-heading {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .text-form {
    margin-bottom: 60px;
    font-size: 1.2rem;
  }

  .form-clmn {
    flex-flow: column;
  }

  .form {
    padding-right: 0;
  }

  .some-text {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .text-field, .text-field::placeholder {
    font-size: 1rem;
  }

  .submit-button {
    width: 100%;
    padding: 11px;
    font-size: 1.1rem;
  }

  .wrapper-phone-mail, .wrapper-phone-mail.margin-20 {
    padding-left: 0;
  }

  .icon-phone-mail {
    width: 1.5rem;
    height: 1.8rem;
  }

  .number-mail {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: 100px;
    padding-left: 0;
  }

  .navmenu {
    background-color: var(--background-color-3);
    width: 40vw;
    padding-top: 80px;
  }

  .nav-link {
    font-size: 1.1rem;
  }

  .menu-button {
    width: 50px;
  }

  .text-link {
    font-family: var(--heading-font);
    color: var(--text-color);
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  .container.bigger {
    padding-bottom: 60px;
  }

  .container.heroo {
    padding-top: 30px;
  }

  .hero-section {
    padding-top: 15vh;
  }

  .hero-cta-buton {
    width: 100%;
  }

  .apartments-upper-clmn {
    padding-top: 40px;
  }

  .clmn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .clmn.nomarg {
    margin-bottom: 0;
  }

  .bigger-clmn-heading {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .text-sans.margin {
    margin-bottom: 10px;
  }

  .left-arrow {
    top: -36px;
    right: 11%;
  }

  .right-arrow {
    top: -36px;
  }

  .left-arrow-2 {
    top: -36px;
    right: 11%;
  }

  .right-arrow-2 {
    top: -36px;
  }

  .fixed-wrapper {
    display: none;
  }

  .text-wrapper-same {
    height: auto;
    padding-bottom: 140px;
  }

  .small-logo, .small-logo.left {
    width: 10%;
    bottom: 8%;
  }

  .heading-white {
    font-size: 1.3rem;
  }

  .social-wrapper.nav-social {
    padding-left: 20px;
  }

  .brand {
    z-index: 999;
    width: 100px;
    padding-left: 0;
  }

  .brand.w--current {
    width: 100px;
    padding-left: 0;
  }

  .navmenu {
    background-color: var(--background-color-3);
    width: 60vw;
    padding-top: 100px;
  }

  .nav-container {
    padding-top: 10px;
  }

  .nav-link {
    padding-left: 25px;
    padding-right: 30px;
  }

  .nav-link.w--current, .nav-link.sameclass, .nav-link.sameclass.w--current {
    padding-left: 25px;
  }

  .menu-button {
    width: 50px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .text-link {
    font-family: var(--heading-font);
    color: var(--text-color);
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-decoration: none;
  }

  .rec {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


