/*transform origin*/
body {
  font-family: "open-sans", sans-serif;
  font-weight: 300;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "playfair-display", serif;
}

/*.......Button font......*/
.mt_btn,
.mt_fill_btn {
  font-family: "playfair-display", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 991.8px) {
  .mt_btn,
  .mt_fill_btn {
    font-size: 20px;
  }
}

/*.......Heading and Copy fonts......*/
.mt_main_heading {
  font-family: "playfair-display", serif;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 105%;
  text-transform: uppercase;
}
@media (max-width: 991.8px) {
  .mt_main_heading {
    letter-spacing: 0.0005em;
  }
}

.home .mt_main_heading {
  font-size: clamp(52px, (100vw - 375px) / 1097 * 76 + 52px, 128px);
}

.mt_inner_banner .mt_main_heading {
  font-size: clamp(48px, (100vw - 375px) / 1097 * 80 + 48px, 128px);
}

.mt_sub_heading {
  font-family: "playfair-display", serif;
}

.mt_col_heading {
  font-family: "playfair-display", serif;
  font-weight: 500;
  font-size: clamp(48px, (100vw - 375px) / 1097 * 24 + 48px, 72px);
  letter-spacing: 0.05em;
  line-height: 105%;
  text-transform: uppercase;
}
@media (max-width: 991.8px) {
  .mt_col_heading {
    letter-spacing: 0.0005em;
  }
}

.mt_col_subheading {
  font-family: "playfair-display", serif;
  font-weight: 500;
  font-size: clamp(18px, (100vw - 375px) / 1097 * 22 + 18px, 40px);
  letter-spacing: 0em;
  line-height: 110%;
  text-transform: uppercase;
}

.mt_sec_sub_heading {
  font-family: "playfair-display", serif;
  font-weight: 500;
  font-size: clamp(48px, (100vw - 375px) / 1097 * 24 + 48px, 72px);
  letter-spacing: 0.005em;
  line-height: 105%;
  text-transform: uppercase;
  color: #3F3B3C;
}
@media (max-width: 991.8px) {
  .mt_sec_sub_heading {
    letter-spacing: 0.0005em;
  }
}

.mt_h4_heading,
.mt_specials_heading {
  font-family: "playfair-display", serif;
  font-weight: 500;
  font-size: clamp(48px, (100vw - 375px) / 1097 * 24 + 48px, 72px);
  letter-spacing: 0.005em;
  line-height: 105%;
  text-transform: uppercase;
}
@media (max-width: 991.8px) {
  .mt_h4_heading,
  .mt_specials_heading {
    letter-spacing: 0.0005em;
  }
}

.mt_paragraph,
.mt_architect_name_block h3 {
  font-family: "open-sans", sans-serif;
  font-weight: 350;
  font-size: clamp(18px, (100vw - 375px) / 1097 * 6 + 18px, 24px);
  letter-spacing: 0em;
  line-height: 125%;
  font-variant-numeric: lining-nums proportional-nums;
}

.features .mt_paragraph {
  font-weight: 400;
}

.mt_text_small {
  font-family: "open-sans", sans-serif;
}

.mt_txt_intro {
  font-family: "open-sans", sans-serif;
}

.mt_txt_sub {
  font-family: "open-sans", sans-serif;
}

.mt_copy_small {
  font-family: "open-sans", sans-serif;
}

.mt_specials_heading,
#mt_testimonial_widget .mt_h4_heading {
  font-family: "playfair-display", serif;
}

.mixed_col_layout .mt_col_heading {
  color: #3F3B3C;
  letter-spacing: 0.005em;
}

.mixed_col_layout .mt_paragraph, .mixed_col_layout .mt_list p {
  color: #3F3B3C;
}

.mixed_col_layout .mt_col_content {
  align-items: flex-start;
}
@media (max-width: 991.8px) {
  .mixed_col_layout .mt_col_content {
    margin-top: 25px;
  }
}

#category_selector .selectivo__option {
  font-family: "playfair-display", serif;
  font-weight: 500;
  font-size: clamp(18px, (100vw - 375px) / 1097 * 6px + 18px, 24px);
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 991.8px) {
  #category_selector .selectivo__option {
    line-height: 125%;
    font-family: "open-sans", sans-serif;
  }
}

@media (max-width: 991.8px) {
  .gallery .mt_cat .dropdown .selectivo__label {
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0em;
    font-family: "open-sans", sans-serif;
    color: #3F3B3C;
  }
}

.mt_gallery_caption *, .mt_gallery_caption span {
  font-family: "open-sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #3F3B3C;
}
@media (max-width: 991.8px) {
  .mt_gallery_caption *, .mt_gallery_caption span {
    font-size: 18px;
  }
}
.mt_gallery_caption p {
  padding-top: 20px !important;
  font-size: 18px;
  text-transform: none;
}
@media (max-width: 991.8px) {
  .mt_gallery_caption p {
    width: 90%;
    margin: 0 auto;
    word-wrap: break-word;
    padding-top: 25px !important;
  }
}

.mt_one_column_container .mt_paragraph {
  text-align: center;
  font-size: 32px;
  line-height: 114.99%;
  letter-spacing: 0em;
  font-weight: 400;
  color: #3F3B3C;
  font-size: clamp(22px, 2.5vw, 32px);
  max-width: 1020px !important;
}
@media (max-width: 991.8px) {
  .mt_one_column_container .mt_paragraph {
    text-align: left;
  }
}

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