@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* @import ("~lucide-static/font/Lucide.css"); */

.header-custom {
  background: rgba(217, 217, 217, 1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.logo-container-cstm > img {
  height: 5rem;
  width: 5rem;
}

.logo-container-cstm {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.875rem;
}

.content-left-cstm {
  flex: 1.2;
  padding-left: 3rem;
  /* background-color: red; */
}

.font-header {
  font-size: 60px;
  text-align: center;
}

.font-content {
  font-size: 2rem;
  text-align: center;
  font-weight: 300;
}

.content-right-cstm {
  flex: 1;
  display: none;
  flex-direction: column;
  margin-top: 2rem;

  /* background-color: blue; */
}

.content-cstm {
  background-color: rgba(28, 70, 69, 0.4);
  color: #ffffff;
}

.dm-serif {
  font-family: "DM Serif Text", serif;
}

.poppins {
  font-family: "Poppins", serif;
}

.content-cstm-body {
  display: flex;
  height: 100vh;
  flex-direction: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  align-items: center;
  width: 100vw;
}

.login_text {
  font-size: 1.5rem;
  font-weight: 600;
}

.btn-to-login {
  background: rgba(217, 217, 217, 1);
  color: #1c4645;
  border: none;
  padding: 1rem 3rem;
  margin-top: 2rem;
  margin: auto;
  border: 2px solid #1c4645;
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.custom-list {
  list-style: none;
  counter-reset: item;
}
.custom-list li::before {
  content: counter(item) ") ";
  counter-increment: item;
}
.custom-list li {
  margin-bottom: 10px; /* Atur jarak antar item disini */
}
.card-cstm {
  background-color: rgba(217, 217, 217, 0.5);
  /* filter: blur(1px); */
  border-radius: 20px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  padding: 1rem 2rem;
  color: black;
}

.harga-container-cstm {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.harga-card {
  border-width: 3px;
  border-color: #1c4645;
  border-style: solid;
  border-radius: 1rem;
  padding: 0 2rem;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.harga-numb {
  font-weight: 700;
  color: #1c4645;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}
.harga-ket {
  font-weight: 300;
  color: #1c4645;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}

@media (width >= 640px) {
  .content-cstm-body {
    flex-direction: row;
  }
  .content-right-cstm {
    margin-top: 0;
    display: flex;
    /* display: none; */
  }
  .content-left-cstm {
    margin-bottom: 8rem;
  }
  .font-header {
    font-size: 30px;
    text-align: start;
  }
  .font-content {
    font-size: 1rem;
    font-weight: 300;
    text-align: start;
  }

  .btn-to-login {
    padding: 0.5rem 2rem;
    margin: 2rem 0 0 0;
  }
  .login_text {
    font-size: 1rem;
  }
}
@media (width >= 768px) {
  .content-cstm-body {
    flex-direction: row;
  }
  .content-right-cstm {
    margin-top: 0;
    display: flex;
    /* display: none; */
  }
  .content-left-cstm {
    margin-bottom: 8rem;
  }
  .font-header {
    font-size: 50px;
    text-align: start;
  }

  .font-content {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: start;
  }

  .btn-to-login {
    padding: 0.5rem 2rem;
    margin: 2rem 0 0 0;
  }
  .login_text {
    font-size: 1rem;
  }
}
@media (width >= 1024px) {
  .content-cstm-body {
    flex-direction: row;
  }
  .content-right-cstm {
    margin-top: 0;
    display: flex;
    /* display: none; */
  }
  .content-left-cstm {
    margin-bottom: 8rem;
  }
  .font-header {
    font-size: 50px;
    text-align: start;
  }
  .font-content {
    font-size: 2rem;
    font-weight: 300;
    text-align: start;
  }
  .btn-to-login {
    padding: 0.5rem 2rem;
    margin: 2rem 0 0 0;
  }
  .login_text {
    font-size: 1rem;
  }
}
@media (width >= 1280px) {
  .content-cstm-body {
    flex-direction: row;
  }
  .content-right-cstm {
    margin-top: 0;
    display: flex;
    /* display: none; */
  }
  .content-left-cstm {
    margin-bottom: 8rem;
  }
  .font-header {
    font-size: 70px;
    text-align: start;
  }

  .font-content {
    font-size: 2.5rem;
    font-weight: 300;
    text-align: start;
  }

  .btn-to-login {
    padding: 1rem 3rem;
    margin: 2rem 0 0 0;
  }

  .login_text {
    font-size: 1.5rem;
  }
}
