html,body{
  width: 100%;
  height: 100%;
}
body{
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
/*Nav*/
#header{
  width: 100%;
  background-image: url("img/h.jpg");
  padding: 20px;
  box-shadow: 0 0 10px grey;
  text-align: center;
  position: fixed;
  top: 0;
  transition: all .9s ease!important;
  z-index: 2;
}
#header.show{
  top:-100%;
}

/*Home*/
#home{
  width: 100%;
  background-image: url("img/h.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 0 5px grey;
  padding-bottom: 80px;
}
nav li{
  display: inline;
  padding-left: 25px;
  padding-right: 25px;
}
nav li a:not(#logo){
  font-family: Verdana, serif;
  font-size: 18px;
  color: red;
  text-decoration: none;
  padding: 10px;
  transition-duration: .8s;
  transition-timing-function: ease;
}
nav li a:not(#logo):hover{
  color:white;
  background-color: red;
  border-radius: 60px;
}
nav ul #contact a{
  font-family: Verdana, serif;
  background-color: red;
  color: white;
  border: solid goldenrod 2px;
  border-radius: 40px;
  float: right;
  position: relative;
  top: -15px;
  margin-right: 60px;
}
nav ul #contact a:hover{
  color:red;
  background-color: transparent;
}
#menu li{
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
}
.dropdown-content {
  font-size: 14px;
  color: white;
  font-family: Verdana, serif;
  background: transparent;
  display: none;
  position: absolute;
  min-width: 40px;
  border-radius: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 5px;
  z-index: 1;
  margin: auto;
}
#menu li a:hover .dropdown-content{
  display: block;
  position: absolute;
  padding: 10px;
}
#menu img{
  padding: 15px;
  background: #FF0000;
  border: goldenrod 2px solid;
  border-radius: 40px;
  width: 60px;
}
#img1{
  width: 200px;
  float: left;
  margin-top: -20px;
  border-radius: 20px;
}
#img2{
  width: 200px;
  margin-top: 180px;
  margin-bottom: 50px;
  margin-left: 50px;
}
.utama{
  background-image: url("img/bg2.png");
  background-position:center;
}
/*Kuliner*/
#kuliner{
  width: 100%;
  padding-top: 125px;
  padding-bottom: 50px;
}
#kuliner .baris2,.baris1{
text-align: center;
}
.baris1 p,.baris2 p{
  text-align: justify;
  font-size: 14px;
  font-family: Verdana, serif;
  color: black;
}
.lokasi{
  margin-left: 100px;
}
.lokasi a:hover{
  color:white;
  background-color: red;
  border-radius: 60px;
}
.lokasi p,.lokasi a{
  display: inline-block;
  font-size: 24px;
  padding: 10px;
  font-family: Verdana, serif;
  text-align: justify;
  color: white;
  font-weight: bold;
  transition-duration: .8s;
  transition-timing-function: ease;
}
#kuliner li{
  background-color: white;
  width: 350px;
  height: 630px;
  padding: 20px;
  border: solid goldenrod 5px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
}
.baris1 .baris2{
  margin-top:10px;
}
#kuliner img{
  width: 350px;
  height: 250px;
}
#kuliner button{
  background-color: red;
  border: solid goldenrod 2px;
  border-radius: 40px;
  float: right;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}
#kuliner button a{
  font-size: 16px;
  font-family: Verdana, serif;
  color: white;
}
#kuliner button:hover{
  color:red;
  background-color: transparent;
  transition-duration: .6s;
  transition-timing-function: ease;
}
#kuliner button a:hover {
  color: red;
  background-color: transparent;
}
/*Budaya*/
#budaya{
  width: 100%;
  padding-top: 125px;
  padding-bottom: 50px;
}
#budaya .baris2,.baris1{
  text-align: center;
}
.baris1 p,.baris2 p{
  text-align: justify;
  font-size: 14px;
  font-family: Verdana, serif;
  color: black;
}
.lokasi{
  margin-left: 100px;
}
.lokasi a:hover{
  color:white;
  background-color: red;
  border-radius: 60px;
}
.lokasi p,.lokasi a{
  display: inline-block;
  font-size: 24px;
  padding: 10px;
  font-family: Verdana, serif;
  text-align: justify;
  color: white;
  font-weight: bold;
  transition-duration: .8s;
  transition-timing-function: ease;
}
#budaya li{
  background-color: white;
  width: 400px;
  height: 630px;
  padding: 20px;
  border: solid goldenrod 5px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
}
.baris1 .baris2{
  margin-top:10px;
}
#budaya iframe{
  width: 400px;
  height: 200px;
}
#budaya button{
  background-color: red;
  border: solid goldenrod 2px;
  border-radius: 40px;
  float: right;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}
#budaya button a{
  font-size: 16px;
  font-family: Verdana, serif;
  color: white;
}
#budaya button:hover{
  color:red;
  background-color: transparent;
  transition-duration: .6s;
  transition-timing-function: ease;
}
#budaya button a:hover {
  color: red;
  background-color: transparent;
}
/*About*/
#about{
  box-shadow: 0 0 10px grey;
  padding-top: 20px;
  padding-bottom: 60px;
}
#k1{
  text-align: justify;
  width:65%;
  vertical-align: top;
  padding-right: 80px;
}
#aside{
  position: relative;
  width:400px;
  float:left;
  background:white;
  border: double 10px goldenrod;
  border-radius: 20px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
  text-align: justify;
}
#imgas1{
  width: 150px;
  height: 75px;
  float: left;
  margin-right: 10px;
  border-radius: 10px;
}
#iprof{
  font-size: 18px;
  color: white;
  font-family: Verdana, serif;
}
#k2 {
  width: 35%;
  vertical-align: top;
  padding-bottom: 30px;
  border-bottom: red solid 5px;
  border-radius: 10px;
}
table{
  position: center;
  height: 100%;
  width: 80%;
  background-color: transparent;
}
table h3{
  padding: 5px;
  font-size: 16px;
  font-family: Verdana, serif;
  background-color: goldenrod;
  color: black;
  border: solid red 5px;
  border-radius: 10px;
}
#btn{
  font-size: 20px;
  font-family: Verdana, serif;
  padding: 10px;
  width: max-content;
  background-color: red;
  color: white;
  border: solid goldenrod 5px;
  border-radius: 60px;
}

/*Blog*/
#blog{
  width: 100%;
  box-shadow: 0 0 10px grey;
  padding: 50px;
}
#kotak{
  border: 3px solid goldenrod;
  padding: 5px;
  margin:5px 0;
  overflow: hidden;
  text-align: justify;
}
fieldset{
  border: 10px solid goldenrod;
  width: 600px;
  padding: 10px;
  border-radius: 20px;
}
#aside1{
  position: relative;
  width:450px;
  float:right;
  background:transparent;
  border: double 10px goldenrod;
  border-radius: 20px;
  padding:10px;
  margin-right: 100px;
}
#aside2{
  position: relative;
  width:450px;
  float:left;
  background:transparent;
  border: double 10px goldenrod;
  border-radius: 20px;
  padding:10px;
  margin-right: 100px;
}
#clear{
  clear: both;
  padding: 10px;
}
#imgas{
  width: 400px;
  margin: 10px auto;
}
#blog aside p{
  text-align: center;
}
hl1{
  text-align: center;
}
#n{
  font-size: 16px;
  color: white;
  font-family: Verdana, serif;
}
#k{
  font-size: 14px;
  color: white;
  font-family: Verdana, serif;
}
#inp input, textarea{
  background-color: whitesmoke;
  font-size: 14px;
  color: black;
  font-family: Verdana, serif;
}
#sub input{
  font-size: 16px;
  font-family: Verdana, serif;
  font-weight: bold;
  color: white;
  background-color: red;
  border: solid goldenrod 2px;
  border-radius: 40px;
  cursor: pointer;
}
#sub input:hover{
  color:red;
  background-color: transparent;
  transition-duration: .6s;
  transition-timing-function: ease;
}
/* Gallery */
#gallery{
  width: 100%;
  padding-top: 40px;
  vertical-align: middle;
  box-shadow: 0 0 10px grey;
}
/*Slide Show*/
.slide {
 position: relative;
  width: 100%;
  height: 500px;
  z-index: 1;
  margin-bottom: 250px;
}
.mySlides {
  display: none;
}
.cursor {
  cursor: pointer;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: 315px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin-right: 200px;
  margin-left: 200px;
}
.mySlides {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:1000px;
  height: 500px;
  animation-name: slide;
  animation-duration: 1.5s;
}
.mySlides img{
  width:1000px;
  height: 500px;
}
.row{
  width:1000px;
  margin: auto;
}
.row img{
  width: 125px;
  height: 80px;
  margin: auto;
}
/* Position the "next button" to the right */
.next {
  right: 0;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
  font-family: Verdana,serif;
  font-size: 18px;
  width: 968px;
  margin: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
  width: 1000px;
  margin-bottom: 50px;
}
.column {
  float: left;
  width: 12.5%;
}
.demo {
  opacity: 0.5;
}
.active,
.demo:hover {
  opacity: 1;
}
#btns {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 20px;
  font-family: Verdana, serif;
  padding: 10px;
  width: max-content;
  background-color: red;
  color: white;
  border: solid goldenrod 5px;
  border-radius: 60px;
}

/*FlipBook*/
#flip{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}
.book {
  position: relative;
  width: 530px;
  height: 600px;
  transition: transform 0.5s;
}
.paper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  perspective: 1500px;
}
.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: left;
  transition: transform 0.5s;
}
.front {
  z-index: 1;
  backface-visibility: hidden;
}
#cover{
  font-family: Verdana, serif;
  font-size: 30px;
  text-align: center;
  color: white;
}
.back {
  z-index: 0;
}
#cimg1{
  padding-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
#cimg2{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  padding: 5px;
  border: 5px double black;
}
#cimg3{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  padding: 5px;
  border: 5px double black;
}
#cimg4{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  padding: 5px;
  border: 5px double black;
}
#cimg5{
  padding-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  border-radius: 20px;
}
#content{
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  padding: 10px;
  border: 10px double black;
  color: azure;
  margin-right: 20px;
  margin-left: 20px;
}
#c1{
  font-family: Verdana, serif;
  font-size: 80px;
  text-align: center;
  color: azure;
}
#flip h1:not(#btnf){
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 35px;
  text-align: center;
  color: white;
}
#btnf{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -50px;
  font-size: 20px;
  font-family: Verdana, serif;
  padding: 10px;
  width: max-content;
  background-color: red;
  color: white;
  border: solid goldenrod 5px;
  border-radius: 60px;
}
.front-content,
.back-content {
  width: 100%;
  height: 100%;
  justify-content: center;
  border:black solid 10px;
  background-image: url("img/j.jpg");
}
.back-content {
  transform: rotateY(180deg)
}
/* Paper flip effect */
.flipped .front,
.flipped .back {
  transform: rotateY(-180deg);
}
/* Controller Buttons */
#flip button {
  cursor: pointer;
  margin-left: 150px;
  margin-right: 150px;
  transition: transform 0.5s;
  background-color: transparent;
  border: none;
}
#flip button:focus {
  outline: none;
}
#flip button:hover i {
  color: white;
  background-color: red;
  border-radius: 50%;
}
#flip i {
  font-size: 60px;
  color: red;
  background-color: white;
  border: solid darkgoldenrod 5px;
  border-radius: 50%;
}
/* Paper stack order */
#p1 {
  z-index: 4;
}
#p2 {
  z-index: 3;
}
#p3 {
  z-index: 2;
}
#p4 {
  z-index: 1;
}

/*Footer*/
#kaki {
  width: 100%;
  display: inline-block;
  background: #ccc;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}
.footer-distributed {
  background-image: url("img/h.jpg");
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 20px 25px;
}
.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}
/* Footer links */
.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  transition: ease .25s;
}
.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease .25s;
}
.footer-distributed .footer-links a:before {
  content: "·";
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}
.footer-distributed .footer-links .link-1:before {
  content: none;
}
.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}
.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition:all .25s;
}
.footer-distributed .footer-right a:hover{
  transform:scale(1.1);
}
.footer-distributed p.footer-links a:hover{
  text-decoration:underline;
}
