@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary-color: #8db2a2;
  --primary-text: #2a3328;
  --text-body: #747b62;
  --text-white: #ffffff;
  --text-black: #000;
  --fz-12: 12px;
  --fz-14: 14px;
  --fz-15: 15px;
  --fz-16: 16px;
  --fz-18: 18px;
  --fz-20: 20px;
  --fz-24: 24px;
  --fz-26: 26px;
  --fz-30: 30px;
  --fz-36: 36px;
  --fz-40: 40px;
  --fz-43: 43px;
  --fz-45: 45px;
  --fz-48: 48px;
  --fz-64: 64px;
}

html {
  scroll-behavior: smooth;
}

body :is(h1, h2, h3, h4, h5, h6, p) {
  margin-bottom: 0px;
}

ul,
ol,
li {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}

body p {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
/*   line-height: clamp(28px, 3.6vw, 36px); */
	line-height: 1.5;
  color: var(--text-body);
  font-family: "Montserrat", sans-serif;
}

.text-lang {
  font-family: "Ma Shan Zheng", sans-serif;
}

.t-lang {
  color: #747b62;
  font-family: "Ma Shan Zheng", sans-serif;
  font-size: clamp(90px, 10vw, 120px);
  font-weight: 400;
  line-height: normal;
}
.zoom-img {
  overflow: hidden;
}

.zoom-img img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
  transform-origin: center;
}

.zoom-img:hover img {
  transform: scale(1.1);
}

.title-70 {
  font-size: clamp(55px, 6vw, 70px);
  font-weight: 600;
  color: var(--primary-text);
  line-height: 1;
}

.title-64 {
  font-size: clamp(40px, 4.8vw, 56px);
  font-weight: 700;
  color: var(--primary-text);
  line-height: clamp(48px, 5.2vw, 60px);
}

.title-56 {
  font-size: clamp(38px, 4.8vw, 56px);
  font-weight: 700;
  color: var(--primary-text);
  line-height: clamp(44px, 5.2vw, 60px);
}

.title-36 {
  font-size: clamp(24px, 2.7vw, 36px);
  font-weight: 700;
  line-height: 40px;
}

.text-small * {
  color: rgba(245, 245, 232, 0.72);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.section-no {
  padding: 0px !important;
}

.section-large {
  padding: 100px 0px !important;
}

.section-small {
  padding: 50px 0px !important;
}

@media (max-width: 1024px) {
  .section-large {
    padding: 50px 0px !important;
  }
  .section-small {
    padding: 25px 0px !important;
  }
}
