.img-wrapper {
  position: relative;
}

#projectNav {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  max-width: 80vw;
  margin: 10vh auto;
}
#projectNav .navbar-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-end;
  width: 100%;
}
#projectNav .nav-link {
  color: black;
  font-weight: 600;
  font-size: clamp(12px, 1vw, 20px);
  padding: 0;
  cursor: pointer;
  transition: all ease 0.1s;
}
#projectNav .nav-link:hover {
  color: #e22b28;
}
#projectNav .navbar-brand img {
  min-height: 40px;
  max-width: unset;
}
@media screen and (max-width: 1400px) {
  #projectNav .navbar-nav {
    width: 100%;
  }
  #projectNav .navbar-nav .nav-link {
    font-size: clamp(10px, 1vw, 16px);
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  #projectNav {
    max-width: unset;
    margin-left: 20px;
    margin-right: 20px;
  }
}

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

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

.floorplan-header hr {
  transform: rotate(90deg);
  width: 35px;
  height: 3px;
  margin: 30px 0;
}
.floorplan-header p {
  color: #babcb6;
}
.floorplan-header .info {
  margin-top: -20px;
  margin-bottom: 30px;
}
.floorplan-header .info small {
  font-size: 20px;
}

@media screen and (max-width: 992px) {
  #accordionFloorplans .accordion-button,
  #accordionFloorplans .accordion-body {
    padding: 20px 20px;
  }
  .img-unit {
    height: auto;
  }
  .round-btn {
    width: 90px;
  }
  .floorplans-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .floorplan-header p {
    color: #babcb6;
  }
  .floorplan-header .info {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .floorplan-header .info small {
    font-size: 20px;
  }
  .download-btns {
    margin-bottom: 30px;
  }
}
.floorplan-page-bracebridge .floorplan-header-wrapper {
  padding: 20vh 30px 2vh 30px;
}

.floor-plan-section-bracebridge .floor-plan-card-section-header {
  padding: 10vh 5% 40px 5%;
}
.floor-plan-section-bracebridge .floor-plan-card-section-header p {
  line-height: 0.9em;
  font-size: 82px;
  font-family: "Integral CF Extra", Arial, sans-serif;
  color: #231f20;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  .floor-plan-section-bracebridge .floor-plan-card-section-header {
    padding: 70px 5% 50px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .floor-plan-section-bracebridge .floor-plan-card-section-header img {
    max-height: 40px;
  }
  .floor-plan-section-bracebridge .floor-plan-card-section-header p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 475px) {
  .floor-plan-section-bracebridge .floor-plan-card-section-header {
    padding: 30px 0;
  }
  .floor-plan-section-bracebridge .floor-plan-card-section-header img {
    max-height: 40px;
  }
  .floor-plan-section-bracebridge .floor-plan-card-section-header p {
    font-size: 2rem;
  }
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper {
  padding: 0 5% 40px 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge {
  max-width: calc(33.3333333333% - 30px);
  min-width: 390px;
  width: 100%;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .img-wrapper {
  margin: 0;
  display: flex;
  height: 100%;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .img-wrapper .link-wrapper {
  display: block;
  width: 100%;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  transition: all ease 0.1s;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner:hover {
  outline: 2px solid #e22b28;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner:hover .view-plan {
  color: #000;
  background-color: #e22b28;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner:hover .view-plan span {
  color: #fff;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col .house-name {
  color: #e22b28;
  background-color: white;
  z-index: 2;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col .house-name p {
  margin: 0;
  line-height: 0.7em;
  font-size: 52px;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col .info p {
  margin: 0;
  color: #000;
  text-transform: uppercase;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col .info hr {
  color: #e22b28;
  margin: 5px 0px;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col .info small {
  font-size: 20px;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .image-col {
  position: relative;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .image-col .two-own {
  position: absolute;
  top: -10px;
  right: -10px;
  height: auto;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #000;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .image-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .view-plan {
  grid-column: 1/span 2;
  grid-row: 2;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-family: "Vanguard CF", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-size: 22px;
  transition: all ease 0.5s;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .view-plan span {
  color: #e22b28;
  padding: 0 10px;
  font-family: "Integral CF Extra", Arial, sans-serif;
  line-height: 0.8;
  vertical-align: middle;
  margin-top: 0.3em;
  transition: all ease 0.5s;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .view-plan:hover {
  color: #000;
  background-color: #e22b28;
}
.floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .view-plan:hover span {
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .floor-plan-section-bracebridge .floor-plan-card-wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge {
    max-width: calc(80% - 30px);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge {
    max-width: unset;
    width: 100%;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col .house-name p {
    font-size: 48px;
  }
}
@media screen and (max-width: 550px) {
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge {
    max-width: unset;
    width: 100%;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner {
    position: relative;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .image-col {
    position: unset;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .image-col .two-own {
    top: -30px;
    right: -12px;
    width: 80px;
    height: auto;
    aspect-ratio: unset;
    z-index: 2;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col .house-name p {
    font-size: 40px;
  }
}
@media screen and (max-width: 425px) {
  .floor-plan-section-bracebridge .floor-plan-card-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge {
    max-width: unset;
    width: 100%;
    min-width: unset;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col .house-name {
    writing-mode: unset;
    transform: unset;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col .house-name p {
    font-size: 40px;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col .info p {
    font-size: 22px;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col .info .sq-ft {
    font-size: 35px;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col .info .plus {
    font-size: 20px;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .info-col .info small {
    font-size: 0.8em;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .image-col img {
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .floor-plan-section-bracebridge .floor-plan-card-wrapper .floorplan-card-bracebridge .floorplan-card-bracebridge-inner .view-plan {
    grid-column: unset;
    grid-row: 3;
    font-size: 16px;
  }
}

.bracebridge-hero-section {
  background-color: #fff;
}
.bracebridge-hero-section .h-image-wrapper {
  position: relative;
}
.bracebridge-hero-section .h-image-wrapper .hero-img {
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.bracebridge-hero-section .h-image-wrapper .text-card {
  position: absolute;
  background-color: #fff;
  padding: 50px 50px 25px 50px;
  left: 0;
  bottom: -40px;
  margin-left: clamp(50px, 10vw, 150px);
  margin-right: clamp(50px, 10vw, 150px);
  max-width: 50vw;
}
.bracebridge-hero-section .h-image-wrapper .text-card .t-homes {
  font-size: calc(3vw + 1rem);
  line-height: 0.8em;
  padding: 0;
  margin: 0;
}
.bracebridge-hero-section .h-image-wrapper .text-card .price {
  font-size: calc(3vw + 1.1rem);
  line-height: 0.8em;
  padding: 0;
  margin: 0 0 20px 0;
}
.bracebridge-hero-section .h-image-wrapper .text-card .register {
  font-size: calc(6vw + 0.6rem);
  line-height: 0.9em;
  padding: 0;
  margin: 0;
}
.bracebridge-hero-section .text-para {
  background-color: #fff;
  position: relative;
  padding: 25px 50px 0px 50px;
  margin-left: clamp(50px, 10vw, 150px);
  margin-right: clamp(50px, 10vw, 150px);
  width: auto;
}
.bracebridge-hero-section .text-para p {
  font-size: calc(1vw + 0.7rem);
  line-height: 1.15em;
}
.bracebridge-hero-section .text-para p a {
  font-size: calc(1vw + 0.5rem);
  line-height: 1em;
}
.bracebridge-hero-section .text-para .explore-f {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  line-height: 1em;
  border: 2px solid #000;
  padding: 17px 18px 12px 18px;
  cursor: pointer;
  margin-top: 10px;
}
.bracebridge-hero-section .text-para .explore-f:hover {
  color: #fff !important;
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  .bracebridge-hero-section .h-image-wrapper .text-card {
    padding: 40px;
    margin-top: clamp(-400px, -70vh, -700px);
    margin-left: clamp(50px, 10vw, 150px);
    margin-right: clamp(50px, 10vw, 150px);
    max-width: 50vw;
  }
  .bracebridge-hero-section .h-image-wrapper .text-card .t-homes {
    font-size: calc(2vw + 1rem);
  }
  .bracebridge-hero-section .h-image-wrapper .text-card .price {
    font-size: calc(2vw + 1.1rem);
  }
  .bracebridge-hero-section .h-image-wrapper .text-card .register {
    font-size: calc(5vw + 0.6rem);
  }
  .bracebridge-hero-section .text-para {
    padding-left: 40px;
    padding-right: 40px;
  }
  .bracebridge-hero-section .text-para p {
    font-size: calc(1vw + 0.6rem);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .bracebridge-hero-section .h-image-wrapper .text-card {
    padding: 40px;
    margin-top: clamp(-400px, -70vh, -700px);
    margin-left: clamp(50px, 10vw, 150px);
    margin-right: clamp(50px, 10vw, 150px);
    max-width: 70vw;
    width: auto;
  }
  .bracebridge-hero-section .h-image-wrapper .text-card .t-homes {
    font-size: calc(1vw + 1.6rem);
  }
  .bracebridge-hero-section .h-image-wrapper .text-card .price {
    font-size: calc(1vw + 1.4rem);
  }
  .bracebridge-hero-section .h-image-wrapper .text-card .register {
    font-size: calc(4vw + 0.6rem);
  }
  .bracebridge-hero-section .text-para p {
    font-size: calc(1vw + 0.6rem);
  }
}
@media screen and (max-width: 768px) {
  .bracebridge-hero-section .h-image-wrapper .text-card {
    padding: 40px;
    margin-top: clamp(-400px, -70vh, -700px);
    margin-left: clamp(50px, 5vw, 100px);
    margin-right: clamp(50px, 5vw, 100px);
    max-width: 80vw;
    width: auto;
  }
  .bracebridge-hero-section .h-image-wrapper .text-card .t-homes {
    font-size: calc(1vw + 1.6rem);
  }
  .bracebridge-hero-section .h-image-wrapper .text-card .price {
    font-size: calc(1vw + 1.4rem);
  }
  .bracebridge-hero-section .h-image-wrapper .text-card .register {
    font-size: calc(4vw + 0.6rem);
  }
  .bracebridge-hero-section .text-para {
    margin-left: clamp(50px, 5vw, 100px);
    margin-right: clamp(50px, 5vw, 100px);
  }
  .bracebridge-hero-section .text-para p {
    font-size: calc(1vw + 0.6rem);
  }
}
@media screen and (max-width: 600px) {
  .bracebridge-hero-section .h-image-wrapper .hero-img {
    min-height: auto;
    height: auto;
  }
  .bracebridge-hero-section .h-image-wrapper .text-card {
    bottom: unset;
    padding: 40px 20px 20px 20px;
    margin: 0;
    max-width: unset;
    width: auto;
    position: relative;
  }
  .bracebridge-hero-section .h-image-wrapper .text-card .t-homes {
    font-size: 1.5rem;
  }
  .bracebridge-hero-section .h-image-wrapper .text-card .price {
    font-size: 1.5rem;
  }
  .bracebridge-hero-section .h-image-wrapper .text-card .register {
    font-size: 2rem;
  }
  .bracebridge-hero-section .text-para {
    margin: 0;
    padding: 0 20px;
  }
  .bracebridge-hero-section .text-para p {
    font-size: 1rem;
  }
}

.bracebridge-about {
  display: flex;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 0;
}
.bracebridge-about .scroll-col {
  min-width: 70vw;
  max-width: 70vw;
  width: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  scrollbar-width: 0;
}
.bracebridge-about .text-col {
  padding: 30px;
  width: 100%;
}
.bracebridge-about .text-col p {
  font-size: calc(1vw + 0.5rem);
}
@media screen and (max-width: 768px) {
  .bracebridge-about .scroll-col {
    min-width: 60vw;
    max-width: 60vw;
  }
}
@media screen and (max-width: 600px) {
  .bracebridge-about {
    flex-direction: column;
  }
  .bracebridge-about .scroll-col {
    min-width: unset;
    max-width: unset;
    max-height: unset;
    overflow-y: unset;
  }
  .bracebridge-about .text-col {
    padding: 20px;
  }
}

.coming-soon-section {
  padding: 20px 20px;
  border-top: 2px solid black;
}
.coming-soon-section .a-image-wrapper .hero-image {
  width: calc(100% + 40px);
  margin-left: -20px;
  height: auto;
}
.coming-soon-section .a-image-wrapper .text-card .two-own-logo {
  width: 50vw;
  height: auto;
  margin: 20px auto;
}
.coming-soon-section .a-image-wrapper .text-card .sub {
  line-height: 1em;
  font-size: 1.5rem;
}
.coming-soon-section .a-image-wrapper .text-card .title {
  line-height: 1em;
  font-size: 2.5rem;
}
.coming-soon-section .text-para {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.coming-soon-section .text-para .text {
  font-size: 1rem;
  line-height: 1.15em;
  margin-bottom: 20px;
}
.coming-soon-section .text-para .text p {
  font-size: 1rem;
  line-height: 1.15em;
}
.coming-soon-section .text-para .text p img {
  height: 100px;
  width: auto;
  float: right;
}
.coming-soon-section .text-para .text small {
  font-size: 0.5rem;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .coming-soon-section {
    padding: 0px;
  }
  .coming-soon-section .a-image-wrapper .hero-image {
    width: 100%;
    margin: 0;
  }
  .coming-soon-section .a-image-wrapper .text-card {
    padding: 20px;
    background-color: #fff;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    position: relative;
  }
  .coming-soon-section .a-image-wrapper .text-card .two-own-logo {
    margin-top: 0;
    width: 20vw;
  }
  .coming-soon-section .a-image-wrapper .text-card .sub {
    font-size: 2rem;
    margin-bottom: 3px;
  }
  .coming-soon-section .a-image-wrapper .text-card .title {
    font-size: 3.5rem;
  }
  .coming-soon-section .text-para {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    padding: 0 20px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    gap: 30px;
  }
  .coming-soon-section .text-para .text p {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .coming-soon-section .a-image-wrapper .hero-image {
    width: 60vw;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
  .coming-soon-section .a-image-wrapper .text-card {
    max-width: clamp(550px, 50vw, 700px);
    margin-left: 30px;
    margin-right: auto;
    margin-top: -300px;
  }
  .coming-soon-section .text-para .text p {
    max-width: 800px;
    font-size: 1.5rem;
  }
  .coming-soon-section .text-para .text small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .coming-soon-section .a-image-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .coming-soon-section .a-image-wrapper .hero-image {
    max-width: 945px;
  }
  .coming-soon-section .a-image-wrapper .text-card {
    margin-left: 0;
  }
  .coming-soon-section .a-image-wrapper .text-card .sub {
    font-size: 3rem;
  }
  .coming-soon-section .a-image-wrapper .text-card .title {
    font-size: 5.5rem;
  }
  .coming-soon-section .text-para {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*Map section*/
.map-section {
  border-top: 5px solid #000;
  padding-top: 90px;
  padding-bottom: 0px;
}
.map-section .whats-nearby {
  font-size: clamp(30px, 4vw, 150px);
}
@media screen and (max-width: 768px) {
  .map-section {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .map-section iframe {
    max-height: 50vh;
  }
  .map-section .whats-nearby {
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .map-section .whats-nearby {
    padding-left: 0px;
  }
}
.map-section .family-friendly {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.map-section .family-friendly .city {
  width: 100%;
  align-self: end;
}
.map-section .family-friendly .city img {
  width: 100%;
  min-width: 40vw;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.map-section .family-friendly .family-friendly-text {
  display: flex;
}
.map-section .family-friendly .family-friendly-text .text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 20px 60px 20px 20px;
  background-color: #000;
  color: #fff;
}
.map-section .family-friendly .family-friendly-text .text h2 {
  font-family: "Integral CF Extra", Arial, sans-serif;
  font-size: calc(2vw + 0.3rem);
}
.map-section .family-friendly .family-friendly-text .text p {
  font-size: 18px;
}
.map-section .family-friendly .family-friendly-text .person {
  margin-left: -50px;
  width: calc(40% + 50px) !important;
  max-width: calc(40% + 50px);
  align-self: end;
}
@media screen and (max-width: 768px) {
  .map-section .family-friendly {
    grid-template-columns: 1fr;
  }
  .map-section .family-friendly .family-friendly-text {
    flex-direction: column;
  }
  .map-section .family-friendly .family-friendly-text .text {
    padding: 20px 20px 20px 20px;
  }
  .map-section .family-friendly .family-friendly-text .text h2 {
    font-size: 9vw;
  }
  .map-section .family-friendly .family-friendly-text .text p {
    font-size: 1rem;
  }
  .map-section .family-friendly .family-friendly-text .person {
    margin-left: unset;
    width: 100% !important;
    max-width: 100%;
  }
}

.sitemap-section {
  background-color: #000;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding-bottom: 0px;
}
.sitemap-section .feature {
  color: #fff;
  padding: 40px;
}
.sitemap-section .feature .header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}
.sitemap-section .feature .header h2 {
  font-size: clamp(85px, 4vw, 100px);
  line-height: 0.9em;
  align-self: center;
}
.sitemap-section .feature .header p {
  align-self: center;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7em;
  padding-left: 20px;
  font-weight: lighter;
}
.sitemap-section .feature .features {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
}
.sitemap-section .feature .features .feature-card {
  display: grid;
  grid-template-columns: 50% 50%;
  position: relative;
}
.sitemap-section .feature .features .feature-card img {
  grid-column: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sitemap-section .feature .features .feature-card span {
  grid-column: 1;
  position: absolute;
  display: block;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40px;
  right: calc(50% - 20px);
}
.sitemap-section .feature .features .feature-card span.bgred {
  background-color: #db1f27;
}
.sitemap-section .feature .features .feature-card span.bgcream {
  background-color: #d6c0b7;
}
.sitemap-section .feature .features .feature-card span.bggrey {
  background-color: #898a8a;
}
.sitemap-section .feature .features .feature-card .text {
  grid-column: 2;
  align-self: center;
  padding: 20px 40px;
}
.sitemap-section .feature .features .feature-card .text h5 {
  font-size: 25px;
}
.sitemap-section .feature .features .feature-card .text p {
  font-weight: lighter;
}
.sitemap-section .title {
  writing-mode: vertical-rl;
  padding: 0.5em;
  text-align: right;
  transform: rotate(180deg);
}
.sitemap-section .title h2 {
  color: #db1f27;
  font-size: clamp(40px, 4vw, 90px);
  line-height: 0.9em;
  margin: 0;
}
.sitemap-section .sitemap {
  background-color: #db1f27;
}
.sitemap-section .sitemap .header {
  padding: 40px;
  color: #fff;
}
.sitemap-section .sitemap .header h3 {
  font-size: clamp(50px, 4vw, 80px);
  line-height: 0.9em;
}
.sitemap-section .sitemap .header p {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7em;
  font-weight: lighter;
}
@media screen and (max-width: 1300px) {
  .sitemap-section {
    grid-template-columns: 100%;
  }
  .sitemap-section .feature {
    grid-row: 2;
  }
  .sitemap-section .title {
    grid-row: 1;
    writing-mode: unset;
    text-align: center;
    transform: unset;
    margin-top: -3vw;
  }
  .sitemap-section .title h2 {
    font-size: 7.8vw;
  }
  .sitemap-section .sitemap {
    grid-row: 3;
  }
}
@media screen and (max-width: 768px) {
  .sitemap-section .title h2 {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 650px) {
  .sitemap-section .feature {
    padding: 20px;
  }
  .sitemap-section .feature .header {
    grid-template-columns: 1fr;
  }
  .sitemap-section .feature .header h2 {
    font-size: 12vw;
  }
  .sitemap-section .feature .header h2 br {
    display: none;
  }
  .sitemap-section .feature .header p {
    padding-left: 0;
  }
  .sitemap-section .feature .features .feature-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .sitemap-section .feature .features .feature-card img {
    min-height: 20vh;
    width: 100%;
  }
  .sitemap-section .feature .features .feature-card span {
    top: 5px;
    right: 5px;
  }
  .sitemap-section .feature .features .feature-card .text {
    grid-column: 1;
    grid-row: 2;
    padding: 20px 0;
  }
  .sitemap-section .feature .features .feature-card .text p {
    margin-bottom: 0;
  }
  .sitemap-section .title h2 {
    font-size: 7.5vw;
  }
  .sitemap-section .sitemap .header {
    padding: 20px;
  }
  .sitemap-section .sitemap .header h3 {
    font-size: 9vw;
  }
}/*# sourceMappingURL=styles.css.map */