@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.otf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.otf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.otf") format("truetype");
  font-weight: 600;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  color: #545759;
  font-weight: 400;
  padding-top: 135px;
}

a {
  -webkit-transition: all 0.32s ease-out;
  -moz-transition: all 0.32s ease-out;
  -o-transition: all 0.32s ease-out;
  -ms-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
  text-decoration: none;
}
a:hover {
  color: #d39e0a;
  text-decoration: none;
}

::placeholder {
  color: 000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: 000;
}
::-ms-input-placeholder {
  color: 000;
}

/*COMMOM STYLES*/

.fw-bo {
  font-weight: 600;
}
.fw-me {
  font-weight: 500;
}
.fw-re {
  font-weight: 400;
}

.fs-80 {
  font-size: 80px;
}
.fs-46 {
  font-size: 46px;
}
.fs-44 {
  font-size: 44px;
}
.fs-42 {
  font-size: 42px;
}
.fs-40 {
  font-size: 40px;
}
.fs-38 {
  font-size: 38px;
}
.fs-28 {
  font-size: 28px;
}
.fs-24 {
  font-size: 24px;
}
.fs-20 {
  font-size: 20px;
}
.fs-16 {
  font-size: 16px;
}

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

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

hr {
  margin: 0.5rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}

.custom-border {
  border: 1px solid #ccc;
  padding: 0;
}

.border-left {
  border-left: 1px solid #6d6e71;
}

.price-text-from {
  font-size: 2rem;
  font-weight: bold;
}

.price-text {
  font-size: 4rem;
  font-weight: bold;
}

.register-btn {
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid #000;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 3rem;
  border-right: 0;
  border-left: 0;
  color: #000;
}

.site-plan {
  background-color: #4caf50;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.site-plan img {
  max-width: 100%;
  height: auto;
  width: 35%;
}

/* Floorplan  */

.property-card {
  border: 1px solid #ccc;
  margin-bottom: 50px;
}
.property-image {
  width: 100%;
  height: auto;
}
.property-content {
  padding: 15px;
  text-align: left;
}
.property-title {
  font-weight: bold;
  text-transform: uppercase;
  color: #6d6e71;
  font-size: 30px;
  line-height: 25px;
}
.property-size {
  color: #6d6e71;
}
.view-floorplan-btn {
  background-color: #6d6e71;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
  margin-top: 10px;
  text-transform: uppercase;
}
.view-floorplan-btn:hover {
  background-color: #333;
}
.artist-concept {
  font-size: 12px;
  color: #888;
  text-align: right;
  margin-right: 10px;
}

/* Floorplan */

@media screen and (max-width: 992px) {
  body {
    font-size: 19px;
    padding-top: 74.5px;
  }
  .fs-80 {
    font-size: 40px;
  }
  .fs-38 {
    font-size: 32px;
  }
  .fs-28 {
    font-size: 25px;
  }
  .fs-46 {
    font-size: 36px;
}
}

@media screen and (max-width: 767px) {
  .fs-80 {
    font-size: 40px;
  }
  .fs-38 {
    font-size: 32px;
  }
  .fs-28 {
    font-size: 25px;
  }
}

@media screen and (max-width: 576px) {
  body {
    font-size: 18px;
  }
  .fs-80 {
    font-size: 30px;
  }
  .fs-38 {
    font-size: 24px;
  }
  .fs-28 {
    font-size: 22px;
  }
}

.bg-grey {
  background-color: #545759 !important;
}
.bg-brand {
  background-color: #d39e0a;
}

.text-brand {
  color: #d39e0a !important;
}
.text-black {
  color: #000 !important;
}
.text-grey {
  color: #545759 !important;
}

.btn-brand {
  background-color: #d39e0a;
  border: none;
  display: inline-block;
  transition: all 0.32s ease-out;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 25px;
  letter-spacing: 1.5px;
  border: 3px solid #d39e0a;
}
.btn-brand:hover {
  background-color: #484c4c;
  color: #fff !important;
}

.btn-share {
  background-color: #fff;
  border: 3px solid #484c4c;
  color: #d39e0a !important;
}

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

.img-linked {
  -webkit-transition: all 0.32s ease-out;
  -moz-transition: all 0.32s ease-out;
  -o-transition: all 0.32s ease-out;
  -ms-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
}
.img-linked:hover {
  transform: scale(0.97);
  cursor: pointer;
}

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

/* Navigation */
#topNavigation {
  background-color: #545759;
}
#topNavigation .img-logo {
  width: 275px;
}

#topNavigation .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
}
#topNavigation .nav-link:hover {
  color: #fff !important;
}
#topNavigation #nav-register {
  border: none;
}

@media screen and (max-width: 576px) {
  #registrationForm {
    background-color: #cccccc;
  }
  #topNavigation .img-logo {
    width: 125px;
  }
}

@media screen and (max-width: 991px) {
  #topNavigation .navbar-toggler-icon {
    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='rgba(211, 158,10, 1)' 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,
  .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }
  #topNavigation .img-logo {
    width: 175px;
  }
  #topNavigation .navbar-nav .nav-link {
    text-align: right;
    margin-top: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  #topNavigation #mainNav {
    position: absolute;
    top: 50px;
    right: 50px;
  }
  #topNavigation .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    border-right: 1px solid #d39e0a;
    line-height: 18px;
  }
  #topNavigation .nav-register {
    margin-top: -1px;
  }
}

.features-list li {
  margin-bottom: 10px;
}
.kids-block {
  height: 300px;
  background-image: url("../images/bg-kids.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

#registrationForm .form-control {
  border-radius: 0;
  border: 1px solid #24492f;
  margin-bottom: 27px;
}
#registrationForm .form-control::placeholder {
  color: #808080;
  opacity: 1;
}
#registrationForm .form-control:-ms-input-placeholder {
  color: #808080;
}
#registrationForm .form-control::-ms-input-placeholder {
  color: #808080;
}
#registrationForm select {
  display: block;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #808080;
  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%23808080%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%;
}

@media (min-width: 992px) {
  .features-list {
    columns: 2;
  }
  .kids-block {
    height: 600px;
  }
}
