@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700&display=swap");
a {
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

*:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
#wptime-plugin-preloader {
  background-size: 200px 125px !important;
}

a {
  text-decoration: initial;
  transition: 0.25s all ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
strong,
span,
li,
ol,
::placeholder,
table,
label {
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a,
p,
span,
li,
ol,
::placeholder,
table,
label {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
  color: #d4af37;
}

h3 {
  font-size: 3.5rem;
}

h4,
.card-title,
.highlight-title {
  font-size: 2.5rem;
}

h5,
span.title {
  font-size: 1.5rem;
}

p {
  font-size: 18px;
  line-height: 32px;
  color: #535353;
}

.light {
  background-color: #fcfcfc;
}

.gray {
  background-color: #f5f5f5;
}

.dark {
  background-color: #f4f4f4;
}

.green,
.gold {
  background-color: #d0ae76;
}

.full-section {
  background-position: center;
  background-size: cover;
}

.faded {
  background-color: rgba(48, 49, 53, 0.7);
}

body {
  background-color: #f9f9f9;
}
body .vh-50 {
  height: 50vh;
}
body .vh-75 {
  height: 75vh;
}

.z-index {
  z-index: 10;
}

.modal-content {
  border-radius: 10px;
  border: 0;
}
.modal-content .form-control {
  border-radius: 4px;
}
.modal-content .form-control:focus {
  box-shadow: none;
  outline: 0px;
  border-color: #d4af37;
}
.modal-content a.close {
  color: #292A2D;
  font-size: 24px;
}
.modal-content a.close:hover {
  color: #d4af37;
}

#apartment .modal-body {
  border-radius: 10px;
  padding: 10px;
  background-color: #ffffff;
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-location {
  position: absolute;
  left: 25px;
  width: 175px;
}
.main-location h2 {
  font-size: 16px !important;
}

.other-locations h2 {
  font-weight: 400 !important;
  font-size: 16px !important;
}

#page-title {
  position: relative;
}
#page-title h1 {
  margin-bottom: 0px;
  z-index: 1;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin-top: 90px;
}
#page-title .overlay {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 94%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

h2.big {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 24px;
}

ul.includes, ul.no-include,
ol.includes,
ol.no-include {
  list-style: none;
  padding: 0;
}
ul.includes li, ul.no-include li,
ol.includes li,
ol.no-include li {
  padding-left: 1.75em;
  font-size: 18px;
  line-height: 28px;
  color: #535353;
}
ul.includes li:not(:last-child), ul.no-include li:not(:last-child),
ol.includes li:not(:last-child),
ol.no-include li:not(:last-child) {
  margin-bottom: 16px;
}
ul.includes li::before, ul.no-include li::before,
ol.includes li::before,
ol.no-include li::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  margin-left: -1.75em;
  width: 1.75em;
  color: #d4af37;
}
ul.includes li::before,
ol.includes li::before {
  content: "";
  color: green;
}
ul.no-include li::before,
ol.no-include li::before {
  content: "";
  color: red;
}
ul.circle,
ol.circle {
  list-style-type: none;
}
ul.circle:not(.single, .double),
ol.circle:not(.single, .double) {
  -moz-column-gap: 100px;
  -webkit-column-gap: 100px;
  column-gap: 100px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
@media (max-width: 991.98px) {
  ul.circle:not(.single, .double),
ol.circle:not(.single, .double) {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  ul.circle:not(.single, .double),
ol.circle:not(.single, .double) {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
ul.circle.double,
ol.circle.double {
  -moz-column-gap: 100px;
  -webkit-column-gap: 100px;
  column-gap: 100px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
@media (max-width: 991.98px) {
  ul.circle.double,
ol.circle.double {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  ul.circle.double,
ol.circle.double {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
ul.circle li,
ol.circle li {
  font-size: 18px;
  line-height: 28px;
  color: #535353;
  break-inside: avoid-column;
}
ul.circle li:not(:last-child),
ol.circle li:not(:last-child) {
  margin-bottom: 16px;
}
ul.circle li::before,
ol.circle li::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  margin-left: -1.75em;
  width: 1.75em;
  color: #d4af37;
}

/* Responisveness */
@media (max-width: 575.98px) {
  .w-50,
.w-75 {
    width: 100% !important;
  }

  .quote-content i,
.sales-information {
    display: none !important;
  }
}
#header > nav {
  padding: 0px;
}
#header > nav > .container .header-menu {
  background-color: #ffffff;
  box-shadow: 0px 1px 12px #1316161e;
  padding: 12px 24px;
  z-index: 1;
}
#header > nav > .container .header-menu .navbar-brand {
  padding: 0px;
  margin: 0px 16px;
}
@media (max-width: 991.98px) {
  #header > nav > .container .header-menu .navbar-brand {
    margin-left: 0px;
  }
}
#header > nav > .container .header-menu .navbar-brand img {
  height: 75px;
}
#header > nav > .container .header-menu .navbar-brand img.mobile {
  width: 175px;
  height: auto;
}
#header > nav > .container .header-menu .navbar-toggler {
  border: 0px;
  padding: 0px;
}
#header > nav > .container .header-menu .navbar-toggler i {
  font-size: 32px;
  color: #d4af37;
}
#header > nav > .container .header-menu ul li.nav-item:not(:last-child) {
  margin-right: 24px;
}
#header > nav > .container .header-menu ul li.nav-item a {
  padding: 0px;
}
#header > nav > .container .header-menu ul li.nav-item a.nav-link {
  color: #292A2D;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#header > nav > .container .header-menu ul li.nav-item a.nav-link:hover, #header > nav > .container .header-menu ul li.nav-item a.nav-link.active {
  color: #d4af37;
}

footer {
  margin-top: 150px;
  padding-bottom: 25px;
  position: relative;
}
footer::before, footer::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
footer::before {
  background-image: url("../media/images/footer-bg.jpg");
  background-size: cover;
  background-position: center center;
  z-index: -2;
}
footer::after {
  background-color: rgba(255, 255, 255, 0.94);
  z-index: -1;
}
footer > .container .contact-row > [class*=col-] {
  margin-top: -50px;
}
@media (max-width: 767.98px) {
  footer > .container .contact-row > [class*=col-] {
    margin-bottom: 0px;
  }
  footer > .container .contact-row > [class*=col-].first {
    margin-bottom: 175px;
  }
}

.footer-contact {
  height: 120px;
  width: 120px;
  object-fit: cover;
  object-position: top;
  background-color: #fff;
  padding: 0.25rem;
  border: 1px solid #f4f4f4;
}

img.company-logo {
  position: absolute;
  height: 96px;
  width: 96px;
  top: -1.5rem;
  right: -1.5rem;
  border-bottom-left-radius: 10px;
  background: #fff;
  padding: 0px 15px;
}

.footer-person h5, .modal-title {
  color: #d4af37;
}

.footer-person a {
  color: #d4af37;
  text-decoration: none;
}

.footer-person a:hover {
  color: #292A2D;
}

.parallax-image {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.parallax-image.quote {
  height: 100%;
}
.parallax-image.home {
  background-position: center;
}
@media (max-width: 767.98px) {
  .parallax-image.home {
    background-attachment: initial;
    background-position: center center;
  }
}
@media (max-width: 767.98px) {
  .parallax-image.mobile {
    background-attachment: initial;
  }
}
.parallax-image.title {
  height: 550px;
}
@media (max-width: 767.98px) {
  .parallax-image.title {
    height: 400px;
  }
}

.card.masnory {
  border: 0px;
}
.card.masnory img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .card.masnory img {
    height: 300px;
  }
}
.card.masnory.full img {
  height: 300px;
}
.card.masnory.first img, .card.masnory.last img {
  height: 624px;
}
@media (max-width: 767.98px) {
  .card.masnory.first img, .card.masnory.last img {
    height: 300px;
  }
}
.card.contact {
  box-shadow: 0px 1px 12px #a6a6a61e;
  border-radius: 10px;
  border: 0px;
  height: 100%;
}
.card.contact .card-image {
  margin-top: -100px;
  text-align: center;
}
.card.contact .card-image img {
  width: 200px;
  height: 200px;
  background-color: #535353;
  border-radius: 120px;
  padding: 10px;
  object-fit: cover;
  object-position: top;
}
.card.contact .card-body {
  padding: 24px;
  text-align: center;
}
.card.contact .card-body p {
  margin-bottom: 0px;
  font-size: 18px;
  letter-spacing: 1px;
}
.card.contact .card-body h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.card.contact .card-body ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.card.contact .card-body ul li a {
  color: #535353;
}
.card.contact .card-body ul li a:hover {
  color: #292A2D;
}

table.table tbody tr td a:hover {
  color: #d4af37 !important;
}
table.table tbody tr td span {
  margin-left: 5px;
}

.btn.btn-primary, .btn.btn-secondary {
  border-radius: 10px;
  border: 0;
  text-transform: uppercase;
  padding: 15px 30px;
  letter-spacing: 1px;
  font-weight: 700;
}
.btn.btn-primary:focus, .btn.btn-secondary:focus {
  outline: 0px;
  box-shadow: none;
  background-color: #d4af37;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #d4af37;
}
.btn.btn-primary:hover {
  background-color: #292A2D;
}
.btn.btn-secondary {
  color: #d4af37;
  background-color: transparent;
  border: 2px solid #d4af37;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: #d4af37;
  border-color: #d4af37;
}

.badge {
  padding: 8px;
}

.carousel .carousel-item {
  height: 700px;
  position: relative;
}
.carousel .carousel-item .parallax-image {
  height: 100%;
}
.carousel .carousel-item:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  display: block;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
  .carousel .carousel-item:after {
    width: 100%;
  }
}
.carousel .carousel-item .content {
  position: absolute;
  top: 0px;
  padding-top: 7rem;
  width: 100%;
  height: calc(100% - 100px);
  z-index: 1;
  display: flex;
  align-items: center;
}
.carousel .carousel-item .content h1 {
  font-size: 35px;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 1px;
}
.carousel .carousel-item .content p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 32px;
}

section .introduction img {
  width: 100%;
}
section .decorative-image {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  section .decorative-image {
    height: 400px;
  }
}
section .gallery-title {
  font-size: 3rem;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
}
section .gallery-title.first {
  margin-top: 40px;
}
section.quote {
  margin-bottom: 200px;
}
section.quote .quote-content {
  background-color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  border-radius: 10px;
}
section.quote .quote-content i {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d4af37;
  background: #ffffff;
  height: 100px;
  width: 100px;
  top: -60px;
  left: -60px;
}
section .home-gallery-img, section .default-gallery-img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
section .default-gallery-img {
  border-radius: 0px;
}
section .sales-information p {
  color: #ffffff;
}
section #accordions .box {
  background-size: cover;
  background-position: center center;
}
section #accordions .box .box-inner {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
section #accordions .box .box-inner:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
section #accordions .box .box-inner h3 {
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 0px;
  z-index: 1;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991.98px) {
  section #accordions .box .box-inner h3 {
    font-size: 2rem;
  }
}
section h4 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 2.5rem;
}
section .location-schemes img {
  border-radius: 10px;
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
section .interior h2 {
  color: #d4af37;
  font-size: 3rem;
  margin-bottom: 50px;
  z-index: 1;
  font-weight: 500;
}
section .interior .list-group {
  position: sticky;
  top: 99px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  section .interior .list-group {
    top: 65px;
    flex-direction: column;
  }
}
section .interior .list-group a {
  padding: 16px;
  background-color: #ffffff;
  text-align: center;
  color: #292A2D;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section .interior .list-group a:not(:last-child) {
  margin-right: 16px;
}
section .interior .list-group a:hover {
  color: #d4af37;
}
section .interior .list-group a.active {
  color: #ffffff;
  background-color: #d4af37;
}
section .interior img:not(:last-child) {
  margin-bottom: 16px;
}
section .interior img:last-child {
  margin-bottom: 50px;
}
section .prices-and-plans .floor-separator {
  border-top: 2px solid #d4af37;
}

/*# sourceMappingURL=main.css.map */
