/* Import Montserrat from Google Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap'); */
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Medium.ttf')  format('truetype');
    font-style:   normal;
    font-weight:  400;
}
@font-face {
	font-family: 'Montserrat Condensed ExtBd';
	src: url('Montserrat-ExtraBold.ttf')  format('truetype');
	font-style:   normal;
	font-weight:  400;
  }

  @font-face {
	font-family: 'Montserrat ExtraBold Italic';
	src: url('Montserrat-ExtraBoldItalic.ttf') format('truetype');
	font-weight:  400;
  }

  @font-face {
    font-family: 'Montserrat Bold';
    src: url('Montserrat-Bold.ttf') format('truetype');
  }



/* colors  */
:root {
    --primary: #EEBF00;
    --secondary: #232B38;
    --ternary: #6C6C6C;
    --danger: #8e2727;
    --pure: #FEFEFE;
    --light: #eff5ec;
    --heaven: #FFFFFF;
    --footer: #040505;
    --green: #006938;
    --greenacent: #53c992;
}

/* Reset  */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.btn-success {
    color: #fff;
    background-color: #036A38;
    border-color: #036A38;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat";
    font-weight: 400;
}

p {
    font-family: "Montserrat";
    font-weight: 400;
}

b {
    font-family: "Montserrat";
    font-weight: 400;
}

h1 {
    font-family: "Montserat Bold";
}

h3 {
    font-family: "Montserrat";
    font-weight: 700;
}

h6 {
    font-family: "Montserrat";
    font-weight: 700;
}

a {
    font-family: "Montserrat";
    font-weight: 700;
}

.main-wrapper {
    width: 100%;
    overflow: hidden;
}

header.topbar {
    background: var(--light);
    color: var(--pure);
    font-family: "Montserrat";
    font-weight: 700;
    /* padding:0.75rem 0; */
    position: fixed;
    width: 100%;
    z-index: 1000;
}

nav {
    padding: 0.5rem 0;
}

.navbar {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 2px -1px;
    display: flex;
    justify-content: center;
    padding-left: 2%;
    padding-right: 2%;
}

.navbar-collapse {
    align-items: center;
    width: 60%;
}

.topcontent {
    padding-top: 6rem;
}

.cartcard {
    display: block;
    padding-top: 8rem;
    height: 40%;
    text-align: center;
    /* overflow: scroll; */
    border: 0px;
    box-shadow: 0px 0px 0px 0px #e9e6e6;
    padding-top: 8rem;
}

.btncartmobile {
    display: none;
}

@media (max-width: 768px) {
    .topcontent {
        padding-top: 7rem;
    }
    .cartcard {
        display: none;
        /* position: fixed; */
        top: 10;
        left: 0;
        height: 100%;
    }
    .btncartmobile {
        display: block;
    }
    p {
        font-size: 11px;
    }
    .navbar {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 2px -1px;
        display: flex;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        width: 280px;
        align-items: center;
        justify-content: space-between;
    }
}

.menuweb {
    display: flex;
    margin-left: 5rem;
}

@media (max-width: 768px) {
    .menuweb {
        display: none;
    }
}

.bg-light {
    background-color: #FFFFFF !important;
}

.ExtraBold {
    font-family: "Montserrat";
    font-weight: 700;
}

.FontBold {
    font-family: "Montserrat";
    font-weight: 700;
}

.brand-container img {
    width: 170px;
}

.litle {
    font-size: 10px;
}

.sublitle {
    font-size: 12px;
}

/* PULSE BUTON */
.btn-takeandgo {
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    animation: animate 4s linear infinite;
    display: block;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 #185320, 0 0 0 0 #1d5c11;
    }
    40% {
        box-shadow: 0 0 0 10px rgba(255, 0, 64, 0), 0 0 0 0 #037920;
    }
    80% {
        box-shadow: 0 0 0 10px rgba(255, 0, 64, 0), 0 0 0 10px rgba(255, 0, 64, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 10px rgba(255, 0, 64, 0);
    }
}

.nav-link:hover {
    text-decoration: underline;
}

.content {
    padding-top: 4.5rem;
}

.content-map {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    background-color: rgb(102, 97, 97);
}

.popularfood {
    text-align: center;
    /* padding-left: 2rem; */
}

.cardover :hover {
    background-color: #c4bebe;
}

.cardproduct {
    width: 45%;
    padding: 0px;
    background: #036A38;
    margin: 5px;
    color: #ffff;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 10px rgb(0 0 0 / 10%);
}

.responsive {
    padding-top: 8rem;
    justify-content: center;
    padding-left: 12%;
    padding-right: 10%;
}

/* Product Detail Card */
@media (max-width: 585px) {
    .responsive {
        padding-top: 6rem;
        justify-content: center;
        padding-left: 6%;
        padding-right: 0;
    }
    #cartaccount {
        width: 100% !important;
    }
}

.search {
    border: 2px solid #0e0d0d;
    overflow: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: white;
    -webkit-border-radius: 5px;
    width: 14rem;
    margin-left: 15%;
}

.search input[type="text"] {
    border: 0px;
    width: 89%;
    padding: 10px 10px;
    background: transparent;
}

.search input[type="text"]:focus {
    outline: 0;
}

.search input[type="submit"] {
    border: 0px;
    background: none;
    background-color: #030303;
    color: #fff;
    float: right;
    padding: 10px;
    border-radius-top-right: 5px;
    -moz-border-radius-top-right: 5px;
    -webkit-border-radius-top-right: 5px;
    border-radius-bottom-right: 5px;
    -moz-border-radius-bottom-right: 5px;
    -webkit-border-radius-bottom-right: 5px;
    cursor: pointer;
}

.btnsearch {
    position: relative;
    z-index: 2;
    height: 45px;
}

.framevideo {
    position: fixed;
    right: 0;
}

@media (max-width: 768px) {
    .framevideo {
        position: relative;
        right: 0;
    }
}

/* ===========================
   ====== Medua Query for Search Box ======
   =========================== */
@media only screen and (min-width: 150px) and (max-width: 780px) {
    .search {
        width: 90%;
        margin: 0 auto;
    }
    .search input[type="text"] {
        border: 0px;
        width: 80%;
        padding: 10px 10px;
    }
}
/* End Search Bar */

.navbarbottom {
    overflow: hidden;
    background-color: #2f4f4f;
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: none;
    justify-content: space-between;
    z-index: 100;
}

@media (max-width: 768px) {
    .btn-takeandgo {
        display: none;
    }
    .navbarbottom {
        overflow: hidden;
        background-color: #036A38;
        position: fixed;
        bottom: 0px;
        width: 100%;
        /* padding-bottom: 1%; */
        display: flex;
        justify-content: space-between;
    }
    .navbar {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 2px -1px;
        display: grid;
        justify-content: left;
    }
}

/* Footer */
footer {
    background: var(--footer);
    padding: 2rem 0;
}

footer .container {
    display: flex;
    color: var(--pure);
}

footer .box {
    flex: 1;
    margin-right: 2rem;
    text-align: center;
}

footer .instagram-api img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer .instagram-api .post-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .instagram-api .post-wrap > div {
    width: calc(1/3 * 100% - (1 - 1/3) * 10px);
    margin-bottom: 10px;
}

footer .box ul {
    list-style-type: none;
}

footer .box ul li a {
    color: var(--pure);
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

footer .box ul li a:hover {
    color: var(--primary);
}

footer .box h3 {
    border-bottom: 1px solid var(--primary);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

footer .box p {
    line-height: 1.6;
    margin-bottom: 1rem;
}

footer .box ul li {
    margin-bottom: 1rem;
}

footer .box:nth-child(3) > div {
    display: flex;
    justify-content: center;
}

footer .box:nth-child(3) {
    text-align: left;
}

footer .box:nth-child(3) h3 {
    text-align: center;
}

footer .box:nth-child(3) > div img {
    margin-right: 1rem;
}

footer .box:nth-child(3) ul li {
    margin-bottom: 1.5rem;
}

footer.copyright {
    padding: 1rem 0;
    background: var(--footer);
    color: var(--pure);
    text-align: center;
    font-size: 0.75rem;
}

footer.copyright a {
    color: var(--primary);
    text-decoration: none;
}

.sosmedarea {
    justify-content: space-between;
    text-align: center;
    font-size: large;
    color: var(--pure);
}

/* End Footer */

.productarea {
    display: flex;
    margin-top: -10%;
}

@media (max-width: 768px) {
    .brand-container {
        width: 50%;
        display: grid;
        justify-content: center;
        padding-right: 0px;
    }
    .productarea {
        display: flex;
        margin-top: -3%;
    }
    .copyright {
        padding: 1rem 0;
        background: var(--footer);
        color: var(--pure);
        text-align: center;
        font-size: small;
    }
    .sosmedarea {
        justify-content: space-between;
        text-align: center;
        font-size: small;
        color: var(--pure);
    }
}

.bodydtlcard {
    position: absolute;
    top: 50%;
    left: 65%;
    margin: -25px 0 0 -25px;
}

#cartaccount {
    width: 50%;
}

.account {
    padding-top: 5rem;
    justify-content: center;
    padding-left: 12%;
    padding-right: 10%;
}

.vouchercard {
    display: flex;
}

@media (max-width: 585px) {
    #cartaccount {
        width: 100% !important;
    }
    .account {
        padding-top: 5rem;
        justify-content: center;
        padding-left: 6%;
        padding-right: 6%;
    }
    .vouchercard {
        display: block;
    }
}

@media screen and (device-aspect-ratio: 40/71) { /* iPhone 5: */
    .cardproduct {
        width: 7rem !important;
        padding: 5px !important;
        margin-left: 5px !important;
        margin-bottom: 5px !important;
    }
    .tab-content {
        position: absolute;
        top: 0;
        right: 15%;
        width: calc(90%);
        height: 100%;
    }
}
@media screen and (device-aspect-ratio: 3/4) { /* iPad: */
    .tab-content {
        position: absolute !important;
        top: 0 !important;
        right: -5rem !important;
        width: calc(100% - 163px) !important;
        height: 100%;
    }
    .cardproduct {
        width: 12rem !important;
        padding: 5px !important;
        margin-left: 5px !important;
        margin-bottom: 5px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
    /* Samsung fold Styles... */
    .cardproduct {
        width: 6rem !important;
        padding: 5px;
        margin-left: 5px;
        margin-bottom: 5px;
    }
    .tab-content {
        position: absolute;
        top: 0;
        right: 22% !important;
        width: calc(83%);
        height: 100%;
    }
    .brand-container {
        text-align: center;
        width: 75% !important;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        padding-top: 3%;
        list-style: none;
        background: white;
        margin-left: 9% !important;
        height: 100%;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000000 !important;
        text-transform: uppercase;
        font-size: 0.9rem !important;
        font-weight: bold;
        width: 200px !important;
        margin-left: 38px !important;
        line-height: 22px !important;
        -webkit-transition: background-color 0.3s !important;
        transition: background-color 0.3s !important;
        font-size: 1rem;
        display: block;
        padding: 11px;
        cursor: pointer;
    }
    .navbar-collapse.show {
        left: 0;
        background: white;
        width: 95% !important;
        /* margin-top: 3rem; */
        transition: left 300ms ease-in-out;
    }
}
@media (max-width: 768px) {
    .cardproduct {
        width: 7.5rem;
        padding: 0;
        margin-left: 5px;
        margin-bottom: 5px;
    }
    .bodydtlcard {
        position: relative;
        top: 0;
        left: 20px;
        margin: 0;
    }
}

.sosmedarea a {
    color: var(--pure);
}

.flavourarea {
    background-image: url('../img/bgrasa.png');
    height: 80%;
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 35rem; */
    position: relative;
    /* height: 35rem; */
    /* height: fit-content; */
}

.textdesc {
    margin-bottom: 0.5rem;
    font-size: 12px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 0px;
}

@media (max-width: 768px) {
    .flavourarea {
        background-image: url('../img/bgrasa.png');
        background-size: contain;
        margin: 0;
        background-repeat: no-repeat;
    }
}

/* Scrollbar */
.scrollable-element {
    scrollbar-color: #036A38 black;
}
.scrollable-element::-webkit-scrollbar {
    width: 8px;
}
.scrollable-element::-webkit-scrollbar-track {
    background-color: rgb(10, 10, 10);
} /* the new scrollbar will have a flat appearance with the set background color */

.scrollable-element::-webkit-scrollbar-thumb {
    background-color: rgba(36, 87, 44, 0.801);
} /* this will style the thumb, ignoring the track */

.scrollable-element::-webkit-scrollbar-button {
    background-color: rgba(45, 92, 30, 0.801);
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

.scrollable-element::-webkit-scrollbar-corner {
    background-color: black;
}
/* End Scrollbar */

/* Box dinein */
.box {
    width: 205px;
    margin: 50px auto;
    background: #cedbd5;
    /* padding: 20px; */
    text-align: center;
    font-weight: 900;
    color: #fff;
    z-index: 3;
    font-family: arial;
    position: fixed;
    top: -7px;
    left: 540px;
    display: none;
}

.sb1:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #8ea59b;
    border-right: 10px solid transparent;
    border-top: 10px solid #8ea59b;
    border-bottom: 10px solid transparent;
    right: -19px;
    top: 6px;
}

.sb2:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #056839;
    border-top: 10px solid #056839;
    border-bottom: 10px solid transparent;
    left: -19px;
    top: 6px;
}

.sb3:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #8ea59b;
    border-right: 10px solid transparent;
    border-top: 10px solid #8ea59b;
    border-bottom: 10px solid transparent;
    left: 19px;
    bottom: -19px;
}

.sb4:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #8ea59b;
    border-top: 10px solid #8ea59b;
    border-bottom: 10px solid transparent;
    right: 19px;
    bottom: -19px;
}

/* youtube link */
.youtube {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 160px;
    text-align: center;
    padding: 15px 10px;
    background: #bb0000;
    border-radius: 5px;
}

.youtube a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/* Tambahan dari class view lain */
.btn-success {
    width: auto;
    padding: 5px;
}

@media screen and (max-width: 820px) {
    i.btn-text {
        font-size: 9px;
        font-weight: 900;
        font-family: "Montserrat";
    }
}

.pembungkus {
    text-align: center;
}

.pembungkus h1 {
    position: relative;
    display: inline-block;
}

.pembungkus h1:before {
    content: " ";
    position: absolute;
    border-bottom: 1px solid #000;
    width: 825px;
    left: -851px;
    top: 50%;
}

.pembungkus h1:after {
    content: " ";
    position: absolute;
    border-bottom: 1px solid #000;
    width: 836px;
    right: -853px;
    top: 50%;
}

.css-11cewt9 {
    box-sizing: border-box;
    margin: 6px 0px 0px;
    min-width: 0px;
    visibility: hidden;
}

.contactus {
    margin-top: -50px;
    margin-left: -12px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: black;
    font-size: 18px;
    font-family: 'Montserrat Condensed ExtBd';
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-size: 18px;
    font-family: 'Montserrat Condensed ExtBd';
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: black;
    font-size: 18px;
    font-family: 'Montserrat Condensed ExtBd';
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .contactus {
        margin-top: 0px;
    }
    .pembungkus h1:before {
        display: none;
    }
    .pembungkus h1:after {
        display: none;
    }
}

@media (max-width: 768px) {
    .brand-container {
        text-align: center;
        /* padding-right: 80px; */
    }
}

/* popup promo */
@media screen and (max-width: 820px) {
    .font-title {
        font-family: "Montserrat";
        font-size: 1rem;
    }
    .float {
        background-color: #036a3852;
        position: fixed;
        width: 100%;
        height: 100%;
        bottom: 40px;
        top: -75px;
        left: 0;
        right: 40px;
        text-align: center;
        z-index: 7;
    }
    .my-float {
        margin-top: 22px;
    }
    .center-pos {
        text-align: center;
    }
    .btn-group.referal-button {
        border-radius: 9px;
        border: 2px solid #cd202f;
    }
    #promo {
        height: 340px;
        width: 330px;
        position: relative;
        background-color: #fff;
        z-index: 2;
        margin: auto;
        margin-top: 220px;
    }
    .image-promo {
        margin-top: -8px;
        border-radius: 5px;
        margin: auto;
        height: 230px;
        width: 330px;
    }
    #close {
        position: fixed;
        width: 30px;
        height: 30px;
        z-index: 4;
        background: #fff;
        border: #000;
        border-radius: 50px;
        text-align: center;
        margin-top: 200px;
        margin-left: 150px;
        padding-bottom: 30px;
        font-size: 18px;
    }
    i.btn-text {
        font-size: 10px;
        font-weight: 900;
        font-family: "Montserrat";
    }
    button.btn.btn-success {
        margin-top: 0px;
        /* display: inline-flex;
        align-items: center;
        align-content: stretch;
        flex-wrap: nowrap;
        flex-direction: column; */
    }
    button.btn.btn-outline-success {
        margin-top: -79px;
        width: 130px;
        height: 30px;
        margin-left: 180px;
        /* display: inline-flex;
        align-items: center;
        align-content: stretch;
        flex-wrap: nowrap;
        flex-direction: column; */
    }
}

@media screen and (min-width: 900px) {
    .float {
        background-color: #036a3852;
        position: fixed;
        width: 100%;
        height: 100%;
        bottom: 40px;
        top: -50px;
        right: 40px;
        left: 0;
        text-align: center;
        padding-top: 80px;
        z-index: 7;
    }
    .my-float {
        margin-top: 22px;
    }
    .center-pos {
        text-align: center;
    }
    .btn-group.referal-button {
        border-radius: 9px;
        border: 2px solid #cd202f;
    }
    #promo {
        height: 560px;
        width: 700px;
        position: relative;
        background-color: #fff;
        z-index: 2;
        margin: auto;
        border-radius: 10px;
    }
    @media screen and (min-width: 900px) {
        #promo {
            height: 460px;
            width: 700px;
            position: relative;
            background-color: #fff;
            z-index: 2;
            margin: auto;
            border-radius: 10px;
        }
    }
    .image-promo {
        z-index: 3;
        margin-top: -7.5px;
        width: 700px;
        height: 400px;
        margin: auto;
        border-radius: 5px;
        text-align: center;
    }
    #close {
        position: fixed;
        width: 30px;
        height: 30px;
        z-index: 4;
        background: #fff;
        border: #000;
        border-radius: 50px;
        text-align: center;
        margin-top: -20px;
        margin-left: 337px;
        padding-bottom: 30px;
        font-size: 18px;
    }
    i.btn-text {
        font-size: 20px;
        font-weight: 900;
        font-family: "Montserrat";
    }
    button.btn.btn-success {
        /* margin-top: 24px; */
    }
    button.btn.btn-outline-success {
        margin-top: -75px;
        margin-left: 340px;
        width: 300px;
    }
    .font-title {
        font-family: "Montserrat";
        font-size: 1.5rem;
    }
}

.nav-item {
    margin-left: 8px;
}

/* Container slider */
.slider-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
  }

  /* Wrapper untuk semua slide */
  .slides-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* Lebar wrapper = jumlah slide x 100% */
    width: 100%; /* Misal 3 slide, jika dinamis, harus dihitung */
  }

  /* Setiap slide */
  .slide {
    flex: 0 0 100%;
    /* Ukuran penuh container */
  }

  .slide img {
    width: 100%;
    display: block;
  }

  /* Tombol navigasi */
  .prev, .next {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255 255 255);
    color: #000000;
    padding: 0px;
    /* cursor: pointer; */
    border: none;
    font-size: 15px;
    border-radius: 50%;
    z-index: 10;
  }
  .prev {
    left: 10px;
  }
  .next {
    right: 10px;
  }