html {
    scroll-behavior: smooth;
    font-family: "Inter", sans-serif;
}
body {
    background-color: #000;
}
a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
.brs8 {
    border-radius: 8px !important;
}
.brs10 {
    border-radius: 10px !important;
}
.brs12 {
    border-radius: 12px !important;
}
.brs15 {
    border-radius: 15px !important;
}
.line-cera {
    border-top: 2px solid #fff;
}

/* navbar */
.navbarTop {
    background-color: #000;
    height: 90px;
    padding: 25px;
}
.navbarTop .tanyaCera {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.navbarTop .tanyaCera:hover {
    color: #e0e0e0;
}
.sosmedTop {
    width: 44px;
    height: 44px;
    display: -webkit-inline-box;
    background-color: #fff;
    padding: 12px;
    color: #000 !important;
    border-radius: 50%;
}
.sosmedTop i {
    font-size: 20px;
}
.navbar.cera {
    margin-top: 90px;
    background-color: #000;
    color: #fff;
    height: 80px;
    border-top: 1px solid #494949;
    border-bottom: 1px solid #343434;
}
.navbar.cera .navbar-brand img {
    display: none;
}
.navbar.cera .navbar-nav .nav-link {
    padding: 0 15px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    transition: color 0.3s ease;
}
.navbar.cera .navbar-nav .nav-link:hover {
    color: #e0e0e0;
}
.navbar.cera .navbar-toggler {
    border-color: transparent;
}
.navbar.cera .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* banner */
.image-overlay-container {
    margin-top: 160px;
    padding: 38px 30px 60px;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.image-overlay-container img {
    border-radius: 3px;
    width: 100%;
    height: auto;
}
.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 1;
}
.overlay-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
}
.overlay-content h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}
.overlay-content p {
    font-size: 18px;
    line-height: 1.4;
}
.btn-cera {
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease;
}
.btn-cera:hover {
    background-color: rgb(218, 218, 218);
    color: black;
}

/* teks pendukung */
.teksPendukung {
    padding: 35px 30px;
    background-color: #232323;
    color: #fff;
}
footer {
    padding: 30px 0px;
    background-color: #000;
    color: #fff;
    text-align: center;
}
footer p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

/* penawaran harga */
.containerHome {
    padding: 35px 30px;
    color: #fff;
}
.title-container {
    font-size: 20px;
    font-weight: 500;
}
.subtitle-container {
    font-size: 20px;
}
.form-control {
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}
.form-control::placeholder {
    color: #ffffffc7;
}
.form-select {
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}
/* klien */
.logo-klien {
    width: 100%;
}

/* katalog */
.container-katalog {
    padding: 35px 30px;
    position: relative;
    overflow: hidden;
}
.container-katalog img {
    border-radius: 3px;
    width: 100%;
    height: auto;
    filter: brightness(0.7);
}
.overlay-katalog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 1;
}

/* kenapa pilih cera */
.img-kenapa {
    margin-bottom: 15px;
    width: 100%;
    border-radius: 3px;
    /* filter: brightness(0.6); */
}
.title-kenapa {
    font-size: 15px;
    font-weight: 500;
}
.text-kenapa {
    font-size: 13px;
    margin-bottom: 0;
}
.cardKenapa.bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #393939;
}
.border-center-kenapa {
    border-left: 1px solid #393939;
    border-right: 1px solid #393939;
}
.border-bottom-kenapa {
    border-top: 1px solid #393939;
}
.border-bottom-kenapa.left {
    border-left: 1px solid #393939;
}
.cardKenapaBawah {
    padding-top: 20px;
}

/* new product */
.owl-carousel .item {
    position: relative;
    overflow: hidden;
}
.owl-overlay-container {
    position: relative;
    overflow: hidden;
}
.owl-overlay-container img {
    /* filter: brightness(0.6); */
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.owl-overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding: 20px 0px 0px 20px;
    font-weight: bold;
    text-align: center;
}
.owl-overlay-text h3 {
    font-size: 16px;
}
.owl-custom-navigation {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -50px;
}
.owl-custom-navigation .btn {
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    background-color: #232323;
    border-radius: 50%;
}
.owl-custom-navigation .next-button {
    margin-left: 5px;
}

/* portofolio */
.cardPortofolio {
    position: relative;
    overflow: hidden;
}
.cardPortofolio img {
    /* filter: brightness(0.6); */
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.portofolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding: 20px 0px 0px 20px;
    font-weight: bold;
}
.portofolio-overlay h3 {
    font-size: 24px;
    font-weight: 500;
}
.portofolio-overlay-foot {
    width: 100%;
    border-top: 1px solid #9d9d9d;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 10px 0px 10px 20px;
}
.portofolio-teks h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 12px;
}
.portofolio-teks p {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
    border-top: 1px solid #393939;
    border-bottom: 1px solid #393939;
}

.footer-captions {
    column-count: 2;
    column-gap: 40px;
    text-align: justify;
}
/*responsive*/
@media screen and (max-width: 1024px) {
    .sosmedTop {
        width: 34px;
        height: 34px;
        padding: 6px 0 0 9px;
    }
    .sosmedTop i {
        font-size: 16px;
    }
    .navbarTop .tanyaCera {
        font-size: 16px;
    }
    .navbar.cera {
        height: 62px;
    }
    .navbar.cera .navbar-nav .nav-link {
        font-size: 16px;
        font-weight: 500;
    }
    .navbar.cera .navbar-nav {
        margin-top: 7px;
    }
    .overlay-content {
        left: 30%;
        transform: translate(-21%, -50%);
    }
    .image-overlay-container {
        margin-top: 140px;
    }
    .image-overlay-container img {
        min-height: 500px;
        object-fit: cover;
    }
    .overlay-content h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .overlay-content h2 {
        font-size: 20px;
    }
    .overlay-content p {
        font-size: 16px;
    }
    .container-katalog img {
        min-height: 550px;
        object-fit: cover;
    }
    .portofolio-teks h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .navbar-cera {
        padding: 0.5rem 0rem !important;
        z-index: 2;
    }
    .navbar-cera .navbar-toggler {
        margin-right: 10px;
    }
    .navbar.cera .navbar-nav .nav-link {
        padding: 5px 0px;
    }
    .navbar-cera .navbar-collapse {
        background-color: #2477bf;
    }
    .cardKenapa.bottom {
        border: 0;
        margin-top: 0;
    }
    .border-center-kenapa {
        border: 0;
    }
    .border-bottom-kenapa {
        border: 0;
    }
}

@media screen and (max-width: 768px) {
    .navbarTop {
        display: none;
    }
    .navbar.cera .navbar-collapse {
        background-color: #000;
        padding-bottom: 10px;
        margin-top: 7px;
    }
    .navbar.cera {
        border-top: 0;
        margin-top: 0;
    }
    .navbar.cera .navbar-brand img {
        display: block;
    }
    .image-overlay-container {
        padding: 20px 15px 30px;
        margin-top: 60px;
    }
    .image-overlay-container img {
        min-height: 550px;
    }
    .overlay-content {
        left: 20%;
        transform: translate(-13%, -50%);
    }
    footer {
        padding: 20px 0px;
    }
    footer p {
        font-size: 16px;
    }
    .teksPendukung {
        padding: 20px 15px 30px;
    }
    .containerHome {
        padding: 20px 15px 30px;
    }
    .title-container {
        font-size: 18px;
    }
    .subtitle-container {
        font-size: 17px;
    }
    .container-katalog {
        padding: 20px 15px 30px;
    }
    .border-bottom-kenapa.left {
        border: 0;
    }
    .portofolio-overlay h3 {
        font-size: 20px;
    }
    .img-portofolio-main {
        padding-bottom: 20px;
    }
    .portofolio-overlay-foot {
        padding: 10px 0px 35px 20px;
    }
}
@media screen and (max-width: 767px) {
    .container-katalog img {
        min-height: 750px;
    }
}
@media screen and (max-width: 575px) {
    .image-overlay-container img {
        min-height: 600px;
    }
    .overlay-content {
        left: 12%;
        transform: translate(-7%, -50%);
    }
    .overlay-content h1 {
        font-size: 24px;
    }
    .overlay-content h2 {
        font-size: 18px;
    }
    .overlay-content p {
        margin-bottom: 10px;
    }
    .image-overlay-container .d-flex.justify-content-center {
        display: block !important;
    }
    .image-overlay-container .d-flex.justify-content-center button {
        width: 100%;
        font-size: 15px;
    }
    .overlay-katalog {
        padding: 25px;
    }
    .img-kenapa.bawah {
        width: 120px;
        min-height: 80px;
        object-fit: cover;
    }
    .owl-overlay-text {
        padding: 10px 0px 0px 10px;
    }
    .owl-overlay-text h3 {
        font-size: 14px;
    }
    .owl-carousel-container .owl-dots {
        display: none;
    }
    .portofolio-overlay {
        padding: 10px 0px 0px 10px;
    }
    .portofolio-overlay h3 {
        font-size: 16px;
    }
    .portofolio-overlay-foot {
        padding: 8px 0px 30px 10px;
    }
    .footer-captions {
        column-count: 1;
    }
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
    .overlay-content h1 {
        font-size: 20px;
    }
    .overlay-content p {
        font-size: 14px;
    }
    .image-overlay-container .d-flex.justify-content-center button {
        font-size: 14px;
    }
}
