* {
    margin: 0;
    padding: 0;
}

.pointer {
    cursor: pointer;
}

/* navigasi */
#navigasi {
    background-color: rgba(255, 255, 255, 0.9);
    position: sticky;
    top: 0;
    z-index: 100000;
}

#navigasi .active::after {
    content: "";
    padding: 2px 5px;
    background-color: rgb(150, 37, 37) !important;
    display: block;
    border-radius: 20px;
}

#navigasi .navbar-nav {
    margin-right: 10px;
}

#navigasi .navbar-brand img {
    height: 35px;
    margin-left: 30px;
}

#navigasi ul li {
    padding: 0 10px;
}

#navigasi ul li a {
    color: #111 !important;
    font-size: 1rem;
    font-weight: 600;
    float: right;
}

#navigasi ul li a:hover {
    color: rgb(150, 37, 37) !important;
    font-size: 1rem;
    transition: 0.5s;
    font-weight: 600;
}

/* carousel */
#carousel img {
    height: auto;
}

/* about us */
#aboutus {
    padding: 70px 0;
    background-color: #d8d8d8;
    transition: 0.5s;
}

#aboutus h1 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
    color: #111;
}

#aboutus .about {
    background-color: rgba(196, 196, 196, 0.4);
    padding: 20px;
    height: 180px;
}

#aboutus .utility {
    background-color: rgba(196, 196, 196, 0.4);
    height: 180px;
    padding: 20px;
}

#aboutus .about h2 {
    position: relative;
    font-size: 1.50rem;
    font-weight: 500;
}

#aboutus .about h3 {
    position: relative;
    font-size: 1.25rem;
}

#aboutus .utility h2 {
    position: relative;
    font-size: 1.50rem;
    font-weight: 500;
}

#aboutus .utility h3 {
    position: relative;
    font-size: 1.25rem;
}

/* #merk kami */
#merk {
    transition: 0.5s;
    padding: 70px 0;
}

#merk h1 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 50px;
}

#merk img {
    width: 450px;
    height: auto;
}

/* whyus */
#whyus {
    padding: 70px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
        url(../img/kuali.jpg);
    width: 100%;
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
}

#whyus h1 {
    font-size: 3rem;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

#whyus .icon {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    height: 95px;
    width: 95px;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    position: relative;
}

#whyus .col-lg-3 {
    padding: 10px 15px;
}

#whyus h3 {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

#whyus p {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

/* product */
#product {
    padding: 70px 0;
    transition: 0.5s;
    background-color: #d8d8d8;
}

#product h1 {
    font-size: 3rem;
    color: #111;
    text-align: center;
}

#product img {
    margin-top: 50px;
    height: 200px;
}

#product .btn {
    margin-top: 30px;
    width: 250px;
}

#product .btn-primary {
    background-color: rgb(150, 37, 37) !important;
    border: none !important;
}

#product .btn-primary:hover {
    border: none !important;
}

/* product modal */
#product .modal-header h5 {
    font-weight: 600;
}

#product .modal-content {
    margin-top: 70px;
    padding-left: 10px !important;
}

#product .modal-body img {
    margin: 0 30px 10px 0;
}

/* contact */
#contact {
    padding: 70px 0;
    transition: 0.5s;
}

#contact h1 {
    font-size: 3rem;
    color: #111;
    text-align: center;
    margin-bottom: 30px;
}

#contact .contact {
    margin-left: 80px;
}

#contact .fas,
#contact .fab,
#contact .far {
    font-size: 30px;
}

#contact .contact p {
    font-size: 20px;
}

footer {
    padding: 10px 0;
    height: 50px;
    background-color: #d8d8d8;
    color: #111;
    text-align: center;
    font-size: 1.25rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

footer a {
    text-decoration: none;
    color: rgb(150, 37, 37);
}

footer a:hover {
    color: rgb(150, 37, 37);
}

/* scroll top */
.material-scrolltop {
    background-color: rgb(150, 37, 37) !important;
}

@media (min-width : 1200px) {
    #aboutus .about h2 {
        font-size: 1.50rem;
    }

    #aboutus .about h3 {
        font-size: 1.25rem;
    }
}

@media (max-width : 991px) {
    #aboutus .about {
        border: none;
    }

    #product .col-lg-4 button {
        margin-left: 30px;
    }

    #contact .contact-map {
        width: 550px;
        height: 350px;
        margin-left: 70px;
    }

    #contact .contact {
        margin-top: 40px;
    }
}

@media (max-width :768px) {
    .carousel-inner {
        height: auto;
    }

    #contact .contact-map {
        width: 400px;
        height: 250px;
    }
}

@media (max-width : 480px) {
    .navbar-brand img {
        margin-left: 0;
    }

    #aboutus .about {
        border: none;
        padding: 0 20px;
    }

    #aboutus .utility {
        margin-top: 100px;
        padding: 0 20px;
    }

    #product .row {
        text-align: center;
    }

    #contact .contact-map {
        width: 350px;
        height: 250px;
    }

    #contact .contact {
        margin-top: 40px;
        font-size: 1rem;
    }

    #contact .contact b {
        font-size: 16px;
    }

    footer {
        height: 70px;
        padding: 20px 0;
        font-size: 1rem;
    }
}