:root {
    --hov: #a97b56;
    --coklat: #b48761;
    --red: #d10303;
    --bg2: #f1f1f1;
    --darkblue: #003d6f;
    --font: #4e4e4e;
    --h1: #6f6f6f;
    --fontresult: #ff7a00;
    --hoverblue: #28abd3;
}

footer {
    display: none;
}

.header-mobile {
    display: none;
}

.popup-menu {
    display: none;
}

::-webkit-scrollbar {
    display: none;
}

*,
body,
html {
    font-family: "Poppins", sans-serif;
    font-size: 12px;

    color: var(--font);

    margin: 0px;
    padding: 0px;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    background-color: #f8f8f8;
}

/*  */

.wrap-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

/*  */

.header {
    display: flex;
    flex-direction: column;
    width: 100vw;
}

.head-atas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--coklat);
    padding: 15px;
}

.head-atas .wrap-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.head-atas .wrap-icon i {
    color: white;
}

.head-atas ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 20px;
}

.head-atas ul li {
    display: flex;
    flex-direction: row;
    background-color: var(--coklat);
    gap: 5px;
    align-items: center;
}

.head-atas ul li i {
    color: white;
}

.head-atas ul li p {
    background-color: var(--coklat);
    color: white;
    letter-spacing: 1px;
}

/*  */

.head-bawah {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #626262;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: max-content;
    height: max-content;
    padding-left: 30px;
    padding-right: 30px;
    height: 35px;
    border-radius: 50px;
}

.logo img {
    height: 30px;
    width: auto;
    object-fit: contain;
    object-position: center center;
}

.head-bawah > ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.head-bawah > ul li {
    color: white;
    letter-spacing: 1px;
    cursor: pointer;
    user-select: none;
}

.head-bawah > ul .menu:hover {
    color: var(--fontresult);
}

.head-bawah > ul .menu:active {
    color: #ffee00;
}

.menu.aktif {
    color: #ffee00;
}

.head-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.head-btn button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background-color: var(--coklat);
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
    border-radius: 100px;
    border: transparent;
    cursor: pointer;
    user-select: none;
    color: white;
}

.head-btn button:hover {
    background-color: var(--hov);
}

.head-btn button:active {
    background-color: var(--coklat);
}

.head-btn button i {
    background-color: transparent;
    color: white;
}

.head-btn button img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.footerweb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--hov);
    width: 100vw;
}

.footerweb ul {
    display: flex;
    flex-direction: column;
    list-style: none;
}

.footerweb ul h1 {
    font-size: 20px;
    font-weight: 400;
    color: white;
    margin-bottom: 10px;
    text-decoration: underline;
}

.footerweb ul li {
    color: white;
    letter-spacing: 1px;
    cursor: pointer;
}

.footerweb ul li:hover {
    color: rgb(206, 206, 206);
}

.foot {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 200px;
    width: 80%;
    margin: 10px;
}

.foot.up {
    border-bottom: var(--bg2) solid 1px;
    padding-bottom: 20px;
}

.foot span img {
    width: 200px;
    height: 50px;
    object-fit: contain;
    object-position: center center;
}

.foot span label p {
    color: white;
    letter-spacing: 1px;
}

/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background-color: var(--coklat);
    padding: 8px 15px;
    border-radius: 50px;
    border: none;
    color: white;
    cursor: pointer;
}

.dropdown-toggle img {
    width: 22px;
    height: 22px;
    border-radius: 100%;
}

.dropdown-toggle i {
    color: white;
    font-size: 10px;
}

/* Menu Dropdown */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    background: white;
    width: 150px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 9999;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu a,
.dropdown-menu button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    width: 100%;
    background: white;
    border: none;
    font-size: 12px;
    color: var(--font);
    cursor: pointer;
}

.dropdown-menu a:hover,
.dropdown-menu button:hover {
    background: #f3f3f3;
}

/* Tampilkan menu ketika active */
.dropdown.active .dropdown-menu {
    display: block;
}

/*  */
/*  */
/*  */

@media only screen and (max-width: 800px) {
    body,
    html {
        font-family: "Poppins", sans-serif;
        font-size: 12px;

        color: var(--font);

        margin: 0px;
        padding: 0px;
    }

    body {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;

        overflow-x: hidden;
        overflow-y: scroll;

        background-color: #f8f8f8;
        position: relative;
    }

    .wrap-counter {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;

        width: 100%;

        overflow-x: hidden;
    }

    /*  */

    .footerweb {
        display: none;
    }

    .header {
        display: none;
    }

    footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        position: fixed;
        bottom: 0px;
        z-index: 10000000000000000;

        background: white;
        border-top: #a9a9a9 solid 1px;
        width: 100%;
        height: 50px;
    }

    footer ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        list-style: none;
        justify-content: space-between;
        width: 90%;
    }

    footer ul .nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer ul .nav small {
        font-size: 8px;
    }

    footer ul li {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 2px;
    }

    footer ul .nav img {
        width: 25px;
        height: 25px;
        overflow: hidden;
        background-color: var(--coklat);
        padding: 2px;
        border-radius: 100px;
    }

    .nav i {
        color: #c6c6c6;
    }

    .nav.aktif i {
        color: var(--coklat);
    }

    .nav small i {
        color: var(--coklat);
    }

    .nav.aktif small {
        color: var(--coklat);
    }
}
