@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.925rem;
  font-weight: 400;
}

a {
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

.container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Mulai Bagian Navbar */
.navbar {
  padding: 1.15rem 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.035);
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
}

.navbar,
.navbar .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar .navbar-header svg {
  width: 115px;
}

.navbar .navbar-header svg:hover {
  filter: grayscale(100%) brightness(1.3);
  transition: 0.3s;
}

.navbar .navbar-menu .navbar-nav>li.active a {
  color: #00ab4e;
}

.navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown {
  list-style: none;
  position: absolute;
  top: 150%;
  left: 0;
  background-color: #fff;
  padding: 0.5rem 0;
  min-width: 160px;
  width: auto;
  white-space: nowrap;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  z-index: 99999;
  border-radius: 0.75rem;
  display: none;
}

.navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown li a:hover {
  color: #00ab4e;
  transition: 0.3s;
}

/* Akhir Bagian Navbar */

/* Awal Bagian Jumbotron */

.jumbotron-fe {
  background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
  color: #fff;
  padding-top: 192px;
  padding-bottom: 93.39px;
}

.hero {
  padding: 100px 0;
}

.align-items-center {
  align-items: center !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-7,
.col-md-5,
.col-12,
.col-lg-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-6 {
  width: 50%;
  float: left;
}

.jumbotron-fe__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 68px;
}

.jumbotron-fe__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: .05em;
  margin: 29.84px 0;
}

.jumbotron-fe__image {
  max-width: 85%;
  margin-left: 100px;
  transition: 0.45s;
}

.jumbotron-fe__image:hover {
  transition: 0.45s;
  transform: translateY(-10px);
}

z
/* Akhir Bagian Jumbotron */

/* Awal Bagian Content */

.tim-f01 {
  padding: 100px 0;
}

.tim-f01__title {
  margin-top: 45px;
  font-weight: 700;
  font-size: 33px;
  line-height: 45px;
  text-align: center;
  color: #07aa4d;
}

.tim-f01__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  color: rgba(58, 65, 102, .7);
  margin: 20px 0 80px;
}

.justify-content-center {
  justify-content: center !important;
}

.tim-f01__daftar-anggota--mb-30 {
  margin-bottom: 30px;
}

.tim-f01__daftar-anggota {
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 20px;
  min-height: 360px;
  height: 100%;
  margin: 0 auto;
}

.tim-f01__daftar-anggota-image--posisi {
  padding: 90px 40px 70px;
}

.tim-f01__daftar-anggota-image {
  text-align: center;
}

.tim-f01__daftar-anggota-nama {
  text-align: center;
  color: #07aa4d;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.tim-f01__daftar-anggota-tugas {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: rgba(58, 65, 102, .7);
  padding: 0 35px 40px;
}

.block-fe__step {
  padding: 100px 0 75px;
  background: #f6fbff;
}

.block-fe__step-title {
  text-transform: capitalize;
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 45px;
  text-align: center;
  color: #07aa4d;
  margin-top: 35px;
}

.block-fe__step-description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  color: rgba(58, 65, 102, .7);
  margin-top: 50px;
  padding: 0 50px;
}

.block-fe__step-flow {
  margin-top: 80px;
}

.block-fe__step-flow-box {
  display: flex;
  justify-content: space-between;
}

.block-fe__step-flow-box-left {
  width: 50%;
}

.block-fe__step-flow-box-left-item {
  width: 100%;
  box-shadow: 0 6px 20px rgba(17, 26, 104, .15);
  background: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  position: relative;
  margin-bottom: 65px;
}

.block-fe__step-flow-box-left-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #07aa4d;
  padding-left: 77px;
}

.block-fe__step-flow-box-left-item-description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 177.32%;
  color: rgba(58, 65, 102, .7);
  margin-top: 10px;
}

.block-fe__step-flow-box-left-item-number {
  position: absolute;
  background: #fff;
  box-shadow: 0 3px 10px rgba(17, 26, 104, .15);
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #07aa4d;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
  top: -24px;
}

.block-fe__step-flow-box-left-item-number:hover {
  cursor: pointer;
  transform: scaleY(1.025);
  box-shadow: 0 6px 30px rgba(17,26,104,.4);
  transition: all .4s;
}

.block-fe__step-flow-box-right img {
  width: 100%;
  transition: 0.3s;
}

.block-fe__step-flow-box-right img:hover {
  filter: grayscale(70%) brightness(1.0);
  transition: 0.3s;
}

.block-fe__fitur {
  padding: 50px 0 20px;
}

.block-fe__fitur-title {
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 45px;
  color: #07aa4d;
  text-align: center;
}

.block-fe__fitur-description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  color: rgba(58, 65, 102, .7);
  margin-top: 60px;
  padding: 0 120px;
}

.block-fe__fitur-point {
  margin-top: 100px;
}

.block-fe__fitur-point-item {
  text-align: center;
  margin-bottom: 100px;
}

.block-fe__fitur-point-item img {
  width: 50px;
}

.block-fe__fitur-point .block-fe__fitur-point-item .icon {
  display: inline-block;
  background-color: #ecf0f6;
  width: 94px;
  height: 94px;
  border-radius: 100px;
  padding-top: 20px;
  transition: 0.3s;
}

.block-fe__fitur-point .block-fe__fitur-point-item .icon:hover {
  cursor: pointer;
  transform: scaleY(1.025);
  box-shadow: 0 6px 30px rgba(17,26,104,.4);
  transition: all .4s;
  background-color: rgba(255, 255, 255, .4);
  border: 2px solid #21bd67;
}

.block-fe__fitur-point-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #07aa4d;
  margin-top: 20px;
  transition: 0.3s;
}

.block-fe__fitur-point-item-title:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.block-fe__fitur-point-item-description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 177.32%;
  text-align: center;
  color: rgba(58, 65, 102, .7);
  margin-top: 8px;
  padding: 0 55px;
}

.garansi {
  padding: 50px 0;
}

.garansi__logo-wrapper {
  text-align: center;
}

.garansi__title {
  font-weight: 700;
  font-size: 33px;
  color: #07aa4d;
  text-align: left;
}

.garansi__description {
  font-size: 18px;
  font-weight: 400;
  opacity: .7;
  line-height: 2em;
  margin: 30px 0 40px;
  text-align: left;
}

.harga-buset {
  padding: 70px 0 65px;
  background: #f6fbff;
}

.harga-buset__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 33px;
  color: #07aa4d;
}

.harga-buset__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.harga-buset__card>a {
  color: #3a4166;
}

.harga-buset__card {
  display: inline-block;
  max-width: 260px;
  height: 394px;
  padding: 55px 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(17, 26, 104, .2);
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  transition: all .4s;
}

.harga-buset__card:hover {
  cursor: pointer;
  transform: scaleY(1.025);
  box-shadow: 0 6px 30px rgba(17,26,104,.4);
  transition: all .4s;
}

.harga-buset__card:not(:last-child) {
  margin-bottom: 30px;
}

.harga-buset__service-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.harga-buset__service-description {
  font-size: 14px;
  color: rgba(58, 65, 102, .7);
  margin-bottom: 24px;
}

.harga-buset__service-start-from {
  font-size: 14px;
  font-weight: 700;
  opacity: .7;
}

.harga-buset__service-price {
  font-size: 24px;
  font-weight: 700;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.harga-buset-fe {
  margin-top: 55px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
}

.harga-buset-fe__link:hover {
  cursor: pointer;
  transform: scaleY(1.025);
  box-shadow: 0 6px 30px rgba(17,26,104,.4);
  transition: all .4s;
}

.harga-buset-fe .card-body {
  border-radius: 8px;
  padding-bottom: 55px;
}

.harga-buset-fe .col-lg-6 {
  max-width: 260px;
  padding-left: 0;
  padding-right: 0;
}

.harga-buset-fe .card {
  background: #fff;
  box-shadow: 0 6px 20px rgba(17, 26, 104, .2);
  border-radius: 8px;
  border: 0;
}

.card:not(last-child) {
  margin-bottom: 20px !important;
}

.harga-buset__service-image {
  margin-bottom: 30px;
  transition: 0.45s;
}

.harga-buset__service-image:hover {
  filter: saturate(1.3) brightness(1.0);
  transition: 0.45s;
  transform: translateY(-10px);
}

.harga-buset-fe__img {
  display: block;
  margin: 30px auto;
  width: 92px;
  height: auto;
  transition: 0.45s;
}

.harga-buset-fe__img:hover {
  filter: saturate(1.3) brightness(1.0);
  transition: 0.45s;
  transform: translateY(-10px);
}

.harga-buset-fe__title {
  font-size: 18px;
  line-height: 25px;
  color: #3a4166;
  margin-bottom: 16px;
}

.harga-buset-fe__description a {
  color: #07aa4d;
  display: block;
}

.harga-buset-fe__description {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .05em;
  color: #757a94;
}

.harga-buset-fe__description,
.harga-buset-fe__img,
.harga-buset-fe__title {
  text-align: center;
}

.support-fe {
  background-color: #eaf2fe;
}

.support-fe>.row .buset-holder:first-child {
  background-color: #eaf2fe;
  text-align: right;
  padding-right: 80px;
  padding-left: 40px;
}

.support-fe>.row .buset-holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

.fe-box {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 490px;
  padding: 15px 15px 15px 135px;
}

.fe-box .icon {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 106px;
  height: 106px;
  background-color: #ffffff;
  border-radius: 16px;
  text-align: center;
  -webkit-box-shadow: 0 8px 12px rgba(31, 27, 90, 0.08);
  box-shadow: 0 8px 12px rgba(31, 27, 90, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all .4s;
}

.fe-box .icon:hover {
  cursor: pointer;
  transform: scaleY(1.025);
  box-shadow: 0 6px 30px rgba(17,26,104,.4);
  transition: all .4s;
}

.fe-box .icon img {
  width: 57px;
}

.fe-box .link {
  font-size: 19px;
  font-weight: 700;
  color: #00ab4e;
  text-decoration: none;
  outline: none;
  display: inline-block;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fe-box .link:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fe-box .text {
  font-size: 16px;
  font-weight: 400;
  color: #62647b;
  line-height: 21px;
}

.support-fe>.row .buset-holder:first-child {
  background-color: #eaf2fe;
  text-align: right;
  padding-right: 80px;
  padding-left: 40px;
}

.support-fe>.row .buset-holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

.support-fe>.row .buset-holder:last-child {
  background-color: #f4f8fe;
  text-align: left;
  padding-left: 80px;
  padding-left: 40px;
}

/* Akhir Bagian Content */

/* Awal Bagian Footer */
footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 22px;
  background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
}

.footer-menu {
  margin-bottom: 50px;
}

.footer-menu h4 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu ul li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.footer-menu ul li a {
  position: relative;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-menu ul.social li {
  display: inline-block;
  margin-right: 28px;
}

.footer-menu ul li a:hover,
.footer-menu ul li a:focus {
  opacity: 0.4;
}

.footer-menu ul li a {
  position: relative;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-menu ul.social li a i {
  font-size: 22px;
}

.sub-footer {
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sub-footer .sub-footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-footer .sub-footer-menu ul li {
  display: inline-block;
  margin-right: 20px;
}

.sub-footer .sub-footer-menu ul li a {
  font-size: 14px;
  color: #fff;
}

.sub-footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

/* Akhir Bagian Footer */

/* Lain-lain (Button dan Image) */
.fe-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  background: #f0f0f0;
  text-align: center;
  border-radius: 30px;
}

.fe-btn,
.fe-btn:hover {
  transition: all 0.5s;
}

.fe-btn--white {
  color: #21bd67;
  background: #fff;
  border: none;
}

.fe-btn--white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
}

.fe-btn--green {
  color: #fff;
  background: #21bd67;
  border: none;
}

.fe-btn--green:hover {
  color: #21bd67;
  background-color: #fff;
  border: 2px solid #21bd67;
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
  border-radius: 25px;
  transition: 0.45s;
}

.img-fluid:hover {
  transition: 0.45s;
  transform: translateY(-10px);
}