 body{
    font-family: "Inter", sans-serif !important;
  }
  


/* Navbar */
#nav button  a {
    color: #ffffff;
    font-weight: 900;
}
#nav button {
    background-color: #4BBE9E;
    border: #4BBE9E;
 
}

#nav button  a:hover {
    color: #ffffff;
}


#nav a:link {
    color: #4E4E4E;
    font-weight: 400;
} 
#nav a:hover {
    color: #4BBE9E;
   
}

#nav a:active {
    color: #4BBE9E;
    font-weight: 700;
}


#nav a:focus {
    color: #4BBE9E;
    font-weight: 700;
}



/* Footer */

#sosmed p {
    font-size: 14px;
    font-weight: 500;
}

#footer-text h4 {
   color: #4BBE9E;
}


#card-home {
    border-style: solid;
    border-width: 1px;
    border-color: #4BBE9E;
}


/* Artikel Section */

#card-artikel .card  {
    border-style: solid;
    border-width: 0;
    border-color: #ffffff;
    box-shadow: none;
}


/* CakrtaData Media */

#card-video .card-body a:hover {
    color: #4BBE9E;
}

#card-video .card-body a {
    color: #9F9F9F;
}

#card-video .card-body  {

    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#card-service .card  {
    border-style: solid;
    border-width: 0;
    border-color: #ffffff;
    box-shadow: none;
}

 .form-contact{
    display: block;
    width: 100%;
    padding: .6rem 1rem;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    border: 1px solid rgba(8, 60, 130, .07);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .4rem;
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-contact:focus {
    color: #60697b;
    background-color: #fefefe;
    border-color: #4BBE9E;
    outline: 0;
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04), unset;
}



::selection {
   background-color: #4BBE9E;

}

.card-publication {
    
   position: relative;
   overflow: hidden ;
}

.card-img {
   object-fit: cover;
   
}

.card-body-publication {
    border: 1px solid #4BBE9E;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    bottom: -100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.80);
    flex-direction: column;
    justify-content: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/* @keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 40%;
    }
} */

.card-publication:hover .card-body-publication{

   bottom: 0;
}




  .text-color {
    color: #4BBE9E !important;
    
  }

  /* Tab Section */

  .btn-toggle {
    padding: 0px;
    border: none;
    background: none;
}


/* Tombol aktif (Terbaru atau Populer) */
.btn-pill-active {
    border-color: #4BBE9E;
    background-color: #4BBE9E;
    color: #ffffff;
    padding: 10px 25px;
    text-decoration: none;
}

/* Tombol tidak aktif */
.btn-pill-inactive {
    color:#343f52 !important;
    padding: 10px 25px;
    text-decoration: none;
}


/* Margin antara kedua tombol */


/* Konten Tab */
.tab-content {
    margin-top: 20px;
}

ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .card-img-features img  {
    position:absolute;
    right: -24px;
    top: -16px;
    width: 4rem;
  }

#card-artikel img{
    min-width: 285px;
    max-width: 285px;
    min-height:203px ;
    max-height: 203px;
    object-fit: cover;
}

.attachment__caption {
    display: none !important;
}

/* Logo Partner */

@keyframes slide {
   form {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
} to {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}
}



.logos{
    overflow: hidden;
    padding: 60px 0;
    white-space: nowrap;
    position: relative;
}

.logos:before, 
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: '';
    z-index: 2;
}

.logos:before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    left: 0;
}

.logos:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    right: 0;
}
 .logos:hover .logos-slide{
     animation-play-state: paused;

 }

.logos-slide{
    display: inline-block;
    animation: 20s slide infinite linear;
    -webkit-animation: 20s slide infinite linear;
}

.logos-slide img{
    height: 50px;
    margin: 0 40px;
}