.innerHero {
  background-image: url("../images/hero.jpg");
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.sectionHeading {
  border-top: none;
  padding-top: 0;
  text-align: left;
}

#georgian-section .border {
  display: none;
}

#defaultCarousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  margin: 5px;
}
#defaultCarousel .carousel-indicators .active {
  background-color: #e22b28;
}

.contactMap {
  margin: 0;
}

.virtual-bar {
  z-index: 9;
  left: 33%;
  top: 41%;
}

hr.grey {
  background-color: #53626f;
  height: 1px !important;
}
hr.black {
  background-color: #424f5c;
  height: 1px !important;
}

.activeNav {
  color: #f7941d;
}

.nav-link:focus, .nav-link:hover {
  color: #f7941d;
}

a:hover {
  color: #f7941d;
}

.img-plus {
  position: absolute;
  right: 0;
  bottom: 33px;
}

.img-wrapper {
  position: relative;
}

.customButton {
  font-size: 16px;
  font-weight: 400;
}

.pdfDownload {
  border-bottom: 1px solid #f7941e;
}

#projectNav {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
#projectNav .nav-link {
  color: black;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 15px;
}

a {
  color: #56b9ca;
}

.poppins-light {
  font-family: poppins light;
}

.pdfDownload {
  font-size: 14.5px;
  color: #000;
  padding: 10px 15px;
}

.lh-35 {
  line-height: 35px;
}

.vimeo-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.fullHero {
  background-position: center;
  background-size: cover;
}

.vimeo-wrapper iframe,
.vimeo-wrapper video {
  width: 100vw;
  height: 56.25vw;
  min-height: 70vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fullHero .showMoreButton {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  z-index: 99;
}

.contactMap {
  height: 500px;
}

.homeName {
  font-size: 45px;
  letter-spacing: 1px;
  font-weight: 800;
}

.model {
  position: relative;
}
.model::before {
  position: absolute;
  content: "";
  height: 3px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 5%;
  width: 45%;
  background: #f7941e;
}

#floorplans-tab .nav-link.active {
  color: #e22b28;
}

.floorplans-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.floorplans-wrapper .floorplans-lot-card {
  width: 100%;
  max-width: 100%;
}
.floorplans-wrapper .floorplans-lot-card .img-wrapper {
  height: 100%;
}
.floorplans-wrapper .floorplans-lot-card .img-wrapper .house-link {
  display: block;
  height: 100%;
}
.floorplans-wrapper .floorplans-lot-card .img-wrapper .house-link .floorplan-height {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  height: 100%;
  padding: 100px 20px 20px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.floorplans-wrapper .floorplans-lot-card .img-wrapper .house-link .floorplan-height .image-and-name {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.floorplans-wrapper .floorplans-lot-card .img-wrapper .house-link .floorplan-height .image-and-name .unitname {
  margin-top: -80px;
}
.floorplans-wrapper .floorplans-lot-card .img-wrapper .house-link .floorplan-height .image-and-name .unitname p {
  color: #e22b28;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  line-height: 0.9;
}
.floorplans-wrapper .floorplans-lot-card .img-wrapper .house-link .floorplan-height .image-and-name .img-fluid {
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: calc(100% - 122px);
}
.floorplans-wrapper .floorplans-lot-card .info {
  display: inline-block;
  color: #898989;
}
.floorplans-wrapper .floorplans-lot-card .info hr {
  margin: 10px 0;
  color: #e22b28;
}

#floorplans-tab .nav-link {
  color: #000;
  border: 0px;
  border-radius: 0px;
  padding: 0 10px;
}
#floorplans-tab .nav-item:first-child .nav-link {
  border-right: 3px solid #000;
  padding-left: 0;
}

#view-floorplan .floorplans-view .large-floorplans img {
  max-width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
#view-floorplan .floorplans-view .large-floorplans img .keymaps img {
  max-height: 200px;
}

@media screen and (max-width: 767px) {
  #floorplans-tab .nav-item .nav-link {
    font-size: 15px;
  }
  #floorplans-TabContent .floorplans-wrapper {
    justify-content: center;
  }
  .floorplans-wrapper {
    max-width: 600px;
  }
  .floorplans-lot-card {
    max-width: calc(100% - 40px);
  }
  .floorplans-lot-card .house-link .floorplan-height .image-and-name .img-fluid {
    max-width: 250px !important;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .floorplans-lot-card .house-link .img-overlay {
    display: none;
  }
  #projectNav .nav-link {
    font-size: 13px;
  }
  .project-nav-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .project-nav-section .navbar {
    margin-top: 0;
  }
  #view-floorplan .floorplan-header .floors {
    font-size: 22px;
  }
  #view-floorplan .floorplan-header .suite-name {
    font-size: 50px;
  }
  #view-floorplan .floorplan-header .download-floorplan img {
    max-height: 80px !important;
  }
  #view-floorplan .floorplan-header .suite-sqft,
  #view-floorplan .floorplan-header .suite-details {
    display: block;
    margin-right: 4px;
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #accordionFloorplans .accordion-button,
  .accordion-body {
    padding: 20px 20px;
  }
  .house-name {
    transform: none;
    writing-mode: horizontal-tb;
  }
  .house-name p {
    display: block;
  }
  .img-unit {
    height: auto;
  }
  .floorplans-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 800px;
  }
  .floorplan-height {
    height: auto;
    width: 350px;
  }
  .project-nav-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 994px) {
  .floorplans-wrapper .floorplans-lot-card {
    max-width: calc(100% - 60px);
  }
  .project-nav-section {
    margin-top: 3rem;
    margin-bottom: 40px;
    padding: 0 30px;
  }
  #projectNav .nav-link {
    font-size: 13px;
  }
  .floorplans-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 800px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .floorplan-height {
    height: auto;
  }
  #projectNav .nav-link {
    font-size: 15px;
  }
  .project-nav-section {
    margin-top: 7rem;
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .floorplans-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 800px;
  }
  .floorplans-wrapper .floorplans-lot-card {
    max-width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .floorplan-height {
    height: 540px;
  }
  .project-nav-section {
    margin-top: 13%;
    margin-bottom: 90px;
    padding: 0 30px;
    max-width: 83.3333333%;
  }
  .floorplans-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    max-width: 100%;
  }
  .floorplans-wrapper .floorplans-lot-card {
    max-width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */