.navbar {
    font-size: 20px;
    position:absolute;
}

.navbar-brand:hover {
  color: black;
}
.nav-link {
  margin-left: 20px;
  color: white;
  font-weight: bolder;
}
.nav-link:hover {
  color: black;
}

.dropdown-item {
  color: black;
  font-size: 20px;
  font-weight: bolder;
  margin-top: 20px;
}
.dropdown-item:hover {
  color: white;
}
 .hero {
   background-image: url(images/background\ afu.jpg);
   width: 100%;
   height: 100vh;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }
 .info {
   position: absolute;
   top: 30%;
 }
 .about-us {
  position: absolute;
  top: 50%;
  right:0;
}

.carousel-content {
  color: rgb(255, 220, 249);
  position: absolute;
  right: 0;
  bottom: 50%;
}
* {
  box-sizing: border-box;
}

:root {
  --jumbotron-padding-y: 2rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.clients-item:hover{
  box-shadow: 10px 10px 5px rgb(187, 187, 187);
}

.unggulan-items:hover {
  box-shadow: 10px 10px 5px rgb(187, 187, 187);
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

.figure:hover{
  background: rgba(255, 203, 239, 0.7);
}

.figure img {
  width: 100%;
  height: auto;
}

.hero-us {
    background-image: url(images/afu.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body, html {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-image {
  background-image: url("images/sertifikat.png");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-client {
  background-image: url("images/our-clients.png");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
 .visi-misi {
  background-image: url(images/background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
 }


.bg-transparent-custom {
  background-color: transparent;
}

@media only screen and (max-width:768px) {
  .bg-transparent-custom {
    background-color: white;
  }
}

.layanan {
  background-image: url(images/bg1.jpg);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.layanan h1 {
  font-family: Cambria;
}
 .syarat {
  font-family: Cambria;
  color: #8C3604;
 }

 .syarat h1 {
   background-color: #8C3604;
   color: white;
   border: solid 6px #8C3604;
 }

 .unggulan {
   font-family:Cambria;
 }

 .background-produk {
  background-image: url(images/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

 .banner-produk {
  background-image: url(images/baner\ youtube.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 }

 .produk-info {
  position: absolute;
  top: 25%;
 }

 .banner-produk h1 {
   text-align: right;
   margin-top: 30px;
   font-family: 'Chairmate Demo';
   font-size: 70px;
 }

.figure-produk, .follow {
  cursor: pointer;
	list-style: none;
	transition: 2s ease;
	-moz-transition: 2s ease;
	-webkit-transition: 2s ease;
}

.figure-produk:hover, .follow:hover {
	margin-left: 10px;
	margin-right: 30px;
	
	transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}

