/* 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%;
    background-color: #ffffff;
}

.container-fluid {
    background-color: #382806;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

nav {
    background-color: #382806;
    width: 100%;
}

.container-fluid .navbar-nav .nav-item .nav-link {
    color: #c8b57a;
}

.container-fluid .navbar-nav .nav-item .nav-link:hover{
    color: #ffffff;
}

.carousel-item, .carousel-inner {
    justify-content: center;
    height: 46vw;
    position: relative;
}

.carousel-control-next, .carousel-control-prev {
    height: 46vw;
}

.user-name {
    color: #382806;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    flex-direction: column;
    display: flex;
}

.picture1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: -0.6vw;
}

.container {
    margin-top: 40px;
}

.card {
    box-shadow: 2px 6px 6px 0 rgba(22, 22, 26, 0.18);
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    text-align: center;
}

.card-title {
    margin-top: -40px;
}

.btn {
    padding-left: 100px;
    padding-right: 100px;
    background-color: #382806;
    text-align: center;
}

footer {
    background-color: #382806;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    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;
}

.decking {
    width: 300px;
    height: 300px;
}

.shiplap {
    width: 300px;
    height: 300px;
}

.why-us {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-top: 4%;
    height: auto;
}

.content-text {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #ffffff;
    flex-wrap: wrap;
}

.content-text .text {
    width: 50%;
    text-align: left;
    padding: 5%;
    font-size: 3vw;
    font-weight: 370;
    background-color: #434343;
}

.photo-kma {
    width: 50%;
    filter: brightness(50%) saturate(30%);
}

.photoKMA {
    width: 100%;
    float: right;
}

@media screen and (max-width: 600px) {
    .carousel-control-next, .carousel-control-prev {
        height: 70vw;
    }
}

@media screen and (max-width: 900px) {
    .content-text {
        flex-direction: column;
    }

    .content-text .text {
        width: 100%;
        font-size: 1.7rem;
        padding: 40px;
        text-align: center;
    }

    .photo-kma {
        width: 100%;
        margin-top: -10px;
    }
}