@font-face {
  font-family: 'Inter Bold';
  src: url("../fonts/inter/Inter-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter Semi Bold';
  src: url("../fonts/inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Koho Bold';
  src: url("../fonts/koho/KoHo-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Magra Bold';
  src: url("../fonts/magra/Magra-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Magra Regular';
  src: url("../fonts/magra/Magra-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Kodchasan Bold';
  src: url("../fonts/kodchasan/Kodchasan-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Merriweather Regular';
  src: url("../fonts/merriweather/MerriweatherSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Niramit Regular';
  src: url("../fonts/Niramit/Niramit-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bebas Neue Regular';
  src: url("../fonts/bebas-neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Be Vietnam Bold';
  src: url("../fonts/be-vietnam/BeVietnamPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Calistoga Regular';
  src: url("../fonts/calistoga/Calistoga-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Chango Regular';
  src: url("../fonts/chango/Chango-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Chelsea Market Regular';
  src: url("../fonts/chelsea-market/ChelseaMarket-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Brawler Bold';
  src: url("../fonts/brawler/Brawler-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Brawler Regular';
  src: url("../fonts/brawler/brawler-latin-700-normal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bruno Ace Regular';
  src: url("../fonts/bruno-ace/BrunoAce-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CMBX10';
  src: url("../fonts/cmbx/jsMath-cmbx10.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'JUA Regular';
  src: url("../fonts/jua/Jua-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Baloo Bhaina Regular';
  src: url("../fonts/baloo-bhaina/BalooBhaina-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Fredoka Regular';
  src: url("../fonts/fredoka/Fredoka-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Poppins Regular';
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Poppins Bold';
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Souce Sans Regular';
  src: url("../fonts/source_sans/SourceSans3-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Manjari Regular';
  src: url("../fonts/manjari/Manjari-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Manjari Bold';
  src: url("../fonts/manjari/Manjari-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans Regular';
  src: url("../fonts/noto_sans/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans Bold';
  src: url("../fonts/noto_sans/NotoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow-x: hidden !important; }

nav {
  margin-top: 40px;
  z-index: 1;
  height: 100px; }
  nav .header-home {
    z-index: 3;
    height: 43px;
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ff1491f2;
    color: #ffffff;
    align-items: center; }
    @media only screen and (max-width: 769px) {
      nav .header-home {
        display: none;
        height: 0; } }
    nav .header-home .right {
      display: flex;
      justify-content: end;
      align-items: center;
      gap: 1rem; }
    nav .header-home p {
      font-family: 'Inter Bold';
      font-size: 9px; }
      @media only screen and (min-width: 992px) {
        nav .header-home p {
          font-size: 12px; } }
      @media only screen and (min-width: 1280px) {
        nav .header-home p {
          font-size: 15px; } }
    nav .header-home .nav-address .glide--vertical {
      height: 300px;
      /* Atur tinggi kontainer slider */
      width: 100%;
      /* Lebar bisa 100% atau sesuai kebutuhan */
      overflow: hidden;
      /* Penting untuk menyembunyikan slide yang tidak aktif */ }
    nav .header-home .nav-address .glide--vertical .glide__track {
      display: flex !important;
      /* Override display: block bawaan Glide */
      flex-direction: column !important;
      /* Membuat item tertata secara vertikal */
      height: auto !important;
      /* Biarkan tinggi track menyesuaikan konten */
      width: 100% !important;
      /* Track tetap selebar kontainer */ }
    nav .header-home .nav-address .glide--vertical .glide__slides {
      display: flex !important;
      /* Override display: block bawaan Glide */
      flex-direction: column !important;
      /* Membuat slide tertata secara vertikal */
      height: auto !important;
      /* Biarkan tinggi slides menyesuaikan konten */
      width: 100% !important;
      /* Slides tetap selebar kontainer */
      padding: 0 !important;
      /* Hilangkan padding bawaan jika ada */
      margin: 0 !important;
      /* Hilangkan margin bawaan jika ada */ }
    nav .header-home .nav-address .glide--vertical .glide__slide {
      width: 100% !important;
      /* Setiap slide selebar kontainer */
      height: 300px !important;
      /* Atur tinggi setiap slide */
      flex-shrink: 0 !important;
      /* Mencegah slide menyusut */
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      background-color: #f0f0f0;
      border-bottom: 1px solid #ccc;
      /* Optional: Pemisah antar slide */ }
    nav .header-home .nav-address .glide--vertical .glide__slide:last-child {
      border-bottom: none;
      /* Hilangkan border bawah pada slide terakhir */ }
    nav .header-home .nav-address .glide--vertical .glide__arrows {
      /* Atur posisi tombol panah sesuai keinginan Anda */
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 10px; }
    nav .header-home .nav-address .glide--vertical .glide__arrow {
      margin: 5px 0; }
  @media only screen and (max-width: 769px) {
    nav {
      margin-top: unset; } }
  @media only screen and (min-width: 768px) {
    nav {
      height: 120px; } }
  @media only screen and (max-width: 364px) {
    nav {
      height: 80px; } }
  nav .navbar-brand {
    display: flex;
    align-items: center;
    font-family: "Koho Bold";
    font-size: 20px;
    color: #000000 !important; }
    nav .navbar-brand img {
      margin-right: 1.2rem;
      width: 41px; }
      @media only screen and (max-width: 364px) {
        nav .navbar-brand img {
          margin-right: 5px;
          height: 50px; } }
    @media only screen and (min-width: 768px) {
      nav .navbar-brand {
        font-size: 31px; } }
  nav .navbar-toggler {
    position: relative;
    z-index: 5;
    border: unset !important;
    color: unset !important; }
    nav .navbar-toggler:focus {
      box-shadow: unset; }
    nav .navbar-toggler span {
      transition: all 1s; }
      nav .navbar-toggler span.toggle-menu {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #000000;
        color: transparent; }
        @media only screen and (min-width: 992px) {
          nav .navbar-toggler span.toggle-menu {
            background-color: #ffffff; } }
      nav .navbar-toggler span::after, nav .navbar-toggler span::before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000000;
        content: ""; }
        @media only screen and (min-width: 992px) {
          nav .navbar-toggler span::after, nav .navbar-toggler span::before {
            background-color: #ffffff; } }
      nav .navbar-toggler span::before {
        top: -7px;
        transition: all 1s; }
      nav .navbar-toggler span::after {
        top: 7px;
        transition: all 1s; }
      nav .navbar-toggler span.showed {
        background-color: transparent; }
        nav .navbar-toggler span.showed::after {
          top: 0;
          transform: rotate(45deg);
          background-color: #ffffff; }
        nav .navbar-toggler span.showed::before {
          top: 0;
          transform: rotate(-45deg);
          background-color: #ffffff; }
  nav .navbar-collapse .navbar-nav {
    align-items: center;
    padding-bottom: 0;
    display: none; }
    @media only screen and (min-width: 992px) {
      nav .navbar-collapse .navbar-nav {
        display: flex; } }
    @media only screen and (min-width: 1280px) {
      nav .navbar-collapse .navbar-nav {
        gap: 15px; } }
    @media only screen and (min-width: 1600px) {
      nav .navbar-collapse .navbar-nav {
        gap: 25px; } }
    nav .navbar-collapse .navbar-nav a {
      font-family: 'Koho Bold';
      font-size: 15px;
      color: #ffffff !important; }
      nav .navbar-collapse .navbar-nav a:hover, nav .navbar-collapse .navbar-nav a.active {
        font-size: 17px;
        margin-top: 8px; }
        @media only screen and (min-width: 1280px) {
          nav .navbar-collapse .navbar-nav a:hover, nav .navbar-collapse .navbar-nav a.active {
            font-size: 21px; } }
        nav .navbar-collapse .navbar-nav a:hover::after, nav .navbar-collapse .navbar-nav a.active::after {
          content: "";
          /* This is necessary for the pseudo element to work. */
          display: block;
          /* This will put the pseudo element on its own line. */
          margin: 0 auto;
          /* This will center the border. */
          width: 80%;
          /* Change this to whatever width you want. */
          margin-top: 5px;
          /* This creates some space between the element and the border. */
          border-bottom: 3px solid #000000;
          /* This creates the border. Replace black with whatever color you want. */ }
      @media only screen and (min-width: 1280px) {
        nav .navbar-collapse .navbar-nav a {
          font-size: 18px; } }
      @media only screen and (min-width: 992px) {
        nav .navbar-collapse .navbar-nav a {
          color: #000000 !important; } }

.mobile-navbar {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100%;
  transition: all 500ms ease-in-out;
  z-index: 4; }
  .mobile-navbar.show {
    display: block;
    top: 0; }
  .mobile-navbar .my-collapse {
    position: absolute;
    width: 100%;
    background-color: #ff1491f2;
    z-index: 3;
    height: 100%;
    transition: all 500ms ease-in-out; }
    .mobile-navbar .my-collapse .navbar-nav a {
      font-family: 'Koho Bold';
      font-size: 15px;
      color: #ffffff !important; }
      .mobile-navbar .my-collapse .navbar-nav a:hover, .mobile-navbar .my-collapse .navbar-nav a.active {
        font-size: 18px;
        margin-top: 8px; }
        .mobile-navbar .my-collapse .navbar-nav a:hover::after, .mobile-navbar .my-collapse .navbar-nav a.active::after {
          content: "";
          /* This is necessary for the pseudo element to work. */
          display: block;
          /* This will put the pseudo element on its own line. */
          margin: 0 auto;
          /* This will center the border. */
          width: 80%;
          /* Change this to whatever width you want. */
          margin-top: 5px;
          /* This creates some space between the element and the border. */
          border-bottom: 3px solid #ffffff;
          /* This creates the border. Replace black with whatever color you want. */ }
      @media only screen and (min-width: 1280px) {
        .mobile-navbar .my-collapse .navbar-nav a {
          font-size: 20px; } }
      @media only screen and (min-width: 992px) {
        .mobile-navbar .my-collapse .navbar-nav a {
          color: #000000 !important; } }

footer {
  margin-top: 2rem;
  background-color: #ff1491f2;
  color: #ffffff;
  padding: 1rem 0 2rem 0; }
  footer .d-flex {
    gap: 10px; }
    footer .d-flex .wrapper img {
      width: 55px;
      height: auto; }
      @media only screen and (min-width: 768px) {
        footer .d-flex .wrapper img {
          margin-top: 9px; } }
    footer .d-flex h2 {
      font-family: 'Koho Bold';
      font-size: 30px;
      margin-bottom: 0; }
      @media only screen and (max-width: 576px) {
        footer .d-flex h2 {
          font-size: 22px; } }
    footer .d-flex h5 {
      font-family: 'Inter Bold';
      font-size: 12px; }
      @media only screen and (min-width: 992px) {
        footer .d-flex h5 {
          font-size: 14px; } }
    footer .d-flex .map {
      margin-top: 1rem;
      display: block; }
      footer .d-flex .map img {
        width: 100%;
        height: auto; }
        @media only screen and (min-width: 992px) {
          footer .d-flex .map img {
            width: 370px; } }
  footer .contact,
  footer .information {
    margin-top: unset;
    font-family: 'Inter Bold'; }
    @media only screen and (max-width: 769px) {
      footer .contact,
      footer .information {
        margin-top: 1rem; } }
    @media only screen and (min-width: 992px) {
      footer .contact,
      footer .information {
        padding-left: 5rem; } }
    footer .contact h6,
    footer .information h6 {
      font-size: 18px; }
      @media only screen and (min-width: 992px) {
        footer .contact h6,
        footer .information h6 {
          font-size: 22px; } }
    footer .contact ul,
    footer .information ul {
      padding-left: 1.5rem;
      margin-bottom: 0; }
      footer .contact ul li a,
      footer .information ul li a {
        color: #ffffff;
        font-size: 12px;
        text-decoration: none; }
        @media only screen and (min-width: 992px) {
          footer .contact ul li a,
          footer .information ul li a {
            font-size: 14px; } }
        @media only screen and (min-width: 1367px) {
          footer .contact ul li a,
          footer .information ul li a {
            font-size: 14px; } }
      @media only screen and (min-width: 992px) {
        footer .contact ul li,
        footer .information ul li {
          margin-bottom: .2rem; } }
  footer .information ul li {
    font-family: 'Inter Semi Bold';
    margin-bottom: unset; }

.quick-service {
  position: sticky;
  bottom: 20px;
  margin-top: 3rem; }
  .quick-service .wrapper {
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.5);
    background-color: #ff1491f2;
    border-radius: 30px;
    padding: 1rem .5rem; }
    .quick-service .wrapper .item a {
      text-decoration: none; }
      .quick-service .wrapper .item a img {
        width: auto;
        height: 40px;
        margin-bottom: .5rem; }
        @media only screen and (max-width: 769px) {
          .quick-service .wrapper .item a img {
            height: 30px; } }
      .quick-service .wrapper .item a p {
        color: #ffffff;
        font-family: 'Inter Bold';
        margin-bottom: 0; }
        @media only screen and (max-width: 769px) {
          .quick-service .wrapper .item a p {
            font-size: 10px; } }
        @media only screen and (max-width: 480px) {
          .quick-service .wrapper .item a p {
            font-size: 9px; } }
        @media only screen and (min-width: 768px) {
          .quick-service .wrapper .item a p {
            font-size: 14px; } }
    .quick-service .wrapper .center-item {
      background-image: linear-gradient(to right, #ffffff 2px, rgba(255, 255, 255, 0) 1px), linear-gradient(to left, #ffffff 2px, rgba(255, 255, 255, 0) 1px);
      background-position: center;
      background-size: 100% 70px;
      background-repeat: no-repeat; }

.whatsapp-button {
  display: block;
  position: fixed;
  top: 70px;
  right: 20px;
  background-color: #25D366;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  z-index: 100000; }
  .whatsapp-button.transparrent {
    opacity: 0; }
  .whatsapp-button:hover {
    color: #ffffff; }

/*# sourceMappingURL=main.css.map */
