@font-face {
    font-family: 'title-font';

    src: url('../font/ChangaOne-Regular.woff') format('woff2');
    /* Path ke file WOFF2 */
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    flex-direction: column;
    gap: 10px;
    background-image: url('../img/background-bukit888.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: 'title-font', sans-serif;
    flex-direction: column;
    gap: 10px;
    background-image: url('assets/img/background-bukit888.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    background: blueviolet;
    width: 100%;
    position: fixed;
    padding: 0px 40px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    box-shadow: 0px 0px 10px pink;
}

.title-group {
    position: relative;
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-left: 20px;
}

.title-group h1 {
    color: rgb(255, 255, 255);
    margin: 0;
    font-size: 2rem;
    text-shadow: 1px 1px 10px rgb(255, 251, 0);
    position: relative;
}

.title-group h2 {
    color: rgb(242, 121, 253);
    margin: 0;
    font-size: 2vh;
    font-weight: bold;
    text-shadow: 1px 1px 10px rgb(0, 0, 0);
}

.hero-bukit888 img {

    width: 40vw;
    margin-right: 20px;
    max-width: 390px;
}

.hero-bukit888 {
    margin-top: 150px;
    width: 100%;
    /* height: 300px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(27, 1, 1, 0.904);
    box-shadow: 0px 0px 8px blueviolet;
    border-radius: 10px;
    padding: 10px 0px;
}

.hero-head {
    /* z-index: 2; */
    /* background: rgba(255, 255, 255, 0.521); */
    width: 70vw;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.hero-head h2 {
    margin: 0;
    margin-top: 5px;

}

.hero-head p {
    margin: 10px 0;
    font-size: 1rem;
    text-align: justify;
}

.container-cta {
    display: flex;
    padding: 30PX;
    background: blueviolet;
    gap: 20px;
    justify-content: center;
}

.catalog-product {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    text-align: center;
    background: rgba(27, 1, 1, 0.904);
    box-shadow: 0px 0px 8px blueviolet;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    width: 100%;
}

.container-product {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: center;
}

.container-product h2 {
    font-family: 'title-font', sans-serif;
    text-align: center;
    color: rgb(223, 222, 224);
    font-weight: bold;
}

article {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    background: rgb(9, 15, 102);
    padding: 5px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px pink;
    position: relative;
    z-index: 1;
}

.title-article {
    height: 40px;
    font-size: 16px;
}



.article-img {
    width: 90%;
    height: auto;
    border-radius: 20px;
    display: flex;
    overflow: hidden;

}

.article-img img {
    width: 100%;
}

article p {
    height: 60px;
    width: 90%;
    font-size: 12px;
}

.group-details {
    display: flex;
    justify-content: space-between;
    width: 90%;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 0px;
    /* border-top: 1px solid black; */
}

.group-review {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.cta {
    text-decoration: none;
    color: rgb(4, 201, 185);
    background: rgb(0, 0, 0);
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
}

.cta:hover {
    background: rgb(8, 8, 56);
    box-shadow: 0px 0px 10px pink;
}

a {
    text-decoration: none;
    color: aquamarine;
    font-weight: bold;
}

.about-bukit888 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    background: rgba(27, 1, 1, 0.904);
    box-shadow: 0px 0px 8px blueviolet;
    color: aliceblue;
    text-align: justify;
    border-radius: 10px;
}

section h2 {
    font-size: 1.1rem;
    color: #ff00ea;
}


.ask-text {
    font-size: 16px;
}

.faq-bukit888 p {
    font-size: 14px;
}

main {
    width: 80%;
    max-width: 1305;
}

.review-bukit888 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px;
    background: rgba(27, 1, 1, 0.904);
    box-shadow: 0px 0px 8px blueviolet;
    color: aliceblue;
    text-align: justify;
    border-radius: 10px;
}

.review-article {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 50%;
    max-width: 250px;
    height: 200px;
    flex-wrap: wrap;
    background: rgba(6, 6, 70, 0.726);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.315);
}

.review-article p {
    text-align: center;

}

.review-article span {
    color: aqua;
}

.review-bukit888 h2 {
    margin-top: 0;
}


@media (max-width: 698px) {
    h3 {
        font-size: 0.4rem !important;
        max-height: 90px;
    }

    main {
        width: 100%;
    }

    .container-cta {
        position: fixed;
        top: 100px;
        left: 0px;
        display: flex;
        justify-content: space-around;
        width: 100%;
        gap: 0;
        padding: 0;
        padding: 10px 0px;
    }

    .hero-bukit888 {
        margin-top: 190px;
    }

    .group-review {
        flex-direction: column;
    }

    .review-article {
        display: flex;
        height: 100%;

        flex-direction: column;
        align-items: center;
        width: 90%;
        max-width: 90%;

        flex-wrap: wrap;

    }

}

.group-details label {
    color: rgb(0, 255, 255);
}

.group-details span {
    color: rgb(255, 4, 171);
}

article p {
    text-align: justify;
}

.container-bottom {
    height: 100px;
}

.faq-bukit888 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    background: rgba(27, 1, 1, 0.904);
    box-shadow: 0px 0px 8px blueviolet;
    color: aliceblue;
    text-align: justify;
    border-radius: 10px;
    margin-top: 10PX;
}



.contact-bukit888 {
    display: flex;
    margin-top: 10PX;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px;
    background: rgba(27, 1, 1, 0.904);
    box-shadow: 0px 0px 8px blueviolet;
    color: aliceblue;
    text-align: justify;
    border-radius: 10px;
}

.contact-bukit888 h2 {
    margin: 0;
    margin-bottom: 2px;
}

.faq-bukit888 div {
    width: 100%;

}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: rgba(3, 1, 1, 0.87);
    z-index: 10;
    color: blueviolet;
    font-weight: bold;
    box-shadow: 0px 0px 10px pink;
}