/* # Developed by Kang Mohan - Konsultan Ekspor Impor */
/* # Copyright Indobed Indonesian Art Sleep Quality. All Rights Reserved. */
/*--------------------------------------------------------------
# General Style
--------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #000000;
}

/*--------------------------------------------------------------
# General Navbar
--------------------------------------------------------------*/
.navbar-nav .nav-item.active .nav-link {
    font-weight: bold;
    color: #B21F25 !important;
}

/*--------------------------------------------------------------
# General Fonts
--------------------------------------------------------------*/
.big-font {
    font-family: "Poppins", sans-serif;
    font-size: 3rem !important;
    font-weight: 900 !important;
}

.medium-font {
    font-family: "Poppins", sans-serif;
    font-size: 2rem !important;
    font-weight: 900 !important;
}

.small-font {
    font-family: "Poppins", sans-serif;
    font-size: 2rem !important;
    font-weight: 900 !important;
}


.letter-spacing {
    font-size: 1.75rem;
    font-weight: lighter;
    letter-spacing: 0.5rem;
}

.small-spacing {
    font-size: 1.25rem;
    font-weight: lighter;
    letter-spacing: 0.5rem;
}

.small-title {
    font-size: 2.5rem;
    font-weight: normal;
    letter-spacing: 0.75rem;
}


@media screen and (max-width: 768px) {
    h5 {
        font-size: 1.1rem;
    }

    .small-font {
        font-size: 1.5rem !important;
    }
}

/*--------------------------------------------------------------
# General Button
--------------------------------------------------------------*/
.btn-primary {
    font-size: 1rem;
    display: inline-block;
    padding: 14px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #C5A367;
    border: 2px solid #C5A367;
    /* Menambahkan border */
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.btn-primary:hover {
    background: #9E7C3D;
    border-color: #9E7C3D;
    /* Mengubah warna border saat hover */
    color: #ffffff;
}

/*--------------------------------------------------------------
# General Gutter
--------------------------------------------------------------*/
.row {
    margin-top: -15px;
    margin-bottom: -15px;
}
.row>.col,
.row>[class^="col-"] {
    padding: 15px 15px;
}

/*--------------------------------------------------------------
# General Card
--------------------------------------------------------------*/
.row-red .icon-box {
    margin-bottom: 1.25rem;
    padding: 3.125rem 2.5rem;
    border-radius: 0.375rem;
    background: url("../img/back-card.jpg");
}

.row-red .icon-box i {
    float: left;
    color: #fff;
    font-size: 2.5rem;
}

.row-red .icon-box h4 {
    margin-left: 4.375rem;
    font-weight: bold;
    margin-bottom: 0.9375rem;
    font-size: 1.5rem;
    color: #fff;
}

.row-red .icon-box h4 a {
    color: #fff;
    transition: 0.3s;
}

.row-red .icon-box h4 a:hover {
    color: #C5A367;
}

.row-red .icon-box p {
    margin-left: 4.375rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #fff;
}

.row-white .icon-box {
    margin-bottom: 1.25rem;
    padding: 3.125rem 2.5rem;
    border-radius: 0.375rem;
    background: #fff;
    box-shadow: 0px 0.125rem 0.9375rem rgba(0, 0, 0, 0.1);
}

.row-white .icon-box i {
    float: left;
    color: #CE2327;
    font-size: 2.5rem;
}

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
a:hover {
    color: #fff;
    text-decoration: underline;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    text-decoration: none;
    background: transparent;
    border: none;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #C5A367;
    color: #fff;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.back-to-top i:hover {
    background-color: #A9854F;
    color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# General Table
--------------------------------------------------------------*/
.table tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
    /* Sesuaikan warna sesuai dengan tema Bootstrap */
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.1s;
    z-index: 997;
    padding: 0;
    top: 40px;
    box-shadow: none !important
}

#header.header-scrolled {
    top: 0;
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
}

#header .logo a {
    color: #323232;
}

#header .logo img {
    max-height: 40px;
}

@media (max-width: 992px) {
    #header {
        top: 0;
    }

    #header .logo {
        font-size: 28px;
    }

    #header .logo img {
        max-width: 150px;
    }
}

/*--------------------------------------------------------------
# General Carousel
--------------------------------------------------------------*/
#myCarousel {
    height: 100vh;
    position: relative;
}

#myCarousel .carousel-item {
    height: 100vh;
}

#myCarousel .carousel-item img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: transparent;
    filter: invert(29%) sepia(89%) saturate(7491%) hue-rotate(-9deg) brightness(103%) contrast(114%);
    width: 30px;
    height: 30px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators li {
    background-color: #fff;
    opacity: 0.8;
}

.carousel-indicators .active {
    background-color: #C5A367;
}

@media (max-width: 768px) {
    #myCarousel {
        height: 50vh;
    }

    #myCarousel .carousel-item {
        height: 50vh;
    }

    #myCarousel .carousel-item img {
        height: 50vh;
    }
}

/*--------------------------------------------------------------
# General Section
--------------------------------------------------------------*/
section {
    overflow: hidden;
}

.section-bg {
    background-color: #F5F4F3;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 16px;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    color: #aaaaaa;
}

.section-title h2::after {
    content: "";
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #CE2327;
    margin: 4px 10px;
}

.section-title h3 {
    margin: 0;
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/
.cta3 {
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 0 60px 0;
    position: relative;
}

.cta3 h3 {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .cta3 {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta3 .cta3-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# General Product Grid
--------------------------------------------------------------*/
.grid .grid-item {
    border-radius: 0 !important;
    border: none !important;
}

.grid .grid-content {
    padding: 15px 0px 10px 0px;
}

.grid .grid-content h3 {
    font-weight: 700;
    font-size: 20px;
}

.grid .grid-content p a {
    color: #000000;
    transition: 0.3s;
}

.grid .grid-content p a:hover {
    color: #CE2327;
}

.grid .grid-content h3 a {
    color: #CE2327;
    transition: 0.3s;
}

.grid .grid-content h3 a:hover {
    color: #CD8F46;
}

.grid .grid-content p {
    font-size: 14px;
    color: #CD8F46;
}

.grid .grid-content h4 {
    font-size: 14px;
    background: #CE2327;
    padding: 7px 14px;
    color: #fff;
    margin: 0;
}

.grid .grid-content .price {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #CE2327;
}

.grid .trainer {
    padding-top: 15px;
    border-top: 1px solid #eef0ef;
}

.grid .trainer .trainer-profile img {
    max-width: 50px;
    border-radius: 50px;
}

.grid .trainer .trainer-profile span {
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #5a6c60;
}

.grid .trainer .trainer-rank {
    font-size: 18px;
    color: #657a6d;
}

/*--------------------------------------------------------------
# General Footer
--------------------------------------------------------------*/
#footer {
    color: #fff;
    font-size: 14px;
    background: #CE2327;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #FAFAFA;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #777777;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #CE2327;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #000000;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #CE2327;
}

#footer .footer-newsletter {
    color: #000000;
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #e0e5e2;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #CE2327;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #C5A367;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
}

#footer .credits a {
    color: #CE2327;
    transition: 0.3s;
}

#footer .credits a:hover {
    color: #C5A367;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #CE2327;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #C5A367;
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
# General Whatsapp
--------------------------------------------------------------*/
.wafloat i {
    position: fixed;
    width: 45px;
    height: 45px;
    top: 75%;
    right: 12.5px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.wafloat i:hover {
    background: #CE2327;
    color: #ffffff;
}

/*--------------------------------------------------------------
# General Product
--------------------------------------------------------------*/
.product #myCarousel {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.product #myCarousel .carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product #myCarousel .carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
}