.owl-carousel.off {
    display: block;
    text-align: center;
}
.owl-carousel.off > button {
    margin: 0.35em;
}

.link-mimic {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #38424d;
}

.link-mimic:hover {
    color: #0898e7;
}

.dropdown-menu a:hover {
    color: #0898e7;
}
@media (max-width: 991px) {
    .link-mimic {
        padding: 4px 0;
    }
    .dropdown-menu {
        border: none;
        padding: 0 1em;
    }
}

.single-pricing .img-container {
    height: 15em;
    margin-bottom: 3em;
    border-radius: 8px 8px 0 0;
    margin: -30px;
    margin-bottom: 2em !important;
}

.single-pricing .img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    /* border-radius: 8px; */
}

.single-pricing .description {
    /* margin-top: 34px; */
    margin-top: 10px;
    margin-bottom: 100px;
}

.description p {
    font-size: 80%;
}

.single-pricing.with-img .pricing-shape {
    top: 14em;
    height: 55%;
}
.single-pricing.with-img .pricing-shape img {
    /* top: 14em; */
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.navbar-nav .nav-item.active > .dropdown-toggle {
    color: #0898e7;
}

.dropdown-menu .dropdown-item.active {
    color: #0898e7;
    background-color: transparent;
}

.owl-carousel.off {
    display: block;
    text-align: center;
}
.owl-carousel.off > button {
  margin: 6px 5px;
  padding: 0px 9px !important;
}
.main-btn-bergabung{
    border: 2px solid #dc3545 !important;
    background-color: #dc3545 !important;
    -webkit-box-shadow: 0 4px 10px 0 rgba(8,152,231,.4) !important;
    -moz-box-shadow: 0 4px 10px 0 rgba(8,152,231,.4) !important;
    box-shadow: 0 4px 10px 0 rgb(220 53 69 / 40%) !important;
}

/* body {
    overflow-y: hidden;
    overflow-x: hidden;
} */

#statistic {
    background-image: url(/landing-theme/images/statistic_bg.webp);
    width: 100%;
    /* min-height: 30rem; */
    background-size: cover;
    background-repeat: no-repeat;
}

.section-gap {
    padding: 2rem 0;
}

@media screen and (min-width: 420px) {
    .section-gap {
        padding: 8rem 0;
    }
}

@media screen and (min-width: 992px) {
    .section-gap {
        padding: 1rem 0;
    }
}

#statistic .icon {
    width: 2.5rem;
}

#statistic .content-container {
    padding: 0;
}

.row-container {
    padding: 0 4.5rem;
}

@media screen and (min-width: 992px) {
    .row-container {
        padding: 0 2.5rem 0 1rem;
    }
}

.img-statistic-ajakan {
    width: 24rem;
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .img-statistic-ajakan {
        width: 32rem;
    }

    #statistic .content-container {
        padding-top: 3rem;
        padding-bottom: 0rem;
    }
}
.icon {
    display: inline-block;
}
.icon-pengalaman {
    background-color: red;
    -webkit-mask: url(/landing-theme/images/statistic_icon_pengalaman.svg) no-repeat center;
    mask: url(/landing-theme/images/statistic_icon_pengalaman.svg) no-repeat center;
}

.blurred-img {
    display: block;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.blurred-img::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    /* animation: pulse 2.5s infinite; */
    background-color: #fff;
}

@keyframes pulse {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}


.blurred-img.loaded::before {
    animation: none;
    content: none;
}

.blurred-img img {
    opacity: 0;
    transition: opacity 250ms ease-in-out;
}

.blurred-img.loaded img {
    opacity: 1;
}

.mainmenu .dropdown-toggle{
  cursor: pointer;
  display: inline-block;
  padding-right: 34px;
  font-weight: 400;

  color: #1a2b3c;

  text-decoration: none;
  outline: none;

  transition: 0.3s;

  touch-action: manipulation;

  background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mainmenu .dropdown-toggle{
    padding-right: 18px
  }
}
@media only screen and (max-width: 767px) {
  .slicknav_menu .dropdown-toggle{
    cursor: pointer;
    padding: 5px 10px;
    margin: 2px 5px;
    width: 100%;
  }
  .slicknav_menu .dropdown-toggle:hover{
    background: rgba(0, 0, 0, 0.15);
  }
}
