/* Author : Baznas Bazis DKI Jakarta
2022 */

:root {
    --color-primary: #034e2f;
    --color-secondary: var(--color-primary);
}
    
/* 
# Reset 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    font-family: "Poppins", sans-serif;
    color: #555555;
    line-height: 1;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
a:hover {
    color: #034e2f;
    text-decoration: none;
}
.color-red {
    color: red;
}
.color-white {
  color: white;
}
.btn-collapse {
    border: none;
    background-color: transparent;
    color: #555555;
}
/* Navbar */
/*------/ Nav Pills  /------*/
.nav-pills-a {
  text-decoration: none;
}
.nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}
.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}
.nav-pills-a.nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #034e2f;
  z-index: 2;
}
.nav-arrow-a {
  text-decoration: none;
}
.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}
.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}
.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: 0.7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #034e2f;
  opacity: 0.9;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}
.navbar-toggle-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 10px;
}
.navbar-toggle-box i {
  line-height: 0;
}
.navbar-default {
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  border: 0.0625rem hidden rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .navbar-default {
    background-color: #ffffff;
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
    padding-top: 0px;
    border-radius: 0;
  }
}
.navbar-default .nav-search {
  color: #000000;
  font-size: 1.5rem;
}
.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}
.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 5px;
  margin-left: 0;
}
.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
  font-size: 15px;
  color: #ffd602;
  font-weight: 1000;
  letter-spacing: 0.03em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background-color: #ffd602;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}
.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
  color: #ffd602;
}
.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.navbar-default.navbar-trans .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
  transform: scaleX(1);
}
.navbar-default.navbar-trans.navbar-shrink .nav-link:before {
  background-color: #034e2f;
}

.navbar-default.navbar-trans .nav-link:hover {
  color: #ffd602;
}
.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  color: #ffd602;
}
.navbar-default.navbar-shrink .navbar-collapse .navbar-nav .nav-item a {
  color: #034e2f;
}
.navbar-default.navbar-trans .navbar-collapse .navbar-nav.bg-nav {
  background-color: #07975c;
  padding: 5px 4px 5px 5px;
  border-radius: 5px;
}
.navbar-default.navbar-shrink .navbar-collapse .navbar-nav.bg-nav {
  background-color: #ffd602;
  padding: 5px 4px 5px 5px;
  border-radius: 5px;
}
.navbar-default.navbar-trans .navbar-collapse .navbar-nav.bg-nav-jak {
  background-color: #06794a;
  padding: 5px 4px 5px 5px;
  border-radius: 5px;
  margin: 0 5px;
}
.navbar-default.navbar-shrink .navbar-collapse .navbar-nav.bg-nav-jak {
  background-color: #ffb502;
  padding: 5px 4px 5px 5px;
  border-radius: 5px;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .navbar-default.navbar-trans .navbar-collapse .navbar-nav.bg-nav-jak,
  .navbar-default.navbar-shrink .navbar-collapse .navbar-nav.bg-nav-jak {
    margin: 0;
  }
}
.navbar-default.navbar-reduce {
  transition: all 0.5s ease-in-out;
  padding-top: 19px;
  padding-bottom: 19px;
}
.navbar-default.navbar-reduce .nav-link {
  color: #034e2f;
}
.navbar-default.navbar-reduce .nav-link:before {
  background-color: #034e2f;
}
.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}
.navbar-default.navbar-reduce .show > .nav-link,
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #000000;
}
.navbar-default.navbar-reduce .navbar-brand {
  color: #000000;
}
.navbar-default.navbar-reduce .navbar-brand.logo-green {
  display: none;
}
.navbar-default .navbar-brand img {
  width: 100px;
  height: auto;
}
.navbar-default .navbar-brand img.logo-pemprov-dki{
  margin: 10px 0;
  width: 70px;
  height: auto;
}
@media (max-width: 991px) {
  .navbar-default.navbar-reduce .navbar-brand.logo-green {
    display: block;
  }
  .navbar-default .navbar-brand img {
    width: 50px;
    height: auto;
  }
  .navbar-default .navbar-brand img.logo-pemprov-dki{
    width: 40px;
    height: auto;
  }
}
.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #034e2f;
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(0px, 40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s,
    opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #034e2f;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }
  .navbar-shrink {
    background-color: #fff;
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
  }
  .navbar-shrink .navbar-brand {
    color: #000;
  }
  .navbar-shrink .nav-link {
    color: #000;
    padding: 1.5rem 1.5rem 1.25rem;
  }
  .navbar-shrink .nav-link:hover {
    color: #64a19d;
  }
  .navbar-shrink .nav-link:active {
    color: #467370;
  }
  .navbar-shrink .nav-link.active {
    color: #64a19d;
    outline: none;
  }
}
.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #034e2f;
  transition: all 500ms ease;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #034e2f;
}
.navbar-default .dropdown:hover .dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}
.navbar-default .dropdown .dropdown-menu ul {
  list-style: none;
}
.navbar-default .dropdown .dropdown-menu ul li {
  padding: 6px 9px;
}
.navbar-default .dropdown .dropdown-menu ul li a {
  color: #000000;
  text-decoration: none;
  transition: all 0.5s ease;
}
.navbar-default .dropdown .dropdown-menu ul li a:hover {
  color: #034e2f;
  text-decoration: none;
}

/*------/ Hamburger Navbar /------*/
.navbar-toggler {
  position: relative;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}
.navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}


/* Content */
.content {
    margin-top: 150px;
    min-height: 500pt;
    margin-bottom: 10px;
}
.login {
  margin-top: 150px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .content {
    margin-top: 50px;
  }
  .content.mobile {
    margin-top: 100px;
  }
  .login {
    margin-top: 75px;
  }
}
h1 {
    color: var(--color-primary);
}
.bg-img-bw {
    background-color: #555;
    background-image: url("../img/header-img.jpg");
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.text-none {
  text-decoration: none;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    margin: auto;
    background-color: #fff;
    top: 0;
    overflow: hidden;
    position: relative;
  }
  #hero .carousel,
  #hero .carousel-inner,
  #hero .carousel-item,
  #hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  #hero .carousel-container {
    display: flex;
    align-items: flex-end;
    justify-content: right;
    position: absolute;
    top: 115px;
    left: 55px;
    right: 55px;
    max-height: fit-content;
  }
  #hero .carousel-content {
    background: rgba(4, 4, 4, 0.7);
    padding: 20px;
    color: #fff;
    border-top: 5px solid #034e2f;
  }
  #hero .carousel-content h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
  }
  #hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #111;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background-color: #ffd602;
    border: 2px solid #ffd602;
    text-decoration: none;
  }
  #hero .btn-get-started:hover {
    border: 2px solid #034e2f;
    color: #fff;
    background: transparent;
    text-decoration: none;
  }
  #hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center center;
  }
  #hero .carousel-inner .carousel-item .layer {
    position: relative;
    overflow: hidden;
  }
  #hero .carousel-inner .carousel-item .layer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
  }
  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-start,
  #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
  }
  #hero .carousel-inner .carousel-item-next,
  #hero .carousel-inner .carousel-item-prev,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.6);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #hero .carousel-control-next-icon:hover,
  #hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.8);
  }
  #hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
  }
  #hero .carousel-indicators li.active {
    opacity: 1;
    background: #034e2f;
  }
  @media (min-width: 1024px) {
    #hero .carousel-content {
      width: 40%;
      height: 450px;
    }
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
      width: 5%;
    }
  }
  @media (max-width: 992px) {
    #hero .carousel-container {
      top: 58px;
    }
    #hero .carousel-content h2 {
      margin-bottom: 15px;
      font-size: 22px;
    }
    #hero .carousel-content .form-group p {
      font-size: 8px;
    }
  }
  @media (max-width: 760px) {
    #hero {
      height: 30vh;
      margin-top: 125px;
    }
    #hero .carousel-inner .carousel-item {
      max-height: max-content;
      align-items: center;
    }
    #hero .carousel-inner .carousel-container {
      display: none;
    }
  }
  @media (max-height: 500px) {
    #hero {
      height: 120vh;
    }
  }
  .tab-content-header {
    background-color: rgba(6, 121, 74, 0.5);
    border-radius: 0 10px;
  }
  #hero .carousel-content .nav-tabs .nav-item a {
    color: #ffd602;
  }
  #hero .carousel-content .nav-tabs .nav-item a.active {
    color: #034e2f;
  }

/*------/ Intro Single /------*/
.intro-single {
    padding: 2rem 0 3rem;
}
@media (max-width: 767px) {
    .intro-single {
    padding-top: 0;
    }
}
.intro-single .title-single-box {
    padding: 1rem 0 1rem 2rem;
}
.intro-single .title-single-box {
    border-left: 3px solid #034e2f;
}
.intro-single .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}
@media (min-width: 768px) {
    .intro-single .title-single-box .title-single {
    font-size: 2.1rem;
    }
}
@media (min-width: 992px) {
    .intro-single .title-single-box .title-single {
    font-size: 2.5rem;
    }
}
.intro-single .breadcrumb-box {
    padding: 1rem 0 0 0.5rem;
}
.intro-single .breadcrumb {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}
.intro-single .breadcrumb a {
    text-decoration: none;
    color: #034e2f;
}

.kabar-terkini-mobile {
    margin-bottom: 70px;
    align-content: center;
    width: 700px;
}
@media (max-width: 768px) {
    .kabar-terkini-mobile {
        width: 360px;
        margin-left: -10px;
    }
}
.jakbee-login {
  background-color: #034e2f;
  padding: 15px;
  display: flex;
  margin-top: 150px;
}
.jakbee-login p {
  padding: 10px;
}
.jakbee-daftar-btn {
  background-color: #fff;
  border: 2px solid #06794a;
  color: #034e2f;
  border-radius: 2rem;
  padding: 5px;
  text-decoration: none;
}
.headline-slick {
    opacity: 0;
    border-radius: 50px;
  }
  .headline-slick.slick-initialized {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .headline .headline-item:nth-child(2n),
  .headline .headline-item:nth-child(odd) {
    width: 50%;
  }
  .headline .headline-item:nth-child(2n) .headline-title,
  .headline .headline-item:nth-child(odd) .headline-title {
    height: 106px;
  }
  .headline .headline-item:nth-child(2n) .headline-img,
  .headline .headline-item:nth-child(odd) .headline-img {
    height: 78px;
    overflow: hidden;
  }
  .headline .headline-item:nth-child(2n) {
    padding: 0 12px 0 20px;
  }
  .headline .headline-item:nth-child(odd) {
    padding: 0 20px 0 12px;
  }
  .headline .headline-item:first-child {
    padding: 0;
    width: 100%;
  }
  .headline .headline-item:first-child .headline-img {
    height: 196px;
  }
  .headline .headline-item:first-child .headline-content {
    padding: 10px 20px;
  }
  .headline-content a {
    color: unset;
  }
  .headline .headline-item:first-child .posts__category {
    font-size: 12px;
  }
  .headline .headline-item:first-child .headline-title {
    font-size: 18px;
    height: auto;
    max-height: 80px;
    padding: 0;
  }
  .headline-slick {
    overflow: hidden;
    clear: both;
    display: block;
  }
  .headline-slick .slick-list {
    overflow: unset;
  }
  .headline-slick .slick-dots {
    position: absolute;
  }
  .headline-slick .headline-category {
    position: absolute;
    margin-top: -25px;
  }
  .headline-slick .headline-category-name {
    letter-spacing: 2px;
    padding: 5px 10px;
    background-color: #034e2f;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    text-align: center;
  }
  .headline-slick .headline-title {
    min-height: 60px;
    font-size: 15px;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 50px;
    background-color: rgb(0 0 0 / 60%);
    position: relative;
    padding: 10px;
    line-height: 29px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
  }
  .headline-slick .slick-arrow {
    top: 50%;
    z-index: 1;
    border-radius: 0;
    border-bottom: 4px solid #fff;
    background: none;
    color: transparent;
    width: 15px;
    height: 15px;
    padding: 6px;
  }
  .headline-slick .slick-arrow:hover {
    background: none;
  }
  .headline-slick .slick-prev {
    position: absolute;
    left: 12px;
    border-left: 4px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .headline-slick .slick-next {
    position: absolute;
    right: 12px;
    border-right: 4px solid #fff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .headline-slick .slick-arrow:before {
    display: none;
  }

.milestone {
    margin: 50px 0;
}

.daftar-wp {
    background-color: #999;
    min-height: 200px;
    padding: 50px;
    display: flex;
}
.daftar-wp .logo{
  margin-right: 50px;
}
.daftar-wp img {
  width: 400px;
  height: auto;
}
.daftar-wp .tombol {
  display: block;
}
.perlombaan {
  background-color: #ffee97;
  min-height: 200px;
  padding: 50px;
  border-radius: 10px;
}
.perlombaan h1, h3 {
  text-align: center;
}
@media (max-width: 760px) {
  .perlombaan {
    padding: 50px 0;
  }
}
.link-none {
  text-decoration: none;
  color: #034e2f;
}
.link-none:hover {
  color: #000;
}
.cards-wrapper {
  margin: 0;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
  padding: 2rem 0;
  margin: 0 auto;
  width: max-content;
}
@media (max-width: 760px) {
  .cards-wrapper {
    padding: 0;
    min-height: 0;
    display: block;
    overflow: scroll;
    justify-content:flex-start;
  }
}
.card-item {
  height: 300px;
  width: 300px;
  font-size: 1.5em;
  color: white;
  border-radius: 1em;
  display: flex;
  padding: 2rem;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 5em -1em white;
  transition: all, var(--transition-time);
  position: relative;
  overflow: hidden;
  border: 5px dashed #034e2f;
  background-color: #ffb502;
  align-content: center;
  text-align: center;
  text-decoration: none;
  border-radius: 15%;
}
@media (max-width: 760px) {
  .card-item {
    margin-bottom: 10px;
    height: 250px;
    width: 250px;
  }
}
.card-item:hover {
  transform: rotate(0);
}
.card-item h1 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}
.card-item img {
  width: 50%;
  height: auto;
}
.card-item p {
  font-size: 15px;
  margin-top: 0.5em;
}
@media (max-width: 760px) {
  .card-item img {
    width: 50%;
    height: auto;
  }
  .card-item p {
    font-size: 10px;
  }
}
.card-item .tags {
  display: flex;
}
.card-item .tags .tag {
  font-size: 0.75em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
  padding: 0 0.5em;
  margin-right: 0.5em;
  line-height: 1.5em;
  transition: all, var(--transition-time);
}
.card-item:hover .tags .tag {
  background: var(--color);
  color: white;
}
.card-item .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  padding: 1em;
  line-height: 1em;
  opacity: 0.8;
}
.card-item:before,
.card-item:after {
  content: "";
  transform: scale(0);
  transform-origin: top left;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: -5;
  transition: all, var(--transition-time);
  transition-timing-function: ease-in-out;
}
.card-item:before {
  background: #ddd;
  width: 250%;
  height: 250%;
}
.card-item:after {
  background: white;
  width: 200%;
  height: 200%;
}
.card-item:hover {
  color: var(--color);
}
.card-item:hover:before,
.card-item:hover:after {
  transform: scale(1);
}
.card-grid-space .num {
  font-size: 3em;
  margin-bottom: 1.2rem;
  margin-left: 1rem;
}
.card-grid-space a {
  text-decoration: none;
}
.card-grid-space a:hover {
  text-decoration: none;
}
.info {
  font-size: 1.2em;
  display: flex;
  padding: 1em 3em;
  height: 3em;
}
.info img {
  height: 3em;
  margin-right: 0.5em;
}
.info h1 {
  font-size: 1em;
  font-weight: normal;
}
@media screen and (max-width: 1285px) {
  .cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 900px) {
  .cards-wrapper {
    grid-template-columns: 1fr;
  }
  .info {
    justify-content: center;
  }
  .card-grid-space .num {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .card-item {
    max-width: calc(100vw - 4rem);
  }
}
@media screen and (max-width: 450px) {
  .info {
    display: block;
    text-align: center;
  }
  .info h1 {
    margin: 0;
  }
}
.title-link a {
  text-decoration: none;
  color: #fff;
}

.cards {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding-bottom: 50px;
}

.card--1 .card__img img,
.card--1 .card__img--hover img{
  width: 100%;
  height: auto;
}

.card__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 255px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card__info-hover {
  position: absolute;
  padding: 160px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 225px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}

.card-headline {
  margin-right: 25px;
  background-color: #fff;
  width: 33.3%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}
@media (max-width: 760px) {
  .cards {
    display: block;
    text-align: center;
  }
  .card-headline {
    width: 100%;
    margin-bottom: 10px;
  }
}
.card-headline:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
}

.card__info {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px 24px 24px 24px;
}

.card__category {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #034e2f;
}

.card__title {
  margin-top: 5px;
  margin-bottom: 10px;
  overflow:hidden;
  text-overflow: ellipsis;
  height:50px;
  white-space: nowrap;
}

.card__author {
  font-weight: 600;
  text-decoration: none;
  color: #034e2f;
}

.card-headline:hover .card__img--hover img{
  height: 100%;
  opacity: 1;
  transition-duration: 0.01s;
}

.card-headline:hover .card__info {
  background-color: transparent;
  position: relative;
  color: white;
}

.card-headline:hover .card__info-hover {
  opacity: 1;
}

.video {
    width:560px;
    height: 315px;
}
@media (max-width: 768px) {
  .video {
      width: 350px;
      height: 215px;
  }
  .daftar-wp {
    padding: 20px;
    display: block;
  }
  .daftar-wp .logo{
    display: flex;
    margin-bottom: 10px;
  }
  .daftar-wp img {
    width: 325px;
    height: auto;
  }
}
.logo-mitra{
  display: flex;
  min-height: 200px;
  padding: 75px;
  justify-content: center !important;
}
.logo-mitra img{
  width: auto;
  max-height: 100px;
}
@media (max-width: 768px) {
  .logo-mitra {
    padding-left: 30px;
    overflow: scroll;
    justify-content: left !important;
  }
  .logo-mitra img{
    width: auto;
    max-height: 50px;
  }
}
.widget {
    margin: 50px 0;
}
.widget .widget-title {
    border-left: 3px solid #034e2f;
    padding: 0 0 0 1rem;
    text-transform: uppercase;
}

.widget .galeri {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    padding: 10px 50px;
  }
  @media (max-width: 760px) {
    .widget .galeri {
      padding-left: 10px;
      display: flex;
      overflow: scroll;
    }
  }
  .widget .galeri img {
    width: auto;
    height: 200px;
    margin: 10px;
  }


.kerangka, .persyaratan, .berkas {
    padding: 50px;
    backdrop-filter: blur(12px);
    border-radius: 20px;
}

.anim-left {
  position: relative;
  animation: fadeInAnimation-left ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation-left {
    0% {
        opacity: 0;
        left: -200px;
    }
    100% {
        opacity: 1;
        left: 0px;
     }
}
.anim-right {
  position: relative;
  animation: fadeInAnimation-right ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation-right {
  0% {
      opacity: 0;
      left: 200px;
   }
  100% {
      opacity: 1;
      left: 0px;
  }
}
.kerangka {
    background-color: rgba(43, 115, 182, 0.699);
    /* background-image: url('../img/poster/DSC_0286.JPG'); */
    background-repeat: no-repeat;
    background-position: right;
    background-size: 300px;
}
.kerangka h1 {
    color: rgba(43, 115, 182, 1);
}
.persyaratan {
    background-color: rgba(182, 168, 43, 0.699);
    /* background-image: url('../img/poster/DSC_0252.JPG'); */
    background-repeat: no-repeat;
    background-position: right;
    background-size: 300px;
}
.persyaratan h1 {
    color: rgba(182, 168, 43, 1);
}
.berkas {
    background-color: rgba(82, 182, 43, 0.699);
    /* background-image: url('../img/poster/DSC_0188.JPG'); */
    background-repeat: no-repeat;
    background-position: right;
    background-size: 300px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.contact .info {
    background: #fff;
    display: block;
    height: fit-content;
}
.contact .info i {
    font-size: 20px;
    color: #034e2f;
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #034e2f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 13px;
    color: #444444;
}
.contact .info:hover i {
    background: #034e2f;
    color: #fff;
}

@-webkit-keyframes animate-loading {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}
.daftar header{
    font-size: 35px;
    font-weight: 600;
  }
  .daftar .form-outer{
    width: 100%;
    overflow: hidden;
  }
  .daftar .form-outer form{
    display: flex;
    width: 400%;
  }
  .form-outer form .page{
    width: 25%;
    transition: margin-left 0.3s ease-in-out;
  }
  .form-outer form .page .title{
    text-align: left;
    font-size: 25px;
    font-weight: 500;
  }
  .form-outer form .page .field{
    width: 330px;
    height: 35px;
    margin: 45px 0;
    display: flex;
    position: relative;
  }
  form .page .field .label{
    position: absolute;
    top: -30px;
    font-weight: 500;
  }
  form .page .field input{
    height: 100%;
    width: 100%;
    border: 5px solid #eee;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px;
  }
  form .field input:focus,
  form .field.valid input{
    border-color: #00C9A7;
  }
  form .page .field select{
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
  }
  form .page .field button{
    width: 100%;
    height: calc(100% + 5px);
    border: none;
    background: #00C9A7;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
  }
  form .page .field button:hover{
    background: #22E4AC;
  }
  
  form .page .btns button.prev{
    margin-right: 3px;
    font-size: 17px;
  }
  form .page .btns button.next{
    margin-left: 3px;
  }
  ::selection{
    color: #fff;
    background: #00C9A7;
  }
  
  .daftar{
    width: 330px;
    background: #12192c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 30px 35px 10px 35px;
    display: block;
  }
  .daftar .progress-bar{
    display: flex;
    margin: 25px 0;
    user-select: none;
  }
  .daftar .progress-bar .step{
    text-align: center;
    width: 100%;
    position: relative;
  }
  .daftar .progress-bar .step p{
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
  }
  .progress-bar .step .bullet{
    height: 25px;
    width: 25px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
  }
  .progress-bar .step .bullet.active{
    border-color: #12192c;
    background: #00C9A7;
  }
  .progress-bar .step .bullet span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .progress-bar .step .bullet.active span{
    display: none;
  }
  .progress-bar .step .bullet:before,
  .progress-bar .step .bullet:after{
    position: absolute;
    content: '';
    bottom: 11px;
    right: -51px;
    height: 3px;
    width: 44px;
    /*background: #262626;*/
  }
  .progress-bar .step .bullet.active:after{
    background: #00C9A7;
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
  }
  @keyframes animate {
    100%{
      transform: scaleX(1);
    }
  }
  .progress-bar .step:last-child .bullet:before,
  .progress-bar .step:last-child .bullet:after{
    display: none;
  }
  .progress-bar .step p.active{
    color: #00C9A7;
    transition: 0.2s linear;
  }
  .progress-bar .step .check{
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
  }
  .progress-bar .step .check.active{
    display: block;
    color: #fff;
  }
  .credit{
      text-align: center;
      color: #fff;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }
  .credit a{
      text-decoration: none;
      color: #00C9A7;
      font-weight: bold;
  } 
  
  /* login */
.bg-img {
  background-image: url("../img/bg-bw-login.jpg");
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img-jakbee {
  background-image: url("../img/bg-bw-jakbee-new.jpg");
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    color: #fff;
    font-size: 14px;
    background: #111;
}
.footer .footer-top {
    padding: 60px 0 30px 0;
    background: #034e2f;
}
.footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
.footer .footer-top .footer-contact h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: rgba(255, 255, 255, 0.7);
}
.footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}
.footer .footer-top .footer-links {
    margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ffd602;
    font-size: 18px;
    line-height: 1;
}
.footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
.footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
}
.footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #fff;
}
.footer .footer-newsletter {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}
.footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px 0 0 4px;
    text-align: left;
}
.footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
.footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #034e2f;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.footer .footer-newsletter form input[type="submit"]:hover {
    background: #2ae149;
}
.footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
}
.footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.footer .social-links a:hover {
    background: #ffd602;
    color: #000;
    text-decoration: none;
}

/* Loading */
.load-wrapp {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0 10px 10px 0;
  padding: 20px 20px 20px;
  border-radius: 5px;
  text-align: center;
}
.load-wrapp p {
  padding: 0;
}
.load-wrapp:last-child {
  margin-right: 0;
}
.line {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #4b9cdb;
}
.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}
.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}
.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}
@keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* jakbee scroll */
.news {
  width: 300px;
}
.news-scroll a {
  text-decoration: none;
  color: white;
}
.dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: rgb(207, 23, 23);
  border-radius: 50%;
  display: inline-block;
}
