@import url(daftarproduct.css);
@import url(daftarvideo.css);
@import url(daftarnews.css);
@import url(hoverbox.css);
@import url(daftarvideo.css);

.timer-container {
     padding: 25px 50px;
     background: rgb(0,36,7);
background: linear-gradient(0deg, rgba(0,36,7,1) 0%, rgba(37,133,35,1) 75%);
     color: white;
     border-radius: 50px;
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#timer {
     display: grid;
     justify-content: center;
     align-content: center;
     display: flex;
     margin-top: 20px;
}
#timer ul {
     margin-right: 10px;
     text-align: center;
     text-shadow: 2px 2px 2px #1b5b1a;
}
#timer ul:last-child {
     margin-right:0px;
}
#timer ul li:first-child {
     font-weight: bold;
     padding: 20px;
     border: 2px solid white;
     border-radius: 100px;
     width: 80px;
     height: 80px;
     display: grid;
     justify-content: center;
     align-content: center;
     font-size: 20px;
     margin-bottom: 10px;
}


.text4 {
     border-top: 1px solid #dfdfdf;
     border-bottom: 1px solid #dfdfdf;
     margin-top: 40px;
}

.tombolordersekarang {
     display: inline-block;
     position: relative;
    background-color: #f39c12;
    border: none;
    padding: 20px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;

}

.tombolordersekarang:hover{
   background:#fff;
   box-shadow:0px 2px 10px 5px #97B1BF;
   color:#000;
}

.tombolordersekarang:after {
    content: "";
    background: #f1c40f;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.tombolordersekarang:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.informasiberanda  {
     border: 1px solid #dfdfdf;
     text-align: center;
     color: #333;
}
.informasiberanda:hover {
     border: 1px solid #025BAA;
     background: white;
     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);

}
.informasiberanda h3 {
     margin:10px 0px;
     font-size:15px;
     text-transform:uppercase;
}
.informasiberanda strong {
     display: block;
     font-size: 25px;
     padding: 10px 0px;
     border-bottom: 1px solid #dfdfdf;
}
.informasiberanda li {
     margin-bottom: 10px;

}
.informasiberanda p {
     margin-bottom:10px;
}




.kotakinfo {grid-gap:20px;}

.map {
	position: relative;
	height:300px; overflow:hidden;
	display:block;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel {
     margin-right: auto;
     margin-left: auto;
}

.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: inline-block;
     padding: 15px;
     border: 1px solid #e4e4e4;
     color:#B92B2B;
     margin: 15px 0px 30px 0px;
}
.more a:hover {
     color:black;
}

.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;
}

.bannermemilihkami-container {grid-gap:20px;}
.bannermemilihkami {
     grid-gap:10px;
     grid-template-columns: 1fr 3fr;
}
.bannermemilihkami strong {
     display: block;
     text-transform: uppercase;
     margin-bottom: 15px;
}
.bannermemilihkami span {
     font-size: 14px;
     color: #8b8b8b;
     display: block;
     margin-bottom: 10px;
}
.bannermemilihkami a {
     display: inline-block;
     padding: 15px;
     border: 1px solid #d4d4d4;
     color: #696969;
}
.bannermemilihkami a:hover {
     background: #d4d4d4;
}


.bannerfasilitas a,.bannerfasilitas div {
     display: grid;
     text-align: center;
}
.bannerfasilitas img {
     margin: 0px auto;
}

@media (max-width: 768px){
     .bannerfasilitas a,.bannerfasilitas div {
          padding: 20px;
     }
     .kotakinfo {grid-template-columns:1fr;}
     .carousel {width: 200px;}

     .newsletter li {
          margin-bottom: 5px;
     }
     .bannerfasilitas {grid-template-columns:1fr 1fr;}
}
@media (min-width: 768px)
{
     .kotakinfo {grid-template-columns:1fr 1fr 1fr;}
     .bannermemilihkami-container {grid-template-columns:1fr 1fr 1fr 1fr;}
     .bannerfasilitas {grid-template-columns:1fr 1fr 1fr 1fr 1fr;}
     .carousel {width: 600px;}

     .newsletter {
          display: flex;
     }
}
@media (min-width: 992px)
{
     .carousel { width: 1170px;}

}
