*{
   box-sizing: border-box;
   font-family: Poppins, Sans-serif;
}



    .hero-text {
      text-align: center;
      color: white;
    }
    .hero-text h1{
      font-size: 4em;
      margin: 0;
      text-shadow: 4px 4px black;
    }
    .hero-text p{
      font-size: 2em;
      margin: 0;
      text-shadow: 2px 2px black;
    }
        .hero-text a {
      text-decoration: none;
      display: inline-block;
      margin-top: 1.3em;
      padding: 0.7em 1.2em;
      background-color: orangered;
      color: white;
      box-shadow: 5px 5px black;
      font-size: 1.1em;
    }
    .hero-text a:hover {
      background-color: #ff6933;
    }
html{
   padding: 0;
   margin: 0;
   display: flex;
   flex-direction: column;
}


 /* Sembunyikan hamburger icon */
header label, #hamburger { 
	display: none; 
 }
@media screen and (max-width: 991px){
   /* Tampilkan hamburger icon  */
	header label { 
     display: inline-block; 
     color: white;
     font-style: normal;
     font-size: 3rem;
     padding: 0rem;
     padding-right: 0rem;
	 position:absolute;
	 right: 10px;
	 z-index: 101;
	}
	.fb-img{
		width: 60px;
	}
	
	.yt-img{
	    width: 60px;
	}
	
	.desc{
		grid-column-start: 1;
		grid-column-end: 3;
	}
   /* Susun ulang menu menjadi vertikal  */


    .buttons{
        margin:10px;
        font-size: 10px;
    }
   /* Pindahkan posisi logo ke kanan, dan perkecil */


   


   /* Untuk menampilkan / menyembunyikan menu */

.img-produk{
	grid-column-start: 1;
	grid-column-end: 3;
    padding: 0.3rem;
    margin: 1em;
}
   
}

   .video embed{
       width:100% ;
       height:50vh;
    	color: white;
   }

.content{
	text-align: center;
	color: blue;
	font-size: 20px;
    margin: 0;
    text-shadow: 2px 1px black;
}

.content-pag{
	text-align: center;
	font-size: 20px;
}

#btnHero{
	display: inline-block;
	padding: 0.7em 1.2em;
	background-color: orangered;
    color: white;
    box-shadow: 5px 5px black;
    font-size: 2em;
	border-radius: 20px;
	cursor: pointer;
}

.container-hero{
    width: 100%;
background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.3)),url("penetasanbebek2.png");
    background-position: center;
    height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
 display: flex;
   flex-direction: column;
  align-items: center;
  justify-content: center;
	}
.buttons{
    padding :50px;
	display :flex;
	align-items: center;
	justify-content:center;
}
.container-pd{
     width: 100%;
	 display: flex;
	 flex-direction: column;
     justify-content: space-between;    
	 margin: 0em ;
     padding: 2em;
	 background-color: #2b9cff;
}

.container-body{
	display: grid;
	 padding: 0;
      margin: 0;
}

.desc{
     padding:0.5em 0em 0em 1em;
     margin: 0;
   
}
.desc h3{
    padding:0;
     margin: 0;
   
}
.desc p{
    padding:0;
     margin: 0em 0em 0.5em 1em;
}
.img-produk{
	display: flex;
	flex-direction: column;

	position:relative;
    padding: 0.3rem;
    margin: 0;
	overflow:hidden;
	padding: 0rem;
	border-top-left-radius: 10px;
	border-top-right-radius: 20px;
}
.slide img{
	  width: 100%;
      margin:0;          
}
  .slide iframe{
	  width: 100%;
      margin:0; 
      padding:0;
}
.produk{
	 margin:3em auto;
	max-width: 1000px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: #559fe0;
	color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 40px;
	box-shadow: 0px 0px 10px black;

}

.video {
	background-color: #2b9cff;
	display:flex;
	width: 100%;
	height: auto;
	justify-content:center;

}



.top-jud{
   width: 100%;
    background-color: #2b9cff;
	text-align: center;
    color: white;
    margin: 0;
    text-shadow: 4px 4px black;
}

.produk:nth-child(even) {
      background-color: #89c0f0;
    }
.button-pd{	
	margin: 1em;
	height: auto;
	grid-column-start: 1;
	grid-column-end: 3;
	display: grid;
	justify-items: center;
	align-items: center;
}

.videos{
    display: grid;
	justify-items: center;
	align-items: center;
}

#btn{
	  text-decoration: none;
      display: inline-block;
      margin-top: 0.5em;
      padding: 0.7em 1.2em;
      background-color: orangered;
      color: white;
      box-shadow: 5px 5px black;
      font-size: 1.1em;
	border-radius: 20px;

	cursor: pointer;
}

 #btn:hover, #btnHero:hover{
      background-color: #ff6933;
    }




	
      .slide{
      border:10 solid black;
      width: 100%;
      display: flex;
      position:relative;
      margin:0px;
      padding:0 0 0 0;
      animation-name: ganti;
      animation-duration: 10s;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      transition-delay: 3s;
    }
    
    .slide:hover{
        margin-left: -300%;
        animation-play-state: paused;
        
    }
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
	max-width: 100%;

	margin: 0;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: red;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot, .dotsat50, .dotsat100, .dotsat200{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.mySlides fade{
	

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
