@font-face {
  font-family: "Bw Gradual DEMO";
  src: url("fonts/BwGradualDEMO-Regular.woff2") format("woff2"), url("fonts/BwGradualDEMO-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bw Gradual DEMO";
  src: url("fonts/BwGradualDEMO-Medium.woff2") format("woff2"), url("fonts/BwGradualDEMO-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("fonts/HelveticaNowDisplay-Light.woff2") format("woff2"), url("fonts/HelveticaNowDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("fonts/HelveticaNowDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("fonts/HelveticaNowDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans.woff2") format("woff2"), url("fonts/OpenSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minion Pro";
  src: url("fonts/MinionPro-Regular.woff2") format("woff2"), url("fonts/MinionPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}

a {
  transition: all 0.32s ease-out;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #606f3f;
  text-decoration: none;
}

::-moz-placeholder {
  color: #a2715c;
  opacity: 1;
}

::-moz-placeholder,
::placeholder {
  color: #a2715c;
  opacity: 1;
}

:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #a2715c;
}

/*COMMOM STYLES*/
.gradual {
  font-family: "Bw Gradual DEMO", sans-serif;
}

.fw-bl {
  font-weight: 700;
}

.fw-bo {
  font-weight: bold;
}

strong,
.fw-me {
  font-weight: 500;
}

.fw-re {
  font-weight: 400;
}

.fw-li {
  font-weight: 300;
}

.fs-130 {
  font-size: 130px;
}

.fs-87 {
  font-size: 87px;
}

.fs-82 {
  font-size: 82px;
}

.fs-72 {
  font-size: 72px;
}

.fs-65 {
  font-size: 65px;
}

.fs-62 {
  font-size: 62px;
}

.fs-60 {
  font-size: 60px;
}

.fs-58 {
  font-size: 58px;
}

.fs-56 {
  font-size: 56px;
}

.fs-55 {
  font-size: 55px;
}

.fs-52 {
  font-size: 52px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-43 {
  font-size: 43px;
}

.fs-40 {
  font-size: 40px;
}

.fs-38 {
  font-size: 38px;
}

.fs-32 {
  font-size: 32px;
}

.fs-30 {
  font-size: 30px;
}

.fs-26 {
  font-size: 26px;
}

.fs-22 {
  font-size: 22px;
}

.fs-19 {
  font-size: 19px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

.fs-10 {
  font-size: 10px;
}

.fs-8 {
  font-size: 8px;
}

.ls-0-4 {
  letter-spacing: 0.4px;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-6 {
  letter-spacing: 6px;
}

.ls-8 {
  letter-spacing: 8px;
}

.ls-10 {
  letter-spacing: 10px;
}

.ls-13 {
  letter-spacing: 13px;
}

.ls-20 {
  letter-spacing: 20px;
}

.ls-60 {
  letter-spacing: 60px;
}

.ls-80 {
  letter-spacing: 80px;
}

.lh-1 {
  line-height: 1;
}

.lh-1-1 {
  line-height: 1.1;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-1-4 {
  line-height: 1.4;
}

.lh-1-7 {
  line-height: 1.7;
}

.lh-2 {
  line-height: 2;
}

.lh-2-4 {
  line-height: 2.4;
}

.lh-4 {
  line-height: 4;
}

.border-radius-20 {
  border-radius: 20px;
}

.bg-grey {
  background-color: #e6e6e6 !important;
}

.bg-brand {
  background-color: #a2715c !important;
}

.bg-green {
  background-color: #b9d1cd !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-brand-l {
  background-color: #dbf0f2 !important;
}

.bg-register {
  background-image: url(../images/bg-register.jpg);
  background-position: bottom;
}

.text-brand {
  color: #a2715c !important;
}

.text-brand-l {
  color: #dbf0f2 !important;
}

.text-grey {
  color: #666666 !important;
}

.text-black {
  color: black !important;
}

.text-d-grey {
  color: #50525f;
}

.bg-light {
  background-color: #f2f2f2 !important;
}

.btn-brand {
  background-color: #a2715c;
  border: none;
  display: inline-block;
  position: relative;
  transition: all 0.32s ease-out;
  color: #dbf0f2;
  font-size: 25px;
  padding: 12px 20px;
  letter-spacing: 1px;
}
.btn-brand:hover {
  background-color: #484c4c;
  color: #fff !important;
}

.btn-brand-l {
  background-color: transparent;
  border: 1px solid #a2715c;
  display: inline-block;
  position: relative;
  transition: all 0.32s ease-out;
  color: #a2715c;
  font-size: 25px;
  padding: 12px 20px;
  letter-spacing: 1px;
}

.btn-brand:hover {
  background-color: #484c4c;
  color: #fff !important;
}

.btn-register {
  color: #91756a !important;
  background-color: #dbf0f2;
  border: none;
  display: inline-block;
  position: relative;
  transition: all 0.32s ease-out;
  font-weight: bold;
  font-size: 15px;
  padding: 7px 18px !important;
  letter-spacing: 1px;
}

.btn-download {
  background-color: #a2715c;
  border: 2px solid #dbf0f2;
  display: inline-block;
  position: relative;
  transition: all 0.32s ease-out;
  color: #dbf0f2;
  font-size: 25px;
  padding: 12px 20px;
  letter-spacing: 1px;
}

.btn-share {
  background-color: #aaaaaa;
  background-image: url("/images/misc/share.png");
  padding: 13px 23px;
  color: white;
  background-position: 90% 52%;
  background-repeat: no-repeat;
  padding-right: 65px !important;
  border: 0;
}
.btn-share:hover {
  background-color: #535850;
}
.btn-share:focus {
  border: none;
}

.has-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-linked {
  transition: all 0.32s ease-out;
}
.img-linked:hover {
  transform: scale(0.96);
  cursor: pointer;
}

.text-linked {
  color: inherit;
}
.text-linked:hover {
  color: inherit;
  text-decoration: underline;
}

.border-t {
  border-top: 1px solid #666;
}

.border-b {
  border-bottom: 1px solid #666;
}

footer {
  border-top: 1px solid #5f958c;
}

ul {
  list-style: none;
  padding-left: 0;
}

.itemMenu {
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 16px;
}
.itemMenu a {
  color: black;
}

#topNavigation .nav-link {
  font-size: 15px;
  font-weight: bold;
  color: #dbf0f2;
  padding: 0px 20px;
  letter-spacing: 2px;
}
#topNavigation .nav-link:hover, #topNavigation .nav-link:active {
  color: rgba(219, 240, 242, 0.4);
}
#topNavigation .nav-item {
  display: flex;
  align-items: center;
}
#topNavigation .nav-item .logo-nav img {
  max-width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
#topNavigation .nav-item a {
  cursor: pointer;
}

#topNavigation1 .nav-link {
  color: #a2715c;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
}
#topNavigation1 .img-logo {
  max-height: 56px;
}
@media screen and (max-width: 768px) {
  #topNavigation1 {
    background-color: transparent;
    text-align: right;
  }
  #topNavigation1 .navbar {
    justify-content: flex-end;
  }
  #topNavigation1 .navbar .navbar-brand {
    display: none;
  }
}

.navbar-toggler {
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 9999;
  padding-top: 20px;
}
.navbar-toggler div {
  height: 2px;
  min-width: 50px;
  width: 100%;
  background-color: #a2715c;
}
.navbar-toggler.white div {
  background-color: #ffffff;
}

.design-page {
  background-color: #e0dfdc;
}
.design-page .design-carousel-section {
  background-color: #e0dfdc;
  background-image: url(../images/design-c-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 700px;
  padding-top: 100px;
}
@media screen and (max-width: 992px) {
  .design-page .design-carousel-section {
    background-repeat: repeat-x;
    background-size: 270px;
    padding-top: 50px;
  }
}
.design-page .design-hero {
  position: relative;
  height: 100vh;
  min-height: 961px;
}
.design-page .design-hero .design-hero-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4822303922) 0%, rgba(0, 0, 0, 0.0704656863) 88%), url(../images/hero-design.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.design-page .design-hero .design-hero-image h1 {
  padding-top: 200px;
  padding-left: 100px;
  font-size: 130px;
  max-width: 900px;
  font-weight: 100;
}
@media screen and (max-width: 992px) {
  .design-page .design-hero .design-hero-image {
    position: relative;
    min-height: 80vh;
  }
}
.design-page .design-hero .design {
  position: absolute;
  z-index: 10;
  bottom: -200px;
  right: 100px;
  color: white;
  background-color: #e0dfdc;
  padding: 30px 30px 60px 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 20px;
  max-width: 600px;
  min-width: 400px;
}
.design-page .design-hero .design .design-text {
  grid-column: 2;
  grid-row: 2;
}
.design-page .design-hero .design .design-text .lux-image {
  max-width: 100px;
  margin-top: 30px;
}
.design-page .design-hero .design .design-image {
  background-image: url(../images/design-1.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 200px;
  min-height: 100px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1700px) {
  .design-page .design-hero .design {
    min-width: unset;
  }
}
@media screen and (max-width: 992px) {
  .design-page .design-hero .design {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: unset;
    max-width: 100%;
    padding: 20px 20px 40px 20px;
  }
  .design-page .design-hero .design .design-text {
    grid-column: 1/span 2;
  }
  .design-page .design-hero .design .design-text .lux-image {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .design-page .design-hero .design {
    grid-template-columns: 1fr 1fr;
  }
  .design-page .design-hero .design .design-image {
    min-width: unset;
    min-height: unset;
  }
}
@media screen and (max-width: 992px) {
  .design-page .design-hero {
    padding: 100px 0 0 0;
    background-image: url(../images/design-p-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 200px;
  }
  .design-page .design-hero .design-hero-image {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    min-height: 50vh;
    background-image: url(../images/hero-design.jpg);
    background-position-x: left;
  }
  .design-page .design-hero .design-hero-image h1 {
    padding-top: 0;
    padding-left: 0;
    font-size: 50px;
    text-align: right;
    color: #a2715c !important;
  }
}
.design-page .design-carousel-arrows {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .design-page {
    padding-top: 0px;
  }
}

.neighbourhood-page .mobile-neighbourhood-gallery .img-fluid {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.neighbourhood-page .web-neighbourhood-gallery .img-fluid {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 992px) {
  .neighbourhood-page {
    padding-top: 0px;
  }
}

.homepage .hero-logo {
  display: none;
}
@media screen and (max-width: 992px) {
  .homepage {
    padding-top: 0px;
  }
  .homepage .hero-logo {
    position: absolute;
    width: 60vw;
    top: 56px;
    left: 20vw;
    display: block;
  }
}

.img-register {
  right: 0px;
  position: absolute;
  top: 0;
}

#sideNav {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 89;
  width: 50px;
  display: block;
}
#sideNav .nav-register {
  padding: 14px 15px;
  background-color: #005839;
  transform: rotate(-90deg);
  top: -123px;
  position: absolute;
  width: 170px;
  left: -57px;
}
#sideNav .nav-register:hover {
  background-color: #535850;
}
#sideNav .nav-register a {
  color: #fff;
  font-weight: 500;
  display: block;
}
#sideNav .btn-social {
  padding: 11px;
}
#sideNav .btn-fb {
  background-color: #316094;
}
#sideNav .btn-ig {
  background-color: #559390;
}
#sideNav .bt-share {
  background-color: #929497;
}

.withBg-wrapper {
  overflow-x: hidden !important;
  overflow-y: hidden;
}

.withBg {
  position: relative;
}
.withBg:after {
  content: "";
  background-color: #f2f2f2;
  width: 120%;
  height: 78%;
  position: absolute;
  left: -7%;
  top: 157px;
  z-index: -1;
  transform: rotate(-5deg);
}

.withBg-top:after {
  height: 1299px;
  bottom: 57px;
  top: inherit;
}

#registrationForm input::placeholder, #registrationForm input::-webkit-input-placeholder, #registrationForm input:-moz-placeholder, #registrationForm input::-ms-input-placeholder {
  color: #a2715c;
}
#registrationForm .form-control {
  border: none;
  color: #a2715c;
  border-radius: 0;
  margin-bottom: 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 400;
  background-color: #ffffff;
  border-bottom: 1px solid white;
}
#registrationForm .form-control:focus {
  box-shadow: none;
}
#registrationForm sup {
  color: #c92e63;
  font-size: 16px !important;
  font-weight: 400;
}
#registrationForm label {
  color: #a2715c;
}
#registrationForm select {
  display: block;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  height: calc(3.5rem + 2px);
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  color: #a2715c;
}

.activeNav,
.navbar-nav .active a,
#mainNav .nav-link .active,
#topNavigation .nav-item .active {
  color: #c92e63 !important;
}

#sharePopUp .modal-header {
  border: none;
}

.nav-wraper {
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 9999;
}

svg {
  height: 100%;
  width: 100%;
}

footer .btn-fb {
  background-color: #316094;
}
footer .btn-ig {
  background-color: #559390;
}
footer .bt-share {
  background-color: #929497;
}
footer .btn-social {
  padding: 11px;
}

.stay-informed {
  position: absolute;
  right: 0%;
  top: 0%;
  left: auto;
  bottom: auto;
  z-index: 100;
}

.caption {
  position: absolute;
  top: 50%;
  left: 66%;
  transform: translate(-50%, -50%);
  color: white;
}

#btn-register-side {
  position: fixed;
  right: -100px;
  bottom: 400px;
  background-color: #5f958c;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 10px 10px 0 0;
  transform: rotate(-90deg);
  padding: 5px 15px;
  transform-origin: right;
  transition: all 0.5s linear;
  border: 2px solid #fff;
}
#btn-register-side:hover {
  box-shadow: 0px 0px 20px 10px #999;
  right: 25px;
}

.scroll-wrapper1 {
  background-color: #dbf0f2;
}

#sideNav {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 89;
  width: 50px;
  display: block;
}
#sideNav .nav-register {
  padding: 14px 15px;
  background-color: #005839;
  transform: rotate(-90deg);
  top: -123px;
  position: absolute;
  width: 170px;
  left: -57px;
}
#sideNav .nav-register:hover {
  background-color: #535850;
}
#sideNav .nav-register a {
  color: #fff;
  font-weight: 500;
  display: block;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  /* background-color: #111; */
  background-image: url("../images/bg-nav.jpg");
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 28px;
  background-color: #a0705d;
  background-repeat: no-repeat;
}
.sidenav a {
  padding: 0px 8px 0px 320px;
  text-decoration: none;
  font-size: 80px;
  color: #b8998a !important;
  display: block;
  transition: 0.3s;
  font-family: "Bw Gradual DEMO", sans-serif;
  line-height: 5.5rem;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav a[href^=tel], .sidenav a[href^=mailto] {
  color: #ffffff !important;
}
.sidenav .closebtn {
  position: absolute;
  top: 20px;
  right: 100px;
  margin-left: 50px;
  padding: 0;
}
.sidenav .register {
  position: absolute;
  top: 28px;
  right: 158px;
  font-size: 30px !important;
  margin-right: 50px;
  color: #dbf0f2;
}
.sidenav .contact {
  padding: 0 0 0 295px;
}
.sidenav .contact a {
  font-size: 22px;
  padding: 8px;
}
.sidenav .social a {
  padding: 0 0 0 320px;
}
.sidenav .logo-nav img {
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .sidenav .logo-nav {
    display: none;
  }
}
.sidenav .close-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.img-logo-center {
  padding: 0 50px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.arrow {
  position: absolute;
  bottom: 3%;
  right: 2%;
  transform: translate(-50%, -50%);
}

.carousel {
  position: relative;
}

.carousel-item img {
  -o-object-fit: cover;
  object-fit: cover;
}

#carousel-thumbs {
  padding: 0 50px;
}
#carousel-thumbs img {
  opacity: 80%;
  border: 3px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  opacity: 100%;
}
#carousel-thumbs .selected img {
  opacity: 100%;
}
#carousel-thumbs .carousel-control-prev,
#carousel-thumbs .carousel-control-next {
  width: 50px;
}

.modal-content {
  border-radius: 0;
  background-color: transparent;
  border: none;
}

#lightbox-container-image img {
  width: auto;
  max-height: 520px;
}

#carousel-thumbs .carousel-control-next,
#carousel-thumbs .carousel-control-prev {
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  left: 91%;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}
#carousel-thumbs .carousel-control-prev-icon {
  background-image: url(../images/pre.png);
  width: 26px;
  height: 22px;
}
#carousel-thumbs .carousel-control-next-icon {
  background-image: url(../images/next.png);
  width: 26px;
  height: 22px;
}

#carouselExampleCaptions .carousel-control-prev-icon {
  background-image: url(../images/pre-circle.png);
  width: 45px;
  height: 45px;
}
#carouselExampleCaptions .carousel-control-next-icon {
  background-image: url(../images/next-circle.png);
  width: 45px;
  height: 45px;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

#carouselExampleCaptions .carousel-indicators [data-bs-target] {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: transparent;
  opacity: 1;
  margin-left: 15px;
}
#carouselExampleCaptions .carousel-indicators .active {
  background-color: #a2715c;
}
#carouselExampleCaptions .carousel-caption {
  top: 1.25rem;
  left: 0%;
  right: 77%;
}
@media screen and (max-width: 768px) {
  #carouselExampleCaptions .carousel-caption {
    background-color: #a2715c;
    color: white;
    top: 10px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    bottom: unset;
    display: inline-block;
    padding: 5px 10px;
  }
  #carouselExampleCaptions .carousel-caption p {
    margin: 0;
    font-size: 10px !important;
    color: #ffffff !important;
  }
}

#carouselExampleControls .carousel-indicators [data-bs-target],
#carouselExampleControls1 .carousel-indicators [data-bs-target] {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #a2715c;
  background-color: transparent;
  opacity: 1;
  margin-left: 15px;
}

#carouselExampleControls .carousel-indicators .active,
#carouselExampleControls1 .carousel-indicators .active {
  background-color: #a2715c;
}

#carouselExampleControls .carousel-control-prev-icon,
#carouselExampleControls1 .carousel-control-prev-icon {
  background-image: url(../images/floorplan/pre.png);
  width: 80px;
  height: 80px;
}

#carouselExampleControls .carousel-control-next-icon,
#carouselExampleControls1 .carousel-control-next-icon {
  background-image: url(../images/floorplan/next.png);
  width: 80px;
  height: 80px;
}

#carouselExampleControls .carousel-control-next,
#carouselExampleControls .carousel-control-prev {
  opacity: 1;
  width: 13%;
}

#carouselExample .carousel-control-prev-icon {
  background-image: url(../images/pre.png);
  width: 26px;
  height: 22px;
}
#carouselExample .carousel-control-next-icon {
  background-image: url(../images/next.png);
  width: 26px;
  height: 22px;
}
#carouselExample .carousel-control-next,
#carouselExample .carousel-control-prev {
  opacity: 1;
  width: 95%;
  align-items: end;
  justify-content: flex-start;
}

.social-media-footer {
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  height: 40px;
  width: 40px;
}
.social-media-footer img {
  width: auto;
  height: auto;
  padding-left: 8px;
  padding-top: 7px;
}

.hero-wrapper {
  height: calc(110vh - 80px);
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.hero-video-container {
  min-height: 100vh;
  height: 100%;
  display: block;
  position: relative;
}
.hero-video-container .hero-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: #000000;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-image {
  height: 100vh;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero-image .hero-text {
  font-size: 80px;
  margin-left: 10px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.1;
}

.slider-top {
  margin-top: -19%;
}

@media screen and (min-width: 768px) {
  .hero-image .hero-text {
    font-size: 120px;
    margin: 0 auto;
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-image .hero-text {
    font-size: 150px;
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1500px) {
  .hero-image .hero-text {
    font-size: 180px;
    margin: 0 auto;
    max-width: 1400px;
  }
}
.design-section {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  /* padding: 45px 0; */
}
.design-section h1 {
  position: absolute;
  right: 20px;
  top: 26px;
  text-align: right;
  font-size: 35px;
  color: #a2715c;
  font-family: "Bw Gradual DEMO", sans-serif;
  font-weight: 100;
  line-height: 0.9;
}
.design-section a {
  position: absolute;
  bottom: 9px;
  right: 30px;
}

@media screen and (min-width: 768px) {
  .design-section {
    /* padding: 70px 0; */
  }
  .design-section h1 {
    font-size: 80px;
  }
  .design-section a {
    bottom: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .design-section {
    /* padding: 0px; */
  }
  .design-section h1 {
    font-size: 150px;
    right: 50px;
    top: 70px;
  }
  .design-section a {
    bottom: -70px;
    right: 50px;
  }
}
.floorplans-section .text {
  padding: 0 20px;
}
.floorplans-section .text p {
  font-size: 35px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .floorplans-section .fl-image {
    max-width: 768px;
    width: 100%;
    display: block;
    margin-left: auto;
  }
  .floorplans-section .text p {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .floorplans-section .fl-image {
    max-width: 85%;
  }
  .floorplans-section .text {
    padding: 30px 0px 0px 60px;
  }
  .floorplans-section .text p {
    font-size: 110px;
    margin-bottom: 40px;
  }
}
.neighbourhood-map-section .container-fluid {
  margin: 0 auto;
  max-width: 1800px;
}
.neighbourhood-map-section a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a2715c;
  font-size: 30px;
  padding: 10px 0;
  border-top: 1px solid white;
}
.neighbourhood-map-section .map-text p {
  font-size: 30px;
  padding: 20px 0;
}
.neighbourhood-map-section .card {
  background-color: black;
  color: #a2715c;
  padding: 15px 0;
  border-radius: 0;
}

@media screen and (min-width: 1200px) {
  .neighbourhood-map-section .container-fluid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .neighbourhood-map-section .container-fluid .map-text {
    max-width: 500px;
  }
  .neighbourhood-map-section .container-fluid .map-text p {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .neighbourhood-map-section .container-fluid .map-text {
    max-width: 700px;
  }
}
#hero-video {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
}

@keyframes homepagehero {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.hero-thumb {
  width: 300px;
  height: 200px;
  /* background-image: url("/images/hero/video-thumb.jpg"); */
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 12;
  cursor: pointer;
}
.hero-thumb .img-playClose {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.hero-thumb .img-playClose:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

@media screen and (max-width: 767px) {
  #hero-video {
    width: 100% !important;
  }
}
.opaque {
  position: absolute;
  background-color: #fff;
  opacity: 0.7;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mute-icon {
  position: absolute;
  text-align: center;
  left: 20px;
  bottom: 20px;
  padding: 5px;
}

.mute-video {
  background: url("/images/mute.png");
}

.unmute-video {
  background: url("/images/unmute.png");
}

.mute-video,
.unmute-video {
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  z-index: 6;
}

.accordion {
  background-color: black;
}

.accordion-item {
  background-color: black;
  border: none;
}

.accordion-button:not(.collapsed) {
  background-color: black;
}

.accordion-header h2 {
  color: #a2715c;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
}
.accordion-button::after {
  background-image: url(../images/plus.png);
}

.accordion-body {
  padding: 0;
}

.accordion-button {
  background-color: black;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-header {
  border-top: 1px solid white;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom: 1px solid white;
  border-radius: 0;
}

@media (min-width: 1300px) and (max-width: 1790px) {
  .caption {
    width: 47%;
    left: 71%;
  }
  .fs-130 {
    font-size: 80px;
  }
  .fs-52 {
    font-size: 50px;
  }
  .fs-40 {
    font-size: 32px;
  }
  .sidenav a {
    font-size: 50px;
    line-height: 3.5rem;
  }
  .sidenav .contact a {
    font-size: 19px;
    padding: 0px;
  }
  .sidenav .social a img {
    width: 22px;
  }
  .sidenav .contact {
    padding: 0 0 0 290px;
  }
  .sidenav .social a {
    padding: 0 0 0 130px;
  }
  #topNavigation .nav-link {
    padding: 0 10px;
    letter-spacing: 1px;
  }
  .img-logo-center {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1500px) {
  .fs-43 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .caption {
    width: 50%;
    left: 73%;
  }
  .fs-130 {
    font-size: 60px;
  }
  .fs-52 {
    font-size: 40px;
  }
  .fs-43 {
    font-size: 25px;
  }
  .fs-40 {
    font-size: 27px;
  }
  .fs-38 {
    font-size: 33px;
  }
  .fs-26 {
    font-size: 20px;
  }
  .sidenav {
    background-position: 19% 50%;
  }
  .sidenav a {
    font-size: 43px;
    line-height: 3rem;
    padding: 0px 8px 0px 200px;
  }
  .sidenav .contact {
    padding: 0 0 0 210px;
  }
  .sidenav .social a {
    padding: 0 0 0 20px;
  }
  .sidenav .contact a {
    font-size: 18px;
    padding: 0px;
  }
  .sidenav .social a img {
    width: 20px;
  }
  .img-logo-center {
    padding: 0 10px;
    width: 230px;
  }
  #topNavigation .nav-link {
    font-size: 13px;
    padding: 0px 8px;
    letter-spacing: 1px;
  }
  /* #carouselExampleControls .carousel-control-prev-icon,
  #carouselExampleControls .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }
  #carouselExampleControls .carousel-control-next,
  #carouselExampleControls .carousel-control-prev {
    width: 5%;
  } */
}
@media screen and (max-width: 992px) {
  #topNavigation .navbar-toggler-icon {
    width: 2.5em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(183, 183, 183)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  #topNavigation .navbar-toggler {
    border-color: rgba(255, 255, 255, 0);
  }
  #topNavigation .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }
  #topNavigation .navbar-collapse {
    width: 100%;
    background-color: #a2715c;
    left: 0;
  }
  #topNavigation .nav-link {
    padding: 2px 20px;
  }
  #sideNav {
    width: 140px;
    left: 12px;
    top: 0;
    z-index: 101;
    position: absolute;
    float: right;
  }
  #sideNav .btn-social {
    padding: 6px;
  }
  #topNavigation .nav-item .active {
    color: black !important;
  }
  .caption {
    width: 53%;
    left: 74%;
  }
  #sideNav {
    width: 140px;
    left: 8px;
    top: 110px;
    z-index: 101;
    position: static;
    float: right;
  }
  #sideNav .btn-social {
    padding: 6px;
  }
  .sidenav {
    background-position: 25% 50%;
  }
  .sidenav a {
    font-size: 30px;
    line-height: 3rem;
    padding: 0px 8px 0px 170px;
  }
  .sidenav .contact {
    padding: 0 0 0 160px;
  }
  .sidenav .register {
    font-size: 20px !important;
    right: 80px;
  }
  .sidenav .social a {
    padding: 0 0 0 20px;
  }
  .sidenav .contact a {
    font-size: 16px;
    padding: 0px;
  }
  .sidenav .social a img {
    width: 20px;
  }
  .sidenav .closebtn {
    right: 60px;
  }
  .sidenav .closebtn img {
    width: 60px;
  }
  .img-logo-light {
    width: 250px;
  }
  #carousel-thumbs .carousel-control-next,
  #carousel-thumbs .carousel-control-prev {
    width: 12%;
    left: 79%;
  }
  #carouselExampleControls1 .carousel-control-prev-icon,
  #carouselExampleControls1 .carousel-control-next-icon {
    width: 35px;
    height: 35px;
  }
  #carouselExampleControls1 .carousel-control-next,
  #carouselExampleControls1 .carousel-control-prev {
    width: 11%;
  }
  .bg-neighbourhood {
    background-color: #000000;
    background-image: url("../images/neighbourhood-mob-bg.png");
    background-size: 800px;
  }
  .scroll-wrapper {
    display: none !important;
  }
  .scroll-wrapper1 {
    display: block !important;
  }
  main {
    padding-top: 64px;
  }
  .navbar-toggler {
    border: none;
  }
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 0px;
  }
  .fs-130 {
    font-size: 60px;
  }
  .fs-87 {
    font-size: 50px;
  }
  .fs-82 {
    font-size: 38px;
  }
  .fs-72 {
    font-size: 40px;
  }
  .fs-65,
  .fs-62,
  .fs-60 {
    font-size: 45px;
  }
  .fs-58 {
    font-size: 30px;
  }
  .fs-56 {
    font-size: 50px;
  }
  .fs-55 {
    font-size: 38px;
  }
  .fs-52 {
    font-size: 44px;
  }
  .fs-49,
  .fs-48 {
    font-size: 42px;
  }
  .fs-43 {
    font-size: 20px;
  }
  .fs-40,
  .fs-38 {
    font-size: 30px;
  }
  .fs-32 {
    font-size: 29px;
  }
  .fs-30 {
    font-size: 28px;
  }
  .fs-26 {
    font-size: 22px;
  }
  .ls-60 {
    letter-spacing: 40px;
  }
  .slider-top {
    margin-top: -7%;
  }
}
@media screen and (max-width: 767px) {
  .fs-130 {
    font-size: 50px;
  }
  .fs-87 {
    font-size: 40px;
  }
  .fs-82 {
    font-size: 38px;
  }
  .fs-72 {
    font-size: 35px;
  }
  .fs-65,
  .fs-62,
  .fs-60 {
    font-size: 30px;
  }
  .fs-58 {
    font-size: 22px;
  }
  .fs-56 {
    font-size: 46px;
  }
  .fs-55 {
    font-size: 38px;
  }
  .fs-52 {
    font-size: 30px;
  }
  .fs-49,
  .fs-48 {
    font-size: 36px;
  }
  .fs-43 {
    font-size: 20px;
  }
  .fs-40 {
    font-size: 33px;
  }
  .fs-38 {
    font-size: 24px;
  }
  .fs-32 {
    font-size: 25px;
  }
  .fs-30 {
    font-size: 24px;
  }
  .fs-26 {
    font-size: 18px;
  }
  .fs-22 {
    font-size: 20px;
  }
  .fs-14 {
    font-size: 13px;
  }
  .sidenav a {
    font-size: 37px;
    line-height: 50px;
    padding: 0px 8px 0px 8px;
    text-align: center;
  }
  .sidenav .closebtn {
    right: 10px;
    width: 50px;
  }
  .sidenav .register {
    right: 30px;
    font-size: 20px !important;
  }
  .sidenav .contact {
    padding: 0 6px 0 6px;
    text-align: center;
  }
  .sidenav .social {
    padding: 0 6px 0 6px;
    text-align: center;
  }
  .sidenav .social a {
    padding: 0 0 0 20px;
  }
  .sidenav .contact a {
    font-size: 20px;
    padding: 5px 18px;
    line-height: 25px;
    border: 1px solid #dbf0f2;
  }
  .sidenav .social a img {
    width: 24px;
  }
  .img-logo-light {
    width: 200px;
  }
  .ls-60 {
    letter-spacing: 30px;
  }
  #carouselExample .carousel-control-next,
  #carouselExample .carousel-control-prev {
    opacity: 1;
    width: 86%;
    align-items: end;
    justify-content: flex-start;
  }
  #carouselExampleCaptions .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 576px) {
  .fs-130 {
    font-size: 45px;
  }
  .fs-87 {
    font-size: 40px;
  }
  .fs-82 {
    font-size: 32px;
  }
  .fs-72 {
    font-size: 30px;
  }
  .fs-65 {
    font-size: 20px;
  }
  .fs-62,
  .fs-60 {
    font-size: 22px;
  }
  .fs-58 {
    font-size: 18px;
  }
  .fs-56 {
    font-size: 32px;
  }
  .fs-55 {
    font-size: 33px;
  }
  .fs-52 {
    font-size: 30px;
  }
  .fs-49 {
    font-size: 26px;
  }
  .fs-48 {
    font-size: 24px;
  }
  .fs-43 {
    font-size: 25px;
  }
  .fs-40 {
    font-size: 24px;
  }
  .fs-38 {
    font-size: 14px;
  }
  .fs-32 {
    font-size: 25px;
  }
  .fs-30 {
    font-size: 20px;
  }
  .fs-26 {
    font-size: 16px;
  }
  .fs-22 {
    font-size: 18px;
  }
  .fs-18 {
    font-size: 14px;
  }
  .fs-14 {
    font-size: 12px;
  }
  .ls-6 {
    letter-spacing: 0.5px;
  }
  .caption {
    width: 52%;
    left: 73%;
  }
  .img-logo-light {
    width: 150px;
  }
  .img-logo {
    width: 190px;
  }
  .toggle {
    width: 50px;
  }
  .btn-brand {
    font-size: 17px;
    padding: 8px 15px;
  }
  .sidenav {
    background-position: 27% 50%;
    background-color: #a1705c;
    background-image: none;
  }
  .sidenav a {
    font-size: 25px;
    line-height: 50px;
    padding: 0px 8px 0px 8px;
    text-align: center;
  }
  .sidenav .closebtn {
    right: 20px;
    width: 40px;
    top: 0px;
  }
  .sidenav .register {
    right: 9px;
    font-size: 16px !important;
  }
  .sidenav .contact,
  .sidenav .social {
    padding: 0 6px 0 6px;
    text-align: center;
  }
  #carousel-thumbs {
    padding: 0 0px;
  }
  #carousel-thumbs .carousel-control-next,
  #carousel-thumbs .carousel-control-prev {
    width: 12%;
    left: 79%;
  }
  .scroll {
    width: 70px;
  }
  .ls-60 {
    letter-spacing: 10px;
  }
  body {
    font-size: 16px;
  }
  .hero-video-container {
    min-height: 90vh;
    position: relative;
  }
  .hero-video-container .hero-video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: #000000;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-image {
    height: 90vh;
  }
  .hero-image .hero-text {
    font-size: 75px;
  }
  .social-media-footer img {
    padding-left: 0;
  }
  #registrationForm .form-control {
    height: 50px;
  }
  .design-section a {
    bottom: -35px;
  }
  .neighbourhood-map-section .map-text p {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1180px;
  }
}
@media (min-width: 992px) {
  .floorplan-border-brand-right:not(:nth-child(3n+3)) {
    border-right: 1px solid #a2715c;
  }
  .bg-neighbourhood {
    background-image: url(../images/bg-neighbourhood.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
}
.event-image-section {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-image-section .pattern-bg {
  background-color: #ffffff;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 180px;
  right: 0;
  top: -50px;
  z-index: -1;
}
.event-image-section .event-space-title {
  position: absolute;
  top: 0px;
  left: 0;
  padding: 5px 10px;
  font-size: 10px;
  margin: 0;
  background-color: #ffffff;
  color: #a2715c;
  border: 1px solid #a2715c;
}
@media screen and (min-width: 768px) {
  .event-image-section .pattern-bg {
    display: none;
  }
  .event-image-section .event-space-title {
    background-color: transparent;
    border: 0;
    bottom: -60px;
    top: unset;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 20px;
  }
}

.arrow-btn img {
  max-height: 22px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .arrow-btn img {
    max-height: 12px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: 5px;
    margin-bottom: 2px;
  }
}

.floorplan-page .floorplan-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
}
.floorplan-page .floorplan-footer .logo {
  max-width: 100px;
}
.floorplan-page .floorplan-footer .plan-buttons-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .floorplan-page {
    padding-top: 0px;
  }
  .floorplan-page .title {
    font-size: 45px;
  }
  .floorplan-page .bed-bath {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
  }
  .floorplan-page .bed-bath p {
    margin: 0;
    line-height: 1;
  }
  .floorplan-page .btn-download {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .floorplan-page .floorplan-carousel .carousel-control-prev,
  .floorplan-page .floorplan-carousel .carousel-control-next {
    height: 35px;
    z-index: 99;
  }
  .floorplan-page .floorplan-carousel .carousel-indicators {
    display: flex;
    margin-top: 30px;
    margin-left: auto;
    justify-content: flex-end;
  }
  .floorplan-page .floorplan-carousel .carousel-control-prev {
    bottom: -8px;
    top: unset;
    left: calc(50% - 50px);
  }
  .floorplan-page .floorplan-carousel .carousel-control-next {
    bottom: -8px;
    top: unset;
    left: calc(50% - 0px);
  }
}

@media screen and (max-width: 992px) {
  .bg-light-blue-mobile {
    background-color: #dbf0f2;
  }
}

.bg-light-blue {
  background-color: #dbf0f2;
}

.floorplan-card .planimage-wrapper {
  position: relative;
}
.floorplan-card .planimage-wrapper .plus-icon {
  position: absolute;
  top: calc(50% - 50px);
  right: calc(50% - 50px);
  background-color: #dbf0f2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #a2715c;
  border-radius: 50%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .floorplan-card {
    position: relative;
  }
  .floorplan-card .planimage-wrapper {
    position: unset;
  }
  .floorplan-card .planimage-wrapper .plus-icon {
    top: unset;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.contact-hero {
  position: relative;
}
.contact-hero img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 90vh;
}
.contact-hero .text {
  position: absolute;
  left: 10vw;
  max-width: 80vw;
  bottom: 30px;
  color: #ffffff;
}
.contact-hero .text h1 {
  font-size: 80px;
  max-width: 500px;
}
.contact-hero .text p {
  font-size: 20px;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .contact-hero .text h1 {
    font-size: 40px;
  }
  .contact-hero .text p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #views .fs-130 {
    font-size: 35px;
  }
  #views .fs-26:not(a) {
    font-size: 14px;
  }
  #views .text {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
  }
  #views .carousel-indicators {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .uneq-section .fs-130 {
    font-size: 35px;
  }
  .uneq-section .fs-26:not(a) {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .privilages-section .fs-130 {
    font-size: 35px;
  }
  .privilages-section .fs-26:not(a) {
    font-size: 14px;
  }
}

#carousel-amenities .carousel-inner .carousel-item,
#carousel-web .carousel-inner .carousel-item {
  position: relative;
}
#carousel-amenities .carousel-inner .carousel-item .text,
#carousel-web .carousel-inner .carousel-item .text {
  position: absolute;
  left: 0;
  bottom: -1px;
  color: #a2715c;
  font-size: 26px;
  background-color: #ffffff;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  #carousel-amenities .carousel-inner .carousel-item .text,
  #carousel-web .carousel-inner .carousel-item .text {
    font-size: 12px;
    padding: 5px 10px;
  }
}

/* Lightbox styles */
.lightbox .lb-image {
  border: 0 !important;
  border-radius: 0 !important;
}
.lightbox .lb-nav a.lb-prev {
  opacity: 1 !important;
  background: url(../images/misc/mav-prev.png) left 48% no-repeat !important;
  background-size: 70px !important;
}
.lightbox .lb-nav a.lb-next {
  opacity: 1 !important;
  background: url(../images/misc/mav-next.png) right 48% no-repeat !important;
  background-size: 70px !important;
}/*# sourceMappingURL=styles.css.map */