/* Google Fonts - Roboto Slab */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");

* {
    font-family: "Roboto Slab", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    align-items: center;
    justify-content: center;
    height: 100%;
}

nav {
    background-color: #382806;
    width: 100%;
}

.container-fluid {
    background-color: #382806;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.container-fluid .navbar-nav .nav-item .nav-link {
    color: #c8b57a;
}

.container-fluid .navbar-nav .nav-item .nav-link:hover {
    color: #ffffff;
}

footer {
    background-color: #382806;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

footer .icons,
footer .menu {
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: -30px;
    width: 100%;
    height: auto;
    list-style: none;
}

footer .icons li a {
    font-size: 2em;
    color: rgb(144, 144, 144);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: auto;
    list-style: none;
}

.social-icons:hover {
    background-color: #524323;
    border-radius: 50%;
}

.tulisan {
    font-size: x-large;
}

html {
    scroll-behavior: smooth;
    font-size: calc(10px + 0.390625vw);
}

.go-top-btn {
    position: fixed;
    bottom: 35px;
    right: 35px;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: #575757;
    border: 3px solid #000000;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
}

.go-top-btn:hover {
    opacity: 1;
}

.go-top-btn img {
    width: 30px;
    height: 30px;
}

.market-sales {
    color: #ffff;
    text-align: center;
    padding: 11%;
    text-shadow: 2px 2px 8px #000000;
    background-image: url('Pt Kayu Mas Abadi/gudang1.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.photomarketsales {
    width: 40%;
    height: auto;
}

.content {
    background-color: #ffff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
}

.text-market {
    align-items: center;
    margin-top: 5%;
    width: 50%;
    text-align: center;
}

h1 {
    font-size: 3.5rem;
    color: #000000;
}

.text {
    color: #000000;
    text-align: justify;
    font-size: 1.4rem;
    padding-top: 8%;
}

.text-product {
    color: #000000;
    text-align: center;
}

.customer {
    background-image: url('/Pt Kayu Mas Abadi/16.1.JPG');
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center;
    align-items: center;
    padding-bottom: 40px;
}

.customer-text {
    width: 100%;
    height: auto;
    padding: 2%;
    background-color: #382806;
    color: #fff5ec;
}

.domestic-international {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff5ec;
    gap: 32%;
    font-size: 1rem;
    padding-top: 2%;
}

.photo {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000000;
    gap: 40px;
}

.local-customer, .outside-customer {
    width: 40%;
}

.local-domestic {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    color: #000000;
    background-color: #fff;
    padding: 30px;
}

.world-map {
    width: 70%;
}

.text-maps {
    width: 30%;
}

.text-maps .text {
    font-size: 2rem;
    width: 100%;
    text-align: center;
}

.domestic {
    position: relative;
}

.eksport {
    position: relative;
}

.outer {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
        -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}

.inner {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
        inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
        -0.5px -0.5px 0px rgba(255, 255, 255, 1),
        0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
        0px 12px 10px -10px rgba(0, 0, 0, 0.05);
}

#number {
    font-weight: 600px;
    color: #555;
}

#number1 {
    font-weight: 600px;
    color: #555;
}

circle {
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: 20px;
    stroke-dasharray: 472;
    stroke-dashoffset: 472;
    animation: anim 10s linear forwards;
}

.circle2 {
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: 20px;
    stroke-dasharray: 472;
    stroke-dashoffset: 472;
    animation: anim1 10s linear forwards;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.presentase {
    display: flex;
    flex-wrap: wrap;
    gap: 10%;
    justify-content: center;
    padding-top: 10%;
    width: 100%;
}

.text-domestic {
    text-align: center;
    padding-top: 20px;
}

.text-eksport {
    text-align: center;
    padding-top: 20px;
}

@keyframes anim {
    100% {
        stroke-dashoffset: 440;
    }
}

@keyframes anim1 {
    100% {
        stroke-dashoffset: 160;
    }
}

@media screen and (max-width:900px) {
    .text-market {
        flex-direction: column;
        width: 100%;
    }

    .photomarketsales {
        width: 100%;
    }

    .local-domestic {
        width: 100%;
        padding: 0px;
    }

    .world-map {
        width: 100%;
        padding: 0px;
    }

    .text-maps {
        width: 100%;
        text-align: center;
        padding: 7%;
    }

    .text-domestic {
        margin-left: 0px;
        padding-top: 20px;
    }

    .text-eksport {
        margin-left: 0px;
        padding-top: 20px;
    }

    .presentase {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }
}