html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
}

#layanan-kami {
  background: linear-gradient(281.65deg, #9747FF 0.42%, #B775FF 129%);
}

#image-tentang-kami {
  width: 100%;
  height: auto;
}

#kontak-kami {
  box-shadow: gray 0px -10px 10px -10px;
}

#logo-header {
  width: auto;
  height: 50px
}

#logo-footer {
  width: 96px;
  height: 96px;
}

.header-nav-custom a {
  color: #959595 !important;
  font-size: 16px;
  font-weight: 500;
}

.header-nav-custom a:hover {
  color: #FF9300 !important;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #FF9300;
}

.button-rounded {
  border-radius: 16px;
}

@media only screen and (max-width: 990px) {
  .text-up-banner {
    top: 127px;
    left: 126px;
  }
}

@media only screen and (min-width: 990px) {
  .text-up-banner {
    top: 254px;
    left: 252px;
  }
}

.banner-title {
  font-size: 48px;
  font-weight: 700;
}

.banner-start {
  font-size: 48px;
  font-weight: 400;
}

.banner-rp {
  background-color: #FF9300;
  padding: 5px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
}

.banner-rp-column {
  max-width: 100%;
  white-space: nowrap;
}

.banner-nominal {
  font-size: 128px;
  font-weight: 800;
}

.banner-sms {
  font-size: 32px;
  font-weight: 600;
}

.line-orange {
  height: 3px;
  width: 87.5px;
  border: 3px solid #FF9300;
}

.line-white {
  height: 3px;
  width: 87.5px;
  border: 3px solid white;
}

.custom-pill {
  margin-left: 10px;
  margin-right: 10px;
}

.nav-pills .custom-pill .nav-link:not(.active) {
  border: 1px solid white;
  background-color: #9747FF;
  color: #FFFFFF;
}

.nav-pills .custom-pill .nav-link {
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  color: #9747FF;
}

.title-footer {
  font-size: 16px;
  font-weight: 600;
  color: #959595;
}

.footer-nav-custom {
  color: black;
  text-decoration: none !important;
}

.footer-nav-custom:hover {
  color: #FF9300;
}

.icon-background-orange {
  color: #FFFFFF;
  background-color: #FF9300;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 60px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
}

.button-float {
  margin-top: 16px;
}

.link-custom {
  color: black;
  text-decoration: none !important;
}

.link-custom:hover {
  color: #FF9300;
}

.img-blog {
  height: 245px;
  object-fit: cover;
  border-radius: 16px;
}

.card-blog {
  height: 245px;
  border-radius: 16px;
}

.form-blog {
  border-radius: 12px !important;
  background-color: #F2F2F2 !important;
}

.section-py {
  padding-top: 65px;
  padding-bottom: 65px;
}

/* TRY OUT */
#cf {
  position: relative;
  height: 281px;
  width: 450px;
  margin: 0 auto;
}

#cf img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity: 0;
}