@font-face {
  font-family: "DM Mono";
  src: url("../fonts/dm-mono/DMMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Truculenta";
  src: url("../fonts/truculenta/Truculenta-VariableFont_opsz,wdth,wght.ttf")
    format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chenla";
  src: url("../fonts/chenla/Chenla-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open_Sans/OpenSans-VariableFont_wdth,wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}

body {
  padding-top: 140px;
}

.container-page {
  width: 100%;
  margin: 0 auto;
  padding: 0 120px;
}

@media (max-width: 1200px) {
  .container-page {
    padding: 0 60px;
  }
}

@media (max-width: 768px) {
  .container-page {
    padding: 0 20px;
  }
}

h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
}

h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 3%;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 3%;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.7;
}

.hero-subtitle p,
.hero-title span,
.btn-hero span,
.hero-item h3,
.section-subtitle p,
.section-title span,
.why-number,
.about-quote,
.philosophy-title span,
.cta-title span,
.footer-title,
.footer-menu li a:hover {
  color: #ab8b40;
}

h1,
h2,
h3,
h4,
p,
.nav-link,
.hero-description,
.hero-item p,
.section-description,
.footer-description,
.footer-menu li a,
.footer-bottom {
  color: #0b140f;
}

h1,
h2,
h3,
.why-number,
.footer-title {
  font-family: "Truculenta";
}

.materi-card p,
.audience-card p {
  font-family: "Chenla", system-ui;
}

.hero-subtitle p,
.section-subtitle p {
  font-family: "DM Mono";
}

p,
h4,
.navbar-collapse,
.hero-description,
.btn-hero span,
.footer-menu li a {
  font-family: "Open Sans";
}

.navbar {
  top: 0;
  padding: 48px 0 32px;
  background: #fff;
}

.navbar .container-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand img {
  max-width: 162px;
  width: 100%;
}

.navbar-nav {
  gap: 32px;
}

.nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 10%;
  transition: 0.3s;
  padding: 0 !important;
}

.nav-link:hover,
.nav-link.active {
  color: #d8b247;
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  filter: invert(1);
}

@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .nav-center {
    flex: 1;
    justify-content: center;
    gap: 32px;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding-bottom: 0;
  }
  .navbar .container-page {
    flex-wrap: wrap;
  }

  .navbar-collapse {
    flex-basis: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .navbar-nav {
    margin-bottom: 32px;
  }
}

.hero-section {
  display: flex;
  align-items: center;
  padding: 16px 0 80px;
}

.hero-subtitle,
.section-subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-subtitle .line,
.section-subtitle .line,
.philosophy-line {
  width: 40px;
  height: 2px;
  background: #ab8b40;
}

.hero-subtitle p,
.section-subtitle p {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  margin: 0;
}

.hero-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.6;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 1px;
  border-radius: 999px;
  background: linear-gradient(160.22deg, #dbb557 12.99%, #755614 86.77%);
  text-decoration: none;
}

.btn-hero span {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border-radius: inherit;
  background: #fff;
}

.btn-hero:hover {
  background: #c6a047;
}

.hero-divider {
  width: 100%;
  max-width: 300px;
  height: 1px;
  background: #eee8d9;
}

.hero-info {
  display: flex;
  gap: 16px;
}

.hero-item p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  opacity: 0.6;
}

.hero-image {
  position: relative;
}

.hero-image img {
  width: 100%;
  max-width: 593px;
}

.why-section,
.materi-section,
.about-section,
.philosophy-section {
  padding: 80px 0;
}

.why-section {
  background: url("../images/bg-why.webp") center/cover no-repeat;
}

.why-wrapper {
  overflow: hidden;
  border: 1px solid #eee8d9;
  border-radius: 16px;
  background: #fff;
}

.why-card {
  display: grid;
  gap: 24px;
  height: 100%;
  padding: 24px;
  border-right: 1px solid #e7d9bf;
  gap: 24px;
}

.col-lg-3:last-child .why-card {
  border-right: none;
}

.why-number {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  border: 1px solid #e6dcc6;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f3ec;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3%;
}

.why-card h4 {
  letter-spacing: 3%;
}

.why-card h4,
p {
  margin: 0;
}

.why-line {
  display: block;
  width: 64px;
  height: 2px;
  background: #e6dcc6;
}

@media (max-width: 991px) {
  .why-card {
    border-right: none;
    border-bottom: 1px solid #e7d9bf;
  }

  .col-md-6:nth-last-child(-n + 2) .why-card {
    border-bottom: none;
  }
}

@media (max-width: 991px) {
  .col-md-6:nth-last-child(-n + 1) .why-card {
    border-bottom: none;
  }
}

.materi-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #eee8d9;
  transition: 0.3s;
  height: 100%;
}

.materi-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  background:
    linear-gradient(
      174.88deg,
      rgba(206, 168, 79, 0.05) -12.45%,
      rgba(131, 106, 47, 0.05) 121.49%
    ),
    linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
    url("../images/bg-card.webp") center/cover no-repeat;
}

.materi-card > * {
  position: relative;
  z-index: 1;
}

.materi-icon,
.audience-icon {
  position: relative;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  padding: 1px;
  border-radius: 50%;
  background: linear-gradient(
    90deg,
    rgba(219, 181, 87, 0.2) 0%,
    rgba(177, 136, 49, 0.2) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:
    0px 4px 8px rgba(0, 0, 0, 0.06),
    inset 0px 4px 8px rgba(0, 0, 0, 0.06);
}

.materi-icon::before,
.audience-icon::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: #fff;
  z-index: 0;
}

.materi-icon img,
.audience-icon img {
  width: 40px;
  position: relative;
  z-index: 1;
}

.about-section {
  background: url("../images/bg-about.webp") center/cover no-repeat;
}

.about-card {
  background: #fff;
  border-left: 3px solid #eee8d9;
  border-radius: 16px;
  padding: 24px;
}

.about-quote {
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 3%;
}

.audience-section {
  padding: 120px 0;
}

.audience-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #eee8d9;
  text-align: center;
  transition: 0.35s;
}

.audience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      174.88deg,
      rgba(206, 168, 79, 0.05) -12.45%,
      rgba(131, 106, 47, 0.05) 121.49%
    ),
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    url("../images/bg-card-audience.webp") center/cover no-repeat;
  z-index: 0;
}
.audience-card > * {
  position: relative;
  z-index: 1;
}

.audience-icon {
  margin: 0 auto 24px;
}

.materi-card:hover,
.audience-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.philosophy-section {
  background: url("../images/bg-philosophy.webp") center/cover no-repeat;
}

.section-subtitle-light p {
  color: #cdb98c;
}

.section-subtitle-light .line {
  background: #cdb98c;
}

.philosophy-line {
  width: 128px;
}

.cta-section {
  padding: 120px 0;
  background: url("../images/bg-cta.webp") center/cover no-repeat;
}

.cta-title {
  letter-spacing: 3%;
}

.footer {
  padding: 56px 0;
}

.footer-top {
  padding-bottom: 40px;
}

.footer-logo img {
  max-width: 162px;
  width: 100%;
}

.footer-description {
  max-width: 400px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.footer-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 16.5px;
  letter-spacing: 10%;
}

.footer-menu-top {
  margin-top: 40px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 16px;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.footer-menu li a::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #cdb98c;
  transition: width 0.3s ease;
}

.footer-menu li a:hover::before {
  width: 40px;
}

.footer-bottom {
  position: relative;
  padding-top: 32px;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ffffff 0%, #f6edd8 50.48%, #ffffff 100%);
}

.footer-bottom {
  padding-top: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.4;
}

.footer-tagline {
  letter-spacing: 5%;
}
