* {
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

h1 {
    text-align: left;
    font-weight: bold;
}

h6 {
    text-align: left;
    color: #fdcc51;
}

/* .carousel-inner {
    height: 500px;
} */

section.content {
    margin-top: 50px;
}

section.bg-red {
    background-color: #A13334;
    color: white;
}

section.bg-white {
    background-color: white;
}

.nav-item {
    font-size: 1.25rem;
}

.navbar-brand img {
    width: 80px;
    height: auto;
}

.nav-link {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: 600;
}

.nav-link:hover {
    color: gray;
}

.nav-link:focus {
    color: gray;
}

.navbar-toggler {
    color: black;
}

.navbar-toggler:focus {
    border: 0;
}

#linktree-btn {
    background-color: white;
    /* background-color: #42e55f; */
    border: 1px solid black;
}


/* desktop media query */
@media only screen and (min-width: 768px) {
    .hero-banner .carousel-item {
        height: 650px;
    }
    .carousel-item .hero-img {
        object-position: 0 -200px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-brand img {
        text-align: center;
        width: 50px;
        height: auto;
    }

    .nav-link {
        padding-left: 0;
        padding-top: 10px;
    }

    .navbar-nav {
        border-bottom: 1px solid gray;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    #carouselBanner {
        height: 100%;
    }

    .btn-product {
        font-size: 10px;
        font-weight: 600;
        padding: 5px;
    }

    .carousel-item {
        height: unset;
    }
}

.btn-product.active {
    background-color: black;
    color: white;
}

.contact-btn {
    color: #000000;
    font-weight: bold;
    background-color: #fdcc51;
    border-radius: 50px;
    border: 1px solid gray;
}

.contact-btn:hover {
    color: #fdcc51;
    background-color: #ffffff;
    border: 1px solid gray;
}

.banner p {
    margin-top: 1rem;
}

.banner .banner-title {
    font-size: 4.2rem;
    font-weight: bold;
}

.bordrad-50 {
    border-radius: 50px;
}

.btn-carousel {
    width: 50px;
    border-radius: 50px;
    border: 0;
}

.tentang-kami-photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.tkp-1 {
    background-image: url("../images/portfolio/IMG_8646.webp");
}

.tkp-2 {
    background-image: url("../images/portfolio/IMG_8731.webp");
}

.tkp-3 {
    background-image: url("../images/portfolio/IMG_8641.webp");
    background-position: 0 70%;
}

.tkp-4 {
    background-image: url("../images/portfolio/IMG_8760.webp");
}

.accordion-button {
    font-weight: bold;
}

.menu-cta {
    box-shadow: 100px;
}

.cta-popout {
    background-image: url(../images/cta-cassava-chips.webp);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
}

.bubble-content {
    height: 60vh;
    text-align: center;
    position: relative;
}

.bubble-cta {
    position: absolute;
}

.bubble-cta img {
    width: 225px;
    height: 225px;
}

.bubble-cta-1 {
    top: -4%;
    left: 25%;
}

.bubble-cta-2 {
    top: 30%;
    left: 28%;
}

.bubble-cta-3 {
    top: -10%;
    right: 30%;
}

.bubble-cta-4 {
    top: 50%;
    right: 35%;
}

@media only screen and (max-width: 768px) {
    .cta-popout {
        background-position: center;
        /* background-position: -318px 15px; */
        min-height: 50vh;
    }

    .bubble-cta img {
        width: 150px;
        height: 150px;
    }

    .bubble-cta-1 {
        top: 7%;
        left: 0;
    }

    .bubble-cta-2 {
        top: 50%;
        left: 6%;
    }

    .bubble-cta-3 {
        top: 2%;
        right: 0;
    }

    .bubble-cta-4 {
        top: 40%;
        right: 10%;
    }
}

#product-section {
    background-color: white;
    padding: 25px 0;
}

/* #rightHalf {
    background: url(https://garudafood.com/fe/optimized/images/content/product-bg.png);
    background-repeat: no-repeat;
    width: 70%;
    position: absolute;
    right: 0px;
    height: 100%;
    z-index: 0;
} */

.about-img-parent {
    height: 200px;
}

#footer {
    background-color: #A13334;
    color: white;
    padding-top: 5rem;
    margin-top: 4rem;
}

#footer h2 {
    font-weight: bold;
}

#footer-socials ul {
    list-style: none;
    padding-left: 0;
    font-size: 1rem;
}

#footer-socials a {
    color: white;
}

#footer-socials a:hover {
    color: #fdcc51;
}

#contact-form textarea {
    min-height: 95px;
    max-height: 200px;
}

#contact-form .form-control:hover {
    border: 1px solid #fdcc51;
}

/* PRODUCT GALLERY FILTER */
.gallery-column {
    display: none;
    z-index: 1;
}

/* Clear floats after rows */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.show {
    display: block;
}

.btn-product {
    border: 1px solid black;
    display: inline-block;
    z-index: 3;
}

.btn-product:hover {
    border: 1px solid black;
    background-color: #000000;
    color: white;
}

.cert-logo {
    width: 70px;
    height: auto;
}