*{
    margin :0  ;
    padding :0  ;
    text-decoration: none;

}
body {

    background-color: white;
    font-size: 18px;
    font-family :'Oswald', Arial, Helvetica, sans-serif;
    
}
/*header*/
.header{
    overflow: hidden;
    position: relative;
    margin: 40px;
    border : 1px solid white;
    border-radius: 10px;
   
}
.image{
    height: 400px;
    display: grid;
    place-content: center;
}
.image img{
    width: auto;
    height: 600px;
}
/*navigation*/
.menu {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    align-items: center;
 
    }
    
    .menu .brand {
        text-align: center;
        height: 180px;
    }
    .menu .brand img{
        height:100%;
        width: auto;
    }
    
    .menu .brand h1{
        opacity: 0%;
    }
    
    .menu ul{
        letter-spacing: 4px;
        font-weight: bolder;
        margin-top: -10px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        place-content: center;
        gap : 20px;
    }
    .menu li{
       
       
    }
    .menu a{
        display : block;
        color: white;
        text-decoration: none;
       
        padding: 5px;
    
        font-size: 0.85em;
    }
    .dropdown {
        float: center;
        overflow: hidden;
      }
      
      .dropdown .dropbtn {
        cursor: pointer;
    
        padding: 5px;
    
        font-size: 0.8em;
        border: none;
        outline: none;
        color: white;
        background-color: inherit;
        font-family: inherit;
        letter-spacing: inherit;
        margin: 0;
      }
      
      
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
      }
      
      .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
      }
      
      .dropdown-content a:hover {
        background-color: #ddd;
      }
      
      .dropbtn{
        line-height: 10px;
        letter-spacing: -3px;
        font-weight: bolder;
        background-color: #11056b00;
        color: white;
        padding: 0px;
        margin: 0px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-right: 35px;
      }
    
/*hamburger menu*/
.menu-toggle{
    display: none;
    flex-direction : column;
    justify-content: space-between;
    height:25px;
    position : relative;
    z-index: 999;
}

.menu-toggle span {
    display:block;
    width: 28px;
    height : 3px;
    background: white;
    border-radius: 3px;
    transition : all 0.5s;
}

.menu-toggle input {
    display: block;
    position : absolute;
    background-color: black;
    width: 40px;
    height: 28px;
    left: -5px;
    top : -5px;
    cursor : pointer;
    opacity :0;
    z-index: 2;
}


.footer{
    width: 90%;
    margin: auto;
    font-size: 0.8em;
    display: grid;
 
    place-content: center;
    text-align: center;    
    height: 90px;
    background-color:white;
    color: gray;
}
/*isi*/
.kata{
    width: fit-content;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 5px;
text-align: center;
font-size: 1.5em;
}
.kata2{
    width: 100%;
    text-align: center;
    font-weight: 200;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    width: fit-content;
}
.out{
    width: 50%;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    font-size: 0.8em;
    border: 0px solid black;
    border-radius: 10px;
    padding:50px;
    background-image: url(../image/3.jpeg);
    background-size: cover;
    background-position: center;
}
.in{
    background-color: rgba(0, 0, 0, 0.338);
    border : 0px solid black;
    padding: 5px;
    border-radius: 10px;
    color: white;
}
.tempat{
    margin-top:40px;
}
.tempat h1{
    margin-bottom:10px;
}
.tempat h2{
    font-weight: 200;
}
.jambuka{
    margin-top:40px;
    margin-bottom: 40px;
}
.jambuka h1{
    margin-bottom:10px;
}
.jambuka h2{
    font-weight: 200;
}

/*resposive breakpoint*/
@media  ( max-width: 1080px){
 .menu{
     display: grid;
     grid-template-columns: 1fr 2fr;
     align-items: center;
    }
 .menu .brand {
    font-size: 1.1em;
    color : #333;
    margin-left: 20px;
 }
 .menu-toggle{
    display:grid;
    gap: 8px;
    justify-content:flex-end; 
    margin-right: 50px;
}

.menu-toggle img {
    height: 50px;
    width : 50px;
}

.menu ul {
    display: flex;
    position: absolute;
    left :0;
    height: 410px;
    top :0;
    background-color: #404e5ccd;
    width : 50%;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    transform: translateX(-100%);
    opacity :0;
    transition: all 1s;
}

.menu ul.slide {
    opacity : 1;
    transform: translateY(0);

}
}
@media  ( max-width: 1080px){
    body{
        font-size: 17px;
    }
}
@media(max-width:746px){
    body{
     font-size: 15px;
    }

}
/*Hamburger Menu ANimation*/
.menu-toggle span:nth-child(2){
    transform-origin : 0 0;
}
.menu-toggle span:nth-child(4){
    transform-origin: 0 100%;
}
.menu-toggle input:checked ~ span:nth-child(2){
    background-color: white;
    transform: rotate(45deg) translate(-1px, -1px);
}

.menu-toggle input:checked ~ span:nth-child(4){
    background-color: white;
    transform: rotate(-45deg) translate(-1px, 0);
}

.menu-toggle input:checked ~ span:nth-child(3){
   opacity : 0;
   transform: scale(0);
}
