body{
/*font-family: 'Source Sans Pro', sans-serif;*/
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background: black;
}

/* Navbar */
.navbar-brand{
    font-family: Viga;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.navbar-toggler{
  background: white;
}

.nav-link{
    margin-right: 50px;
}

/* Akhir Nav */

/* Jumbotron */
.jumbotron{
  /* background-image: url(images/christoffer-engstrom-1ouGlRChSbY-unsplash.jpg); */
  background-image: url(images/banner/Banner1.png);
  background-size: cover;
  position: relative;
}

.jumbotron::after{ 
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
  position: absolute;
  bottom: 0;
}

.jumbotron::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  position: absolute;
  bottom: 0;
}

/* Akhir jumbotron */

/* Info panel */
.containerPanel{
  margin:auto;
  padding: 10px;
}

.info-panel1{
  margin-top: -550px;
}

.info-panel2{
  margin-top: -300px;
  margin-left: 94px;
}
.info-panel1 img, .info-panel2 img{
  height: 100px;
  width: 100px;
  margin-left:35px;

}

.services{
  margin:auto;
  background-color: white;
  padding: 15px;
  border-radius: 5px;
  width:100%;
 /* -webkit-box-shadow: 1px 1px 15px 1px rgba(255, 255, 255, 0.46);
  -moz-box-shadow: 1px 1px 15px 1px rgba(255, 255, 255, 0.46);
  box-shadow: 1px 1px 15px 1px rgba(253, 252, 252, 0.46);*/
}

.info-panel1 h4{
  margin-top: 5px;
  color: white;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.info-panel2 h4{
  margin-top: 5px;
  color: white;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

/* Akhir Info Panel */

.kapster figure img{
  width: 130px;
  height: 130px;
  margin: 10px 30px;
  /* opacity: 0.4; */

}
 .kapster figure img:hover{ 
  width: 130px;
  height: 130px;
  margin: 10px 30px;
  opacity: 0.4;
}

.kapster figureRating img{
  width: 200px;
  height: 200px;
  margin: 10px 30px;
  /* opacity: 0.4; */

}

.kapster figureRating img:hover{ 
  width: 200px;
  height: 200px;
  margin: 10px 30px;
  opacity: 0.4;
}

.kapster h4{
  color: white;
  text-align: center;
  font-size: 18px;
}
.kapster h5{
  color: white;
  text-align: center;
  font-size: 20px;
}

.kapster p{
  color: white;
  text-align: center;
  font-size: 13px;
  margin: 3px 3px; 
  /* opacity: 0.4; */
}

/* .kapster p.aktif{ 
  color: white;
  text-align: center;
  font-size: 12px;
  margin: 3px 3px; 
  opacity: 1;
}*/

.kapster figcaption img{
  height:15px;
  width: 85px;
  margin: -2px 4px 3px;
}

.kapster figcaption img:hover{
  height:15px;
  width: 85px;
  margin: -2px 4px 3px;
  opacity: 1; 
}

/* Utility */
.tombol{
  border-radius: 40px;
  color: black;
  background: white;
  font-weight: bold;
  width: 170px;
}

.tombolguest{
  position: absolute;
  border-radius: 40px;
  color: black;
  background: white;
  font-weight: bold;
  left: 10px;
}

.tombolmember{
  position: absolute;
  border-radius: 40px;
  color: black;
  background: white;
  font-weight: bold;
  right: 10px;
}

.tombolRegsimpan{
  position: absolute;
  border-radius: 40px;
  color: white;
  background: black;
  width: 100px;
  right:120px;
}

.tombolRegbatal{
  position: absolute;
  border-radius: 40px;
  color: white;
  background: black;
  width: 100px;
  right: 0px;
}

/* Akhir Tombol */

.container{
  margin: auto;
}

.containerfooter{
  margin: auto;  
  position: relative;
  top:5px
}

.card-header{
  font-family: Viga;
  font-weight: bold;
  background: black;
  color: white;
}

.card{
  margin:auto;
  border: 0px;
  background: rgba(206, 206, 206, 0.8);
  width: 450px;
  height: 500px;
}

.modalTransparan{
  background: rgba(206, 206, 206, 1);
  border: 0px
}

.modal-body{
  height: 120px;
}

.modal-pendaftaran{
  height: 530px;
}

.modal-penawaranBarang{ 
 height: 450px;
 width: 450px;
}

.carousel-inner::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
  position: absolute;
  bottom: 0;
}


/* Desktop Version */
@media (min-width: 992px) { 

  .nav-link{
    text-transform: uppercase;
  }

  .nav-link:hover::after {
    content: '';
    display: block;
    border-bottom: 3px solid white;
    width: 50%;
    margin: auto;
    padding-bottom: 2px;
    margin-bottom: -8px; 
  }

  .carousel-inner{
    height: 500px !important;
  }
  .container{
    margin: auto;  
  }

  .tombol:hover{
    background: grey;
    color:white;
  }

/* Tombol Footer */
.tombolguest:hover{
  background: grey;
  color:white;
  border: 0px;
}

.tombolguest{
  left: 130px;
}

.tombolmember:hover{
  background: grey;
  color:white;
  border: 0px;
}

.tombolmember{
  right:450px;  
}


.tombolRegsimpan:hover{
  background: grey;
  color:white;
  border: 0px;
}
.tombolRegbatal:hover{
  background: grey;
  color:white;
  border: 0px;
}

.tombolRegbatal{
  left: 120px;
}

.tombol-detail{
  background:black;
  color: white;
  border-radius:40px;
  margin-top: auto;
}

.tombol-detail:hover{
  background: grey;
  color: white;
  border: 0px;
}

.tombol-detail-batal{
left: 200px;
width: 150px;
}

.tombol-detail-proses{
right: 10px;
width: 100px;
}

.tombol-modal{
  margin-bottom:20px;
  margin-left:60px;
  
  background:black;
  color: white;
  border-radius:40px;
  width: 150px;
}

.tombol-modal:hover{
  background: grey;
  color: white;
  border: 0px;
}


.containerfooter{
  margin: 20px auto;
}

/* Akhir tombol footer */

/* Jumbotron */
.containerJumbotron{
  height: 465px;
}

.loginJumbotron{
  height: 595px;
}
/* Akhir Jumbotron */

/* Form Pendaftaran member */
.card{
   width: 600px;  
   height: 350px;
 }

/* Akhir Form pendafataran */

/* service */
.services:hover{
background: rgba(206, 206, 206, 0.5);
}
/* Akhir service */

/* Service Details */

.service-detail{
  border-radius: 5px;
  margin-top: 50px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  color: black;
  background-color:rgb(250, 248, 245);
  width: 600px;
  height: 250px;
  border: 0px;
  /*padding: 0px;*/
}

.service-card-header{
  border-radius: 5px;
  background-color: rgb(56, 53, 46);
  border: 0px;
}

.isi{
  margin: auto;
  padding: 10px;
  /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  /* font-size: 15px; */
}

input[type="checkbox"] {
	display: none;	
}

input[type="checkbox"] + label:before {
	background-color: white;
	border: 5px solid #ccc;
	content: "";
	display: inline-block;
	font-size: 20px;
	height: 40px;
	width: 40px;
	line-height: 20px;
	margin: 5px 6px 0 0;
	vertical-align: middle;
	text-align: center;
}

input[type="checkbox"]:checked + label:before {
	content: "\2713";
	color: #00F;	
}

.item1{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: white;
  font-size: 18px;  
  position: absolute;
  margin-top: 280px;
  margin-left: 130px;
  z-index: 1;
}

.item2{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  font-weight: bold;
  font-size: 60px;  
  position: absolute;
  margin-top: 300px;
  margin-left: 130px;
  z-index: 1;
}

.span-banner{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  font-size: 90px;  
  position: absolute;
  margin-top: 120px;
  margin-left: 240px;
  z-index: 1;
}

.judul_service{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: white;
  font-size: 18px;
  margin-bottom: 15px;
} 

/* Akhir Service detail */
.kapster{
  margin: auto;
}

.tambahPenawaran{
  /*text-align: center;*/
  margin: auto;
  background: rgb(238, 238, 238);
  border-radius: 5px;
  width:100%;
  padding: 10px;
}

.rekap_order{
  margin: auto;
  background: rgb(238, 238, 238);
  border-radius: 5px;
  width:100%;
  padding: 10px;
}

.tomboLogin{
  position: absolute;
  border-radius: 40px;
  color: white;
  background: black;
  width: 360px;
 
}

.tomboLogin:hover{
  background: grey;
  color: white;
  border: 0px;
}

}

/* Akhir Desktop */
