@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap");

body {
  font-family: "Poppins", sans-serif;
}

p {
  margin-bottom: 0px !important;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  /* display: flex !important;
  align-items: center !important; */
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons.md-12 {
  font-size: 12px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

:root {
  --main-color: #191654;
  --second-color: #febe00;
  --light-600: #f3f3f3;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: var(--main-color);
  color: white !important;
}

.bg-main {
  background-color: #104f96;
}

.bg-second {
  background-color: var(--second-color);
}

.bg-light-600 {
  background: var(--light-600);
}

.btn-main {
  background-color: var(--main-color);
  color: var(--bs-white);
}

.btn-second {
  background-color: var(--second-color);
}

.btn-second li a:hover {
  color: white !important;
}

.btn-main:hover {
  background-color: var(--bs-light);
  border-color: #0a2444 !important;
  color: var(--main-color) !important;
}

.border-main {
  border-color: var(--main-color) !important;
}

.border-bottom-main {
  border-bottom: 1px solid var(--main-color) !important;
}

.dynamic-border {
  position: relative;
  display: inline-block;
}

.dynamic-border::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px; /* Adjust the border thickness as needed */
  width: 32%; /* Border spans the entire width of the text */
  background-color: var(--second-color); /* Adjust the border color as needed */
}

.dynamic-border-center {
  position: relative;
  display: inline-block;
}

.dynamic-border-center::after {
  content: "";
  display: block;
  position: absolute;
  left: 36%;
  right: 0;
  bottom: 0;
  height: 4px; /* Adjust the border thickness as needed */
  width: 30%; /* Border spans the entire width of the text */
  background-color: var(--second-color); /* Adjust the border color as needed */
}

.custom-section {
  margin-top: 50px !important;
  padding: 0 60px; 
}

.text-main {
  color: var(--main-color);
}

.text-xxl {
  font-size: 46px;
}

.text-second {
  color: #febe00;
}

.text-join {
  color: var(--main-color) !important;
}

.nav-active {
  color: #febe00 !important;
}

.nav-link:hover {
  color: #febe00 !important;
}

.section-custom {
  margin-top: 100px !important;
}

.search-c:focus {
  border-color: var(--bs-info) !important;
  box-shadow: 0px 3px 4px 0.1rem rgb(13, 202, 240, 0.25) !important;
}

.help-block{
  color: red;
}

@media only screen and (max-width: 668px) {

  .btn-full {
    width: 100%;
  }

  .custom-section {
    margin-top: 60px !important;
    padding: 0 40px;
  }

  .navbar-toggler {
    border-color: white !important;
  }

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

  .info-daftar {
    width: 100% !important;
  }

  .text-main {
    font-size: 28px;
    /* line-height: 64px; */
  }

  .material-icons.md-36 {
    font-size: 24px;
  }

  .section-custom {
    margin-top: 64px !important;
  }

  .hero-section {
    margin: 32px 0;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .navbar-toggler {
    border-color: white !important;
  }

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