* {
  padding: 0 0;
  margin: 0 0;
  box-sizing: border-box;
}
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
  
  .nav-link.active {
    font-weight: 600;
  }
  
  .nav-link {
    position: relative;
    padding-bottom: 0%;
    text-align: center;
  }
  
  .header {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    color: #2141a6;
    display: flex;
    align-items: center;
    z-index: -1;
  }
  
  .navbar {
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .nav-link::after {
    content: '';
    opacity: 0;
    transition: all 0.2s;
    height: 2px;
    width: 100%;
    background-color: #1714ca;
    bottom: 0;
    left: 0;
  }
  
  .nav-link:hover::after {
    opacity: 1;
    position: absolute;
  }
  
  .navbar {
    padding-top: 2rem;
  }
  .col {
    color: black;
  }
  
  .header {
    padding-top: 4%;
  }
  h1 {
    font-weight: 800;
    color: #2141a6;
  }
  
  .nav-item {
    display: inline-block;
    width: 200px;
  }
  .bi-arrow-right-circle-fill {
    margin-left: 8px;
  }
.card-img-top {
    max-height: 200px;
    object-fit: contain; 
}
  .tentang {
    padding-top: 7%;
    padding-bottom: 5%;
  }
  .review {
    padding-top: 5rem;
    color: black;
  }
  .apa {
    color: black;
    padding-top: 5rem;
  }
  
  .section {
    display: grid;
    place-items: center;
    height: 100vh;
  }
  .section-header {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-header:after {
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    background: #fff;
  }
  
  .d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 85%;
    justify-content: center; 
    align-items: center;    
    margin-right: auto;     
    margin-left: auto; 
} 
  .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .testimonials {
    max-width: 1000px;
    margin: 0 auto 0px auto;
    padding-bottom: 2rem;
  }
  .single-item {
    padding: 8px;
    margin: 20px 10px;
  }
  .profile {
    margin-bottom: 30px;
    text-align: center;
  }
  .img-area {
    margin: 0 15px 15px 15px;
  }
  .img-area img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
  }
  .content {
    font-size: 18px;
  }
  .content p {
    text-align: justify;
  }
  .content p span {
    font-size: 48px;
    margin-right: 20px;
    color: black;
  }
  
  .container-layanan {
    margin-top: 5rem;
  }
  
  .card-title {
    margin-top: 80%;
    font-weight: 700;
  }
  
  .btn {
    z-index: 2;
  }
  .align-self-start {
    margin-right: 180px;
  }
  .card {
    background: none;
    border: none;
    overflow: hidden;
    transition: all 0.3s;
  }
  .card:hover {
    transform: scale(1.15);
  }
  
  .card-img {
    z-index: -1;
    height: auto;
    width: 18rem;
    border-radius: 15%;
    object-fit: cover;
    background-color: transparent;
    border: none;
    filter: brightness(0.7);
  }
  
  .bi {
    color: #fff;
    position: relative;
    padding: 0.5rem;
    transition: all 0.3s ease;
    z-index: 2;
  }
  
  .bi:hover {
    color: #2141a6;
    background-color: #fff;
  }
  
  .bi::after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease;
    opacity: 0;
  }
  
  .bi:hover::after {
    opacity: 1;
  }
  
  .kritik {
    padding-left: 20%;
  }
  
  .btn-dark {
    background-color: #2141a6;
    z-index: 2;
  }
  
  footer {
    /* background: linear-gradient(to right, #2d2d2d , #2141a6, #2141A6, #2d2d2d); */
    background-color: #2d2d2d;
  }
  
  .cara .container {
    max-width: 1200px;
  }
  
  .cara h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  
  .d-flex.flex-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    justify-items: center;
  }
  
  .card {
    width: 200px;
    text-align: center;
  }
  
  .card-body p {
    margin: 0;
    line-height: 1.5;
  }
  
  @media (max-width: 768px) {
    .d-flex.flex-row {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 480px) {
    .d-flex.flex-row {
      grid-template-columns: 1fr;
    }
  }
  .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 180px;
  }
  
  .card-text {
    text-align: center;
  }
  
  .card-text.fw-medium {
    min-height: 60px;
  }
  
  .reputasi {
    width: 100%;
    height: auto;
    cursor: pointer;

  }
.reputasi .photo {
  position: relative; 
}

.reputasi .reputasi-text  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(33, 65, 166, 0.7); 
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  opacity: 0;
  text-align: center; 
  padding: 60px;
  transition: opacity 0.3s ease; 
}

.reputasi .photo:hover .reputasi-text {
  opacity: 1; 
}

.reputasi-desc {
  font-size: 1.3rem;
}
@media (max-width:567px) {
  *{
justify-content: center;
align-items:center;
text-align:center;
}
}

.logotext {
  padding-top: 5px;
}





  



   