@media (max-width: 768px)
{
  .navbar, .navbar .navbar-collapse 
  {
    background-color: #fff;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    background: #fff!important;
    color: #000!important;
    font-weight: 600;
  }
}
.dimmed {
  position: relative;
}
.dimmed:before {
  content: " ";
  z-index: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
.dimmed .item {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.5s background-color;
}
.dimmed .item:hover {
  background: white;
  cursor: pointer;
}
.dimmed .item:hover h6.title {
  color: black!important;
}
.nft.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}
.nft.scrolled .title {
  color: green!important;
}
.nft .title {
  padding-left: 3px;
  line-height: 20px;
}

.layanan .item {
  transition: 0.5s background-color;
}
.layanan .item:hover {
  background: #f1f1f1;
  cursor: pointer;
}
.stats .stats-item {
  box-shadow: 0px 0 30px color-mix(in srgb, var(--default-color), transparent 92%);
  padding: 25px;
}

.stats .stats-item i {
  color: var(--accent-color);
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
}

.stats .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
}
.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: 
color-mix(in srgb, var(--accent-color), transparent 70%);
    color: var(--accent-color);
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    font-family: var(--default-font);
}
.features1 {
/*  padding-top: 0;*/
padding: 40px 0;
}

.features1 .icon-box {
  display: flex;
  align-items: center;
  padding: 10px;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.features1 .icon-box i {
/*  font-size: 32px;*/
padding-right: 10px;
line-height: 1;
font-size: 48px;
float: left;
color: #009961;
}

.features1 .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features1 .icon-box h3 a {
  color: #434175;
  transition: ease-in-out 0.3s;
}


.features1 .icon-box:hover h3 a {
  color: #5a5af3;
}

.features1 .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features1 .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features1 .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding-top: 5px;
}
.alamat-kua {
  font-size: 13px;
}
.readmore {
  text-decoration: none;
  color: 222;
}
.kua-box{
  transition: 0.5s background-color;

}
.kua-box:hover {
  cursor: pointer;
  background: #f1f1f1;
}
