
body {margin:0;
}

.navbar {
    background-color: #191919;
    position: sticky;
    top: 0;
    z-index: 999;
    top: 0;
    width: 100%;
    padding-left: 6%;
    padding-right: 5%;
}

.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 100%;
    border-radius: 25px;
    font-weight: bold;
}

.navbar a:hover {
    background: #ddd;
    color: black;
    border-radius: 50px;
}

.main {
    padding: 16px;
    margin-top: 30px;
    height: 1500px; /* Used in this example to enable scrolling */
}

button.button-location {
    font-size: 1.5rem;
    background: transparent;
    color: white;
    margin-left: 3%;
    border: 1px solid white; padding: 2%;
}
.hero-edit {
    padding: 5%;
    margin-left: 2%;
    padding-right: 5%;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

/* Halaman Outlet */
.outlet-location {
    padding-top: 5%;
    padding-bottom: 5%;
    color: white;
}

/* Halaman Lokasi */
.location-container {
    background: rgba(0, 0, 0, 0.6);
    padding-top: 5%;
    padding-bottom: 5%;
    color: white;
}
.menu-buffet {
    width: 100%;
    height: auto;
}
.bg-menu {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

@media only screen and (max-width: 1000px) {    

    /* Location */
    .title-lokasi {
        font-weight: normal;
        color: yellow;
        font-size: 2rem;
    }
    .desk-lokasi {
        font-size: 1rem;
    }
    .desk-buffet {
        font-size: 3vw;
    }
    /* Location */

    /* Outlet */
    .desk-outlet {
        font-size: 4vw;
    }
    .title-outlet {
        font-size: 130%;
        padding-top: 5%;
        text-align: center;
    }
    /* Outlet */

    a.logo-navbar {
        display: inline;
    }
    li.garis-navbar {
        display: inline;
    }
    li.steak-navbar {
        display: none;
    }
    div.text-about{
        padding-left: 0%;
    }
    button.text-button-f {
        font-size: 2vw;
    }
    img.text-rekomendasi {
        width: 70%;
        height: auto;
        margin-bottom: 5%;
    }
    div.testi-carousel{
        width: 90%;
        height: auto;
    }
    .foto-testi {
        width: 50%;
        height: auto;
    }

    /* List Menu */
    div.title-menu {
        font-size: 2.5rem;
        padding-top: 4%;
        padding-bottom: 1%;
        color: black;
    }
    div.list-menu {
        margin-left: 4%;
        margin-top: 3%;
        padding-bottom: 4%;
    }
    button.btn-close {
        position: absolute;
        top:5%;
        right:5%;
        background-color: white;
        padding: 1%;
        border-radius: 25px;
    }
    .new-menu {
        width: 90%;
        height: auto;
        margin: 1%;
        margin-left: 2%;
    }
    .menu-delivery {
        width: 90%;
        height: auto;
        margin: 1%;
        margin-left: 2%;
    }
    .menu-delivery-1 {
        width: 90%;
        height: auto;
        margin: 1%;
        margin-left: 2%;
    }
    .menu-outlet {
        width: 90%;
        height: auto;
        margin: 1%;
        margin-left: 2%;
    }
    .next-left {
        height: 15%;
        width:auto;
        margin-top: 130%;
        padding: 10%;
        left:5%;
        background-color: black;
        border-radius: 25px;
        color: black;
    }
    .next-right {
        height: 15%; 
        width:auto; 
        margin-top: 130%; 
        padding: 5%; 
        left: 65%;
        background-color: black;
        border-radius: 25px;
        color: black;
        margin-right: 5%;
    }

    .next-left-menu-senopati {
        height: 15%;
        width:auto;
        margin-top: 130%;
        padding: 10%;
        left:10%;
        background-color: black;
        border-radius: 25px;
        color: black;
    }
    .next-right-menu-senopati {
        height: 15%; 
        width:auto; 
        margin-top: 130%; 
        padding: 5%; 
        left: 65%;
        background-color: black;
        border-radius: 25px;
        color: black;
        margin-right: 5%;
    }

    /* Halaman Lokasi */

    .yt-desktop {
        display: none;
    }
    .yt-mobile {
        display: inline;
    }
    .maps-google {
        border:0;
        width: 100%;
        height: 100vw;
    }
    .text-alamat {
        padding: 3%;
        margin: 10%;
        margin-top: 15%;
        border-radius: 10px;
        color: black;
        border: 1px;
    }
    .menu-responsive {
        width: 100%;
        height: auto;
    }
    .carousel-menu {
        width: 100%;
        margin-top: 40%;
        height: auto;
    }

    /* Menu Book */
    .new-menu-responsive {
        width: 100%;
        height: auto;
    }
    .carousel-new-menu {
        width: 100%;
        margin-top: 25%;
        height: auto;
    }

    /* Card Staff */
    .bg-card {
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    }
    .text-helo {
        font-size: 6vw;
        padding-top: 5%;
        font-weight: bold;
    }
    .title-name {
        font-size: 4vw
    }
    .background-linear {
        background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0.6));
        margin-top: 25%;
        padding-bottom: 2%;
    }
    .img-staff {
        border-radius: 50%;
        width: 30%; 
        height: auto; 
        position: relative; 
        top: -50px; 
        right: -35%; 
        height: 50%; 
        text-align: center;
    }

    /* Testimoni */
    .carousel-item {
        margin-top: 10%;
        outline: none;
    }
}
@media only screen and (min-width: 1000px) {

    /* Card Staff */
    .bg-card {
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    }
    .text-helo {
        font-size: 4vw;
    }
    .title-name {
        font-size: 1.5vw
    }
    .background-linear {
        background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0.6));
        margin-top: 5%;
        padding-bottom: 2%;
    }
    .img-staff {
        border-radius: 50%;
        width: 10%; 
        height: auto; 
        position: relative; 
        top: -50px; 
        right: -45%; 
        height: 50%; 
        text-align: center;
    }
    /* Location */
    .title-lokasi {
        font-weight: normal;
        color: yellow;
        font-size: 4vw;
    }
    .desk-lokasi {
        font-size: 2vw;
    }
    .desk-buffet {
        font-size: 1.2vw;
    }
    /* Location */


    /* Outlet */
    .desk-outlet {
        font-size: 2vw;
    }
    .title-outlet {
        font-size: 300%;
        padding-top: 5%;
    }
    /* Outlet */

    a.logo-navbar {
        display: none;
    }
    li.steak-navbar {
        display: inline;
    }
    li.garis-navbar {
        display: inline;
    }
    div.text-about{
        padding-left: 40%;
    }
    button.text-button-f {
        font-size: 1.5vw;
    }
    img.text-rekomendasi {
        width: 30%;
        height: auto;
        margin-bottom: 5%;
    }
    div.testi-carousel{
        width: 60%;
        height: auto;
        margin: 5%;
    }
    .foto-testi {
        width: 50%;
        height: auto;
    }
    .foto-testi-mobile {
        width: 100%;
        height: auto;
    }

    /* List Menu */

    div.title-menu {
        font-size: 5rem;
        padding-top: 4%;
        padding-bottom: 1%;
        color: black;
    }
    div.list-menu {
        margin-left: 4%;
        margin-top: 3%;
        padding-bottom: 4%;
    }
    button.btn-close {
        position: absolute;
        top:5%;
        right:5%;
        background-color: white;
        padding: 1%;
        border-radius: 25px;
    }
    .new-menu {
        width: 30%;
        height: auto;
        margin: 1%;
    }
    .menu-delivery {
        width: 22%;
        height: auto;
        margin: 1%;
    }
    .menu-delivery-1 {
        width: 45%;
        height: auto;
        margin: 1%;
    }
    .menu-outlet {
        width: 22%;
        height: auto;
        margin: 1%;
    }
    .next-left {
        height: 40%;
        width:auto;
        margin-top: 15%;
        padding: 10%;
        left:5%;
    }
    .next-right {
        height: 40%; 
        width:auto; 
        margin-top: 15%; 
        padding: 10%; 
        right:5%;
    }

    /* Halaman Lokasi */

    .yt-desktop {
        display: inline;
    }
    .yt-mobile {
        display: none;
    }
    .maps-google {
        border:0;
        width: 100%;
        height: 40vw;
    }
    .text-alamat {
        position: absolute;
        padding: 3%;
        margin: 10%;
        margin-top: 15%;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(5px);
        color: whitesmoke;
        width: 35%;
    }
    .menu-responsive {
        width: 1000px;
        height: auto;
    }
    .carousel-menu {
        width: 1000%;
        right: 50%;
        height: auto;
    }
    
    /* Menu Book */
    .new-menu-responsive {
        width: 750px;
        height: auto;
    }
    .carousel-new-menu {
        width: 1000%;
        right: 30%;
        height: auto;
    }

    /* Testimoni */
    .carousel-item {
        outline: none;
    }
}

/* Button Header Hero #1 */
.pushable {
    background: hsl(340deg 100% 32%);
    border-radius: 12px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
}
.pushable-gold {
    background: hsl(340deg, 88%, 54%);
    border-radius: 12px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
}
.front {
    display: block;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 1.5rem;
    background: hsl(345deg 100% 47%);
    color: white;
    transform: translateY(-6px);
}

.pushable:active .front {
    transform: translateY(-2px);
}

.pushable-gold:active .front {
    transform: translateY(-2px);
}


/* Zoom In #1 */
.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.button-favorite {
    color: white;
    background: #A00000; 
    border-radius: 25px; 
    font-weight: bold; 
    font-family: 'Nunito', sans-serif; 
    font-size: 100%; 
    padding-right: 5%; 
    padding-left: 5%;
}


/* Modal Favorite Blur*/
/* .modal-transparent */

.modal-transparent {
    /* background: transparent;*/
}
.modal-transparent .modal-content {
    /* background: transparent;*/
}
.modal-backdrop.modal-backdrop-transparent {
    background: #pink;
}
.modal-backdrop.modal-backdrop-transparent.in {
  /*opacity: .9;
  filter: alpha(opacity=90);*/
}

/* .modal-fullscreen */
#myModalLabel {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
}

.center-content {
    text-align:center;
    margin-top: 50px;

}
.modal-fullscreen1 {
    /*background: transparent;*/
}
.modal-fullscreen1 .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
    /*background: #ffffff;*/
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  /*opacity: .97;
  filter: alpha(opacity=97);*/
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen1 .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
@media (min-width: 768px) {
    .modal-fullscreen1 .modal-dialog {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .modal-fullscreen1 .modal-dialog {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .modal-fullscreen1 .modal-dialog {
        width: 1170px;
    }
}
/* Modal Favorite Blur*/


.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.card-line {
    background-color: transparent; 
    backdrop-filter: blur(10px); 
    border: none; 
    outline: none; 
    border-radius: 25px; 
    color: white; 
    box-shadow: 1px 1px 20px 0px white;
    background-color: transparent; 
    backdrop-filter: blur(10px); 
    border: none; 
    outline: none; 
    border-radius: 25px; 
    color: white; 
    box-shadow: 1px 1px 20px 0px white;
    background-color: transparent; 
    backdrop-filter: blur(10px); 
    border: none; 
    outline: none; 
    border-radius: 25px; 
    color: white; 
    box-shadow: 1px 1px 20px 0px white;
}

/* About Steak21*/
.about-steak21 {
    padding-top: 5%; 
    background-repeat: no-repeat;
    color: white;
    padding-bottom: 10%;
    overflow-x: hidden;
    background-position: center; /* Center the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.read-about {
    background-color: orange; 
    color: black; 
    border-radius: 25px; 
    border: 1px solid orange; 
    box-shadow: 0px 0px 10px 5px black; 
    padding: 1%; 
    font-weight: bold;
}

/* Ombak Wave */

@import url(//fonts.googleapis.com/css?family=Lato:300:400);

.flex { /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
}

.content {
    position:relative;
    height:20vh;
    text-align:center;
    color: white;
    background-color: #2094A8;
}

/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% { 
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height:40px;
        min-height:40px;
    }
    .content {
        height:30vh;
    }
    h1 {
        font-size:24px;
    }
}
/* Animation */

.carousel-testi {
    background-color: white;
    color: black;
    border-radius: 25px;
}

.carousel-testi-mobile {
    background-color: white;
    color: black;
    border-radius: 0px 0px 20px 20px;
}

.footer-container {
    background: rgba(0, 0, 1, 0.3);
    padding-top: 5%;
    padding-bottom: 1%;
    color: white;
}

.testimoni-container {
    background: rgba(0, 0, 1, 0.5);
    padding-top: 5%;
    padding-bottom: 1%;
    color: white;
}


@media only screen and (max-width: 1000px) {
    section.header-iklan {
      display: none;
  }
  section.header-iklan-1 {
    display: inline;
}
section.testimoni-sec {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    height: 850px;
    margin-bottom: 40%;
}
.testi-mobile {
    display: inline;
}
.testi-desktop {
    display: none;
}
.space-about {
    padding: 10%;
}
}
@media only screen and (min-width: 1000px) {
    section.header-iklan {
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
  section.header-iklan-1 {
    display: none;
}
section.testimoni-sec {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 830px;
}
.testi-mobile {
    display: none;
}
.testi-desktop {
    background: rgba(0, 0, 1, 0.5);
    padding-top: 5%;
    padding-bottom: 1%;
    color: white;
    display: inline;
}
.space-about {
    padding: 3%;
}
}

/* Menu Steak21 */


.container-menu {
    position : relative;
    width : 1100px;
    display : flex;
    align-items : center;
    justify-content : center;
    flex-warp : warp;
    padding : 30px;  
}

.container-menu .card {
    position: relative;
    max-width : 300px;
    height : 215px;  
    background-color : #fff;
    margin : 30px 10px;
    padding : 20px 15px;

    display : flex;
    flex-direction : column;
    box-shadow : 0 5px 20px rgba( 255, 255, 255, 0.3);
    transition : 0.3s ease-in-out;
    border-radius : 15px;
    background: rgba(60, 60, 60, 0.5);
    backdrop-filter: blur(5px);

}
.container-menu .card:hover {
    height : 320px;
    backdrop-filter: blur(5px); 
}


.container-menu .card .image {
    position : relative;
    width : 260px;
    height : 100px;

    top : -40%;
    left: 0px;
    box-shadow : 0 5px 20px rgba(0,0,0,0.2);
    z-index : 1;
}

.container-menu .card .image img {
    max-width : 100%;
    border-radius : 15px;
}

.container-menu .card .content {
    position : relative;
    top : -100px;
    padding : 10px 15px;
    color : whitesmoke;
    text-align : center;

    visibility : hidden;
    opacity : 0;
    transition : 0.3s ease-in-out;

}

.container-menu .card:hover .content {
    margin-top : 30px;
    visibility : visible;
    opacity: 1;
    transition-delay: 0.2s;
    background: transparent;

}
#card-menu:hover div.judul-menu {
    display: none;
}
.section-menu {
    padding-top: 5%;
    padding-bottom: 10%;
    overflow: hidden;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: top;
}