/* varibles */
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html body {
  line-height: 1;
}
html ol, html ul {
  list-style: none;
}
html blockquote, html q {
  quotes: none;
}
html blockquote:before, html blockquote:after,
html q:before, html q:after {
  content: "";
  content: none;
}
html ins {
  text-decoration: none;
}
html del {
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
html a:hover {
  text-decoration: none;
}
html ul {
  margin: 0;
}
html strong {
  font-weight: bold;
}
html button {
  border: none;
  background: none;
}
html textarea {
  resize: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html div::-webkit-scrollbar {
  width: 0 !important;
}
html div {
  overflow: -moz-scrollbars-none;
}
html div {
  -ms-overflow-style: none;
}
html button:focus {
  outline: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html input:focus, html input[type=checkbox]:focus {
  outline: none;
}
html textarea:focus {
  outline: none;
}
html select:focus {
  outline: none;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #000;
  padding-top: 95px;
}
body.no-overflow, body.no-scroll {
  overflow: hidden !important;
}
body p {
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
}

h1 {
  font-size: 140px;
  line-height: 0.9;
}

h2 {
  font-size: 68px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 60px;
}

h3 {
  font-size: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 45px;
}

h4 {
  font-size: 45px;
  text-transform: uppercase;
}

h5 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.white-text {
  color: #fff;
}

p b {
  font-weight: 600;
}

p.small {
  font-size: 24px;
}

p.smaller {
  font-size: 18px;
}

p.large {
  font-size: 30px;
}

p.text-uppercase {
  letter-spacing: 2px;
}

sup {
  top: -1.5em;
  padding-left: 5px;
  display: inline-block;
  font-size: 3rem;
}

.no_border {
  border: none !important;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #fff;
  z-index: 11;
  display: none;
}
.policy_popup h3 {
  font-size: 30px;
  margin-bottom: 40px;
}
.policy_popup h4 {
  font-size: 26px;
  margin-bottom: 10px;
}
.policy_popup h2, .policy_popup h4, .policy_popup p {
  text-align: left;
}
.policy_popup p {
  font-size: 16px;
  margin-bottom: 30px;
}
.policy_popup .main_logo {
  width: 230px;
  max-width: 70%;
  margin-bottom: 30px;
}
.policy_popup .inner_content {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  max-width: 1350px;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.policy_popup .inner_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 9px;
  box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.policy_popup .small_logo {
  margin-top: 30px;
}
.policy_popup .copyright {
  padding-top: 30px;
}
.policy_popup .copyright p {
  text-align: center;
}
.policy_popup .close_icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  cursor: pointer;
}

.show_message {
  text-decoration: underline;
  cursor: pointer;
}

.grecaptcha-badge {
  display: none !important;
}

article .container-fluid {
  overflow-x: hidden;
}

.my_btn {
  line-height: 60px;
  padding: 0 30px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.my_btn:hover {
  background: #fff;
  color: #000;
}
.my_btn.white {
  color: #000;
  background: #fff;
}
.my_btn.white:hover {
  background: #000;
  color: #fff;
}

.visit_link {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 60px;
  cursor: pointer;
}
.visit_link::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
  background: url("../img/btn_arrow.svg") no-repeat center;
  background-size: contain;
}
.visit_link:hover::after {
  right: -10px;
}

.back_btn {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  padding-left: 45px;
  cursor: pointer;
}
.back_btn::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  transition: all 0.3s;
  background: url("../img/btn_arrow.svg") no-repeat center;
  background-size: contain;
}
.back_btn:hover::after {
  left: -5px;
}

.download_btn {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  padding-left: 90px;
  cursor: pointer;
}
.download_btn::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
  background: url("../img/btn_arrow.svg") no-repeat center #FFDC65;
  background-size: 50% auto;
}
.download_btn:hover::after {
  left: 5px;
}

.block_bnt {
  width: 300px;
  height: 300px;
  border: 10px solid #000;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 35px;
}
.block_bnt p.subhead {
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
}
.block_bnt img {
  width: 40px;
  transition: all 0.3s;
}
.block_bnt:hover img {
  transform: translate(15px, 0);
}

.bg_pink {
  background: #F69683;
}

.section-margin {
  margin-top: 110px;
  margin-bottom: 110px;
}

.section-padding {
  padding-top: 110px;
  padding-bottom: 110px;
}

/* ------------- MENU --------------- */
.hamburger {
  position: relative;
  padding: 10px 15px;
  z-index: 10;
  width: auto;
  height: 30px;
  z-index: 101;
  border: 1px solid transparent;
}
.hamburger.is-active {
  border: none;
}
.hamburger:hover, .hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #000;
  height: 2px;
  border-radius: 0px;
  width: 100%;
}
.hamburger .hamburger-inner:before {
  top: -9px;
}
.hamburger .hamburger-inner:after {
  bottom: -9px;
}
.hamburger .hamburger-box {
  width: 24px;
  transition: 0.4s;
}
.hamburger .hamburger-box:hover {
  transform: scale(1.1);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFE9E5;
  z-index: 100;
}
.header .wrapper {
  max-width: 1630px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .main_logo {
  max-height: 40px;
}
.header .menu ul {
  display: flex;
}
.header .menu ul li {
  white-space: nowrap;
  line-height: 100px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.header .menu ul li a {
  display: block;
  padding: 0 30px;
}
.header .menu ul li:hover {
  background: #F69683;
}
.header .menu ul li.has_sub {
  position: relative;
}
.header .menu ul li.has_sub:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  background: url("../img/small_arrow_down.svg") no-repeat center center;
  background-size: contain;
}
.header .menu ul li.has_sub.festival:hover a {
  background: #F69683;
}
.header .menu ul li.has_sub.festival:hover .sub_menu li a {
  background: #F69683;
}
.header .menu ul li.has_sub.bravo:hover a {
  background: #FFF5D1;
}
.header .menu ul li.has_sub.bravo:hover .sub_menu li a {
  background: #FFF5D1;
}
.header .menu ul li.has_sub a {
  padding: 0 40px 0 30px;
}
.header .menu ul li .sub_menu {
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.header .menu ul li .sub_menu li {
  width: 100%;
  margin: 0;
}
.header .menu ul li .sub_menu li a {
  padding: 0;
  padding-left: 30px;
}
.header .menu ul li.has_sub:hover .sub_menu {
  display: block;
  opacity: 1;
  z-index: 1;
}
.header .menu ul li.has_sub:hover .sub_menu li {
  background: #F69683;
}

.article-vaughan .header {
  background: #F69683;
}
.article-vaughan .header .menu ul li:hover {
  background: #FFDC65;
}
.article-vaughan .header .menu ul li a[href="/vaughan"] {
  background: #FFDC65;
}
.article-vaughan .header .menu ul li.has_sub:hover .sub_menu li {
  background: #FFDC65;
}

.article-bravo .header,
.article-floorplan_details .header {
  background: #FFF5D1;
}
.article-bravo .header .menu ul li a[href="/bravo"],
.article-floorplan_details .header .menu ul li a[href="/bravo"] {
  background: #FFDC65;
}
.article-bravo .header .menu ul li:hover,
.article-floorplan_details .header .menu ul li:hover {
  background: #FFDC65;
}
.article-bravo .header .menu ul li.has_sub:hover .sub_menu li,
.article-floorplan_details .header .menu ul li.has_sub:hover .sub_menu li {
  background: #FFDC65;
}

.article-festival .header {
  background: #FFE7F2;
}
.article-festival .header .menu ul li a[href="/festival"] {
  background: #EA8BBA;
}
.article-festival .header .menu ul li:hover {
  background: #EA8BBA;
}
.article-festival .header .menu ul li.has_sub:hover .sub_menu li {
  background: #EA8BBA;
}

.article-park .header {
  background: #EAE9F5;
}
.article-park .header .menu ul li a[href="/park"] {
  background: #9491C7;
}
.article-park .header .menu ul li:hover {
  background: #9491C7;
}
.article-park .header .menu ul li.has_sub:hover .sub_menu li {
  background: #9491C7;
}

.article-team .header {
  background: #F5FBF2;
}
.article-team .header .menu ul li a[href="/team"] {
  background: #CCEBBF;
}
.article-team .header .menu ul li:hover {
  background: #CCEBBF;
}
.article-team .header .menu ul li.has_sub:hover .sub_menu li {
  background: #CCEBBF;
}

.article-news .header .menu ul li a[href="/news"] {
  background: #F69683;
}

.article-contact .header .menu ul li a[href="/contact"] {
  background: #F69683;
}

/* ------------- MENU END --------------- */
/* ---------------- REGISTER -------------------------- */
.form {
  position: relative;
  margin: 0 auto;
  transition: all 0.4s;
  overflow: hidden;
}
.form input[type=text],
.form input[type=search],
.form input[type=tel],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form textarea,
.form select {
  width: 100%;
  font-size: 24px;
  line-height: 60px;
  text-transform: none;
  color: #000;
  -webkit-appearance: none;
  border: none;
  background: #fff;
  outline: none;
  border-radius: 0;
  padding: 1px 20px;
}
.form select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 1px;
  font-family: Arial, Helvetica, sans-serif;
}
.form .other {
  color: #000;
}
.form textarea {
  margin-bottom: 20px;
}
.form input[type=text]::placeholder,
.form input[type=search]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=number]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
.form select::placeholder,
.form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  opacity: 1; /* Firefox */
}
.form input[type=text]:-ms-input-placeholder,
.form input[type=search]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=password]:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.form input[type=text]::-ms-input-placeholder,
.form input[type=search]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder,
.form input[type=number]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=password]::-ms-input-placeholder,
.form select::-ms-input-placeholder,
.form textarea::-ms-input-placeholder { /* Microsoft Edge */
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.form select {
  background: url("../img/select_arrow.png") no-repeat right center;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}
.form .missing input[type=text],
.form .missing input[type=search],
.form .missing input[type=tel],
.form .missing input[type=number],
.form .missing input[type=email],
.form .missing input[type=password],
.form .missing textarea {
  border-bottom: 1px solid red;
}
.form .missing input[type=text]::placeholder,
.form .missing input[type=search]::placeholder,
.form .missing input[type=tel]::placeholder,
.form .missing input[type=number]::placeholder,
.form .missing input[type=email]::placeholder,
.form .missing input[type=password]::placeholder,
.form .missing textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.form .missing input[type=text]:-ms-input-placeholder,
.form .missing input[type=search]:-ms-input-placeholder,
.form .missing input[type=tel]:-ms-input-placeholder,
.form .missing input[type=number]:-ms-input-placeholder,
.form .missing input[type=email]:-ms-input-placeholder,
.form .missing input[type=password]:-ms-input-placeholder,
.form .missing textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}
.form .missing input[type=text]::-ms-input-placeholder,
.form .missing input[type=search]::-ms-input-placeholder,
.form .missing input[type=tel]::-ms-input-placeholder,
.form .missing input[type=number]::-ms-input-placeholder,
.form .missing input[type=email]::-ms-input-placeholder,
.form .missing input[type=password]::-ms-input-placeholder,
.form .missing textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.form .missing select {
  border-bottom: 1px solid red;
  color: red;
}
.form .brokerage_name {
  display: none;
}
.form legend {
  font-size: 18px;
  line-height: 1.2;
}
.form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  margin-right: 5px;
}
.form .checkbox input {
  position: absolute;
  opacity: 0;
  width: calc(100% + 20px);
  height: 80%;
  left: -30px;
}
.form .checkbox label {
  padding: 10px 15px;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  color: #414141;
}
.form .checkbox label:before,
.form .checkbox label:after {
  content: "";
  position: absolute;
  left: -30px;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
}
.form .checkbox label:after {
  left: -24px;
  width: 18px;
  height: 18px;
  border: none;
}
.form .checkbox input[type=radio]:checked + label:after,
.form .checkbox input[type=checkbox]:checked + label:after {
  background: #000;
}
.form .checkbox.missing label:before {
  border-color: red;
}
.form .checkbox.consent {
  padding: 0;
  padding-left: 40px;
}
.form .checkbox.consent label {
  font-size: 12px;
  line-height: 1.3;
}
.form .checkbox.consent label:before {
  border-radius: 0;
  top: 10px;
  left: -40px;
  transform: translate(0, 0);
}
.form .checkbox.consent label:after {
  content: "";
  background: transparent;
  left: -33px;
  width: 26px;
  height: 26px;
  top: 31px;
}
.form .checkbox.consent input[type=radio]:checked + label:after,
.form .checkbox.consent input[type=checkbox]:checked + label:after {
  background: url("../img/check.png") no-repeat;
  background-size: auto;
}
.form .radio-wrapperG .checkbox {
  margin-right: 70px;
}
.form .radio-wrapperG .checkbox:last-of-type {
  margin-right: 0;
}
.form .warning-message,
.form .error-message {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: red;
  transform: translate(0, -10px);
}
.form .thank_you_message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  text-align: center;
  transition: all 0.4s;
  background: #fff;
  padding: 30px;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.form .thank_you_message h4, .form .thank_you_message h5 {
  position: absolute;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.form .thank_you_message h5 {
  line-height: 1.4;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
}
.form.form-done .thank_you_message {
  opacity: 1;
  z-index: 3;
}

/* ---------------- REGISTER END ---------------------- */
.stats h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.stats p {
  font-size: 22px;
  margin-bottom: 45px;
}
.stats p:last-of-type {
  margin-bottom: 0;
}

.bleed-image {
  position: relative;
  aspect-ratio: 1/2;
}
.bleed-image .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100% + (100vw - var(--bs-container-xxl)) / 2 + 15px);
}

.hero {
  position: relative;
}
.hero .container {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 100px);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  padding: 70px 0;
  color: #fff;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 35%, rgba(255, 255, 255, 0) 100%);
}
.hero h2 {
  margin-bottom: 0;
}

.slider_block .my_slider_container {
  margin-top: 80px;
}
.slider_block .my_slider .my_slide {
  aspect-ratio: 16/8;
  position: relative;
}
.slider_block .my_slider .my_slide .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 35px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.39) 35%, rgba(255, 255, 255, 0) 100%);
  color: #fff;
}
.slider_block .my_slider .my_slide .caption h6 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.slider_block .my_slider .my_slide .caption p {
  font-size: 24px;
}
.slider_block .tiles {
  display: flex;
  gap: 16px;
  padding-top: 15px;
}
.slider_block .tiles .tile {
  width: calc((100% - 160px) / 11);
  aspect-ratio: 1/1;
  transition: all 0.3s;
  cursor: pointer;
  /* arrow_left */
  /* override */
}
.slider_block .tiles .tile:nth-child(1) {
  order: 0;
}
.slider_block .tiles .tile:nth-child(2) {
  order: 1;
}
.slider_block .tiles .tile:nth-child(3) {
  order: 2;
}
.slider_block .tiles .tile:nth-child(4) {
  order: 3;
}
.slider_block .tiles .tile:nth-child(5) {
  order: 4;
}
.slider_block .tiles .tile:nth-child(6) {
  order: 5;
}
.slider_block .tiles .tile:nth-child(7) {
  order: 6;
}
.slider_block .tiles .tile:nth-child(8) {
  order: 7;
}
.slider_block .tiles .tile:nth-child(9) {
  order: 8;
}
.slider_block .tiles .tile:nth-child(10) {
  order: 9;
}
.slider_block .tiles .tile:nth-child(11) {
  order: 11;
}
.slider_block .tiles .tile:nth-child(12) {
  order: 12;
}
.slider_block .tiles .tile:nth-child(13) {
  order: 13;
}
.slider_block .tiles .tile:nth-child(14) {
  order: 14;
}
.slider_block .tiles .tile.active {
  opacity: 0.5;
}
.slider_block .tiles .arrow {
  cursor: pointer;
}
.slider_block .tiles .arrow_left {
  background: url("../img/arrow_left.svg") center no-repeat;
  background-size: 40% auto;
}
.slider_block .tiles .arrow_right {
  background: url("../img/arrow_right.svg") center no-repeat;
  background-size: 40% auto;
}
.slider_block .tiles.yellow .arrow {
  background-color: #FFDC65;
}
.slider_block .tiles.purple .arrow {
  background-color: #9491C7;
}
.slider_block .tiles.pink .arrow {
  background-color: #F69683;
}

.now_selling ul li {
  font-size: 25px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 5px;
  border-bottom: 1px solid #000;
  transition: all 0.3s;
}
.now_selling ul li:hover, .now_selling ul li.active {
  background: #FFDC65;
}
.now_selling ul li[data-beds="1 BEDROOM"]:hover, .now_selling ul li[data-beds="1 BEDROOM"].active, .now_selling ul li[data-beds="1 BEDROOM + DEN"]:hover, .now_selling ul li[data-beds="1 BEDROOM + DEN"].active {
  background: #B4E2F0;
}
.now_selling ul li[data-beds="2 BEDROOM"]:hover, .now_selling ul li[data-beds="2 BEDROOM"].active, .now_selling ul li[data-beds="2 BEDROOM + DEN"]:hover, .now_selling ul li[data-beds="2 BEDROOM + DEN"].active {
  background: #F69683;
}
.now_selling .units {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 50px;
}
.now_selling .units .unit {
  width: calc(33% - 10px);
  padding-bottom: 10px;
  border-bottom: 8px solid #FFDC65;
}
.now_selling .units .unit .floorplan {
  background-color: #FFF5D1;
  margin-bottom: 20px;
  padding: 30px;
}
.now_selling .units .unit .floorplan .inner {
  aspect-ratio: 1/1;
}
.now_selling .units .unit p {
  text-transform: uppercase;
}
.now_selling .units .unit p.tagline {
  text-transform: none;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.now_selling .units .unit button {
  width: 60px;
  height: 60px;
  background: url("../img/btn_arrow.svg") no-repeat center #FFDC65;
  background-size: 50% auto;
}

.now_selling .units .unit {
  border-color: #FFDC65;
}
.now_selling .units .unit .floorplan {
  background-color: rgba(255, 220, 101, 0.5);
}
.now_selling .units .unit button {
  background-color: #FFDC65;
}
.now_selling .units .unit[data-bedrooms="1 BEDROOM"],
.now_selling .units .unit[data-bedrooms="1 BEDROOM + DEN"] {
  border-color: #B4E2F0;
}
.now_selling .units .unit[data-bedrooms="1 BEDROOM"] .floorplan,
.now_selling .units .unit[data-bedrooms="1 BEDROOM + DEN"] .floorplan {
  background-color: rgba(180, 226, 240, 0.5);
}
.now_selling .units .unit[data-bedrooms="1 BEDROOM"] button,
.now_selling .units .unit[data-bedrooms="1 BEDROOM + DEN"] button {
  background-color: #B4E2F0;
}
.now_selling .units .unit[data-bedrooms="2 BEDROOM"],
.now_selling .units .unit[data-bedrooms="2 BEDROOM + DEN"] {
  border-color: #F69683;
}
.now_selling .units .unit[data-bedrooms="2 BEDROOM"] .floorplan,
.now_selling .units .unit[data-bedrooms="2 BEDROOM + DEN"] .floorplan {
  background-color: rgba(246, 150, 131, 0.5);
}
.now_selling .units .unit[data-bedrooms="2 BEDROOM"] button,
.now_selling .units .unit[data-bedrooms="2 BEDROOM + DEN"] button {
  background-color: #F69683;
}

/* FOOTER */
#footer {
  background: url("../img/footer_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 120px 0;
}
#footer .logo_cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#footer .logo_cluster .festival_logo {
  position: relative;
  padding-right: 60px;
}
#footer .logo_cluster .festival_logo img {
  display: block;
}
#footer .logo_cluster .festival_logo::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #000;
  position: absolute;
  top: 0;
  right: 30px;
}
#footer h3 {
  padding: 70px 0;
}
#footer .copyright p {
  font-size: 16px;
}
#footer .socials {
  display: flex;
  justify-content: end;
}
#footer .socials img {
  width: 70px;
  margin-left: 45px;
}

/* FOOTER END */
/* ---- HOME PAGE ---- */
#home .hero {
  background: url("../img/home/hero_bg.jpg") no-repeat center center;
  background-size: cover;
}
#home .bleed-image.park {
  aspect-ratio: 16/10;
}
#home .color_text {
  text-align: left;
  margin-bottom: 40px;
}
#home .color_text h3 {
  font-weight: 500;
  text-transform: none;
  margin-bottom: 5px;
}
#home .color_text p {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}
#home .color_text.yellow {
  color: #FFDC65;
}
#home .color_text.blue {
  color: #B4E2F0;
}
#home .color_text.red {
  color: #F69683;
}
#home .color_text.white {
  color: #fff;
}
#home .color_text:last-of-type {
  margin-bottom: 0;
}

/* ---- HOME PAGE END ---- */
/* ---- Vaughan In Focus PAGE ---- */
#vaughan .hero {
  background: url("../img/vaughan/hero.jpg") no-repeat center center;
  background-size: cover;
}

/* ---- Vaughan In Focus PAGE END ---- */
/* ---- Bravo PAGE ---- */
#bravo .hero {
  background: url("../img/bravo/hero.jpg") no-repeat center top;
  background-size: cover;
}

/* ---- Bravo PAGE END ---- */
/* ---- Floorplan details ----- */
#floorplan_details .now_selling .units .unit {
  width: calc(25% - 15px);
}
#floorplan_details .buttons {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
}
#floorplan_details .detail .floorplan {
  aspect-ratio: 3/2;
  margin: 50px;
}

/* ---- Floorplan details END ----- */
/* ---- Festival PAGE ---- */
#festival .hero {
  background: url("../img/festival/hero.jpg") no-repeat center top;
  background-size: cover;
}

/* ---- Festival PAGE END ---- */
/* ---- Park PAGE ---- */
#park .hero {
  background: url("../img/park/hero.jpg") no-repeat center top;
  background-size: cover;
}

/* ---- Park PAGE END ---- */
/* ---- Team PAGE ---- */
#team .hero {
  background: url("../img/team/hero.jpg") no-repeat center top;
  background-size: cover;
}

/* ---- Team PAGE END ---- */
/* ---- News PAGE ---- */
#news .hero {
  background: url("../img/news/hero.jpg") no-repeat center top;
  background-size: cover;
}
#news .post {
  margin-bottom: 60px;
}
#news .post .title {
  background: url("../img/news/title_bg.jpg") no-repeat center;
  background-size: cover;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 20px;
}
#news .post .date {
  font-size: 14px;
  font-weight: 700;
  color: #0C2181;
  margin-bottom: 20px;
}
#news .post .headline {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#news .post .text {
  font-size: 16px;
  margin-bottom: 30px;
}

/* ---- News PAGE END ---- */
/* ---- Contact PAGE ---- */
#contact .hero {
  background: url("../img/contact/hero.jpg") no-repeat center top;
  background-size: cover;
}
#contact .contact_boxes > div {
  width: 300px;
}

/* ---- Contact PAGE END ---- */
/* -------------- RESPONSIVE ------------------ */
@media (min-width: 1701px) {
  #contact .block_bnt h5 {
    font-size: 36px;
  }
}
@media (max-width: 1700px) {
  body {
    font-size: 24px;
    padding-top: 85px;
  }
  h1 {
    font-size: 125px;
  }
  h2 {
    font-size: 62px;
    margin-bottom: 50px;
  }
  h3 {
    font-size: 54px;
  }
  h4 {
    font-size: 40px;
  }
  h5 {
    font-size: 38px;
  }
  h6 {
    font-size: 28px;
  }
  p.small {
    font-size: 22px;
  }
  .header .menu ul {
    justify-content: space-around;
  }
  .header .menu ul li {
    line-height: 90px;
  }
  .header .menu ul li a {
    padding: 0 25px;
  }
  .header .menu ul li .sub_menu li a {
    padding-left: 25px;
  }
  .block_bnt {
    width: 270px;
    height: 270px;
    padding: 30px;
  }
  .block_bnt h5 {
    font-size: 32px;
  }
  .bleed-image .image {
    width: calc(100% + (100vw - var(--bs-container-xl)) / 2 + 15px);
  }
  .hero .container {
    min-height: calc(100vh - 90px);
  }
  .now_selling ul li {
    font-size: 22px;
  }
  .now_selling .units .unit p.tagline {
    font-size: 20px;
  }
  #contact .contact_boxes > div {
    width: 280px;
  }
  #footer .copyright p {
    font-size: 14px;
  }
  .socials img {
    width: 60px;
    margin-left: 40px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 20px;
  }
  h1 {
    font-size: 105px;
  }
  h2 {
    font-size: 56px;
  }
  h3 {
    font-size: 48px;
    margin-bottom: 35px;
  }
  h4 {
    font-size: 36px;
  }
  h6 {
    font-size: 24px;
  }
  p.small {
    font-size: 20px;
  }
  .visit_link {
    font-size: 22px;
  }
  .section-margin {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .header .main_logo {
    max-height: 35px;
  }
  .header .menu ul li {
    margin-right: 0;
    font-size: 16px;
  }
  .header .menu ul li a {
    padding: 0 17px;
  }
  .header .menu ul li .sub_menu li a {
    padding-left: 20px;
  }
  .back_btn {
    font-size: 22px;
  }
  .download_btn {
    font-size: 20px;
    padding-left: 70px;
  }
  .download_btn::after {
    width: 50px;
    height: 50px;
  }
  .block_bnt {
    width: 250px;
    height: 250px;
    padding: 25px;
    border: 8px solid #000;
  }
  .block_bnt h5 {
    font-size: 30px;
  }
  .bleed-image .image {
    width: calc(100% + (100vw - var(--bs-container-lg)) / 2 + 15px);
  }
  .now_selling ul li {
    font-size: 20px;
  }
  .form input[type=text],
  .form input[type=search],
  .form input[type=tel],
  .form input[type=number],
  .form input[type=email],
  .form input[type=password],
  .form textarea,
  .form select {
    font-size: 20px;
    line-height: 56px;
  }
  .form .radio-wrapperG .checkbox {
    margin-right: 50px;
  }
  .stats p {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .slider_block .my_slider_container {
    margin-top: 60px;
  }
  .slider_block .my_slider .my_slide .caption h6 {
    font-size: 26px;
  }
  .slider_block .my_slider .my_slide .caption p {
    font-size: 18px;
  }
  #contact .contact_boxes > div {
    width: 250px;
  }
  #footer {
    padding: 90px 0;
  }
  #footer h3 {
    padding: 60px 0;
  }
}
@media (max-width: 1300px) {
  body {
    font-size: 18px;
    padding-top: 75px;
  }
  body p {
    line-height: 1.5;
  }
  h1 {
    font-size: 100px;
  }
  h2 {
    font-size: 52px;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 46px;
    margin-bottom: 35px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 32px;
  }
  .header .main_logo {
    max-height: 30px;
  }
  .header .menu ul li {
    line-height: 80px;
    font-size: 14px;
  }
  .header .menu ul li a {
    padding: 0 15px;
  }
  .header .menu ul li .sub_menu li a {
    padding-left: 15px;
  }
  .header .menu ul li.has_sub::after {
    right: 10px;
  }
  .header .menu ul li.has_sub a {
    padding: 0 30px 0 15px;
  }
  .block_bnt {
    width: 250px;
    height: 250px;
  }
  .block_bnt h5 {
    font-size: 28px;
  }
  .bleed-image .image {
    width: calc(100% + (100vw - var(--bs-container-md)) / 2 + 15px);
  }
  .hero .container {
    min-height: calc(100vh - 80px);
  }
  .now_selling ul li {
    font-size: 18px;
  }
  .now_selling .units {
    row-gap: 40px;
  }
  .now_selling .units .unit {
    width: calc(50% - 10px);
  }
  .now_selling .units .unit button {
    width: 50px;
    height: 50px;
  }
  .slider_block .my_slider .my_slide {
    aspect-ratio: 16/8;
    position: relative;
  }
  .slider_block .my_slider .my_slide .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 35px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.39) 35%, rgba(255, 255, 255, 0) 100%);
    color: #fff;
  }
  .slider_block .my_slider .my_slide .caption h6 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .slider_block .my_slider .my_slide .caption p {
    font-size: 24px;
  }
  .slider_block .tiles {
    gap: 10px;
  }
  .slider_block .tiles .tile {
    width: calc((100% - 100px) / 11);
  }
  #home .color_text {
    margin-bottom: 30px;
  }
  #contact .contact_boxes {
    row-gap: 50px;
  }
  #contact .contact_boxes > div {
    width: 45%;
  }
  #contact .contact_boxes > div p {
    max-width: 300px;
  }
  #footer .socials img {
    width: 50px;
    margin-left: 30px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 90px;
  }
  h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 42px;
    margin-bottom: 25px;
  }
  h5 {
    font-size: 36px;
  }
  .section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-margin {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .block_bnt {
    width: 240px;
    height: 240px;
    padding: 25px;
  }
  .header {
    padding: 20px;
  }
  .header .menu ul li {
    line-height: 70px;
    font-size: 13px;
  }
  .header .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .header .wrapper .menu {
    display: none;
    padding-top: 20px;
    width: 100%;
  }
  .bleed-image .image {
    width: calc(100% + (100vw - var(--bs-container-sm)) / 2 + 15px);
  }
  .form input[type=text],
  .form input[type=search],
  .form input[type=tel],
  .form input[type=number],
  .form input[type=email],
  .form input[type=password],
  .form textarea,
  .form select {
    font-size: 18px;
    line-height: 52px;
  }
  .form .checkbox {
    font-size: 18px;
  }
  .form .checkbox label:before {
    width: 26px;
    height: 26px;
  }
  .form .checkbox label:after {
    width: 14px;
    height: 14px;
  }
  .slider_block .my_slider .my_slide .caption {
    padding: 25px 20px;
  }
  .slider_block .my_slider .my_slide .caption h6 {
    font-size: 22px;
  }
  .slider_block .my_slider .my_slide .caption p {
    font-size: 12px;
  }
  .slider_block .my_slider_container {
    margin-top: 50px;
  }
  .slider_block .tiles {
    flex-wrap: wrap;
    gap: 10px;
  }
  .slider_block .tiles .tile {
    width: calc((100% - 50px) / 6);
  }
  .slider_block .tiles .tile.arrow_right {
    order: 4;
  }
  .now_selling ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .now_selling ul li {
    width: calc(50% - 10px);
  }
  #home .color_text p {
    font-size: 16px;
  }
  #floorplan_details .now_selling .units {
    column-gap: 20px;
  }
  #floorplan_details .now_selling .units .unit {
    width: calc(50% - 10px);
  }
  #floorplan_details .detail .floorplan {
    margin: 40px 0;
  }
  #footer {
    padding: 80px 0;
  }
  #footer h3 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #footer .logo_cluster {
    width: 100%;
    max-width: 500px;
  }
  #footer .logo_cluster .festival_logo {
    margin-bottom: 30px;
  }
  #footer .logo_cluster .festival_logo::after {
    display: none;
  }
  #footer .copyright p {
    font-size: 12px;
  }
  #footer .socials img {
    width: 45px;
    margin-left: 25px;
  }
}
@media (max-width: 950px) {
  .header .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .header .wrapper .menu {
    display: none;
    padding-top: 20px;
    width: 100%;
  }
  .header .wrapper .menu ul {
    flex-wrap: wrap;
  }
  .header .wrapper .menu ul li {
    width: 100%;
  }
  .header .wrapper .menu ul li:hover {
    background: transparent;
  }
  .header .wrapper .menu ul li.has_sub:hover .sub_menu li {
    background: transparent;
  }
  .header .wrapper .menu ul li.has_sub {
    border-bottom: 1px solid #333;
  }
  .header .wrapper .menu ul li.has_sub .sub_menu {
    padding-left: 30px;
    display: block;
    opacity: 1;
    z-index: 1;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .header .wrapper .menu ul li.has_sub .sub_menu li {
    position: relative;
  }
  .header .wrapper .menu ul li.has_sub .sub_menu li:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 45%;
    transform: rotate(-90deg) translate(0, -50%);
    left: -10px;
    background: url("../img/small_arrow_down.svg") no-repeat center center;
    background-size: contain;
  }
  .header .wrapper .menu ul li.has_sub:after {
    display: none;
  }
}
@media (max-width: 750px) {
  .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-margin {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .no-pb-sm {
    padding-bottom: 0;
  }
  .bleed-image .image {
    width: 100%;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  h6 {
    font-size: 20px;
  }
  body {
    padding-top: 60px;
    font-size: 16px;
  }
  body p {
    line-height: 1.6;
    font-weight: 400;
  }
  .block_bnt {
    width: 200px;
    height: 200px;
    padding: 20px;
  }
  .block_bnt p {
    font-size: 20px;
  }
  .block_bnt h5 {
    font-size: 22px;
  }
  .header {
    padding: 15px;
  }
  .header .main_logo {
    height: 35px;
  }
  .header .wrapper .menu {
    padding-top: 30px;
  }
  .header .wrapper .menu ul li {
    line-height: 50px;
    font-size: 14px;
  }
  .header .wrapper .menu ul li.has_sub .sub_menu {
    padding-bottom: 10px;
  }
  .header .wrapper .menu ul li.has_sub .sub_menu li {
    height: 50px;
  }
  .header .wrapper .menu ul li.has_sub .sub_menu li:after {
    top: 40%;
  }
  .full_width {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .hero .container {
    padding: 100px 0 50px;
    min-height: auto;
    aspect-ratio: 3/4;
  }
  .form legend {
    font-size: 16px;
    line-height: 1.4;
  }
  .form .radio-wrapperG .checkbox {
    margin-right: 35px;
  }
  .form .radio-wrapperG .checkbox label:before {
    left: -26px;
  }
  .form .radio-wrapperG .checkbox label:after {
    left: -20px;
  }
  .stats p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .slider_block .my_slider_container {
    margin-top: 40px;
  }
  .slider_block .my_slider .my_slide {
    aspect-ratio: 3/2;
  }
  .slider_block .my_slider .my_slide .caption {
    padding: 10px 15px;
  }
  .now_selling .units {
    column-gap: 0;
    justify-content: center;
  }
  .now_selling .units .unit {
    width: 90%;
  }
  .now_selling .units .unit p {
    font-size: 22px;
  }
  .now_selling ul li {
    font-size: 14px;
  }
  #news .post {
    margin-bottom: 50px;
  }
  #news .post .title {
    font-size: 18px;
    padding: 15px;
  }
  #news .post .headline {
    font-size: 16px;
  }
  #news .post .text {
    font-size: 14px;
  }
  #floorplan_details .now_selling ul li {
    font-size: 18px;
  }
  #floorplan_details .now_selling .units .unit {
    width: 90%;
  }
  #floorplan_details .buttons {
    flex-wrap: wrap;
    justify-content: start;
  }
  #floorplan_details .buttons .download_btn:first-of-type {
    margin-bottom: 40px;
  }
  #floorplan_details .buttons .download_btn {
    font-size: 18px;
    padding-left: 60px;
  }
  #floorplan_details .buttons .download_btn::after {
    width: 40px;
    height: 40px;
  }
  #floorplan_details .detail .floorplan {
    aspect-ratio: 2/2;
    margin: 40px 0;
  }
  #footer {
    padding: 60px 0;
  }
  #footer .socials {
    justify-content: start;
    padding-top: 40px;
  }
  #footer .socials img {
    width: 45px;
    margin-right: 25px;
    margin-left: 0;
  }
  #footer h3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .logo_cluster {
    width: 90%;
  }
  #footer .logo_cluster .festival_logo {
    max-width: 240px;
  }
}
@media (max-width: 500px) {
  #contact .contact_boxes {
    row-gap: 40px;
  }
  #contact .contact_boxes > div {
    width: 90%;
  }
  #contact .contact_boxes > div p {
    max-width: 100%;
  }
}
@media (max-width: 380px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 30px;
  }
}