/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

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

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    margin: 0 auto;
  }
}

header {
  background: #2c11ea;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 6rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 12;
}
a {
  text-decoration: none;
}
.n-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.n-menu span {
  display: block;
}
.nav-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.google-map {
  height: 400px;
}
.nav-item a,
.navbar-nav .nav-link.show,
.menu-icon svg {
  color: white;
  fill: white;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.nav-item a {
  text-transform: capitalize;
}
.brand-name {
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.5s;
  font-size: 1rem;
}
.brand-name:hover {
  color: #4d4d4d;
}
.nav-item a:hover,
.nav-item a:hover .menu-icon svg {
  color: #f36;
  fill: #f36;
}
.dropdown-menu.show {
  background: #2c11ea;
}
.display-2 {
  font-size: 3rem;
}
.mbr-fonts-style {
  color: #fff;
  max-width: 80%;
 
}
/*
============
MBR Section
============
*/

.mbr-section {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #efefef;
  margin-top: 90px;
}
.title {
  text-align: center;
  width: 100%;
}
.title h2 {
  font-size: 3rem;
  font-weight: bold;
}
.slick-wrapper-slide {
  max-width: 814px;
  margin: 3rem auto;
  position: relative;
}
.slick-inner-content {
  position: relative;
}
.slick-inner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-area {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgb(44, 17, 234,0.75);

  height: 100%;
  padding-left: 4rem;
  color: #fff;
}

.ex-pl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-prev,
.slick-next {
  position: absolute;
  opacity: .8;

  display: block;
  width: 50px;
  height: 50px;
  background-color: #00000000;
  color: #000 !important;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  z-index: 1;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.meni-name {
  font-weight: 500 !important;
}
.slick-prev {
  left: 20px;
  bottom:10px !important;
}
.slick-next {
  right: 20px;
}
.slick-next::before,
.slick-prev::before {
  font-size: 50px !important;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  color: #000; /* Change icon color on hover */
}

.beritaBg {
  background-color: #efefef;
  padding-top: 10px;
}

/*
===============
Footer
===============
*/
footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3041ae;
  color: white;
}
footer p a {
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-style: normal;
  word-wrap: break-word;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer p a:hover {
  color: gray;
}
.footer-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: start;
}
.media-wrap {
  width: 96px;
  height: 96px;
}
.media-wrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.soc-item a i {
  font-size: 23px;
  color: rgb(211, 211, 211);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.soc-item a i:hover {
  color: white;
}

.mbr-arrow-up a {
  background: #0003;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  border-radius: 100%;
}

.mbr-arrow-up {
  width: 40px;
  height: 40px;
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #fff;
  font-size: 32px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#scrollToTop a i::after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#scrollToTop a i::before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.slick-prev:before ,.slick-next:before {
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fffefe66;
  display: flex;
  justify-content: center;
  align-items:center ;
  padding: 18px 26px 32px;
  border: 2px solid #000;
  
}
.slick-next:before {
  content: url(../img/icon/right.svg);
   filter: invert(1);
}
.slick-prev:before {
  content: url(../img/icon/left.svg);
  filter: invert(1);

}

.t2 {
  text-align: left;
}
.mized-inner-wrapper {
  max-width: 710px;
  margin: 6rem auto;
}
.t2 h1 {
  font-size: 1.6rem;
  padding-bottom: 10px;
}
.mized-inner-wrapper p,
.mized-inner-wrapper strong,
.mized-inner-wrapper ul li {
  color: #767676;
}
strong {
  font-weight: bold;
}
.mbr-section.mb-00 h2 {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -27px;
  padding-bottom: 20px;
}
.content-area h2 {
  color: white;
}

/*
=======================
Struktur Organaisasi
=======================
*/
.content-area-main {
  background: #eee;
  padding: 40px 0;
}
.section-subtitle {
  color: #767676;
  font-weight: normal;
  margin-top: -20px;
}
.mbr-testimonial .panel-item {
  background-color: #fff;
}
.mbr-testimonial .card-block {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.mbr-text {
  text-align: left;
}
.mbr-author-name {
  color: #767676;
  text-align: left;
  font-weight: 600;
}
.mbr-author-desc {
  display: block;
  color: #767676;
  text-align: left;
}
.mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #00000008;
  border-top: 1px solid #00000020;
}

/*
===========
Bantuan
===========
*/
.action-section {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #fff;
}
.a-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
  text-align: center;
}
.btn-success,
.btn-success:active {
  background-color: #2c11ea !important;
  border-color: #2c11ea !important;
  color: #fff !important;
  border-radius: 100px !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.a-section-btn a:first-child {
  color: #008000;
}

/*
==============
Regulasi
==============
*/
.regulasi-text {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.regulasi-text h1 {
  font-size: 4rem;
}
.form-control {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em 0.5em;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-control {
  width: 65% !important;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-display: swap;
}
form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
#keyword_submit {
  border-radius: 0 !important;
}
.regulasi-wrapper {
  padding: 40px 0;
}
.tde {
  border-top: 1px solid #dee2e6;
  margin-top: 40px;
}
.tde p,
.tde h2 {
  color: #767676;
}
.tde h2 {
  font-size: 1.4rem;
}

.extra-color .content-area {
  background: #0000fffc;
}
.content-wrapper-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.content-wrapper-box > div {
  width: calc(33.3333% - 30px);
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img {
  width: auto;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.mbr-figure img,
.card-img img {
  width: 100%;
}
.card-box {
  padding: 0 2rem;
  color: #767676;
}
.card-box {
  width: 100%;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-box h4 {
  color: black;
  padding-top: 15px;
}
.card-wrapper a {
  color: #9d9a9a;
}

/*
=========
Login
=========
*/
.login-wrapper {
  background-image: url(../img/background1.jpg);
  background-size: 101% 124%;
  background-position: 100% 100%;
  padding: 60px 0;
  position: relative;
}
.login-wrapper::before {
  background-color: #3041aeb0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.login-wrapper-box {
  position: relative;
  z-index: 1;
}
.login-wrapper-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-wrapper h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 3rem;
  padding-bottom: 20px;
}
.login-wrapper-box form div {
  max-width: 500px;
  width: 100%;
}
.login-wrapper-box form div .form-control {
  width: 100% !important;
}
.reg h2,
.reg p {
  position: relative;
  z-index: 1;
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 0;
}
.inner-flex .card {
  padding: 0 !important;
}
.inner-flex > div {
  margin-bottom: 20px;
}
.inner-flex a {
  color: red;
}
.tb-2 {
  padding-top: 40px;
  font-size: 3rem;
  font-weight: bold;
}
.features {
  padding: 60px 0;
  text-align: center;
}
.section-title {
  font-size: 3rem;
  padding-bottom: 16px;
}
.card-front img {
  width: 100%;
}
.mbr-fonts-style strong {
   color: #000;
}
.card.flip-card.p-5.align-center {
  border: unset;
  margin: 0 auto;
  display: block;
  width: 25%;
  padding: 0 !important;
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  margin: 0 auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #55b4d4;
  color: white;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  padding: 20px;
}
.flip-card-back h2 {
  color: #008000;
  font-size: 1.3rem;
}
.features3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.slick-list {
  min-height: 540px;
}
.slick-inner-content img {
  min-height: 540px;
}
.ex-flex > div {
  padding: 0 !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 30px !important;
}
.ex-flex > div a {
  background-color: unset !important;
  border: unset !important;
}
.content-wrapper-box > div {
  padding: 0 !important;
}
.ptc h2 {
  color: red;
}
.ptc p {
  font-size: 1.2rem;
}
@media screen and (max-width: 1600px) {
  .flex.ex-flex {
    gap: 20px;
  }
  .flex {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .slick-wrapper-slide {
    max-width: 90%;
  }
  .inner-flex > div {
    width: 100%;
  }
  .nav-item {
    width: fit-content;
  }
  .navbar-nav .nav-right {
    width: fit-content;
    text-align: center;
  }
  .navbar-nav {
    align-items: center;
  }
  header {
    min-height: 64px;
  }

  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex > div {
    width: 100%;
  }
  .content-wrapper-box > div {
    width: 47%;
  }
}

@media screen and (max-width: 768px) {
  .display-2 a {
    text-align: center;
  }
  .content-area div {
    text-align: center;
    padding: 10px 30px;
    text-wrap: wrap;
  }
  .slick-prev:before, .slick-next:before {
    bottom: -200px;
  }
  .mobile {
    width: fit-content;
  }
  .footer_bottom_wraper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer {
    text-align: center;
  }
 
  header {
    padding: 0.5rem 2rem;
  }
  /* .title h2 {
    font-size: 2rem;
    line-height: 1.2;
  } */
  .mbr-text {
    text-align: CENTER;
  }
  .content-area,
  ul {
    padding-left: 1rem !important;
  }
  .social-list {
    display: none;
  }
  .mbr-arrow-up {
    right: 43%;
}
.mbr-fonts-style {
  text-align: center;
  max-width: 100%;
}
.content-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
  .mized-inner-wrapper {
    margin: 3rem auto;
  }
  .title {
    padding-top: 20px;
  }
  .regulasi-text h1 {
    font-size: 2rem;
  }
  .form-control {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .content-area h2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    
  }
  .content-area {
    text-align: center;
  }
  .container {
    padding: 0 20px;
  }
  .features3 {
    padding-top: 30px;
  }
  .footer-wrapper > div:not(:first-child) {
    padding-right: 0;
  }
  .footer-wrapper > div:first-child {
    width: 33%;
  }
  .media-wrap {
    margin: 0 auto;
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
}
.slick-inner-content img {
  object-position: left;
}
}

@media screen and (max-width: 575px) {
  .content-wrapper-box > div {
    width: 100%;
  }
  .section-title {
    font-size: 2rem;
  }
}



.navbar-toggler {
  background-color: transparent;
  border: none;
  border-color: transparent;
  color: transparent;
}
.navbar-toggler .hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  transition: all 0.3s ease;
}

.ham {
  width: 30px;
  height: 2px;
  background-color: #149dcc;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* Transformations for X design */
.navbar-toggler.active .ham:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler.active .ham:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.active .ham:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media (min-width: 768px) {
  .title {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title h2 {
    line-height: 1 !important;
  }
  .title_text {
    width: fit-content;
    line-height: 1;
  }
  .title_container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.pdf_visit {
  color: red;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

.pdf_visit:visited {
  color: green;
}
.text_container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.map1 {
  padding-top: 50px;
  background-color: #efefef;
  padding-bottom: 0 !important;
}
.google_map_content {
  width: 100%;
  height: 100%;
}

.social_icon {
  font-size: 1.3rem;
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
}
.social_icon:hover {
  opacity: 1;
}
.social_div {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.social_div i {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.446);
}
.social_div i:hover {
  cursor: pointer;
  color: white;
}

.footer_bottom_wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site_logo {
  height: 5rem;
}
.mt-fixed {
  margin-top: 90px;
}
.maxWidth {
  max-width: 100% !important;
}
.con-flex > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  padding-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .site_logo {
    height: 3.2rem !important;
  }
  .mbr-section,
  .mt-fixed {
    margin-top: 65px;
  }
  .footer-wrapper > div:first-child {
    width: 100%;
    text-align: center;
  }
  .footer-wrapper > div:not(:first-child) {
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .title h2 {
    font-size: 2.4rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)))
    );
  }
}
