@import url(daftarproduct.css);
@import url(daftarvideo.css);
@import url(daftarnews.css);
@import url(daftaralbum.css);
@import url(daftarvideo.css);
@import url(hoverbox.css);

.informasiberanda {padding: 15px;}
.informasiberanda strong {
     margin:10px 0px 5px 0px;
     font-size:30px;
     text-transform:uppercase;
     font-weight: 300;
     display: block;
}
.informasiberanda p {
     margin-bottom:10px;
}
.informasiberanda .selengkapnya a {
     width:100px;
     text-align:center;
     padding:10px;
     font-weight:bold;
     display:block;
     margin:0px;
     background: #BDD337;
     color:#373737;
}
.informasiberanda .selengkapnya a:hover {
     background:#000;
     color:#FFF;
}


.text3  {
     font-size:16px;
     color: white;
     background: #1E1E1E;
     padding: 60px 0px;
     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: #007DB7;
}
.hubungikami:hover{
     background:#333;
     color: white;
}

.text1 {
    font-size: 18px;
    text-align: center;
}

.informasiberanda-container {grid-gap:10px;}

.map {
	position: relative;
	height:300px; overflow:hidden;
	display:block;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.carousel  div {
	padding: 0px 10px;
	text-align: center;
}

.testimoni-container  {
	background: #B92B2B;
	color: white;
}
.testimoni-container a {color: white;}
.testimoni-container a:hover {color: #f60;}

.thumbnail-testimoni {
     object-fit:cover;
     height: 200px;
     width: 200px;
}



.more a {
     display: block;
     color:#333;
     padding: 10px;
     background: #BDD337;
     width: 200px;
     margin: 0px auto;
     font-weight:bold;
}
.more a:hover {
     background: #333;
     color: white;
}

.newsletter input {
     padding: 10px 20px;
     background: white;
     border-radius: 5px;
     border: none;
}
.newsletter li {
     justify-content: center;
     align-items: center;
     display: grid;
     padding: 0px 10px;
}
.newsletter strong {
     font-size: 20px;
     font-weight: 400;
}
.newsletter button {
     padding: 10px 20px;
     border: none;
     border-radius: 5px;
     background-image: linear-gradient(#3b3b3b, #2e2e2e);
     color: white;
     cursor: pointer;
     font-weight: bold;
}
.newsletter button:hover {
     background: red;
}

@media (max-width: 768px){
     .informasiberanda-container {grid-template-columns:1fr;}


     .newsletter li {
          margin-bottom: 5px;
     }
}
@media (min-width: 768px)
{
     .informasiberanda-container {grid-template-columns:1fr 1fr 1fr;}


     .newsletter {
          display: flex;
     }
}
@media (min-width: 992px)
{

}
