@import url(daftarproduct.css);
@import url(daftarnews.css);
@import url(hoverbox.css);



.informasiberanda {
    text-align: center;
    color: #707070;
}
.informasiberanda strong {
     margin:10px 0px 5px 0px;
     font-size:20px;
     text-transform:uppercase;
     color: black;
}
.informasiberanda p {
     margin-bottom:10px;
}
.informasiberanda .selengkapnya a {
     width:100px;
     text-align:center;
     padding:10px;
     font-weight:bold;
     display:block;
     margin:0px;
     background: #333;
     color:#fff;
}
.informasiberanda .selengkapnya a:hover {
     background:#000;
     color:#FFF;
}
.informasiberanda-container {
    grid-gap:10px;
    padding: 80px 0px;
}

.product a {
    color: #333;
}
.product a:hover {
    color: #f60;
}



.more a {
    display: block;
    color:#333;
    padding: 10px;
    width: 200px;
    margin: 20px auto 30px auto;
    border: 1px solid #e3e3e3;
}
.more a:hover {
    background: #333;
    color: white;
}

.text3  {
     font-size:16px;
     text-align: center;
}
.text3 strong {
     margin:0px;
     clear:both;
     font-size:30px;
}
.text3 p {
     margin:0px;
}
.text3 .hubungikami {
     display:block;
     margin:20px auto;
     color:white;
     padding:20px;
     text-align:center;
     width:200px;
     font-size:18px;
     text-transform:uppercase;
     background: #E9C016;
}
.text3 .hubungikami:hover{
     background:#c4a213;
     color: white;
}

#testimoni div {
    text-align: center;
}
#testimoni div p{
    margin: 0px auto;
}
#testimoni img {
    object-fit: cover;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
}

@media (max-width: 768px){
    .text1 {
        text-align: center;
    }
    .informasiberanda-container {grid-template-columns:1fr;}
    .gallery  {grid-template-columns:1fr 1fr;}
    .gallery img {
        height: 200px;
        width: 200px;
    }

}
@media (min-width: 768px){
    .informasiberanda-container {grid-template-columns:1fr 1fr 1fr;}
    .gallery  {grid-template-columns:1fr 1fr 1fr 1fr;}
    .gallery img {
        height: 400px;
        width: 400px;
    }
}
@media (min-width: 1500px){
    .gallery-wrapper {
        width: 1200px;
    }
}
