html {
  scroll-behavior: smooth !important;
}

/* konkhmer-sleokchher-latin-400-normal */
@font-face {
  font-family: "Konkhmer Sleokchher";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/konkhmer-sleokchher@latest/latin-400-normal.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/konkhmer-sleokchher@latest/latin-400-normal.woff)
      format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

.text-logo {
  font-family: "Konkhmer Sleokchher", sans-serif;
  font-weight: 400;
  background: linear-gradient(90deg, #613400 0%, #874d00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-demo {
  background: linear-gradient(90deg, #ad6800 0%, #613400 100%);
  color: white;
}

.title-hero {
  color: #613400;
}

.description-hero {
  color: #ad6800;
  font-weight: 500;
}

.nav-link {
  font-weight: 500 !important;
}

.hero {
  min-height: 100vh;
  background: linear-gradient(
    135deg,
    rgba(255, 197, 61, 0.9) 0%,
    rgba(255, 214, 102, 0.85) 50%,
    rgba(255, 197, 61, 0.9) 100%
  );
}

.hero .wrapper {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero .content {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar {
  z-index: 10 !important;
}

.opening-feature {
  background-color: #ad6800 !important;
}

.feature {
  background-color: #fffbe6 !important;
}

.icon-feature {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #613400 0%, #d48806 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.description-feature {
  color: #613400;
  margin-top: -10px;
}

.description-variant {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 130px;
}

.icon-dual {
  background-color: #613400;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.screenshot {
  background: linear-gradient(82.18deg, #ffffff 5.45%, #fffbe6 97.74%);
}

.card {
  border: 1px solid white !important;
}

.dual .card {
  background: linear-gradient(135deg, #ffffff 0%, #ffd666 100%) !important;
}

.text-icon-hero-1 {
  color: #3a8fe8;
}

.text-icon-hero-2 {
  color: #9940eb;
}

.text-icon-hero-3 {
  color: #06b649;
}

.price {
  background: linear-gradient(135deg, #ffffff 0%, #fffbe6 100%);
}

.row-month {
  background-color: #e8f0f6;
  border-radius: 5px;
}

.month {
  border: 1px solid #c3d1de;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  color: #99a1af;
  cursor: pointer;
}

.month.active {
  background-color: white;
  color: black;
}

.text-discount {
  color: #99a1af;
}

.text-price {
  color: #155dfc;
  font-weight: 500;
}

.text-hemat {
  color: #ad6800;
  font-weight: 500;
}

.price .btn-hubungi-kami {
  background: linear-gradient(90deg, #155dfc 0%, #9810fa 100%);
  color: white;
  margin: auto;
  display: block;
  width: 250px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.testimoni {
  background-color: #fffbe6;
}

.avatar-testimoni {
  background: linear-gradient(135deg, #613400 0%, #d48806 100%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
}

.cta {
  background: linear-gradient(135deg, #874d00 0%, #ffe58f 50%, #874d00 100%);
}

.promo-cta {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  font-weight: 500;
}

.title-cta {
  font-weight: 600;
  font-size: 60px;
}

.description-cta {
  color: #874d00;
}

.footer {
  background-color: #fffbe6;
}
