/* Font */
@font-face {
  font-family: YDYooncheM;
  src: url(../font/YDYooncheM.ttf);
}

.dropdown-menu > li > a:active {
  background-color: orange;
  color: black;
}

.productdetails .content {
  margin-top: 20px;
}

.nav-link {
  font-size: 20px;
}

.logo {
  display: none;
}

.information h4 {
  margin-top: 10px;
}

.line {
  width: 320px;
  border-bottom: 4px solid black;
}

.jpsimg {
  width: auto;
  height: auto;
}

.whyjpstext {
  margin-top: 30px;
}

.about {
  background-image: url(../image/abougbg.png);
  background-position: center;
  background-size: cover;
  margin-top: 20px;
  height: auto;
}

.whyjps {
  background-image: url(../image/whyjpsbg.png);
  background-position: center;
  background-size: cover;
  margin-top: 50px;
  height: auto;
}

.profile {
  background-image: url(../image/profilebg.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 50px;
}
.testimoni {
  background-image: url(../image/testimonibg.png);
  background-position: center;
  background-size: cover;
  margin-top: 50px;
  height: auto;
}

.clients {
  background-position: center;
  background-size: cover;
  height: auto;
}

.clientstext {
  font-size: 15px;
}

.clientstext2 {
  font-size: 30px;
  font-weight: bold;
  text-decoration: underline;
  font-style: italic;
}

.carousel-item {
  background-color: white;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-caption {
  text-align: left;
  color: black;
}

.carousel-caption p {
  font-size: 20px;
}

.patners {
  background-image: url(../image/patnersbg.png);
  background-position: center;
  background-size: cover;
}

.ipartners {
  background-image: url(../image/clientsbg.png);
  background-position: center;
  background-size: cover;
}

.ipatners2 {
  background-image: url(../image/patnersbg.png);
  background-position: center;
  background-size: cover;
}

.servicesphase {
  background-image: url(../image/whyjpsbg.png);
  background-position: center;
  background-size: cover;
  margin-top: 50px;
  height: auto;
}

.productdetails {
  background-image: url(../image/propertydetails.png);
  background-position: center;
  background-size: cover;
  margin-top: 50px;
  height: auto;
}

.btnwa {
  background-color: orange;
  font-size: 10px;
}

.waimg {
  width: 15px;
}

.imgwa {
  width: 15px;
}

.overlay-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.checked {
  color: orange;
}

.item {
  overflow: hidden;
}

.item img {
  transition: all 1.3s ease;
}

.item:hover img {
  transform: scale(1.1);
}

.imgreview {
  border-radius: 50%;
  justify-content: center;
  width: 150px;
  margin-top: -80px;
}

.cardtestimoni {
  margin-top: 80px;
  border: 2px solid orange;
  border-radius: 10px;
  height: auto;
}

.readmore button {
  color: black;
}

.product {
  background-image: url(../image/servicebg.png);
  background-position: center;
  background-size: cover;
  margin-top: 50px;
  height: auto;
}

.productcard {
  border: 1px solid transparent;
}

.card-header {
  border: 1px solid transparent;
}

.cobain {
  width: 120px;
}

.footercontactimage {
  width: 30px;
  height: 30px;
}

.hide {
  visibility: hidden;
}

.information button {
  background-color: #ffc107;
  height: 35px;
}

footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../image/footer.png);
}

.footerimage {
  width: 30px;
  height: 30px;
}

.productdetails .pilihan {
  color: orange;
  margin-top: 5px;
}

.pcversion {
  display: none;
}

.phoneversion {
  margin-right: 100px;
  width: 100px;
  display: block;
}

@media (max-width: 992px) {
  .productdetailsimg {
    margin-bottom: 30px;
  }

  .home {
    margin-top: -20px;
  }

  nav img{
    position: absolute;
    z-index: 100;
    width: 100px;
    margin-top: 30px;
    margin-left: 45px;
  }
  
}
@media (min-width: 992px) {
  /* Navbar */
  .navbar {
    margin-top: 20px;
    z-index: 2;
  }

  nav img{
    position: absolute;
    z-index: 100;
    width: 170px;
    margin-top: 30px;
    margin-left: 120px;
  }

  .footerimage {
    width: 35px;
    height: 35px;
  }

  .information {
    margin-left: 50px;
    padding-top: 50px;
  }

  .nav-link {
    padding-top: 10px;
  }

  .navbar-nav {
    width: 500px;
  }
  .logo {
    float: left;
    display: block;
  }

  /* About */
  .aboutimage {
    margin-top: 50px;
  }

  .cobain {
    width: 150px;
  }

  .testimoni .row {
    justify-content: center;
  }

  .profile .row {
    justify-content: center;
  }

  .productpoint {
    margin-top: -50px;
  }

  .product .row {
    justify-content: center;
    margin-top: 30px;
  }

  .productdetailstext h3 {
    border-bottom: 2px solid black;
    width: 280px;
  }

  .productdetails {
    text-align: left;
  }

  .productdetails p {
    font-size: 15px;
  }

  .productdetails .row {
    justify-content: left;
    margin-top: 40px;
  }
  .socialmedia {
    padding-top: 65px;
  }

  .whyjpstext {
    margin-top: 100px;
  }

  .logonav {
    width: 150px;
  }

  .productdetailsimg {
    max-height: 530px;
  }

  .productdetails {
    height: 700px;
  }

  .testimoni {
    padding-bottom: 70px;
  }

  .cardtestimoni {
    margin-top: 80px;
    border: 2px solid orange;
    border-radius: 10px;
    height: 410px;
  }

  .clients {
    background-image: url(../image/client.png);
    height: 600px;
  }

  .patners {
    height: 550px;
  }

  .ipartners {
    height: 600px;
  }

  .ipatners2 {
    height: 550px;
  }

  .ourpatners {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ourpatnergeneral {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ourpatnerhealth {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .clientstext {
    font-size: 30px;
  }

  .clientstext2 {
    font-size: 50px;
  }

  .pcversion {
    display: block;
  }

  .phoneversion {
    display: none;
  }

  .btnwa {
    background-color: orange;
    font-size: 20px;
  }

  .imgwa {
    width: 25px;
  }

  .carousel-item {
    height: 102vh;
    background-color: white;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home {
    margin-top: -50px;
    z-index: 1;
    height: 120vh;
  }

  .carousel-caption p {
    font-size: 50px;
  }

  .carousel-caption {
    margin-bottom: 100px;
  }
}
