/* Mobile 414 */

@media screen and (max-width: 414px){
  header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/jumbo/heromobile.webp);
  }
  
  .navbar {
    width: 100%;
    height: 100px;
  }

  header .navbar img {
    margin-left: 2%;
  }

  .navbar.sticky {
    height: 50px;
    background-color: rgba(225, 225, 225, 0.5);
  }

  .navbar .nav ul {
    position: absolute;
    display: flex;
    /* display: none; */
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    top: 0;
    right: 0;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100vh;
    right: -100%;
    transition: all 0.6s;
    opacity: 0;
  }

  .navbar .hamburger {
    display: block;
  }

  .navbar .hamburger .toogle {
    position: relative;
    margin-top: -33px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 30px;
    height: 28px;
    /* background-color: chartreuse; */
  }

  .hero {
    position: relative;
    top: 75%;
    left: 2%;
    /* background-color: blueviolet; */
  }

  .hero .awal {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-shadow: 5px 5px 5px rgb(0, 0, 0);
  }

  .hero .akhir {
    color: gold;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-shadow: 5px 5px 5px rgb(0, 0, 0);
  }

  .hero p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-shadow: 3px 3px 3px rgb(0, 0, 0);
  }

  .open {
    width: 150px;
    top: 93%;
    right: 10px;
  }

  .open img {
    width: 40px;
  }

  .open p {
    font-size: 15px;
  }

  .about-section {
    display: flex;
    flex-direction: column-reverse;
    padding: 5px;
    justify-content: flex-end;
    height: 800px;
  }

  .about-section .about {
    width: 100%;
    height: 70%;
    padding: 15px;
  }

  .about-section .frame-satu {
    width: 100%;
    height: 30%;
    margin-top: 80px;
  }

  .menu-section .judul-menu {
    width: 100%;
    padding: 80px 15px 30px;
  }

  .menu-section .judul-menu .strip {
    width: 5%;
  }

  .menu-section .judul-menu .judul {
    font-size: 30px;
    margin: 0 10px;
  }

  .menu-section .nav-menu {
    width: 100%;
  }

  .menu-section .nav-menu ul {
    flex-wrap: wrap;
  }

  .menu-section .nav-menu ul li {
    margin: 0px 10px;
  }

  .menu-section .menu-galeri {
    width: 100%;
    /* background-color: chartreuse; */
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-section .menu-galeri .box-menu {
    width: 40%;
    height: 210px;
  }

  .menu-section .menu-galeri .box-menu p {
    color: #fff;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    text-align: center;
  }

  .price-container {
    width: 100%;
    padding: 30px 0;
  }

  .price-container .judul-price {
    width: 100%;
    padding: 50px 15px 30px;
  }

  .price-container .judul-price .strip {
    width: 5%;
  }

  .price-container .judul-price .judul {
    font-size: 30px;
    margin: 0 10px;
  }

  .price-section .price-row {
    /* background-color: blueviolet; */
    margin: 5px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

  }

  .price-section .price-row .price-column {
    border-radius: 20px;
    /* background-color: rgba(30, 218, 139, 0.8); */
    margin: 5px 0px;
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); */
    width: 95%;
    padding-bottom: 20px;
  }

  .price-section .price-row .price-column .price-menu {
    padding: 5px 0px;
    transition: all 1s;
    display: none;
    font-family: "Caveat", cursive;
    font-size: 20px;
    font-weight: 500;
  }

  .price-section .price-row .price-column .price-header .price-head .descripe {
    overflow: hidden;
    position: relative;
    /* background-color: seagreen; */
    width: 30%;
    padding: 5px;
  }

    .price-section
    .price-row
    .price-column
    .price-header
    .price-head
    .descripe
    .logo {
    width: 90px;
    height: 90px;
  }

  .price-section .price-row .price-column .price-header .price-head .descripe1 {
    /* background-color: salmon; */
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

    .price-section
    .price-row
    .price-column
    .price-header
    .price-head
    .descripe1
    .price-name {
    width: 100%;
    font-size: 25px;
  }

  .price-section
  .price-row
  .price-column
  .price-header
  .price-head
  .descripe1
  .nominal {
  width: 100%;
  font-size: 15px;
  height: 80%;
  }

    .price-section
    .price-row
    .price-column
    .price-header
    .price-head
    .descripe1
    .nominal
    .idr {
    font-family: "Caveat", cursive;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    /* background-color: chartreuse; */
  }

  .price-section .price-row .price-column .price-menu .pm-head .pm-row .pm-name {
    width: 80%;
    font-size: 20px;
    margin-right: 10px;
  }

    .price-section
    .price-row
    .price-column
    .price-menu
    .pm-head
    .pm-row
    .pm-nominal {
    width: 20%;
  }

  .galeri-section .judul-galeri {
    width: 100%;
    /* background-color: royalblue; */
    padding: 80px 15px 30px;
  }

  .galeri-section .judul-galeri .strip {
    width: 5%;
    /* background-color: coral; */
  }

  .galeri-section .judul-galeri .judul {
    font-size: 25px;
    padding: 0 5px;
    /* background-color: chartreuse; */
  }

  .galeri-section .galeri-content {
    width: 100%;
  }

  .galeri-section .galeri-content .frame {
    width: 80%;
    margin: 5px 0px;
  }
  
  .contact-section .judul-contact {
    padding: 80px 15px 30px;
  }

  .contact-section .judul-contact .strip {
    width: 5%;
  }

  .contact-section .judul-contact .judul {
    font-size: 30px;
  }

  .contact-section .contact-content {
    width: 95%;
    padding-bottom: 50px;
    /* background-color: violet; */
    margin: auto;
  }

  .contact-section .contact-content iframe {
    height: 300px;
  }

  .before-footer {
    padding: 0px 10px 50px;
    flex-direction: column;
  }

  .before-footer .info {
    width: 100%;
    /* background-color: turquoise; */
    padding: 10px 10px;
  }

  .before-footer .info .isi .owner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    /* background-color: royalblue; */
  }

  .before-footer .info .isi .owner .name{
    text-align: center;
    /* background-color:cyan; */
  }

  .before-footer .info .isi .owner .sosmed{
    text-align: center;
    /* background-color: royalblue; */
  }

  .before-footer .info .isi .owner .data {
    margin-left: 0px;
  }

}

/* Mobile 360 */