* {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
    z-index: 999;
}

body {
    overflow-x: hidden;
}

body text{
    width: 100%;

}

.container {
    max-width: 100;
}

/* header */
.container img {
    max-width: 250px;
    margin-top: 20px;
    z-index: 0;
}


nav ul  {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    list-style-type: none;
}

nav ul li a {
    display: flex;
    max-width: 100%;
    font-family: 'Philosopher', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #4e4e4e;
    text-transform: capitalize;
    text-decoration: none;
}

nav ul li a:hover{
    cursor: pointer;
    color: #cdcdcd;
    transition: color 200ms ease-in-out;
    text-decoration: none;
}
nav > * :hover{
    cursor: pointer;
    color: red;
    transition: color 200ms ease-in-out;
    text-decoration: none;
}

/* Hamburger Menu */
.menu-toggle {
    display: none;
    flex-direction: column;
    height: 15px;
    justify-content: space-between;
    position: relative;
}

.menu-toggle input {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -6px;
    top: -11px;
    opacity: 0;
    cursor: pointer;
}

.menu-toggle span {
    position: sticky;
    display: block;
    width: 28px;
    height: 3px;
    background-color: #4e4e4e;
    border-radius: 3px;
    transition: all 0.5s;
}

/* Hamburger Menu Animasi */
.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: #4e4e4e;
    transform: rotate(45deg) translate(-4px, -3px);
}

.menu-toggle input:checked ~ span:nth-child(4) {
    background-color: #4e4e4e;
    transform: rotate(-45deg) translate(-2px, 1px);
}

.menu-toggle input:checked ~ span:nth-child(3) {
    opacity: 0;
    transform: scale(0);
} 

/* content */
.container-content {
 margin-top: 50px;
}
.carousel-item {
    width: 100%;
    height: 100%;
    margin-top: 40px;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.carousel-item img {
    background-size: cover;
    background-position: center;
}
.btncarousel {
    display: flex;
    place-content: center;
    margin-top: 100px;
}

.btncarousel a button {
    width: 250px;
    height: 70px;
    text-transform: capitalize;
    letter-spacing: .3em;
    border: 2px solid #373737;
    font-family: 'Philosopher', sans-serif;
    font-size: 1.1rem;
    background-color: black;
    color: white;
    border-radius: 1px;
    z-index: 3;
}
.carousel button span {
    width: 100px;
}
.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.bio-company{
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bio-company h2 {
    text-align: center;
    margin-top: 40px;
    font-family: 'Philosopher', sans-serif;
    font-style: italic;
}

.bio-company p {
    width: 1024px;
    text-align: center;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: .9rem;
}

.bg-img {
    max-width: 100%;
    margin-top: 90px;
}

.text-company h2 {
    text-align: center;
    color: white;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    font-style: italic;
    margin-top: -240px;
    font-size: 2.5rem;
}

.text-company p {
    text-align: center;
    color: white;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    margin-top: 20px;
}

.establishments-company > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-style: italic;
    text-align: center;
    padding: 10px;
}

.establishments-company h2 {
    font-family: 'Philosopher', sans-serif;
    margin-top: 280px;
}
.establishments-company p {
    font-family: 'Poppins', sans-serif;
    font-size: .9rem;
}
.more-outlet {
    display: flex;
    place-content: center;
    text-align: center;
    gap: 80px;
    padding: 40px;
}

.more-outlet  img {
    width: 100%;
    height: auto;
    box-shadow: rgba(26, 26, 26, 0.2) 10px 10px 18px 5px;
}

.more-outlet h2 {
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    margin-top: 30px;
}

.more-outlet p {
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 13px;
}
.more-outlet .serambi-temu a button{
    width: 200px;
    height: 50px;
    margin-top: 40px;
    letter-spacing: .3em;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    text-transform: capitalize;
    border: 2px solid #373737;
    border-color: #373737;
    border-radius: 3px;
}
.more-outlet .temu-rasa a button{
    width: 200px;
    height: 50px;
    margin-top: 40px;
    letter-spacing: .3em;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    text-transform: capitalize;
    border: 2px solid #373737;
    border-color: #373737;
    border-radius: 3px;
}

.more-outlet .makna-senja a button{
    width: 200px;
    height: 50px;
    margin-top: 40px;
    letter-spacing: .3em;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    text-transform: capitalize;
    border: 2px solid #373737;
    border-color: #373737;
    border-radius: 3px;
}

.more-outlet a button:hover{
    background: #373737;
    border: 2px solid #373737;
}

.btn:focus{
    outline: none;
    box-shadow: none;
}
.judul-content {
    margin-top: 120px;
    text-align: center;
    font-family: 'Philosopher', sans-serif;
}
.more-outlet1 {
    margin-top: 100px;
    display: flex;
    place-content: center;
    text-align: center;
}

.more-outlet1 .our-cuisine h4 { 
    font-size: 25px;
    margin-top: 40px;
    font-family: 'Philosopher', sans-serif;
}

.more-outlet1 .our-cuisine p {
    margin-top: 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.our-cuisine {
    width: 680px;
}

.our-cuisine img {
    box-shadow: rgba(26, 26, 26, 0.2) 10px 10px 18px 5px;
}

.content-stg{
    padding: 30px;
    display: flex;
    place-content: center;
    gap: 40px;
    text-align: center;
}
.contentmsc img{
    box-shadow: rgba(26, 26, 26, 0.2) 10px 10px 18px 5px;
}
.contentmsc h5{
    margin-top: 40px;
    font-family: 'Philosopher', sans-serif;
    font-style: italic;
}
.btn-for-book {
    display: flex;
    place-content: center;
    margin-top: 150px;
}
.btn-for-book button {
    width: 250px;
    height: 70px;
    text-transform: capitalize;
    letter-spacing: .3em;
    border: 2px solid #373737;
    font-family: 'Philosopher', sans-serif;
    font-size: 1.1rem;
    background-color: black;
    color: white;
    border-radius: 1px;
}

.text-for-book {
    font-size: 13px;
    flex-direction: column;
    text-align: center;
    margin-top: 40px;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
}

.footer {
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.footer :nth-child(1) {
    color: #cdcdcd;
    font-family: 'Philosopher', sans-serif;
    font-size: 12px;
    display: flex;
    place-content: center;
    text-align: center;
    margin-top: 150px;
    padding: 15px;
}

/* Page About */
.content {
    flex-direction: column;
    display: flex;
    place-content: center;
    align-items: center;
}
.container-about img{
    width: 100%;
    margin-top: 40px;
    box-shadow: rgba(26, 26, 26, 0.2) 10px 10px 18px 5px;
}
.about-company {
    flex-direction: column;
    padding: 10px;
}
.about-company h1{
    margin-top: 50px;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Philosopher', sans-serif;
}
.about-company p {
    width: 800px;
    text-align: center;
    font-size: .8em;
    font-family: 'Poppins', sans-serif;
    padding: 5px;
}

.more-outlet {
    margin-top: 100px;
}

.more-outlet h4 {
    font-family: 'Philosopher', sans-serif;
    margin-top: 30px;
    font-size: 25px;
}

.more-outlet p {
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    font-size: 13px;
}

.more-outlet a button{
    max-width: 170px;
    height: 50px;
    letter-spacing: .5em;
    padding: 5px;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    border: 2px solid #373737;
    border-radius: 1px;
}

.wabutton{
    width:60px;
    height:60px;
    position:fixed;
    bottom:20px;
    background-color: #cdcdcd;
    border-radius: 100%;
    padding: 4px;
    right: 40px;
    z-index:100;
}
.footer {
    max-width: 100%;
}

/* Page Establishments/Our Memories */
.content-establishments {
    max-width: 100%;
}
.judul  {
    max-width: 100%;
    display: flex;
    place-content: center;
    margin-top: 80px;
    padding: 10px 0px 0px 0px;
    font-family: 'Philosopher', sans-serif ;
    border:2px solid #373737;
    border-right: none;
    border-left: none;
}
.more-outlet2 {
    max-width: 100%;
    margin-top: 40px;
    display: flex;
    place-content: center;
    gap: 120px;
    margin-left: 20px;
    padding: 20px;
}

.more-outlet2 img {
    max-width: 100%;
    max-height: 320px;
    box-shadow: rgba(26, 26, 26, 0.2) 10px 10px 18px 5px;
}

.more-outlet2 h4 {
    font-family: 'Philosopher', sans-serif;
    margin-top: 40px;
    font-size: 25px;
    text-align: center;
}

.more-outlet2 p {
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: start;
    font-size: 13px;
    text-align: center;
}

.more-outlet2 a button{
    width: 200px;
    height: 50px;
    padding: 12px;
    letter-spacing: .4em;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    text-transform: capitalize;
    border: 2px solid #373737;
    border-radius: 1px;
    margin-top: 10px;
}

.more-outlet2 a {
    display: flex;
    place-content: center;
    text-decoration: none;
}
.fujin {
    width: 680px;
}

.btn-for-book {
    display: flex;
    place-content: center;
    margin-top: 150px;
}

/* Page Gallery */
.gallery {
    max-width: 100%;
    flex-direction: column;
    display: flex;
    place-content: center;
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    margin-top: 80px;
}
.judul-gallery {
    max-width: 100%;
    border: 2px solid #373737;
    padding: 10px 5px 0 0;  
    border-left: none;
    border-right: none;
}
.container-gallery {
    max-width: 100%;
    display: flex;
    place-content: center;
}
.container-gallery{
    list-style-type: none;
}
.container-gallery li a{
    text-decoration: none;
}
.container-gallery img{
    width: 400px;
    margin-top: 20px;
    padding: 5px;
    z-index: -1;
}
.container-gallery li a img:hover{
    cursor: pointer;
    transform: scale(1.2);
    transition: all .5s ease-in-out;
}
/* Overlay */
.overlay {
    width: 0;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    z-index: 9999;
    transition: 1s;
    padding: 100px 0;
}

.overlay:target {
    width: auto;
    height: auto;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.8);
}

.overlay img {
    width: 1200px;
    height: 760px;
    box-shadow: 2px 2px 7px rgba(0,0,0,.5);
    scroll-behavior: smooth;
}

.overlay:target img {
    animation: ZoomDanFade 1s;
}

.overlay .close {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -40px;
    color: white;
    background-color: black;
    border: 1px solid white;
    line-height: 18px;
    padding: 10px;
    opacity: 0;
    scroll-behavior: smooth;
}

.overlay:target .close {
    animation: slideDownFade .5s .5s forwards;
}
/* Overlay Tsabita & Ilham*/
.overlay1 {
    width: 0;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: -60px;
    left: 0;
    background: rgba(0,0,0,0);
    z-index: 9999;
    transition: 1s;
    padding: 100px 0;
}

.overlay1:target {
    width: auto;
    height: auto;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.8);
}

.overlay1 img {
    width: 760px;
    height: 900px;
    box-shadow: 2px 2px 7px rgba(0,0,0,.5);
    scroll-behavior: smooth;
}

.overlay1:target img {
    animation: ZoomDanFade 1s;
}

.overlay1 .close {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -40px;
    color: white;
    background-color: black;
    border: 1px solid white;
    line-height: 18px;
    padding: 10px;
    opacity: 0;
    scroll-behavior: smooth;
}

.overlay1:target .close {
    animation: slideDownFade .5s .5s forwards;
}


/* Page Location */
.google-maps{
    display: flex;
    place-content: center;
    padding: 10px;
}
.mapouter{
    display: flex;
    place-content: center;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: auto;
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact {
  display: flex;
  place-content: center;
  margin-top: 50px;
  gap: 20px;
  max-width: 100%;
  padding: 10px;
}
.card-contact {
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  width: 380px;
  height: 120px;
  padding: 10px;
}
.column p{
  margin-top: 15px;
  margin-left: 10px;
  font-size: 15px;
  font-family: 'Philosopher', sans-serif;
}
.column img {
  width: 60px;
  margin-left: 10px;
}
.column1 p{
  margin-top: 15px;
  font-size: 18px;
  margin-left: 10px;
  font-weight: 320;
  font-family: 'Philosopher', sans-serif;
}
.column1 img {
  width: 55px;
  margin-left: 10px;
}
.column2 p{
  margin-top: 15px;
  font-size: 17px;
  margin-left: 10px;
  font-weight: 320;
  font-family: 'Philosopher', sans-serif;
}
.column2 img {
  width: 55px;
  height: auto;
  margin-left: 10px;
}

/* Page Our Menu */
.hero {
    margin-top: 50px;
}
.title-menu {
    margin-top: 50px;
    text-align: center;
    font-family: 'Philosopher',sans-serif;
    font-size: 2.5rem;
}

.swiper{
    /* margin-top: 40px; */
    display: flex;
    place-content: center;
    gap: 40px;
}
.swiper button{
    border: none;
    transform: scale(1);
    transition: all 500ms ease-in-out;
    /* overflow: hidden; */
    border-radius: 5px;
}
.swiper button:hover{
    transform: scale(1.1);
}

.swiper button:active {
    transform: scale(1);
}
.card {
    width: 100%;
    height: 100%;
    background: rgb(236, 236, 236);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    padding: 10px;
}
.card img {
    border-radius: 5px;
}
.card h3 {
    margin-top: 12px;
    font-family: 'Philosopher', sans-serif;
    font-size: 1.3rem;
}

.swiper {
    width: 80%;
    height: 80%;
}

.swiper-wrapper{
    padding: 50px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px;
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    place-content: center;
    background: rgba(0,0,0,.0);
    opacity: 0;
    pointer-events: none;
    transition: all 500ms ease-in-out;
    z-index: 2;
}

.popup-content{
    background: #fff;
    width: 35%;
    height: 70%;
    text-align: center;
    transform: scale(0.6s);
    transform: transform 500ms;
    transition: all 500ms ease-in-out;
    margin-top: 8%;
    border-radius: 10px;
    overflow: hidden;
}

.popup-header {
    width: 100%;
    background: #4e4e4e;
    padding: 20px;
    border-radius: 8px 8px 0 0;
}
.popup-header h3 {
    color: white;
    text-transform: capitalize;
    font-family: 'Philosopher', sans-serif;
}
.popup-body{
    display: flex;
    overflow: hidden;
    padding: 10px;
}
.popup-body img {
    border: 2px solid #373737;
    width: 300px;
    height: 400px;
}
.popup-body ul {
    list-style-type: none;
    line-height: 1.4;
    font-weight: 600;
    text-align: start;
    font-family: 'Poppins',sans-serif;
    font-size: .8rem;
}
.popup-body ul li h6{
    font-weight: 600;
    font-family: "Philosopher",sans-serif;
}
.popup-body ul p {
    font-weight: 600;
}
.popup-footer{
    width: 100%;
    padding: 0 20px;
    text-align: end;
}
.popup-footer button {
    width: 80px;
    padding: 10px;
    color: #373737;
    font-family: 'Philosopher', sans-serif;
}
.popup:target{
    right: 0;
    bottom: 0;
    opacity: 1;
    pointer-events: all;
    background: rgba(0,0,0,.5);
}

.swiper-button-next{
    margin-right: -10px;
}
.swiper-button-prev{
    margin-left: -10px;
}
/* Animasi */
@keyframes ZoomDanFade {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes slideDownFade {
    0% {
        opacity: 0;
        margin-top: -20px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}   
/* Responsive Breakpoints Website */
@media screen and (max-width: 1700px){
    .popup-content{
        width: 45%;
        height: 80%;
        margin-top: 50px;
    }
}
@media screen and (max-width: 1500px){
    .popup-content{
        width: 55%;
        height: 80%;
    }
}
/* Responsive Breakpoints Website */
@media screen and (max-width: 1100px) {
    /* Page Home */
    .bio-company {
        margin-top: 0px;
    }
    .bio-company p {
        width: 800px;
        font-size: .8rem;
    }

    .establishments-company p {
        font-size: .9em;
    }
    .more-outlet {
        place-content: center;
    }
    .more-outlet img {
        width: 100%;
        height: auto;
    }
    .more-outlet p {
        text-align: justify;
        font-size: .9rem;
    }
    /* Page Location */
    .contact {
        display: flex;
        flex-direction: column;
        place-content: center;
        margin-top: 50px;
        gap: 20px;
        padding: 10px;
      }
      .card-contact {
        display: flex;
        align-items: center;
        gap: 30px;
        border: 1px solid #cdcdcd;
        border-radius: 10px;
        width: 100%;
        height: 120px;
        padding: 10px;
      }
      .column p{
        margin-top: 15px;
        margin-left: 10px;
        font-size: 15px;
      }
      .column img {
        width: 50px;
        margin-left: 10px;
      }
      .column1 p{
        margin-top: 15px;
        font-size: 18   px;
        margin-left: 10px;
        font-weight: 320;
      }
      .column1 img {
        width: 55px;
        margin-left: 10px;
      }
      .column2 p{
        margin-top: 15px;
        font-size: 17px;
        margin-left: 10px;
        font-weight: 320;
      }
      .column2 img {
        width: 55px;
        margin-left: 10px;
      }
      
      /* Page Gallery */
    .container-gallery img{
        max-width: 100%;
        margin-top: 20px;
        margin-left: 0px;
        z-index: -1;
    }
    .container-gallery li a img:hover{
        cursor: pointer;
        transform: scale(1.10);
        transition: all .5s ease-in-out;
    }
    .overlay img {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 0px;
        box-shadow: 2px 2px 7px rgba(0,0,0,.5);
        scroll-behavior: smooth;
    }
    .overlay .close {
        position: absolute;
        top: 40px;
        scroll-behavior: smooth;
    }
    section {
        flex-wrap: wrap-reverse;
        place-content: center;
        gap: 40px;
    }

    /* Page Our Menu */
    .popup-content{
        width: 55%;
        height: 80%;
    }

}
/* Responsive Breakpoints Website  */
@media screen and (max-width: 1024px){
    .popup-content{
        width: 60%;

    }
}
/* Responsive Breakpoints */
@media screen and (max-width: 900px) {
    .popup-content{
        width: 80%;
        height: 80%;
    }
}
/* Responsive Breakpoint Tablets */
@media screen and (max-width: 800px) {

    nav ul {
        display: flex;
    }
    nav ul li a {
        font-size: .8em;
        text-align: center;
    }
    .bio-company {
        margin-top: 0px;
    }
    .bio-company p{
        width: 600px;
    }
    .img-company {
        width: 100%;
    }
    .more-outlet {
        gap: 60px;
    }
    .more-outlet  img {
        width: 100%;
        height: auto;
    }
    .more-outlet p {
        font-size: .8rem;
    }
    .more-outlet h4 {
        font-family: 'Philosopher', sans-serif;
        margin-top: 30px;
        font-size: 25px;
    }
    
    .more-outlet p {
        margin-top: 20px;
        font-family: 'Poppins', sans-serif;
        text-align: start;
        font-size: 13px;
    }
    
    .more-outlet a button{
        width: 120px;
        height: 50px;
        letter-spacing: .5em;
        padding: 5px;
        font-size: 10px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        border: 2px solid #373737;
        border-radius: 1px;
    }

    .more-outlet1 {
        max-width: 100%;
        place-content: center;
        padding: 20px;
    }

    .more-outlet1 img {
        max-width: 100%;
        place-content: center;
        margin-top: 40px;
    }
    
    .more-outlet1 h4 { 
        display: flex;
        place-content: center;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        margin-top: 40px;
    }
    
    .more-outlet1 p {
        margin-top: 18px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }
    
    .more-outlet1 a button{
        width: 170px;
        height: 50px;
        padding: 15px;
        letter-spacing: .5em;
        font-size: 10px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        border: 2px solid #373737;
        border-radius: 1px;
    }
    
    .more-outlet1 a {
        margin-top: 20px;
        text-decoration: none;
    }

    .footer {
        max-width: 100%;
    }
    /* Page About */
    .about-company p{
        width: auto;
        padding: 10px;
        text-align: justify;
    }
    /* Page Establishments*/
    .content-establishments {
        max-width: 100%;
    }
    .more-outlet2 {
        margin: 0 0 0 0;
        margin-top: 160px;
        padding: 20px;
    }
    
    .more-outlet2  img {
        width: 100%;
        height: 130px;
    }
    
    .more-outlet2 h4 {
        font-family: 'Poppins', sans-serif;
        margin-top: 30px;
        font-size: 25px;
    }
    
    .more-outlet2 p {
        margin-top: 20px;
        font-family: 'Poppins', sans-serif;
        text-align: start;
        font-size: 13px;
    }
    
    .more-outlet2 a button{
        width: 120px;
        height: 50px;
        letter-spacing: .5em;
        padding: 5px;
        font-size: 10px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        border: 2px solid #373737;
        border-radius: 1px;
    }

    .more-outlet3 {
        max-width: 100%;
        place-content: center;
        padding: 20px;
    }

    .more-outlet3 img {
        max-width: 100%;
        place-content: center;
        margin-top: 40px;
    }
    
    .more-outlet3 h4 { 
        display: flex;
        place-content: start;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        margin-top: 40px;
    }
    
    .more-outlet3 p {
        margin-top: 18px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }
    
    .more-outlet3 a button{
        width: 170px;
        height: 50px;
        padding: 15px;
        letter-spacing: .5em;
        font-size: 10px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        border: 2px solid #373737;
        border-radius: 1px;
    }
    
    .more-outlet3 a {
        margin-top: 20px;
        text-decoration: none;
    }

    /* Page Location */
    .gmap_canvas{
        width: 100%;
    }
    .contact {
        display: flex;
        flex-direction: column;
        place-content: center;
        margin-top: 50px;
        gap: 20px;
        padding: 10px;
      }
      .card-contact {
        display: flex;
        align-items: center;
        gap: 30px;
        border: 1px solid #cdcdcd;
        border-radius: 10px;
        width: 100%;
        height: 120px;
        padding: 10px;
      }
      .column p{
        margin-top: 15px;
        margin-left: 10px;
        font-size: 15px;
      }
      .column img {
        width: 50px;
        margin-left: 10px;
      }
      .column1 p{
        margin-top: 15px;
        font-size: 18   px;
        margin-left: 10px;
        font-weight: 320;
      }
      .column1 img {
        width: 55px;
        margin-left: 10px;
      }
      .column2 p{
        margin-top: 15px;
        font-size: 17px;
        margin-left: 10px;
        font-weight: 320;
      }
      .column2 img {
        width: 55px;
        margin-left: 10px;
      }

      /* Page Gallery */
    .container-gallery img{
        max-width: 100%;
        margin-top: 20px;
        margin-left: -20px;
        z-index: -1;
    }
    .container-gallery li a img:hover{
        cursor: pointer;
        transform: scale(1.10);
        transition: all .5s ease-in-out;
    }
    .overlay img {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 30px;
        box-shadow: 2px 2px 7px rgba(0,0,0,.5);
        scroll-behavior: smooth;
    }
    .overlay .close {
        position: absolute;
        top: 80px;
        scroll-behavior: smooth;
    }
    /* Overlay Tsabita & Ilham */
    .overlay1 img {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 30px;
        box-shadow: 2px 2px 7px rgba(0,0,0,.5);
        scroll-behavior: smooth;
    }
    .overlay1 .close {
        position: absolute;
        top: 80px;
        scroll-behavior: smooth;
    }
    section {
        flex-wrap: wrap-reverse;
        place-content: center;
        gap: 40px;
    }
    .popup-content{
        width: 80%;
        height: 80%;
    }
}
/* Responsive Breakpoints Mobile*/
@media screen and (max-width: 700px) {
    .container img {
        display: flex;
        place-content: center;
        max-width: 200px;
        margin-top: 20px;
    }
    nav ul{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        justify-content: start;
        flex-direction: column;
        align-items: center;
        background-color: white;
        z-index: 4;
        transform: translateX(-100%);
        transition: all 1s;
        margin-top: 0px;
    }

    nav ul li a {
        margin-top: 35px;
        font-size: 1rem;
    }
    nav ul li {
        margin-left: -15px;
    }

    nav ul.slide {
        transform: translateY(0);
    } 
    .menu-toggle input{
        z-index: 3;
    }
    .container-content img {
        width: 100%;
    }
    .menu-toggle {
        display: flex;
        z-index: 4;
    }
    .menu-toggle input:checked{
        position: fixed;
        top: 36px;
        left: 7px;
        opacity: 0;
    }
    .menu-toggle input:checked ~ span{
        position: fixed;
        margin-top: 7px;
        transition: all 500ms ease-in-out;
    }
    /* Hamburger Menu Animasi */
    .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: #4e4e4e;
        transform: rotate(45deg) translate(-5px, -8px);
    }

    .menu-toggle input:checked ~ span:nth-child(4) {
        background-color: #4e4e4e;
        transform: rotate(-45deg) translate(-5px, 8px);
    }

    .menu-toggle input:checked ~ span:nth-child(3) {
        opacity: 0;
        transform: scale(0);
    } 
    .carousel-indicators {
        z-index: -1;
    }

    .carousel-item {
        z-index: -2;
    }
    .bio-company {
        margin-top: 0px;
    }
    .bio-company p {
        width: 100%;
        font-size: .8em;
        padding: 30px;
        margin-top: 0px;
    }
    .img-company {
        width: 100%;
        margin-top: -60px;
    }
    .text-company{ 
        padding: 10px;
    }
    .text-company h2 {
        text-align: center;
        color: white;
        font-weight: 700;
        font-family: 'Philosopher', sans-serif;
        font-style: italic;
        margin-top: -180px;
    }
    
    .text-company p {
        font-size: 14px;
        text-align: center;
        color: white;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        font-style: italic;
        margin-top: 20px;
    }
    .establishments-company {
        padding: 30px;
    }
    .establishments-company h2 {
        margin-top: 80px;
    }
    .establishments-company p {
        width: auto;
        font-size: 0.8em;
    }

    .more-outlet {
        margin-top: 80px;
        padding: 30px 30px 30px 30px;
        flex-direction: column;
        display: flex;
    }
    .more-outlet p{
        text-align: center;
    }
    .more-outlet  img {
        width: 100%;
        height: auto;
    }
    .our-cuisine h4{
        display: block;
        text-align: center;
    }
    .content-stg{
        flex-direction: column;
    }
    .content-stg h5{
        font-size: .9em;
    }
    .text-for-book {
        font-size: .7em;
    }
    /* Page About Us */
    .container-about img{
        width: 100%;
        margin-top: 40px;
        z-index: -1;
    }
    .about-company{
        margin-top: 0px;
    }
    .about-company p {
        width: 350px;
        text-align: center;
        font-size: .8rem;
        font-family: 'Poppins', sans-serif;
        padding: 5px;
    }
    /* Page Establishments / Our Memories */
    .more-outlet2 {
        margin-top: 60px;
        padding: 10px;
        flex-direction: column;
        display: flex;
        place-content: center;
        max-width: 100%;
    }
    .more-outlet2  img {
        height: 100%;
        box-shadow: rgba(26, 26, 26, 0.2) 15px 15px 10px 5px;
    }
    
    .more-outlet2 h4 {
        font-family: 'Poppins', sans-serif;
        margin-top: 30px;
        font-size: 20px;
    }
    
    .more-outlet2 p {
        margin-top: 20px;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        text-align: center;
    }
    
    .more-outlet2 a button{
        width: 150px;
        height: 50px;
        letter-spacing: .3em;
        font-size: 12px;
        font-weight: 700;
        font-family: 'Philosopher', sans-serif;
        text-transform: capitalize;
        border: 2px solid #373737;
        border-radius: 1px;
    }
  
    .rayjin {
        max-width: 100%;
     }
 
     .dahana {
         max-width: 100%;
     }
 
     .kajin  {
         max-width: 100%;
     }

     /* Page Location */
     .contact {
        display: flex;
        flex-direction: column;
        place-content: center;
        margin-top: 50px;
        padding: 10px;
    }
    .card-contact {
        display: flex;
        gap: 30px;
        border: 1px solid #cdcdcd;
        border-radius: 10px;
        width: 100%;
        height: 120px;
        padding: 10px;
    }
    .column p{
        margin-top: 15px;
        margin-left: 10px;
        font-size: 15px;
    }
    .column img {
        width: 50px;
        margin-left: 10px;
    }
    .column1 p{
        margin-top: 15px;
        font-size: 18px;
        margin-left: 10px;
        font-weight: 320;
    }
    .column1 img {
        width: 55px;
        margin-left: 10px;
    }
    .column2 p{
        margin-top: 15px;
        font-size: 17px;
        margin-left: 10px;
        font-weight: 320;
    }
    .column2 img {
        width: 55px;
        margin-left: 10px;
    }

      /* Page Gallery */
    .container-gallery img{
        margin-top: 20px;
        margin-left: -30px;
        z-index: -1;
    }
    .container-gallery li a img:hover{
        cursor: pointer;
        transform: scale(1.2);
        transition: all .5s ease-in-out;
    }
    .overlay img {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 80px;
        box-shadow: 2px 2px 7px rgba(0,0,0,.5);
        scroll-behavior: smooth;
    }
    .overlay .close {
        position: absolute;
        top: 120px;
        scroll-behavior: smooth;
    }
    /* Overlay Tsabita & Ilham */
    .overlay1 img {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 80px;
        box-shadow: 2px 2px 7px rgba(0,0,0,.5);
        scroll-behavior: smooth;
    }
    .overlay1 .close {
        position: absolute;
        top: 120px;
        scroll-behavior: smooth;
    }
    /* Page our Menu */
    .content-body {
        display: flex;
        padding: 20px;
    }
    .popup:target{
        /* max-width: 100%; */
        padding: 10px;
    }
    .popup-content{
        margin-top: 40px;
        width: 90%;
        height: 70%;
    }
    .popup-body img {
        border: 2px solid #373737;
        width: 40%;
        height: 40%;
    }
    .popup-body ul li{
        font-size: .8rem;
    }
}
/* Responsive Breakpoints Mobile */
@media screen and (max-width: 600px) {
    /* Page Our Menu */
    .card h3 {
        font-size: 1.5rem;
    }
    .popup-content{
        margin-top: 0px;
        width: 100%;
        height: 92%;
    }
    .popup-body ul li {
        font-size: .8rem;
    }
}