@charset "utf-8";
/* CSS Document */

div.wrapper{
	width: 1000px;
	height: auto;
	margin: auto;
	background-color: white;
}
div.section{
	width: 960px;
	height: auto;
	margin: auto;
}
div.header1{
	width: 100%;
	background-color: black;
	height: auto;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
div.header {
	width: 960px;
	height: auto;
	margin: auto;

}
div.gallery {
 border: 1px solid #ccc;
  float: left; 
  margin: auto;
  width: 248px;
  background-color: #F60;
  background-image: url("file:///C|/Users/pc/Desktop/webperisa/perisa2020/syarat.jpg");
}

div.gallery:hover {
  border: 1px solid #777;
 }

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  background-color: #bada55;
  color: white;
  font-family:'poppins', sans-serif;
  font-weight: 600;
 }
div.desc:hover {
  font-weight: 800;
  color: blue;
 }
 .responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}
div.countdown{
	clear: both;
	width: 960px;
	height:auto;
	color: yellow;
	padding-top: 20px;
	margin: auto;
	
	}
div.poster{
	width:960px;
	height: auto;
	margin: auto;
}
div.content{
	padding-top: 20px;
	padding: 15px;
	width: 960px;
	margin: auto;
	min-height: 400px;
	background-color: white;
}
h2{
	color: #3377B5;
	text-align: center;
}
div.footer{
	clear:both;
	width: 960px;
	height: auto;
	margin: auto;
	background-color: #e2b6ee;
}
div.hubungi{
	font-size:12px;
	width: 350px;
	height: auto;
	background-color: #e2b6ee;
	margin:auto;
	padding: 20px;
	float: left;
	
}
div.hubungi1{
	font-size:12px;
	width: 240px;
	height: auto;
	background-color: #e2b6ee;
	margin:auto;
	padding: 20px;
	float: left;
	
}
div.hubungi2{
	font-size:12px;
	width: 240px;
	height: auto;
	background-color: #e2b6ee;
	margin:auto;
	padding: 20px;
	float: left;
}
div.hubungikami{
	clear:both;
	width:960px;
	margin:auto;
	background-color: black; 
	color: white; 
	text-align: center; 
	font-size: 12px;
	}

/* button */
div.download{
	width:800px;
	text-align: center;
	margin:auto;
}

.button {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  width: 400px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button1 {
  border-radius: 4px;
  background-color: #bd0713;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  width: 500px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button1:hover span {
  padding-right: 25px;
}

.button1:hover span:after {
  opacity: 1;
  right: 0;
}

/*botton2: referred to inactive buttons*/
.button2 {
  border-radius: 4px;
  background-color: #999;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  width: 500px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button2 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button2:hover span {
  padding-right: 25px;
}

.button2:hover span:after {
  opacity: 1;
  right: 0;
}

@media screen and (max-width: 959px) {
	div.wrapper{
		width: 100%;
	}
	img{
		width: 100%;
		height: 100%;
	}
	div.poster{
		width:100%;
	}
	div.header{
		width: 100%;
		height: 100%;
	}
	div.header1{
		width: 100%;
		height: 100%;
	}
	div.content{
		width: 100%;
	}
	div.footer{
		width: 100%;
	}
	div.section{
		width: 100%;
	}
	div.content{
		width: 100%;
	}
	
	div.hubungikami{
		width: 100%;
	}
	
	
}
/*@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
  div.countdown{
	  width: 100%;
  }
	div.content{
		width: 100%;
	}
}*/

@media only screen and (max-width: 700px) {
 
div.hubungi{
		width: 100%;
		height: auto;
	}
	div.hubungi1{
		width:100%;
		height: auto;
	}
	div.hubungi2{
		width:100%;
		height: auto;
	}
	.button {
		width: 250px;
	}
	.button1 {
		width: 250px;
	}
	/*button2: inactive button*/
	.button2 {
		width: 250px;
	}
	iframe{
		width: 100%;
	}
	div.download{
		width: 300px;
	}
}
