@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

body {
    font-family: 'Nunito', sans-serif;
}

/* UKURAN FONT */
.fs15 {
    font-size: 16px;
}

.fs14 {
    font-size: 15px;
}

.fs13 {
    font-size: 14px;
}

.fs12 {
    font-size: 13px;
}

.fs11 {
    font-size: 12px;
}

/* BG COLOR */
.bg-sl {
    background: linear-gradient(45deg, #065fd3, #2b7fdf);
}

.bg-or {
    background: linear-gradient(45deg, #dd7a08, #ffb01f);
}

.bg-gr {
    background: linear-gradient(45deg, #04b35b, #1ece07);
}

.text-sl {
    color: linear-gradient(45deg, #0864dd, #4596f1);
}

/* BORDER RADIUS */
.br-50 {
    border-radius: 50px;
}

.br-9 {
    border-radius: 19px;
}

.br-8 {
    border-radius: 16px;
}

.br-7 {
    border-radius: 13px;
}

/* CARD PRODUK */
.card-img-top {
    width: 100%;
    height: 24vh;
    max-height: 170px;
    border-radius: 15px 15px 9px 9px;
    object-fit: cover;
}

.row .card:hover {
    border-color: rgb(255, 188, 4);
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    transition: 0.2s;
    z-index: 1;
}

.card-produk {
    width: 12rem;
}

@media (max-width: 979px) {
    body {
        margin: 0px;
    }

    .card-produk {
        width: 10rem;
    }

    .card-img-top {
        width: 100%;
        height: 24vh;
        max-height: 150px;
        border-radius: 15px 15px 9px 9px;
        object-fit: cover;
    }
}

.redi h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card .menu-icon {
    padding: 2px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border: none;
}

a .footertext {
    color: white;
}

.card-body {
    padding: 0px 7px 5px 7px;
}

.icone {
    padding: 2px;
}

.bg-menu {
    background: linear-gradient(180deg, #ffffff 95%, #ececec 110%);
}

.favo {
    position: absolute;
}

/* TOMBOL LIKE */
.iconmbol {
    padding: 8px 6px 5px 6px !important;
    z-index: 3;
}

.iconmbol:hover {
    color: rgb(235, 50, 50) !important;
    border: rgb(235, 50, 50) solid 1px !important;
    transition: 0.5s;
}
.zoom:hover {
    transform: scale(1.03);
    transition: .1s;
    border: 1px solid rgb(37, 37, 37) !important;
}
.zoom1:hover {
    transform: scale(1.3);
    transition: .1s;
}
.kobafa-scroll{
    z-index: 2;
    overflow-y: scroll;
    height: 70vh;
}