.card-programs {
    margin-top: 15px;
    margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 10px;
  height: inherit;
}

.content .content-overlay {
  background: #9D2235;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 0.9;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.content-2 {
  background: #ffffff;
  position: relative;
  width: auto;
  margin: 20px 10px;
  padding: 10px;
  height: inherit;
  border-radius: 15%;
}

.content-mobile-2 {
  position: relative;
  width: auto;
  margin: 20px 10px;
  padding: 10px;
  height: inherit;
  border-radius: 15%;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.ig-username {
  font-size: 30px;
}

.see-more {
  position: absolute;
  bottom: 30px;
}

.see-more:hover {
  color: #ffffff;
}

.btn-see-more {
  border-radius: 20px;
  min-width: 120px;
  max-width: 200px;
  width: 100%;
}

.card-size {
  background-color: #FCB833;
  border-radius: 20px;
  padding: 35px;
  height: 100%;
  min-height: 455px;
}

.card-size:hover {
  transform: scale(1.01);
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: var(--gradient);
  box-shadow: 5px 5px 0px 0px #6a9ce2;
  /* box-shadow: #6a9ce2 0px 1px 2px, #6a9ce2 0px 2px 4px, #6a9ce2 0px 4px 8px, #6a9ce2 0px 8px 16px, #6a9ce2 0px 16px 32px, #6a9ce2 0px 32px 64px; */
}

.title-card {
  position: absolute;
  top: 9rem;
}

.p-procurement, .p-headhunter, .p-assessment, .p-payroll {
  position: absolute;
  top: 15rem;
}

.mh-700 {
  height: 700px;
  object-fit: contain;
}

.bg-img-white {
  background-image: url(/images/about-us-background.svg);
  background-size: cover;
  border-top-right-radius: 10rem;
  bottom: calc((100vh - 15rem) *.4);
}

.splide__arrow svg {
  fill: #ffffff;
  height: 2.5em;
  transition: fill .2s linear;
  width: 2.5em;
}

.card-border-bottom {
  text-align: center;
  padding-bottom: 5px;
  background: linear-gradient(to left, rgb(170, 255, 178) 0%, rgba(254, 231, 109, 1) 12% , rgba(155, 207, 175, 1) 47%,rgb(17, 214, 254) 100%) left bottom #777 no-repeat;
  background-size: 100% 5px;
}

.card-border-bottom:hover {
  box-shadow: 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.bpl-image {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 768px;
  overflow: hidden;
}

.layanan-section {
  margin-top:250px;
  margin-bottom: 50px;
  text-align: left;
}

.klien-section {
  position: relative;
  border-top-left-radius: 165px;
  top: 120px;
  z-index: 1;
}

.bg-img-client {
  /* background-image: url("/images/klien-kami.svg"); */
  /* background-size: 100%; */
  background: #FCB833;
  border-radius: 25px;
  padding: 0 5rem;
}

.bg-img-client-margin {
  margin-top:80px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.button-wa {
  position: absolute;
  right: 0;
  bottom: 75px;
}
.bg-image {
  min-height: 330px;
}

@media only screen and (max-width: 768px) {
  .ig-username {
    font-size: 22px;
  }
}

@media only screen and (max-width:540px) {
  .bpl-image {
    min-height: 245px;
    line-height: 0.5;
  }
  .bg-img-white {
    bottom: 10rem;
  }
  .mh-700 {
    height: 585px;
    margin-top: 12rem !important;
  }
  .layanan-section {
    margin-top: 50px;
  }
  .bg-img-blue {
    background-size: cover;
  }
  .bg-img-client {
    padding: 0 2rem;
  }
  .content-mobile-2 {
    padding: 0;
    margin: 20px 5px;
  }
  .klien-section {
    top: 25px;
  }
  .display-5 {
    line-height: 1.0 !important;
  }
  #splide-story-mobile-en .splide__arrow, #splide-story-mobile .splide__arrow, #splide-galery-mobile-en .splide__arrow,#splide-galery-mobile .splide__arrow {
    left: 90%;
  }
  #splide-story-mobile-en .splide__arrow--prev, #splide-story-mobile .splide__arrow--prev, #splide-galery-mobile-en .splide__arrow--prev, #splide-galery-mobile .splide__arrow--prev {
    left: 0;
  }
  #splide-story-mobile-2 .splide__arrow{
    left: 100%;
  }
  #splide-story-mobile-en-2 .splide__arrow {
    left: 105%;
  }
  #splide-story-mobile-2 .splide__arrow--prev{
    left: -2em;
  }
  #splide-story-mobile-en-2 .splide__arrow--prev {
    left: -3em;
  }
  /* Styling modal */
  .modal .modal-content {
    padding: 20px 20px 20px 20px;
    -webkit-animation-name: modal-animation;
    -webkit-animation-duration: 0.5s;
    animation-name: modal-animation;
    animation-duration: 0.5s;
  }

  @-webkit-keyframes modal-animation {
    from {
        top: -100px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
  }

  @keyframes modal-animation {
    from {
        top: -100px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  .bpl-image {
    min-height: 440px;
    line-height: 0.5;
  }
  .bg-img-white {
    bottom: calc((100vh - 28rem)* .4);
  }
  .mh-700 {
    height: 55rem;
  }
  .layanan-section {
    margin-top: 5rem;
  }
  .bg-img-blue {
    background-size: cover;
  }
  .content-mobile-2 {
    padding: 10px;
    margin: 0;
  }
  #splide-story-mobile-en .splide__arrow, #splide-galery-mobile-en .splide__arrow {
    left: 95%;
  }
  #splide-story-mobile-en .splide__arrow--prev, #splide-galery-mobile-en .splide__arrow--prev {
    left: 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .bpl-image {
    min-height: 440px;
    line-height: 0.5;
  }
  .bg-img-white {
    bottom: calc((100vh - 60rem)* .4);
  }
  .mh-700 {
    height: 28rem;
  }
  .layanan-section {
    margin-top: 5rem;
  }
  .bg-img-blue {
    background-size: cover;
  }
  .bg-img-client-margin {
    margin-bottom: 7rem;
  }
  .content-mobile-2 {
    padding: 10px;
    margin: 0;
  }
  .bg-image {
    min-height: 415px;
  }
  #splide-story-mobile-en .splide__arrow, #splide-galery-mobile-en .splide__arrow {
    left: 95%;
  }
  #splide-story-mobile-en .splide__arrow--prev, #splide-galery-mobile-en .splide__arrow--prev {
    left: 0;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .bpl-image {
    min-height: 440px;
    line-height: 0.5;
  }
  .bg-img-white {
    bottom: calc((100vh - 30rem)* .4);
  }
  .layanan-section {
    margin-top: 5rem;
  }
  .mh-700 {
    height: 40rem;
  }
  .bpl-image {
    min-height: 550px;
  }
  .content-2 {
    padding: 10px;
  }
  .bg-image {
    min-height: 325px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .bpl-image {
    min-height: 815px;
  }
  .bg-img-white {
    bottom: calc((100vh - 15rem)* .4);
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .bg-img-white {
    bottom: calc((100vh - 15rem)* .4);
  }
  .bg-image {
    min-height: 365px;
  }
}