/*transform origin*/
body {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*.......Button font......*/
.mt_btn {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.mt_btn:active, .mt_btn:hover {
  background-color: black !important;
  color: #ffffff !important;
  border-color: black !important;
}

/*.......font color......*/
.mt_heading_clr {
  color: #000000;
}

/*.......Heading and Copy fonts......*/
.mt_main_heading {
  color: #000000;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 400;
  letter-spacing: -1.2px;
}
.mt_main_heading {
  font-size: 48px;
}
@media screen and (min-width: 375px) {
  .mt_main_heading {
    font-size: calc(48px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .mt_main_heading {
    font-size: 64px;
  }
}
.mt_main_heading {
  line-height: 56px;
}
@media screen and (min-width: 375px) {
  .mt_main_heading {
    line-height: calc(56px + 12 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .mt_main_heading {
    line-height: 68px;
  }
}

.mt_sub_heading {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
@media (max-width: 991.8px) {
  .mt_sub_heading {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
}

.mt_col_heading {
  color: #000000;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 400;
  letter-spacing: -1.2px;
}
.mt_col_heading {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .mt_col_heading {
    font-size: calc(30px + 30 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .mt_col_heading {
    font-size: 60px;
  }
}
.mt_col_heading {
  line-height: 38px;
}
@media screen and (min-width: 375px) {
  .mt_col_heading {
    line-height: calc(38px + 34 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .mt_col_heading {
    line-height: 72px;
  }
}

.mt_col_subheading {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 10px;
}
@media (max-width: 991.8px) {
  .mt_col_subheading {
    font-size: 18px;
  }
}

.mt_col_content h3 {
  color: #000000;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 400;
  letter-spacing: -0.96px;
}
.mt_col_content h3 {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .mt_col_content h3 {
    font-size: calc(30px + 18 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .mt_col_content h3 {
    font-size: 48px;
  }
}
.mt_col_content h3 {
  line-height: 38px;
}
@media screen and (min-width: 375px) {
  .mt_col_content h3 {
    line-height: calc(38px + 22 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .mt_col_content h3 {
    line-height: 60px;
  }
}
.mt_col_content h3 {
  margin-bottom: 12px !important;
}

.neighborhood_intro h2 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 400 !important;
}
.neighborhood_intro h2 {
  font-size: 24px;
}
@media screen and (min-width: 375px) {
  .neighborhood_intro h2 {
    font-size: calc(24px + 24 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .neighborhood_intro h2 {
    font-size: 48px;
  }
}
.neighborhood_intro h2 {
  line-height: 32px;
}
@media screen and (min-width: 375px) {
  .neighborhood_intro h2 {
    line-height: calc(32px + 28 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .neighborhood_intro h2 {
    line-height: 60px;
  }
}

.mt_sec_sub_heading {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #ab6434;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: -0.02em;
}
@media (max-width: 991.8px) {
  .mt_sec_sub_heading {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0;
  }
}

.mt_h4_heading {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #000000;
}

.mt_details_wrap p,
.mt_details_wrap span,
.mt_details_wrap ul li,
.mt_details_wrap a {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0em;
}
@media (max-width: 991.8px) {
  .mt_details_wrap p,
  .mt_details_wrap span,
  .mt_details_wrap ul li,
  .mt_details_wrap a {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0em;
  }
}

.mt_paragraph,
.mt_architect_name_block h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0em;
}
@media (max-width: 991.8px) {
  .mt_paragraph,
  .mt_architect_name_block h3 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0em;
  }
}

.mt_text_small {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.mt_txt_intro {
  color: #000000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.mt_txt_intro {
  font-size: 18px;
}
@media screen and (min-width: 375px) {
  .mt_txt_intro {
    font-size: calc(18px + 2 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .mt_txt_intro {
    font-size: 20px;
  }
}
.mt_txt_intro {
  line-height: 28px;
}
@media screen and (min-width: 375px) {
  .mt_txt_intro {
    line-height: calc(28px + 4 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .mt_txt_intro {
    line-height: 32px;
  }
}

#content-sect h3,
.floor-plans-detail span,
.floor-plans-detail ul li {
  font-size: 20px;
  line-height: 30px;
}

.mt_txt_sub {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}

#content-sect > * {
  font-family: "Work Sans", sans-serif;
}

.mt_copy_small {
  font-size: 16px;
  line-height: 24px;
}

footer {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
footer a {
  color: inherit;
}

.mt_specials_heading,
#mt_testimonial_widget .mt_h4_heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  margin-bottom: 8px;
}
@media (max-width: 991.8px) {
  .mt_specials_heading,
  #mt_testimonial_widget .mt_h4_heading {
    font-size: 24px;
    line-height: 32px;
  }
}

.mt_spcls_disclaimer {
  font-size: 12px;
  line-height: 18px;
}

#mt_home_page .mt_banner .mt_main_heading {
  font-size: 48px;
}
@media screen and (min-width: 375px) {
  #mt_home_page .mt_banner .mt_main_heading {
    font-size: calc(48px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  #mt_home_page .mt_banner .mt_main_heading {
    font-size: 64px;
  }
}
#mt_home_page .mt_banner .mt_main_heading {
  line-height: 56px;
}
@media screen and (min-width: 375px) {
  #mt_home_page .mt_banner .mt_main_heading {
    line-height: calc(56px + 12 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  #mt_home_page .mt_banner .mt_main_heading {
    line-height: 68px;
  }
}
@media (min-width: 992px) {
  #mt_home_page .mt_banner .mt_btn {
    font-size: 18px;
    line-height: 28px;
  }
}

.mt_banner .mt_banner_content {
  color: #ffffff;
}

.mt_evt_blg_date {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #eaeaea;
}

.mt_category_list > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.mt_category_list > li > button, .mt_category_list > li > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.mt_fp_filter_lbl {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  margin-right: 12px;
}
@media (max-width: 991.8px) {
  .mt_fp_filter_lbl {
    color: #000000;
  }
}

.mt_filter_sticky_bar .mt_fp_view_wrap .mt_fp_view_tab a {
  font-size: 14px;
  line-height: 20px;
}

.lightbox__close,
.blog .mt_box a,
#back_btn,
header a {
  font-size: 14px;
}

header a {
  font-weight: 400;
}

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

.pagination_list li {
  font-size: 14px;
}
html.system .pagination_list li:hover {
  border-radius: 20px;
  background-color: #f6fbfb;
}
html.system .pagination_list li.next:hover, html.system .pagination_list li.prev:hover, html.system .pagination_list li.dots:hover {
  background-color: transparent;
}
.pagination_list li a {
  color: #667085;
}

.floor-plans-detail .mt_col_content p {
  font-size: 20px;
  line-height: 30px;
}
.floor-plans-detail .mt_fp_details label {
  font-size: 16px;
}
.floor-plans-detail .mt_fp_details span {
  font-size: 20px;
}

.blog .mt_cat b {
  font-size: 13px;
}

@media (max-width: 991.8px) {
  #available_filters .mt_col_heading {
    font-size: 30px;
    line-height: 38px;
  }
}
#available_filters .mt_txt_sub {
  color: #000000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
#available_filters .mt_txt_sub {
  font-size: 18px;
}
@media screen and (min-width: 375px) {
  #available_filters .mt_txt_sub {
    font-size: calc(18px + 2 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  #available_filters .mt_txt_sub {
    font-size: 20px;
  }
}
#available_filters .mt_txt_sub {
  line-height: 28px;
}
@media screen and (min-width: 375px) {
  #available_filters .mt_txt_sub {
    line-height: calc(28px + 2 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  #available_filters .mt_txt_sub {
    line-height: 30px;
  }
}
#available_filters .mt_txt_sub {
  max-width: unset;
  padding-left: 20px;
  padding-right: 20px;
}
#available_filters .mt_filter_wrap .dropdown .selectivo__option.selectivo__option--selected, #available_filters .mt_filter_wrap .dropdown .selectivo__option:focus {
  background-color: #000000;
  color: #ffffff;
}
#available_filters .mt_filter_wrap .dropdown .selectivo__label {
  color: #000000;
  border-color: #ab6434;
}

.mt_filter_sticky_bar .mt_fp_filter_btn {
  font-size: 16px;
}

#mt_contact_page .mt_tab_content * {
  font-family: "Work Sans", sans-serif;
}

@media (max-width: 991.8px) {
  .mt_fp_btn_wrap .mt_btn {
    font-size: 14px;
  }
}
@media (max-width: 359.8px) {
  .mt_fp_btn_wrap .mt_btn {
    font-size: 12px;
  }
}

.mt_fp_chk_list label,
.mt_fp_chk_box label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 991.8px) {
  .mt_fp_chk_list label,
  .mt_fp_chk_box label {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 359.8px) {
  .mt_fp_chk_list label,
  .mt_fp_chk_box label {
    font-size: 12px;
  }
}

.neighborhood .mt_neighborhood_category {
  font-family: "Work Sans", sans-serif;
}

.contact #mt_contact_page .mt_contact_address h3 {
  font-family: "Work Sans", sans-serif;
}

.mt_specials_heading {
  font-family: "Cormorant Garamond", sans-serif;
}

body[class*=privacy-policy] h2 {
  font-family: "Cormorant Garamond", sans-serif;
}

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