html,
body {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: white;
}

.sakti-clean.navbar-light .navbar-nav .nav-link {
    color: #f45c74;
}

.sakti-header {
    background-image: linear-gradient(to top right, #f9936d, #f75a73);
}

.text-primary {
    color: #f45c74 !important;
}

.text-secondary {
    color: #42474c !important;
}

.btn-primary {
    color: white;
    font-weight: 600;
    background: #f7294a;
    border: none;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.09);
    padding-top: 15px;
    padding-bottom: 15px;
}

.namakoop{
	text-align: center;
}

.sakti-features .fitur-dots {
    width: 32px;
    height: 32px;
    background-image: linear-gradient(to top left, #f8816f, #f7294a);
    border-radius: 32px;
    margin-bottom: 18px;
}

.sakti-features .fitur-items h5 {
    margin-bottom: 18px;
}

.sakti-features-main {
    background-color: white;
    border-radius: 15px;
    position: relative;
    margin-top: -6rem;
    box-shadow: 0px 2px 0px 2px rgba(234, 182, 185, 0.15);
}

.sakti-features-background {
    background-image: linear-gradient(to right, #f9926d, #f87670);
    width: 100%;
    height: 100px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: relative;
}

.sakti-download-now {
    background-image: linear-gradient(to top right, #f9926d, #f75a73);
    min-height: 300px;
    text-align: center;
}

.sakti-mitra,
.sakti-kontak {
    min-height: 500px;
}

.sakti-kontak {
    background-color: #eff2f6;
}

.form-captcha {
    width: 100%;
    height: 100px;
    background: white;
}

footer {
    background: #f75f73;
}

@media(min-width:375px) {
    strong {
        font-weight: bolder;
    }
}


/* 
/* .sakti-scrollable-feature-items.owl-carousel.owl-theme .owl-dots {
  text-align: left;
  padding-left: 1.3rem;
  
} */

*/ .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f75a73;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fcc9d1;
}

@media (max-width: 991px) {
    .owl-dots {
        display: flex !important;
        justify-content: center !important;
    }
}
