body {
    overflow-x: hidden;
}

nav {
    background-color: whitesmoke;
}

.navbar-brand {
    font-family: 'nb' !important;
    color: black !important;
    font-size: 28px !important;
}

.navbar-brand img {
    margin-top: -9px !important;
}

.main-content {
    min-height: 100vh;
}

.product-desc {
    margin-top: 4%;
}

.contact-section {
    position: fixed;
    left: 0;
    top: 28%;
    padding-top: 34px;
    padding-left: 14px;
    width: 50px;
    height: 280px;
    background-color: #FF9901;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.contact-section i {
    position: relative;
    font-size: 18px;
    margin-top: 25px !important;
}

.order-section {
    position: fixed;
    right: 40px;
    bottom: 7%;
    padding-top: 4px;
    padding-left: 14px;
    min-width: 50px;
    height: 80px;
    overflow-y: hidden;
    background-color: white;
    border-radius: 50px;
    transition: .5s;
}
.order-section i {
    color: #FF9901 !important;
    margin-left: 2px;
}
.order-section hr {
    border: .8px solid white;
}
.order-section img {
    transition: .2s;
}
.order-section img:hover {
    width: 22px;
}
.order-section:hover {
    height: 290px;   
}

.order-section i {
    position: relative;
    font-size: 18px;
    margin-top: 25px !important;
}

#img-produk1,
#img-produk2 {
    opacity: .2;
    position: absolute;
    bottom: -200px;
    transition: .6s ease-out;
}

.parent-bg {
    height: 200px;
    /* border: 1px solid black; */
    overflow: hidden;
    position: absolute;
    top: 20vh;
    right: -150px;
    height: 100vh;
    width: 120vh;
    z-index: -1;
}

#or-bg-produk1 {
    height: 160vh;
    width: 160vh;
    background-color: #802801;
    border-radius: 50%;
    z-index: -1;
    right: -40% !important;
    position: absolute;
}

#or-bg-produk2 {
    height: 100vh;
    width: 120vh;
    background-color: #FF4F01;
    border-radius: 50%;
    rotate: 20deg;
    opacity: .9;
    z-index: -1;
    margin-top: 200px;
}

.nav-link {
    color: brown !important;
    margin-right: 30px;
}
.nav-link.active{
    border-bottom: 1px solid brown;
}

#sub-judul {
    font-family: 'bi';
    color: #954E2F;
    min-height: 65px;
}
#judul {
    font-family: 'nb';
    color: #FF4E00;
    font-size: 60px;
    margin-top: -20px;
}
#desc {
    cursor: pointer;
    color: rgb(70, 70, 70);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

#desc:hover {
    overflow: visible;
    min-height: fit-content;
    display: inline-block;
}

#price {
    font-family: 'nb';
}

#parent-list-products {
    background-color: white;
    padding: 10px 15px;
    border-radius: 50px;
    position: absolute;
    bottom: 50px;
    min-width: 400px;
    box-shadow: 0 1px 21px rgba(0, 0, 0, 0.082);
}

#list-products img {
    opacity: .5;
    transition: .4s ease-out;
}

footer {
    background-image: linear-gradient(to bottom, #43280E, #0D0803);
    color: white;
    min-height: 180px;
    z-index: 3 !important;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-bottom: 10px;
}

footer h6 {
    font-weight: bold;
}

.mobile-view {
    display: none !important;
}

@media (max-width: 425px) {
    body {
        overflow-x: hidden;
    }
    .product-desc {
        margin-top: 10% !important;
    }
    .desktop-view {
        display: none !important;
    }
    .mobile-view {
        display: contents !important;
    }

    #judul {
        font-size: 43px;
    }

    #desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2; 
        -webkit-box-orient: vertical;
    }
    .order-section {
        display: none !important;
    }

    #img-produk1-mobile,
    #img-produk2-mobile {
        opacity: .2;
        position: absolute;
        right: -200px;
        transition: .6s ease-out;
    }
    .swiper-button-prev {
        color: rgb(65, 65, 65) !important;
    }
    .swiper-button-next {
        color: rgb(65, 65, 65) !important;
    }
}