@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  /* color */
  --mainColor: #eaeaea;
  --secodColor: #e3ba59;
  --colorBlueDark: #213d75;
  /* font */
  --mainFont: "Work Sans", sans-serif;
}

html {
  scroll-padding-top: 6rem;
}

/* hamburger Menu */
.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon {
  border: 0;
  box-shadow: none;
  outline: none;
}
.toggler-icon {
  width: 30px;
  height: 3px;
  background-color: var(--secodColor);
  border-radius: 12px;
  display: block;
  transition: all 1s ease-in-out;
}
.mid-bar {
  margin: 5px auto;
  background-color: var(--colorBlueDark);
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .mid-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .mid-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

/* navbar menu */
.btn-simulasi {
  /* background-color: #213d75; */
  padding: 10px 30px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 15px;
  border: 1px solid var(--secodColor);
  outline: var(--secodColor);
  text-decoration: none;
  color: var(--colorBlueDark);
  text-transform: uppercase;
  white-space: nowrap;
}

/* hero section */
#hero {
  position: relative;
}

#hero img {
  position: relative;
  height: auto;
  width: 100%;
  background-size: cover;
}

.focus-form-input {
  outline: none;
  border: 0;
  background-color: #ebebeb;
  border-radius: 15px;
  padding: 14px;
  display: flex;
  width: 100%;
}

.active-form-input {
  outline: none;
  border: 1px solid var(--secodColor);
  background-color: #ffff;
  border-radius: 15px;
  padding: 14px;
  display: flex;
  width: 100%;
}

.selected-option {
  border: 1px solid var(--secodColor);
  background-color: #ffff;
  border-radius: 15px;
  padding: 14px;
  display: flex;
  width: 100%;
}

/* form deposito*/
#form-daftar {
  justify-content: center;
  display: flex;
  margin: 40px 0;
}

#form-daftar .cards {
  width: 100%;
  border-radius: 20px;
  flex-direction: column;
  padding: 26px;
}

.btn-modify-1 {
  outline: none;
  border: 1px solid var(--secodColor);
  border-radius: 15px;
  padding: 16px;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #ffff;
  color: var(--colorBlueDark);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.btn-modify-2 {
  outline: none;
  text-decoration: none;
  border: 1px solid var(--secodColor);
  border-radius: 15px;
  padding: 16px;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: var(--colorBlueDark);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #form-daftar {
    position: absolute;
    display: flex;
    top: 25%;
    width: 20%;
    right: 10%;
  }

  #form-daftar .cards {
    min-width: 80%;
    border-radius: 20px;
    flex-direction: column;
    padding: 26px;
    background-color: #ffffff;
  }
}

/* award */
#award {
  background-color: var(--secodColor);
}

#award .award-deskripsi {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 26px;
  margin-bottom: 40px;
}

#award .award-deskripsi .award-icon {
  padding-right: 16px;
}

#award .award-deskripsi .award-title {
  padding-top: 20px;
  color: #ffff;
  font-size: 14px;
  font-family: var(--mainFont);
}

#award .award-deskripsi .award-title span {
  color: var(--colorBlueDark);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.vertical-line {
  min-height: 100%;
  width: 1px;
  padding: 0;
  margin: 20px 0px;
  background-color: #fff;
}

/* keuntungan */
#keuntungan {
  padding-top: 45px;
  font-family: var(--mainFont);
  overflow: hidden;
}

#keuntungan .text__keuntungan_1 h3 {
  font-family: var(--mainFont);
  font-weight: 600;
  font-size: 45px;
}

#keuntungan .col h3 {
  font-weight: 600;
}

.bg-keuntungan .bg-keuntungan-1 {
  width: 580px;
  right: 0;
  display: flex;
  position: absolute;
}
.bg-keuntungan .bg-keuntungan-2 {
  width: 415px;
  right: -9rem;
  display: flex;
  position: relative;
}

/* CTA */
#cta {
  background-color: var(--secodColor);
  font-family: var(--mainFont);
}

#cta .text__cta h3 {
  font-weight: bold !important;
}

.btn-open-tab {
  /* background-color: #213d75; */
  padding: 10px 50px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 15px;
  border: 1px solid var(--colorBlueDark);
  outline: var(--secodColor);
  text-decoration: none;
  color: var(--colorBlueDark);
  text-transform: uppercase;
}

/* Langkh deposito */
#langkah-dep .col h3 {
  font-family: var(--mainFont);
  font-weight: 600;
  font-size: 45px;
}

#langkah-dep .row .open-dep {
  position: relative;
  display: flex;
  border-radius: 15px;
  min-height: 350px;
}

#langkah-dep .row .langkah__1 {
  background-color: #d9d9d9;
}

#langkah-dep .row .langkah__2 {
  background-color: var(--colorBlueDark);
  color: #ffff;
}

#langkah-dep .row .langkah__3 {
  background-color: var(--secodColor);
}

#langkah-dep .row .open-dep img {
  position: absolute;
}

#langkah-dep .row .open-dep h4 {
  padding: 15px 25px;
  margin-top: 30px;
  font-family: var(--mainFont);
  font-weight: 600;
  z-index: 1;
}

#langkah-dep .row .open-dep p {
  padding: 0px 25px;
  font-family: var(--mainFont);
}

#langkah-dep .row .open-dep .btn-mulai {
  /* background-color: #213d75; */
  padding: 10px 50px;
  text-align: center;
  font-weight: 700;
  margin: 20px auto;
  font-size: 16px;
  border-radius: 15px;
  border: 1px solid var(--colorBlueDark);
  outline: var(--secodColor);
  text-decoration: none;
  color: var(--colorBlueDark);
  text-transform: uppercase;
}

/* testimoni */
#testimoni {
  background-color: var(--colorBlueDark);
  font-family: var(--mainFont);
}

#testimoni .row .col h3 {
  font-family: var(--mainFont);
  color: #fff;
  font-size: 45px;
}

#testimoni .row .card-man-testimoni {
  border-radius: 15px;
  overflow: hidden;
  max-width: 500px;
  height: 180px;
  padding: 0px;
}

#testimoni .row .card-man-testimoni .title__testimoni {
  color: var(--colorBlueDark);
  font-size: 24px;
  font-weight: 500;
}

#testimoni .row .card-man-testimoni .title__work {
  color: var(--secodColor);
  margin-top: -10px;
}

#testimoni .row .card-man-testimoni .row .image-testimoni {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* dalam pengawasasn */
#pengawasan .icon-dalam-pengawasan img {
  filter: grayscale(100%);
}

/* footer */
#footer {
  background-color: var(--colorBlueDark);
  font-family: var(--mainFont);
}

#footer .maps {
  border-radius: 11px;
  border: 0;
  width: 600px;
  min-height: 250px;
}

.footer .footer-logo img {
  width: 260px;
  display: flex;
  margin-left: 20px;
  margin-bottom: 25px;
  padding-top: 24px;
}

.footer-contact ul {
  color: #ffff;
}

.footer-contact ul li {
  line-height: 45px;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.footer-contact ul li ion-icon {
  margin-right: 20px;
  font-size: 28px;
  flex-shrink: 0;
}

.footer-contact ul li a {
  text-decoration: none;
  color: #ffff;
  display: flex;
  font-family: var(--mainFont);
}

.footer-contact ul li:nth-child(2) a {
  text-decoration: underline;
}
.footer-contact ul li:nth-child(3) {
  line-height: 35px;
  display: flex;
  align-items: baseline;
}

footer {
  color: #ffff;
  font-family: var(--mainFont);
  background-color: #193365;
  text-align: center;
  padding: 20px 0;
}

/* media querys */
/* phone */
@media (max-width: 576px) {
  #award .col-lg-3 .award-deskripsi .award-title p {
    font-size: 14px;
  }

  #award .col-lg-3 .award-deskripsi .award-title span {
    font-size: 18px;
  }

  .icon-keuntungan {
    padding-right: 50px !important;
  }

  #keuntungan h1,
  #keuntungan h2 {
    font-size: 30px !important;
  }

  .bg-keuntungan .bg-keuntungan-1 {
    width: 240px !important;
  }
  .bg-keuntungan .bg-keuntungan-2 {
    width: 172px !important;
    right: -8rem !important;
  }
  #testimoni .row .card-man-testimoni {
    height: 160px;
  }
  #testimoni .row .card-man-testimoni .title__description {
    font-size: 10px;
  }
  #pengawasan .icon-dalam-pengawasan {
    gap: 40px;
  }
}

/* tablet */
@media (max-width: 768px) {
  #keuntungan h1,
  #keuntungan h2 {
    font-size: 45px;
  }
  #cta .text__cta h3 {
    text-align: center;
  }
}

/* laptop */
@media (max-width: 992px) {
  #award .award-deskripsi {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  #award .award-deskripsi .award-title p {
    padding-top: 0;
    font-size: 16px;
  }

  #award .award-deskripsi .award-title span {
    font-size: 24px;
    text-transform: uppercase;
  }
  .vertical-line {
    display: none;
  }
  .bg-keuntungan .bg-keuntungan-1 {
    width: 440px;
  }
  .bg-keuntungan .bg-keuntungan-2 {
    width: 315px;
    right: -10rem !important;
  }
  #pengawasan .icon-dalam-pengawasan {
    gap: 15px;
  }
}

/* pc */
@media (max-width: 1200px) {
  .bg-keuntungan .bg-keuntungan-2 {
    right: 5rem;
  }
}
