/********** Template CSS **********/
/*** Spinner ***/

/* Style Logo di Navbar */
.logo-navbar {
    width: 150px; /* Ukuran default logo */
    height: auto; /* Menjaga proporsi */
    object-fit: contain; /* Memastikan logo tidak terpotong */
    transition: all 0.3s ease-in-out; /* Animasi perubahan ukuran */
}

.swiper-pagination-bullet-active {
    background: #682f0c !important;
}

.search-bar {
    max-width: 500px;
    border: 2px solid #682f0c;
}
.job-list {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}
.job-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ff0000;
}
.job-company {
    color: #682f0c;
    font-weight: light;
}
.job-meta {
    font-size: 0.9rem;
    color: #aa7b4d;
}

.section-title {
    font-size: 20px;
    border-bottom: 2px solid #facc04;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.table {
    color: #682f0c;
    border-collapse: collapse;
    width: 100%;
}

.table td {
    border-bottom: 2px solid transparent;
}
.table th {
    border-bottom: 2px solid #facc04;
    padding: 8px;
}

.border-leker {
    border: 3px solid #ff0000 !important;
}

.btn-send {
    margin-top: 20px;
}

hr {
    border: 2px solid #682f0c;
}

.hr-border {
    width: 75%;
    border: 3px solid red;
}
.highlight {
    font-size: 18px;
}
.laba-bersih {
    font-size: 22px;
    text-align: center;
    border: 2px solid green;
    padding: 10px;
    margin-top: 10px;
    color: white;
    background-color: green;
}

.profit-sharing {
    font-size: 22px;
    text-align: center;
    border: 2px solid #682f0c;
    padding: 10px;
    margin-top: 10px;
    color: white;
    background-color: #682f0c;
}

.uang {
    font-size: 40px;
}

.promo-box {
    border: 5px solid red;
    padding: 30px;
    text-align: center;
    width: 600px;
    position: relative;
}
.title {
    font-size: 30px;
    font-weight: bold;
    color: red;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.title::before,
.title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 3px;
    background-color: red;
}
.title::before {
    left: -50px;
}
.title::after {
    right: -50px;
}
.harga-lama {
    font-size: 40px;
    font-weight: bold;
    color: red;
    position: relative;
    display: inline-block;
}
.harga-lama::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    background-color: black;
    transform: rotate(-10deg);
}
.harga-baru {
    font-size: 50px;
    font-weight: bold;
    color: red;
}
.info {
    font-size: 18px;
    color: red;
    margin-top: 10px;
}

.img {
    margin-left: 15rem;
}

.text {
    color: #aa7b4d;
}
/* Responsive Logo */
@media (max-width: 1700px) {
    .img {
        margin-left: 8rem;
    }
}

@media (max-width: 768px) {
    .logo-navbar {
        width: 120px;
        /* Lebih kecil untuk tablet */
    }
    .hero-header {
        position: relative;
        background: url(../img/sun.png) no-repeat;
        background-size: cover;
    }
    .img {
        margin-left: 10rem;
    }
}

@media (max-width: 700px) {
    .logo-navbar {
        width: 90px; /* Lebih kecil untuk HP */
    }
    .hero-header {
        position: relative;
        background: url(../img/sun.png) no-repeat;
        background-size: cover;
    }

    .img {
        margin-left: 1rem;
    }

    .report {
        margin-top: 30px;
    }

    .promo-box {
        border: 5px solid red;
        padding: 7px;
        text-align: center;
        width: 400px;
        position: relative;
        margin-left: 20px;
    }
    .title {
        font-size: 15px;
        font-weight: bold;
        color: red;
        position: relative;
        display: inline-block;
        padding: 0 30px;
    }
    .title::before,
    .title::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 20px;
        height: 3px;
        background-color: red;
    }
    .title::before {
        left: -50px;
    }
    .title::after {
        right: -50px;
    }
    .harga-lama {
        font-size: 30px;
        font-weight: bold;
        color: red;
        position: relative;
        display: inline-block;
    }
    .harga-lama::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 8px;
        background-color: black;
        transform: rotate(-10deg);
    }
    .harga-baru {
        font-size: 50px;
        font-weight: bold;
        color: red;
    }
    .info {
        font-size: 16px;
        color: red;
        margin-top: 10px;
    }
}

@media (max-width: 400px) {
        .harga-baru {
        font-size: 40px;
        font-weight: bold;
        color: red;
    }
    
        .harga-lama {
        font-size: 20px;
        font-weight: bold;
        color: red;
        position: relative;
        display: inline-block;
    }
    .harga-lama::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 8px;
        background-color: black;
        transform: rotate(-10deg);
    }
    
        .promo-box {
        border: 5px solid red;
        padding: 7px;
        text-align: center;
        width: 350px;
        position: relative;
        margin-left: 30px;
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}
@keyframes pulse {
    0% {
        transform: scale(0.5);
    } /* Ukuran normal */
    50% {
        transform: scale(0.9);
    } /* Perbesar lebih besar (default 1.05) */
    100% {
        transform: scale(0.5);
    } /* Kembali ke ukuran normal */
}

.animated.pulse {
    animation: pulse 1.5s infinite ease-in-out;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: 0.5s;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: 0.5s;
}

.navbar {
    padding: 11px 0 !important;
    height: 85px;
}

h2,
h5 {
    color: #facc04;
}

h1,
h6 {
    color: #682f0c !important;
}

p {
    color: #fce3a0;
}

.crispy {
    color: #facc04;
}

text-p {
    color: #fce3a0;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: #fff;
    font-weight: 500;
    transition: 0.5s;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #682f0c;
    font-weight: 500;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background-color: #facc04;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Hero Header ***/
.bg-pink {
    background-color: #fd1405 !important; /* Warna pink */
}

.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/sun.png) center no-repeat;
    background-size: cover;
}

.hero-header::before {
    position: relative;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* /* background: rgba(253, 20, 5, 1); 
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%); */
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--bs-light);
}

/*** Feature ***/
.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, 0.2) !important;
    z-index: 1;
}

/*** Deal ***/
.deal {
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.deal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
    position: relative;
    z-index: 1;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
}

/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}



/*** Product ***/
.product-item {
    transition: 0.1s;
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, 0.25);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}

/*** Testimonial ***/
.testimonial {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: #682f0c !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
    background-color: #682f0c;
}

/*** Blog ***/
.blog-item {
    transition: 0.1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(34, 39, 40, 0.25);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}

/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, 0.2) !important;
    z-index: 1;
}

/*** Newsletter ***/
.newsletter {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, 0.3);
}

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: 0.3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    padding: 5px;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
