/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Rubik", sans-serif;
  color: #444444;
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

table thead {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #354052;
  border: 1px solid #EAEAEA;
}

table th {
  border: none;
  height: 50px;
  vertical-align: middle;
}

table td {
  border: none;
  height: 50px;
  vertical-align: middle;
  padding: 20px;
}

table tbody {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #354052;
  border: 1px solid #EAEAEA;
}

select:required:invalid {
  color: #666;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: #000;
}

.select2-container .select2-selection--single {
  height: 100% !important;
  padding: 0.6rem 0.75rem;
}

.font-label {
  font-size: 10px;
  font-style: italic;
  color: grey!important;
}

.page-link {
  color: green;
}

/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/

.fs-14 {
  font-size: 14px;
}

/*--------------------------------------------------------------
# JUDUl
--------------------------------------------------------------*/

.judul {
  transition: all 0.3s;
}

.judul .text {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  color: #FFFFFF;
}

.judul .text-outline {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 61px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

#main {
  transition: all 0.3s;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 6px solid green;
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: green;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(60, 170, 115, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  /* padding: 90px 0 0 0; */
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.menu {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  /* padding: 23px 118px 23px 118px; */
  background: #09331B;
  max-height: 100px;
}

.menu.header-scrolled {
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.menu .logo {
  line-height: 23px;
}

.menu .logo img {
  max-height: 54px;
  margin-right: 12px;
}

.menu .logo span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
  /* margin-top: 3px; */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Top Navigation 
*/

.top-navbar {
  background-color: #000000;
  color: #FFFFFF;
}

.top-navbar a {
  color: #FFFFFF;
}

.top-navbar a:hover {
  color: grey;
}

.nav-link.text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF !important;
}

.nav-link.text:hover {
  transform: none;
}

.nav-link.active {
  font-weight: 600;
  transform: none;
}

.nav-link.active:hover {
  transform: none;
}

.field-icon {
  cursor: pointer;
  margin-right: 15px;
  float: right;
  margin-left: -25px;
  margin-top: -26px;
  position: relative;
  color: #ACACAC;
  z-index: 2;
}

/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  /* width: 118px; */
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 19px;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FFFFFF;
  transform: scale(0.9,1);
}

.navbar .daftar,
.navbar .daftar:focus {
  border: 2px solid #FFFFFF;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 8px;
  color: #fff;
}

.navbar .daftar:hover,
.navbar .daftar:focus:hover {
  color: #09331B;
  background: #FEE13B;
  border-color: #FEE13B;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 6px;
  margin-top: 10px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.arrow-top {
  position: absolute;
}

.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.arrow::before {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  font-style: normal;
  /* margin-left: 7px; */
  align-items: center;
}

.dropdown:hover .arrow {
  /* margin-left: 7px; */
  transform: rotate(180deg);
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #354052;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  line-height: 20px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  transform: none;
  font-weight: bold;
  transition: 0.5s;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.navbar .menu-login {
  margin-left: 48px;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
  color: #FFFFFF;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar .menu-login {
    margin-left: 0;
  }

  .batas {
    display: none;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
  	color: #09331B;
  	/* transform: scale(1.1); */
  }
}

.navbar-mobile {
  z-index: 999;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #09331b;
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #354052;
}

.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
  transform: none;
  color: #09331b;
}

.navbar-mobile .active {
  transition: none;
  transform: none;
  font-weight: bold;
  color: #09331b;
}

.navbar-mobile .daftar,
.navbar-mobile .daftar:focus {
  margin: 15px;
}

.navbar-mobile .daftar-mobile,
.navbar-mobile .daftar-mobile:focus {
  margin: 0 10px;
  padding: 12px 25px;
  color: #FFFFFF !important;
  border-radius: 8px;
  background-color: #09331b;
  font-weight: 700;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #09331b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Login Sections
--------------------------------------------------------------*/

#login {
  /* background-color: #09331b; */
  background-color: #064514;
  height: 814px;
  overflow: hidden;
  z-index: 0;
}

#login h1 {
  max-width: 375px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #354052;
}

#login .text-label {
  max-width: 375px;
  text-align: center;
  margin: 16px auto 50px auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  color: #ACACAC;
}

#login .text-informasi {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
}

#login form {
  max-width: 430px;
  margin: 0 auto;
}

#login h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}

#login hr {
  opacity: 0.2;
  border: 1px solid #FFFFFF;
}

#login h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

#login .primary-label {
  background-color: #E8F0E0;
  color: #088237;
  padding: 4px 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  border-radius: 4px;
}

#login .secondary-label {
  background-color: #FFEECC;
  color: #F5B536;
  padding: 4px 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  border-radius: 4px;
}

#login .btn-login {
  color: #354052;
  background-color: #FEE13B;
  border-color: #FEE13B;
  min-width: 239px;
  min-height: 48px;
  border-radius: 4px;
}

#login .btn-login:hover {
  background-color: #e7cb13;
}

#login .btn-login span {
  margin-right: 18px;
}

#login .bg-motif {
  position: relative;
}

#login .bg-motif:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: url('../img/corak.png');
  opacity: 0.02;
}

.padding-menu {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (max-width: 1200px) {
  .padding-menu {
    padding-left: var(--bs-gutter-x,.75rem);
    padding-right: var(--bs-gutter-x,.75rem);
  }
}

@media screen and (max-width: 991px) {
  .left-login {
    display: none !important;
  }
}

@media screen and (max-width: 1040px) {
  #login .come-join .come-join-img {
    max-width: 80%;
    height: auto;
  }

  #login .login-image img {
    max-width: 90%;
  }
}

@media screen and (min-width: 1480px) {
  #login .wrapper .circle {
    right: 0;
  }
}
