@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Petrona&family=Work+Sans&display=swap");
/*transform origin*/
@font-face {
  font-family: "Harmonia Sans Pro Regular";
  src: url("../fonts/HarmoniaRegular.woff2") format("woff2");
  src: url("../fonts/HarmoniaRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Harmonia Sans Pro Regular", sans-serif;
  font-size: 0.875em;
  line-height: 1.5em;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Harmonia Sans Pro Regular", sans-serif;
}

/*.......Button font......*/
.mt_btn {
  font-family: "Harmonia Sans Pro Regular", sans-serif;
}

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

/*.......Heading and Copy fonts......*/
.mt_main_heading {
  font-family: "Harmonia Sans Pro Regular", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.176vw + 11px, 36px);
  line-height: clamp(29px, 19.14px + 2.63vw, 58px);
  text-align: center;
  letter-spacing: -0.02em;
}

.mt_sub_heading {
  font-family: "Harmonia Sans Pro Regular", sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 15.84px + 2.176vw, 48px);
  line-height: clamp(38px, 19.14px + 2.63vw, 60px);
  letter-spacing: -0.02em;
}

.mt_col_heading {
  font-family: "Harmonia Sans Pro Regular", sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 15.84px + 2.176vw, 48px);
  line-height: clamp(38px, 19.14px + 2.63vw, 60px);
  letter-spacing: -0.02em;
}

.mt_col_subheading {
  font-family: "Harmonia Sans Pro Regular", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
}
@media (max-width: 991.8px) {
  .mt_col_subheading {
    font-size: 18px;
  }
}

.mt_sec_sub_heading {
  font-family: "Harmonia Sans Pro Regular", sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 15.84px + 2.176vw, 48px);
  line-height: clamp(38px, 19.14px + 2.63vw, 60px);
  letter-spacing: -0.02em;
}

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

.mt_paragraph,
.mt_architect_name_block h3 {
  font-family: "Harmonia Sans Pro Regular", 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: "Harmonia Sans Pro Regular", sans-serif;
  font-weight: 600;
}

.mt_txt_intro {
  line-height: 1.5em;
  color: #ffffff;
}

.mt_txt_sub {
  font-size: 20px;
  line-height: 30px;
}

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

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

.mt_btn {
  font-family: "Harmonia Sans Pro Regular", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
}

footer {
  font-size: 16px;
  line-height: 24px;
  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_home_page .mt_banner .mt_main_heading {
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -0.02em;
}
@media (max-width: 991.8px) {
  #mt_home_page .mt_banner .mt_main_heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@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_contact_page .mt_tab_content * {
  font-family: "Harmonia Sans Pro Regular", sans-serif;
}

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