@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* main content */
.judul-satu {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  padding-top: 100px;
  margin-bottom: 20px;
}
.portal {
  font-family: "Bebas Neue", sans-serif;
  font-size: 85px;
}
.tagline {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  padding-bottom: 10px;
}
.tagline span {
  font-weight: bold;
  color: #135275;
}
#btn1 {
  margin-top: 17px;
}
.btn1 {
  border: none;
  font-size: 16px;
  padding: 8px 16px;
  background-color: #135275;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #fff;
}
.btn1:hover {
  background-color: #032233;
}
.vektor1 {
  max-width: 400px;
  padding-bottom: 80px;
  padding-top: 20px;
}
/* main content */

/* aplikasi */
.judul-dua {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 40px;
}
.image-slide .image-content {
  height: 460px;
}
.image-content .image-logo {
  border: none;
}
.image-logo {
  width: 10vw;
  position: absolute;
  top: 10px;
  left: 60px;
  border: 0;
}
.btn2 {
  margin-bottom: 20px;
}
.fcc-btn {
  background-color: #bdeaff;
  padding: 4px 40px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
  cursor: pointer;
}
.fcc-btn:hover {
  background-color: #91d4f3;
}
/* aplikasi */

/* carousel */
.img-wrapper {
  max-width: 100%;
  height: 65vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
  .img-wrapper {
    height: 23vw;
  }
}

.carousel-inner {
  padding: 1em;
}
.kartu {
  margin: 0 0.5em;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.carousel-control-prev,
.carousel-control-next {
  /* width: 6vh; */
  /* height: 6vh; */
  background-color: #000;
  border-radius: 50%;
  /* top: 50%; */
  transform: translateY(50);
  opacity: 0.7;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

/* carousel */

/* bmn */
.simodis {
  margin-right: 120px;
}
.judul-tiga {
  margin-top: 65px;
}
.judul-tiga h1 {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
}
.judul-tiga p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
}
.vektor2 {
  max-width: 20em;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-left: 100px;
}
.image-slide2 .image-content2 {
  margin: 140px 0 0 0;
  width: 18.75em;
}
.image-content2 .image-logo2 {
  border: none;
}
.btn2 {
  margin-bottom: 30px;
  margin-top: 26px;
}
.image-logo2 {
  margin-top: 10px;
}
.fcc-btn2 {
  background-color: #bdeaff;
  padding: 7px 56px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 22px;
  color: #135275;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 10px;
}
.fcc-btn2:hover {
  background-color: #91d4f3;
}
/* bmn */

/* aplikasi keuangan */
.judul-empat {
  margin-top: 40px;
}
.judul-empat h1 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 40px;
}
.judul-empat p {
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
}
.image-content3 .image-logo3 {
  border: none;
  width: 10vw;
}
.fcc-btn3 {
  font-family: "Poppins", sans-serif;
  background-color: #135275;
  color: #fff;
  border-radius: 50px;
  padding: 4px 40px;
  text-decoration: none;
  font-weight: 500;
  font-size: 19px;
  cursor: pointer;
  margin: 4px;
  transition: all 0.3s ease;
}
.fcc-btn3:hover {
  background-color: #032233;
}
/* aplikasi keuangan */

/* materi jft */
.materi {
  padding-top: 20px;
}
.materi .vektor3 {
  max-width: 300px;
  opacity: 100%;
  margin-top: -80px;
}
.fcc-btn4 {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  color: #135275;
  border-radius: 50px;
  border: 1px solid #135275;
  padding: 4px 40px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 34px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  top: -60px;
}
.fcc-btn4:hover {
  background-color: #032233;
  color: #ffffff;
}
/* materi jft */

/* peta */
#map {
  height: 31.2em;
  width: 43.75em;
  margin: auto;
}
.content-peta {
  margin-top: 30px;
  padding-bottom: 30px;
}
/* peta */

/* footer */
#footer {
  width: 100%;
  background-color: #97d3ff;
  margin-top: 30px;
}
#footer {
  color: #000;
  padding-top: 30px;
}
#footer p,
#footer a {
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  line-height: 70%;
}
.bps {
  font-size: 20px;
}
.alamat {
  font-size: 18px;
}
.icons a {
  text-decoration: none;
}
.icons i {
  margin-top: -20px;
  color: rgb(22, 21, 20);
  font-size: 40px;
  cursor: pointer;
}
.copyright {
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  padding-bottom: 10px;
  font-size: 18px;
}
.credit {
  color: #000;
}
/* footer */
.icon2 i {
  /* margin-top: -20px; */
  color: rgb(22, 21, 20);
  font-size: 50px;
  cursor: pointer;
}

/* responsive */
@media screen and (max-width: 768px) {
  .tagline {
    font-size: 15px;
  }
}
