@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&display=swap");
body {
  font-family: "Poppins", sans-serif;

  font-size: 14px !important;
}



/* navbar */
/* nav {
  background-color: orangered;
} */
.navbar-brand img {
  
  height: 50px;
}
.navbar, .navbar-brand {
  
  font-size: 13px;
}

.form-inline .form-control {
  width: 250px !important;
}
.navbar-nav,
.nav-item a {
  color: black !important;
}
.navbar-nav,
.nav-item a:hover {
  color: brown !important;
}

/* crousel */
/* .carousel-inner {
  margin-top: 5%;
} */
.carousel-inner img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

/* section-video */
.section-video {
  margin-top: 10%;
  margin-bottom: 15%;
}
.section-video video {
  width: 500px;
  height: 250px;
  margin-top: 7%;
}
.section-video p{
  text-align: justify;
}

/* trending-items */
.trending-items {
  min-height: 500px;

}
.trending {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5);
  background-color: white;
  min-height: 700px !important;
  margin-top: -50px;
}

.trending img {
  object-fit: cover;
  height: 250px;
}
.trending .card:hover {
  border: 1px solid black;
}
.trending h6 {
  text-align: center;
}

.trending h3 {
  text-align: center;
  margin: 30px 0 30px 0;
}
.trending p {
  text-align: center;
  color: red;
}
.trending,
.card {
  margin-bottom: 20px;
}

/* gellery */
.section-gallery {
  min-height: 350px;
  margin-top: 10%;
}
.section-gallery img{
  width: 350px;
  object-fit: contain;
  margin-bottom: 5%;
}

/* section-pelayanan */
.section-pelayanan {
  margin-top: 100px;
  min-height: 400px;
}
.section-pelayanan .figure-caption {
  font-family: "poppins";
  font-size: 17px;
}

/* end section-pelayanan */

/* kategori-produk */
.kategori-produk ul li a {
  color: black;
  text-decoration: none;
}

.card-kategori img {
  height: 200px;
  object-fit: cover;
}
.card-kategori .card:hover {
  border: 1px solid black;
}
/* end kategori-produk */

/* single-produk */
.single-produk img{
  width: 300px;
  height: 270px;
}
/* end single produk */

/* produuk-terlaris */
.produk-terlaris {
  margin-top: 10%;
  margin-bottom: 10%;
}
.produk-terlaris img {
  object-fit: cover;
  height: 250px;
}
.produk-terlaris .card:hover {
  border: 1px solid black;
}
.produk-terlaris h6 {
  text-align: center;
}

.produk-terlaris h3 {
  text-align: center;
  margin: 30px 0 30px 0;
}
.produk-terlaris p {
  text-align: center;
  color: red;
}
/* blog */
.blog .card img {
  height: 250px;
  width: 300px;
  object-fit: cover;
}

.detail_blog img {
  width: 500px;
  margin-bottom: 30px;
}
.detail_blog p{
  font-size: 20px;
}

/* footer */
.footer {
  background-color: #e8e4df !important;
}
.footer h3 {
  color: black;
  padding-top: 80px;
  font-weight: bold;
}
.footer p {
  color: black;
  text-align: justify;
  font-size: 15px;
}
.footer h4 {
  color: black;
  padding-top: 80px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  padding-left: 35px;
}
.footer h5 {
  color: black;
  padding-top: 80px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 25px;
}
.footer p h6 {
  color: black;
}
.information {
  list-style: none;
  padding-top: 10px;
}
.information li {
  margin-bottom: 10px;
}
.information li a {
  color: black;
  text-decoration: none;
}

.information li a:hover {
  color: grey;
}
.map-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-responsive iframe{
left:0;
top:0;
height:50%;
width:50%;
position:absolute;
}

/*.alamat iframe {*/
/*  margin-top: 15%;*/
/*}*/


.sosial-media a {
  padding-left: 10px;
  color: black !important;
}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
  .section-gallery img{
    width: 200px;
    margin-bottom: 5%;
  }

  .carousel-inner img {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }

 }


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .navbar-brand {
    font-size: 16px;;
  }
  .carousel-inner img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .section-video {
    margin-top: 10% !important;
    margin-bottom: 5%;
  }
  .section-video video {
    width: 450px;
    height: 250px !important;
    margin-top: 20%;
    margin-bottom: 5%;
  }
  .section-video p{
    text-align: justify;
  }
  .trending-items {
    min-height: 500px;
    margin-top: 20%;
  }
  .trending img {
    object-fit: cover;
    height: 200px;
  }

  .section-gallery img{
    width: 400px;
    margin-bottom: 5%;
  }

  
  .section-kategori img {
    width: 100% !important;
    height: 100px;
    object-fit: contain;
  }

  /* blog */
.blog .card img {
  height: 250px;
  width: 450px;
  object-fit: cover;
  margin-bottom: 20px;;
}
.detail_blog img {
  width: 300px;
  margin-bottom: 30px;
}
  .footer h3 {
    font-size: 17px;
  }
  .footer p {
    font-size: 14px;
  }
  .footer h4 {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
  }
  .alamat iframe {
      width: 200px;
}
}
