@font-face {
    font-family: myFont;
    src: url(../gotham.ttf);
}
*{
    margin :0  ;
    padding :0  ;
    text-decoration: none;
    box-sizing:border-box;

}
body {
    font-size: 18px;
    font-family :myFont;
    font-weight: 100;
        position: absolute;
    width: 100vw;
}
/*header*/
.header{
    max-height: 680px;
    overflow: hidden;
    position: relative;
    border : 0px solid white;   
    width: 100%;
}
.image{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height:740px;
    
}
.image img{
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.kata{
    width:900px;
    height:100px;
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.8em;
}
/*navigation*/
.menu {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
    position: absolute;
    background-color: white;
    text-align: center;
    align-items: center;
    }
    .menu .brand {
        text-align: center;
        height: 90px;
    }
    .menu .brand img{
        height:100%;
        width: auto;
    }
    
    .menu .brand h1{
        opacity: 0%;
    }
    
    .menu ul{
        letter-spacing: 2px;
        font-weight: bolder;
        list-style: none;
        display: flex;
        place-content: center;
        gap : 20px;
    }
    .menu a{
        display : block;
        color: black;
        text-decoration: none;
        padding: 5px;
        font-size: 0.80em;
    }
  
      .show {
        display: block;
      }
      .dropbtn{
        line-height: 10px;
        letter-spacing: -3px;
        font-weight: bolder;
        background-color: #11056b00;
        color: #1848a8;
        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;
}
/*TOP*/
.top{
    margin-left:auto ;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    gap:20px;
    padding:25px;
    max-width: fit-content;
    justify-content: center;
}
.boxtop{
    width: 100px;
}
.boximage{
    height:90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 15px;
}
.a{
    background-image: url("../image/whatsapp1.png");
}
.b{
    background-image: url("../image/shopeefood.png")
}
.c{
    background-image: url("../image/gofood.png")
}
.d{
    background-image: url("../image/grabfood.png")
}
.txt{
    text-align: center;
    color:rgb(119, 119, 119);
    font-size: 0.85em;
}
/*content1*/
.content1{
    display: flex;
    flex-wrap:wrap ;
    justify-content: center;
    gap:90px;
    padding-top: 5px;
    background: transparent;
    margin-top:30px;
 
}
.content1left{
    display:grid;
    place-content: center;
    width: 500px;
    text-align: justify;
    gap:20px;
    padding: 10px;
    border-radius: 10px;
    background: white;
    font-size: 0.8em;
    letter-spacing: 0.01em;
    line-height: 1.6em;

}
.content1left p{
  color:rgb(119, 119, 119);
  font-weight: 200;
}
.content1left h1{
    text-align: center;
    line-height: 1.3em;
    color: #1b4ca2;
  }
.content1right{
    width: 400px;
    border :0px solid white;
    overflow: hidden;
    border-radius:10px;

}
.content1right img{
    width:100%;
    height:100%;
}
/*contentx*/
    .contentx{
        margin-bottom: 60px;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        gap:20px;
        justify-content: center;
    }
    .box{
        display: grid;
        place-content: center;
        width: 125px;
        height: 65px;
        border: 1px solid black;
    
    }

/*content*/
.content2{
    background-image:url(../img/IMG_8979.jpg);
    height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border :0px solid white;
    overflow: hidden;
    border-radius:10px;
    margin: 20px;

}
.content3{
    display: flex;
    flex-wrap:wrap ;
    justify-content: center;
    padding-top: 5px;

}
.content3 button{
    border: none;
    border-bottom: 1.4px solid white;
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    text-align: center;
    width:fit-content;
    font-size: 1.2em;
    margin: auto;
    font-weight: bolder;
    letter-spacing: 0.1em;
}
.content3 button img{
    height: 21px;
    margin-bottom: -5px;
}
.content3right{
    display:grid;
    color: white;
    place-content: center;
    position: absolute;
    margin-left: 220px;
    margin-top:180px;
    width: 450px;
    text-align: center;
    font-size: 0.8em;
    gap:10px;
background-color: #00000036;
    padding: 15px;
    font-weight: 200;
}
.content3right p{
    text-align: justify;
    line-height: 1.3em;
}
.content3right h1{
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.content3left{
    position: relative;
    margin-right: 350px;
    width: 360px;
    margin-top: 20px;
}
.content3left img{
    width:100%;
    height:100%;
    border-radius:5px;
}
.content4{
    display: none;
    
    place-content: center;
    color: white;
    font-size: 2em;
    margin-top:70px;
    background-image:url(../img/3.jpeg);
    height: 720px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border :1px solid white;
    overflow: hidden;
    border-radius:10px;
    margin: 40px;
   

}

.content5{
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;    
    background: white;
    color: black;
    font-size: 0.8em;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    gap: 20px;
    padding: 30px;
}

.content5 button{
        border: 0px solid black;
        background-color: white;
        color: black;
       
        font-size: 16px;

}
.content5 button img{
 height:30px;
}
/*footer*/
.footer{
    display: flex;
    max-height: 440px;
    overflow: hidden;
    position: relative;
    font-size: 0.8em;
    border-top: 0px solid black;
    justify-content: center;
    margin-top : 25px;
    align-items: center;
    max-width: 100%;
  }
  .isif{
    position: absolute;
    display: grid;
    text-align: center;
    gap:20px;
  }
  .isifooter{
    display: grid;
    grid-template-columns: auto auto;
    background-color: rgba(161, 161, 161, 0.824);
    border-radius: 10px;
    padding: 20px;
    gap: 20px;
    margin: auto;
  }
  .a{
    display: grid;
    grid-template-columns: 50px auto;
    gap: 15px;
  }
  .tert{
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2.3em;
    letter-spacing: 1.2px;
  }
  .kont{
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
  }
  .info{
    font-family: "Roboto", sans-serif;
    margin-top: 5px;
    font-size: 1.3em;
    font-weight: 400;
  }
  .tulisan{
    display: grid;
    text-align: left;
  }
  .up{
    display: flex;
    align-items: flex-end;
  }
  .katafooter{
    display: grid;
    width: 100%;
    color: white;
  }
  .tert{
    margin-left: 60px; 
    margin-right: 60px;
  }
  .imagef{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .imagef img{
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }
  @media(max-width:628px){
    body{
        font-size: 12px;
    }
    .tert{
        font-size: 2em;
        margin-left: 40px; 
        margin-right: 40px;
    }
    .a{
        grid-template-columns: 32px auto;
        gap: 5px;
    }
    .logof img{
        width: 32px;
        height: 32px;
    }
    .isifooter{
        gap : 10px;
        padding: 10px;
    }
  }
  @media(max-width:480px){
    body{
        font-size: 12px;
    }
    .content1right{
        margin:2.2em;
        margin-top:-0.5em;
        margin-bottom:-0.5em;
    }
    .content2{
        margin:2.2em;
    }
    .footer{
      height: 480px;
    }
    .imagef{
      height: 480px;
    }
    .tert{
        font-size: 1.9em;
        margin-left: 40px; 
        margin-right: 40px;
    }
    .a{
        grid-template-columns: 28px auto;
        gap: 5px;
    }
    .logof img{
        width: 28px;
        height: 28px;
    }
    .isifooter{
      grid-template-columns: 1fr;
        gap : 5px;
        padding: 5px;
    }
  }
/*resposive breakpoint*/
@media(max-width:1171px){
    .content1{
        gap:15px;
    }
.content1left{
    width: 400px;
   
}
.content1right{
    width: 400px;
}
}

@media  ( max-width: 1080px){
    body{
        font-size: 17px;
    }
    .image{
        min-height: 410px;
    }
    .image img{
        height:520px;
        width: auto;
    }
 .menu{
     display: grid;
     grid-template-columns: 1fr 2fr;
     align-items: center;
     padding-bottom: 0px;
    }
 .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: 520px;
    top :0;
    background-color: #404e5cf5;
    width : 50%;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    transform: translateX(-100%);
    opacity :0;
    transition: all 1s;
}
.menu a{
    color: white;
}

.menu ul.slide {
    opacity : 1;
    transform: translateY(0);

}
}

@media  ( max-width: 985px){
    .content2{
        padding: 30px;
        height: auto;
    }
    .content3{
        padding-top:0px;
        margin-top:0px;
    }
    .content3left{
        display:none;
    }
    .content3right{
        margin-left:0px;
        margin-top: 0px;
        border :0px solid black;
        border-radius: 10px;
        background-color: #00000078;
        padding: 20px;
        position: relative;

    }
   }
   @media(max-width:480px){
        body{
         font-size: 15px;
        }
    }
    @media(max-width:509px){
        .boxtop{
             margin-top: 30px;
            }
   }
   @media(max-width:941px){

    .content1left{
        border: none;
        width: 80%;
       
    }
    .content1right{
        width: 400px;
    }
    }
/*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);
}
