@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");@import url("https://fonts.cdnfonts.com/css/svn-gilroy");@import url("/wp-content/themes/haruco/assets/fonts/SVN-Drainwood.otf");@import url("/wp-content/themes/haruco/assets/fonts/SVN-Peristiwa.otf");



* {
  margin: 0;
  padding: 0;
}

:root {
  --n: 30;
  --t: 4px;
  --d: 4deg;
}

html {
  scroll-behavior: smooth;
  font-size: 12px;
}
@media (min-width: 375px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

@font-face {
  font-family: "SVN-Drainwood";
  src: url("/wp-content/themes/haruco/assets/fonts/SVN-Drainwood.otf");
}
@font-face {
  font-family: "SVN-Peristiwa";
  src: url("/wp-content/themes/haruco/assets/fonts/SVN-Peristiwa.otf");
}
body {
  font-family: "Roboto Flex", sans-serif;
  color: #4E514F;
}

.container-fluid {
  padding: 0 9px;
  max-width: 1300px;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media (min-width: 1440px) {
  .container-fluid {
    padding: 0;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease;
}

a {
  text-decoration: none;
  color: initial;
}
a:hover, a:focus {
  text-decoration: none;
}

p {
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.fwb {
  font-weight: bold !important;
}

.outline-0 {
  outline: none !important;
}

.box-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.rounded-sm {
  border-radius: 0.5rem !important;
}

.z-n1 {
  z-index: -1;
}

.top-0 {
  top: 0 !important;
}

.top-1-2 {
  top: 50% !important;
}

.left-0 {
  right: 0 !important;
}

.bottom-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.top-y-1-2 {
  transform: translateY(-50%);
}

.left-y-1-2 {
  transform: translateX(-50%);
}

.o0 {
  opacity: 0 !important;
}

.rounded-xsm {
  border-radius: 0.25rem !important;
}

.pointer {
  cursor: pointer;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 18px 5px;
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 130%;
  width: 230px;
  height: 56px;
  margin: 0 auto;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .btn {
    padding: 18px 10px;
    font-size: 1rem;
  }
}
.btn .icon {
  margin-left: 8px;
  width: 1.5rem;
  height: 1.5rem;
}

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

.logo {
  width: 213px;
  height: 44px;
}

h1 {
  font-weight: 400;
  font-size: 2.286rem;
  line-height: 120%;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.25rem;
    line-height: 120%;
  }
}

h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 38px;
  }
}

textarea {
  resize: none;
}

.modal-backdrop.show {
  opacity: 0.7;
  background: #2e2e2e;
}

.modal-content {
  border-radius: 1.5rem;
  background: #fff;
  padding: 3.5rem 1.5rem 2rem;
}
@media (min-width: 992px) {
  .modal-content {
    padding: 3rem;
  }
}

.modal {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.modal .close {
  opacity: 1;
  width: 2rem;
  height: 3rem;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
@media (min-width: 992px) {
  .modal .close {
    width: 3rem;
    height: 3rem;
  }
}
.modal .form-group {
  margin-bottom: 1.5rem;
}
.modal h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  color: #E2313B;
  margin-bottom: 2rem;
}
.modal label {
  font-size: 16px;
  line-height: 150%;
  color: #464646;
  margin-bottom: 8px;
}
.modal label span {
  color: #4E514F;
}
.modal input, .modal .select2-container--default .select2-selection--single, .modal textarea {
  border-radius: 8px;
  outline: none;
  height: 50px;
  padding: 0.875rem 1rem;
}
.modal input:focus, .modal .select2-container--default .sel