/*AWAL TAMBAHAN TEKS*/

h1 {
    font-size: 48px !important;
}
h2 {
    font-size: 40px !important;
}
h3 {
    font-size: 32px !important;
}
h4 {
    font-size: 28px !important;
}
h5 {
    font-size: 24px !important;
}
h6 {
    font-size: 20px !important;
}

.text-large {
    font-size: 18px;
}

.text-medium {
    font-size: 16px;
}

.text-small {
    font-size: 14px;
}

.card-abu {
    padding: 35px !important;
}

.card-merah {
    padding: 35px !important;
}

.custom-card-body {
    padding: 40px;
}

.card-abu-merah {
    padding-top: 30px;
}

.card-abu {
    background-color: #696868;
}

.card-merah {
    background-color: #e0051d;
}

.div-card-header-home {
    padding-top: 10px;
    color: white;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin-top: -0.3rem;
    margin-bottom: 0.1rem;
    height: 100px;
}

.product-img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.underline-breadcrumb-utama {
    top: 54.5% !important;
}

.sub-warranty {
    text-align: left;
}

.custom-icon {
    font-size: 12px;
}

.product-card-category {
    width: 100%;
    height: 300px;
    /* background-color: aquamarine; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: rgb(78, 78, 78);
    font-size: 42px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card-category:hover .hover-text {
    opacity: 1;
}

.product-card-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(230, 229, 229, 0.5);*/
    background-color: rgb(240 240 240 / 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card-category:hover::before {
    opacity: 1;
}

.card-img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.div-card-header {
    padding: 20px;
    background-color: #f3f3f3;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-des-judul-home {
    width: 75%;
    display: inline-block;
}

.fa-magnifying-glass:hover{
    color: #000 !important;
}

@media (max-width: 1200px) {
    .div-card-header-home {
        padding-top: 10px;
        color: white;
        height: 65px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .text-des-judul-home {
        width: 80%;
    }
}
@media (max-width: 992px) {
    .img-header-nav {
        padding: 10px 10px 10px 10px !important;
    }
    .img-header-nav img {
        width: 250px !important;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .ca1 {
        background-color: #e0051d !important;
    }
    .ca2 {
        background-color: #696868 !important;
    }
    .ca3 {
        background-color: #696868 !important;
    }
    .ca4 {
        background-color: #e0051d !important;
    }
    .ca5 {
        background-color: #e0051d !important;
    }
    .ca6 {
        background-color: #696868 !important;
    }
    
    .text-des-judul-home {
        width: 90%;
    }
    .product-card-category::before {
        opacity: 1;
    }
    .unstyle-link {
        color: #717171 !important;
    }
    .hover-text {
        opacity: 1;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 20px !important;
    }
    h5 {
        font-size: 18px !important;
    }
    h6 {
        font-size: 16px !important;
    }

    /* Adjust paragraph */
    .text-large {
        font-size: 16px !important;
    }

    .text-medium {
        font-size: 14px !important ;
    }

    .text-small {
        font-size: 12px !important ;
    }

    /*tambahan start*/
    .judul-welcome {
        font-size: 24px !important;
    }

    .underline-breadcrumb-utama {
        top: 49.5% !important;
    }

    .breadcrumb-kotak-utama {
        font-size: 12px !important;
    }
    .contact-bread-utama {
        font-size: 12px !important;
    }
    .underline-breadcrumb {
        top: 50% !important;
    }

    .breadcrumb-kotak {
        font-size: 12px !important;
    }

    .product-img {
        width: 100%;
        height: 120px;
        object-fit: contain;
    }

    .text-count-1 {
        font-size: 20px !important;
    }
    .text-count-2 {
        font-size: 14px !important;
    }
    .text-count-3 {
        font-size: 12px !important;
    }

    .card-header-text {
        font-size: 14px !important;
    }

    .card-abu {
        padding: 15px !important;
    }

    .card-merah {
        padding: 15px !important;
    }

    .card-abu-merah {
        padding-top: 0px;
        padding: 0px;
    }

    .text-why-1 {
        font-size: 12px !important;
    }

    .custom-card-body {
        padding: 15px;
        padding-bottom: 25px;
    }

    .div-card-header-home {
        padding-top: 10px;
        color: white;
        height: 25px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .div-img {
        height: 70px;
    }

    .custom-icon {
        font-size: 10px !important;
    }
    .product-card-category {
        width: 100%;
        height: 120px;
    }
    .card-img {
        width: 120px;
        height: 120px;
        object-fit: contain;
    }

    .hover-text {
        font-size: 20px;
    }

    .py-2.px-2.btn.btn-outline-secondary.lato-bold.text-medium {
        margin-left: 10px !important;
    }
    /*tambahan end*/
    
    .text-des-judul-home {
        width: 100%;
    }
    
    .col-li {
        padding-left : 10px  !important;
    }
    
    .hover-text {
        opacity: 1;
    }
}
.contact-bread {
    position: absolute;
    font-size: 15px !important;
}

@media (max-width: 576px) {
    .learnmore-produk {
        padding: 0px;
    }

    .div-card-header {
        padding: 10px;
        background-color: #f3f3f3;
        height: 270px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .leave-us-a-message {
        padding-left: 20px !important;
    }

    .section-contactus-3 .leave-us-a-message {
        border-left: 2px solid #e0051d;
        padding-left: 20px !important;
    }

    .card-body.custom-card-body h4 {
        font-size: 15px !important;
    }
}
@media (max-width: 500px) {
    .breadcrumb-kotak {
        /*display: block !important;*/
    }

    .contact-bread {
        position: static;
        margin-top: 5px;
        font-size: 12px !important;
    }
    .card-overlay h6 {
        font-size: 12px !important;
    }
    .card-overlay {
        height: 70px !important;
    }
    .icon-siz-gedung {
        padding-top: 10px !important;
    }
    .img-header-nav img {
        width: 200px !important;
    }
    .underline-breadcrumb {
        top: 53% !important;
    }

    .breadcrumb-kotak-produk {
        font-size: 8px !important;
    }
    .contact-bread-produk {
        font-size: 8px !important;
    }
}
@media (max-width: 400px) {
    .custom-icon {
        font-size: 8px !important;
    }

    .icon-siz-gedung {
        padding-top: 15px !important;
    }

    .img-header-nav {
        padding: 10px 10px 10px 10px !important;
    }
    .img-header-nav img {
        width: 150px !important;
    }

    .breadcrumb-kotak-utama {
        font-size: 10px !important;
    }
    .breadcrumb-kotak {
        font-size: 10px !important;
    }
    .breadcrumb-kotak-produk {
        font-size: 8px !important;
    }
    .contact-bread-utama {
        font-size: 8px !important;
    }
    .contact-bread-produk {
        font-size: 8px !important;
    }
    
    .contact-bread {
        font-size: 8px !important;
    }
    .underline-breadcrumb {
        top: 48% !important;
    }

    .underline-breadcrumb-produk {
        top: 48% !important;
    }
    
    
    .underline-breadcrumb-utama {
        top: 39% !important;
    }
}

/*AKHIR TAMBAHAN TEKS*/

/*AWAL BREADCRUMB*/

/*AKHIR BREADCRUMB*/

/* AWAL TAMBAHAN LT*/
/* AWAL NAVBAR */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 0px;
    padding-left: 0px;
}

.button-submit:hover {
    background-color: #9b0011;
}

.navbar-nav .nav-link {
    font-size: 14px !important;
}
.select-language {
    font-size: 12px !important;
}
.nav-item:hover > .dropdown-menu {
	display: inline-block;
}
/* .navbar-nav .nav-item {
  position: relative;
  display: inline-block; 
}
 
.navbar-nav .nav-item:not(:last-child)::after {
  content: "|"; 
  position: absolute;
  right: -20px; 
  color: #000; 
} */

.arial-bold {
    font-family: Arial, Helvetica, sans-serif;
}

.btn-outline-red {
    background-color: transparent;
    color: #e0051d;
    border: 2px solid #e0051d;
    border-radius: 20px;
    text-decoration: none;
}

.btn-outline-red:hover {
    background-color: #e0051d;
    color: white;
    border: 2px solid #e0051d;
    border-radius: 20px;
    text-decoration: none;
}

.btn-outline-blue {
    background-color: transparent;
    color: #e0051d;
    border: 2px solid #e0051d;
    border-radius: 20px;
    text-decoration: none;
}

.btn-outline-blue:hover {
    background-color: #e0051d;
    color: white;
    /* border: 2px solid #0079c1; */
    /* border-radius: 20px; */
    /* text-decoration: none; */
}

/* Bawah Globe VV */
.height-6card {
}
.icon-siz {
    width: 110px;
    /* width: 110px; */
}
.lato-64 {
    font-size: 64px;
    color: #e0051d;
}
.lato-36 {
    font-size: 36px !important;
}
.lato-32a {
    font-size: 32px !important;
}
.lato-32 {
    font-size: 28px !important;
}
.lato-28 {
    font-size: 28px !important;
}

.lato-24 {
    font-size: 24px !important;
}
.lato-20 {
    font-size: 20px !important;
}
.lato-18 {
    font-size: 18px !important;
}
.lato-16 {
    font-size: 16px !important;
}
.lato-14 {
    font-size: 14px !important;
}
.lato-12 {
    font-size: 12px !important;
}
.lato-10 {
    font-size: 10px !important;
}

/* AKHIR NAVBAR */

/* AWAL PRODUCT */
/* AWAL PRODUCT */
.unstyle-link {
    color: black !important;
}

.unstyle-link :hover {
    color: #717171 !important;
}

.unstyle-link .lato-black {
    display: block;
}

.container-text {
    display: flex;
    align-items: center;
    height: 100%;
}
.container-product {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    position: relative;
}

/* Lingkaran */
.lingkaran-product {
    width: 500px;
    height: 500px;
    background-color: #0079c1;
    border-radius: 50%;
    position: relative;
}

/* Gambar di atas lingkaran */
.gambar-product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.gambar-product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cari-produk {
    font-size: 12px;
}

.categoryy .cari-produk {
    border: 2px solid #000;
    font-size: 14px;
}

.cari-produk:hover {
    color: #fff !important;
    border: 0px solid #e0051d;
}

.cari-produks:hover {
    color: #fff !important;
    border: 0px solid #e0051d;
}

.cari-produk:hover .fa-angles-right {
    color: #fff !important;
}
.cari-produks:hover .fa-angles-right {
    color: #fff !important;
}

@media (max-width: 992px) {
    .navbar-nav {
        width: 100px;
    }

    .container-product {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 500px;
        position: relative;
    }
    /* Lingkaran */
    .lingkaran-product {
        width: 350px;
        height: 350px;
        background-color: #0079c1;
        border-radius: 50%;
        position: relative;
    }

    /* Gambar di atas lingkaran */
    .gambar-product {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*width: 500px;*/
        /*height: 500px;*/
    }
}

.nav-sub-category .nav-tabs .nav-item {
    padding: 0px;
}

.nav-sub-category .nav-tabs .nav-link {
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
    padding: 0;
    margin: 0;
    height: 60px;
    width: 150px;
    color: #000;
    border: none;
    background-color: #ffffff;
    border-radius: 0px;
    border-bottom: 3px solid #c3c3c3;
}

.nav-sub-category .nav-tabs .nav-link:hover {
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
    font-weight: 700;
    border-bottom: 3px solid #e0051d;
}
.nav-sub-category .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #e3e3e3;
    border: none;
    border-radius: 0px;
    font-weight: 700;
    border-bottom: 3px solid #e0051d;
}

.card-img-top {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.div-card-header img {
    /* height: 300px !important; */
    /* width: 300px !important; */
}

/* AKHIR PRODUCT */
/* Akhir TAMBAHAN LT*/

/* AWAL TAMBAHAN WH */
/* AWAL NAVBAR */

.arial-bold {
    font-family: Arial, Helvetica, sans-serif;
}

.btn-outline-red {
    background-color: transparent;
    color: #e0051d;
    border: 2px solid #e0051d;
    border-radius: 20px;
    text-decoration: none;
}

.btn-outline-red:hover {
    background-color: #e0051d;
    color: white;
    border: 2px solid #e0051d;
    border-radius: 20px;
    text-decoration: none;
}

/* Bawah Globe VV */

.icon-siz {
    width: auto;
    padding: 0 !important;
    margin: 0% !important;
}

.icon-siz-clock {
    width: auto;
    padding: 0 !important;
    margin: 0% !important;
}
.display-end-mobile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.display-end-mobile-diff {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.icon-siz-bed {
    width: 75px;
}

.icon-siz-crane {
    width: auto;
    /* padding: 0 !important;
  margin: 0% !important; */
}

/* AKHIR NAVBAR */

/* Akhir TAMBAHAN */

.navbar-nav .nav-link {
    font-size: 13px;
    /* Ganti 16px dengan ukuran font yang diinginkan */
    color: #000;
    /* Ganti dengan warna teks yang diinginkan */
}

/* Ubah warna teks pada item navbar saat di-hover */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    font-weight: 400;
    /* Ganti dengan warna hover yang diinginkan */
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 13px;
    /* Ukuran font untuk item dropdown */
    margin-bottom: 10px;
}

.no-caret::after {
    display: none;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    /* Menghilangkan background saat hover dan klik */
    font-weight: 400;
    /* Sesuaikan warna teks jika diperlukan */
}

.choose-img {
    width: 100%;
    /* Full width */
    height: 200px;
    /* Fixed height */
    object-fit: cover;
    /* Maintain aspect ratio */
}

a {
    text-decoration: none;
}

.btn-primary {
    background-color: #20488e;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
}

.btn-primary-banner {
    background-color: #e0051d;
    color: white;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
}

.btn-primary-banner:hover {
    background-color: #19376c;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
}

.btn-primary:hover {
    background-color: #19376c;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}

.btn-outline-primary {
    background-color: transparent;
    color: #20448e;
    border-color: #20448e;
    border: 2px solid #20448e;
    border-radius: 20px;
    text-decoration: none;
}

.btn-outline-primary:hover {
    background-color: #20448e;
    color: white;
    border-color: #20448e;
    border-radius: 20px;
    text-decoration: none;
}

.btn-outline-secondary {
    background-color: transparent;
    color: #e0051d;
    border: 2px solid #e0051d;
    border-radius: 20px;
    text-decoration: none;
}

.btn-outline-secondary:hover {
    background-color: #e0051d;
    color: white;
    border: 2px solid #e0051d;
    border-radius: 20px;
    text-decoration: none;
}

.btn-out-secondary {
    background-color: transparent;
    color: #e0051d;
    border: 2px solid #e0051d;
    text-decoration: none;
}

.btn-out-secondary:hover {
    background-color: #e0051d;
    color: white;
    border: 2px solid #e0051d;
    text-decoration: none;
}

.btn-secondary {
    background-color: #e0051d;
    color: white;
    text-decoration: none;
}

.btn-secondary:hover {
    background-color: #950010;
    color: white;
    text-decoration: none;
}

.btn-outline-dark-back:hover {
    background-color: #e1e1e1;
}

.btn-outline-dark {
    font-size: 13px;
    border-radius: 20px;
}

.btn-outline-dark:hover {
    /*background-color: #e0051d;*/
    background-color: #c3c3c3;
}

.btn-light {
    background-color: #e4e4e3;
    text-align: center;
    color: #4d4e4d;
    border: 1px solid #c3c3c3;
}

.btn-light:hover {
    background-color: #e0051d;
    text-align: center;
    color: white;
    border: 1px solid #c3c3c3;
}

.btn-white {
    background-color: #ffffff;
    font-size: 10px;
    text-align: center;
    color: black;
}

.btn-white:hover {
    background-color: #e4e4e3;
    text-align: center;
    color: black;
}

.product-card {
    border-radius: 5px;
    height: 450px;
    padding: 20px;
}

.product-card a {
    text-decoration: underline;
}

.img-menu {
    width: 300px;
    height: 150px;
    object-fit: cover;
}

.custom-img {
    width: auto;
    /* Pastikan semua gambar memiliki lebar yang sama */
    height: 30px;
    /* Pastikan semua gambar memiliki tinggi yang sama */
}

.experience-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.experience-card p {
    word-wrap: break-word;
    /* Memastikan teks terbungkus */
    max-width: 100px;
    /* Sesuaikan dengan lebar yang diinginkan */
    margin: 0 auto;
    /* Memusatkan teks */
}

.why-card-body {
    background-color: white;
    height: 170px;
}

/* .why-card-body:hover {
background-color: #20488e;
color: white;
} */

.why-card-text {
    font-size: 12px;
}

.lato-thin {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-semibold {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.lato-bold {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* Mengatur font default */

/* Font dengan ketebalan sangat tipis (100) */
.thin-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

/* Font dengan ketebalan tipis (200) */
.extra-light-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

/* Font dengan ketebalan ringan (300) */
.light-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

/* Font dengan ketebalan normal (400) */
.regular-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/* Font dengan ketebalan medium (500) */
.medium-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* Font dengan ketebalan semi-bold (600) */
.semi-bold-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/* Font dengan ketebalan tebal (700) */
.bold-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* Font dengan ketebalan sangat tebal (800) */
.extra-bold-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

/* Font dengan ketebalan maksimum (900) */
.black-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

/* Customisasi dot navigation */
.carousel-indicators.custom-indicators {
    position: absolute;
    top: 88%;
    left: -9%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-start;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff;
}

.carousel-indicators .active {
    background-color: #e0051d;
}

.carousel {
    overflow: hidden;
}

.carousel-item {
     /*height: 500px; */
    /*height: 700px;*/
    /* Atur tinggi yang diinginkan untuk semua item carousel */
    /*object-fit: cover;*/
    /* Memastikan gambar dan video menutupi seluruh area */
}

.carousel-item video {
    width: 100%;
     /*height: 500px; */
    /*height: 700px;*/
}

.carousel-item img {
    width: 100%;
     /*height: 550px; */
    /*height: 700px;*/
    object-fit: cover;
}

/* .carousel-item video {
  width: fit-content;
  height: 100%;
  display: block;
  margin: 0 auto;
} */

/* Text di atas dot navigation */
.carousel-text {
    color: white;
    font-size: 14px;
    margin-bottom: 5px;
}

.carousel-caption.custom-caption-overview {
    position: absolute;
    top: 40%;
    right: 30%;
    transform: translate(50%, -50%);
    text-align: right;
    color: #000;
    max-width: 80%;
    /* Membatasi lebar agar tidak terlalu melebar */
}

.carousel-caption .title {
    font-size: 2.5rem;
    color: #e0051d;
}

.carousel-caption .overview {
    font-size: 1rem;
    color: #e0051d;
}

.carousel-caption .subtitle {
    font-size: 1rem;
    color: #777776;
    margin-bottom: 10px;
}

/* Customisasi posisi teks carousel */
.carousel-caption.custom-caption {
    position: absolute;
    bottom: 15%;
    text-align: left;
    left: 5%;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.carousel-caption.custom-caption-product {
    /* position: absolute;
  bottom: 15%;
  text-align: left;
  left: 5%; */
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.b-5 {
    bottom: 3.25rem;
}

.custom-card {
    border: none;
    /*border-radius: 10px;*/
    background-color: #f3f3f3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.custom-card img {
    /*border-top-left-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
}

.custom-card-title {
    color: #000000;
    font-weight: bold;
}

.custom-card-button {
    background-color: #1a2e6c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    /* pastikan tombol berada di atas elemen lain */
    transition: opacity 0.3s;
    /* efek transisi saat muncul atau menghilang */
}

.back-to-top img {
    width: 30px;
    height: 30px;
}

.card-trusted {
    position: relative;
    overflow: hidden;
    left: -5%;
}

.carousel-control-prev {
    position: absolute;
    top: 50%;
    /* Posisikan di tengah secara vertikal */
    /* left: 20px; Jarak dari kiri */
    transform: translateY(-50%);
    /* Untuk memastikan tombol benar-benar berada di tengah */
}

.carousel-control-next {
    position: absolute;
    top: 50%;
    /* Posisikan di tengah secara vertikal */
    /* right: 10px; Jarak dari kanan */
    transform: translateY(-50%);
    /* Untuk memastikan tombol benar-benar berada di tengah */
}

.dot {
    height: 8px;
    width: 8px;
    background-color: #20488e;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5rem;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

.table {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
}

.table td {
    color: #353535;
}

.table .bg-red {
    background-color: #e0051d;
    color: white;
}

@media (max-width: 992px) and (min-width: 769px) {
    .btn-primary {
        background-color: #20488e;
        color: white;
        font-size: 12px;
        border-radius: 5px;
        text-decoration: none;
    }

    /* Untuk tampilan tablet */
    .carousel-item {
        height: 500px;
        /* Atur tinggi item carousel untuk layar tablet */
        width: 100%;
    }

    .carousel-caption.custom-caption {
        font-size: 12px;
        /* Sesuaikan ukuran teks di tablet */
    }
    .carousel-caption.custom-caption-product {
        font-size: 12px;
        /* Sesuaikan ukuran teks di tablet */
    }
    .carousel-caption.custom-caption-overview {
        font-size: 8px;
    }

    .carousel-caption.custom-caption-overview-left {
        font-size: 12px;
    }

    .carousel-caption h2,
    h1 {
        font-size: 20px;
        /* Sesuaikan ukuran teks */
    }

    /*.carousel-item img,*/
    /*.carousel-item video {*/
    /*    width: 100%;*/
    /*    height: 500px;*/
    /*    object-fit: cover;*/
    /*    object-position: center;*/
    /*}*/

    .carousel-indicators.custom-indicators {
        top: 87%;
    }

    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
    }

    .carousel-indicators .active {
        background-color: #e0051d;
    }

    .card-text {
        font-size: 12px;
    }
}

/* Tetap gunakan aturan untuk mobile di bawah 768px */
@media (max-width: 768px) {
    .card-why-mak .card-body .card-text {
        font-size: 16px !important;
    }

    .card-why-mak .card-body .card-header {
        font-size: 19px !important;
    }
    .b-5 {
        bottom: 2.25rem;
    }
    .lato-64 {
        font-size: 40px;
        color: #e0051d;
    }

    .lato-32 {
        font-size: 17px;
    }

    .span-year {
        font-size: 16px;
    }
    .img-menu {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .carousel-item {
        height: 300px;
        /* Atur tinggi item carousel untuk layar kecil */
        width: 100%;
    }

    .carousel-item img,
    .carousel-item video {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .carousel-caption.custom-caption {
        font-size: 8px;
        /* Sesuaikan ukuran teks */
    }

    .carousel-caption.custom-caption-product {
        font-size: 8px;
        /* Sesuaikan ukuran teks */
    }

    .carousel-caption .title {
        font-size: 1rem;
        /* Ukuran font lebih kecil di mobile */
    }

    .carousel-caption .overview {
        font-size: 0.8rem;
        /* Ukuran font lebih kecil di mobile */
    }

    .carousel-caption .overview::before {
        width: 40px;
        /* Panjang garis lebih kecil di mobile */
    }

    .carousel-caption .subtitle {
        font-size: 0.5rem;
        /* Ukuran font subtitle lebih kecil di mobile */
    }

    .carousel-caption.custom-caption-overview h1 {
        font-size: 12px;
    }

    /* .carousel-caption.custom-caption-overview a {
  position: absolute;
  text-align: right;
  padding: 5px 8px;
  bottom: 5px;
  right: 0%;
  font-size: 8px;
} */

    .carousel-caption.custom-caption-overview-left a {
        position: absolute;
        text-align: left;
        padding: 5px 8px;
        /* top: 115px; */
        bottom: 5px;
        left: 0%;
        font-size: 8px;
    }

    .carousel-caption h2,
    h1 {
        font-size: 16px;
        /* Sesuaikan ukuran teks */
    }

    .carousel-item img,
    .carousel-item video {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    .carousel-indicators.custom-indicators {
        top: 83%;
    }

    .carousel-indicators [data-bs-target] {
        width: 5px;
        height: 5px;
    }

    .carousel-indicators .active {
        background-color: #e0051d;
    }

    .card-trusted {
        position: relative;
        overflow: hidden;
        left: 0%;
    }
    
    .categoryy .justify-content-end {
        justify-content: flex-start !important;
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

.slide-right {
    animation: slideRight 1s ease-in-out;
}

.img-history {
    width: 450px;
    height: 350px;
    object-fit: contain;
    object-position: center;
}

.timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #6c757d;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

.timeline-item {
    position: relative;
    margin: 2rem 0;
}

.timeline-item::after {
    content: '';
    display: table;
    clear: both;
}

.timeline-item .timeline-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #007bff;
    width: 15px;
    height: 50px;
    z-index: 1;
}

.timeline-item .timeline-content {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    width: 45%;
}

.timeline-item.left .timeline-content {
    float: left;
    text-align: right;
}

.timeline-item.right .timeline-content {
    float: right;
}

.timeline-item img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .timeline-item .timeline-content {
        width: 100%;
        text-align: left;
    }

    .timeline-item.left .timeline-content,
    .timeline-item.right .timeline-content {
        float: none;
    }
    
    .informasi-icon {
        margin-top: 5px !important;
    }
}

@media (min-width: 1400px) {
    .navbar-nav .nav-item {
        margin-left: 8px;
        margin-right: 8px;
    }
    .navbar-nav {
        /*margin-left: 200px !important;*/
    }
}

@media (min-width: 1200px) {
    .navbar-nav .nav-link {
        font-size: 14px !important;
    }

    .select-language {
        font-size: 12px !important;
    }

    .button-74OMBP {
        background-color: var(--pink-swan);
        border: 2px solid;
        border-color: var(--pink-swan);
        border-radius: 22px;
        height: 33px;
        width: 250px;
        overflow: hidden;
        position: relative;
        margin-top: 8px;
    }

    .ellipse_739-WfxWzD {
        color: white;
        border: 0;
        background-color: transparent;
        height: 18px;
        left: 83%;
        position: relative;
        top: 1px !important;
        width: 19px;
    }

    .rectangle-22179-WfxWzD {
        background-color: var(--white);
        height: 106px;
        left: 0px;
        position: absolute;
        top: -30px;
        width: 80%;
    }

    .search-WfxWzD {
        background-color: transparent;
        border: none;
        color: black;
        font-family: var(--font-family-lato);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        height: auto;
        position: absolute;
        top: 4px;
        left: 10px;
        width: 75%;
        outline: none;
        text-align: left;
    }

    .navbar-nav .nav-item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .nav-item.active .nav-link::after,
    .nav-item .nav-link:hover::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 2px;
        background-color: #e0051ded;
        transform: scaleX(0);
        transform-origin: left;
    }

    .nav-item.active .nav-link::after {
        transform: scaleX(1);
    }

    .nav-item .nav-link:hover::after {
        transform: scaleX(1);
    }
}

@media (max-width: 1200px) {
    .navbar-nav .nav-link {
        font-size: 12px !important;
    }

    .select-language {
        font-size: 10px !important;
    }

    .button-74OMBP {
        background-color: var(--pink-swan);
        border: 2px solid;
        border-color: var(--pink-swan);
        border-radius: 22px;
        height: 33px;
        width: 140px;
        overflow: hidden;
        position: relative;
        margin-top: 8px;
    }

    .ellipse_739-WfxWzD {
        color: white;
        border: 0;
        background-color: transparent;
        height: 14px;
        left: 80%;
        position: relative;
        top: 5px;
        width: 14px;
    }
    .rectangle-22179-WfxWzD {
        background-color: var(--white);
        height: 106px;
        left: 0px;
        position: absolute;
        top: -30px;
        width: 80%;
    }

    .search-WfxWzD {
        background-color: transparent;
        border: none;
        color: black;
        font-family: var(--font-family-lato);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        height: auto;
        position: absolute;
        top: 4px;
        left: 10px;
        width: 75%;
        outline: none;
        text-align: left;
    }

    .nav-item .nav-link {
        text-decoration: none;
        font-weight: normal;
        position: relative;
        color: black;
        padding-top: 8px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 0px !important;
    }

    .nav-item.active .nav-link {
        font-weight: 400;
    }

    .nav-item.active .nav-link::after,
    .nav-item .nav-link:hover::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 2px;
        background-color: #e0051d;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease-in-out;
    }

    .nav-item.active .nav-link::after {
        transform: scaleX(1);
    }

    .nav-item .nav-link:hover::after {
        transform: scaleX(1);
    }
}

@media (min-width: 993px) {
    .lato-64 {
        font-size: 59px;
        color: #e0051d;
    }

    .lato-32 {
        font-size: 25px;
    }

    .span-year {
        font-size: 23px;
    }
    .navbar-nav {
        margin-left: auto;
    }

    .navbar-nav .nav-item {
        position: relative;
        display: inline-block;
    }

    .navbar-nav .nav-item:not(:last-child)::after {
        content: '|';
        position: absolute;
        right: -5.5px;
        top: -8px;
        bottom: -20px;
        font-size: 29px;
        font-weight: 100;
        color: #c3c3c3;
        transform: scaleX(0.2);
    }

    .lang-en::after {
        content: '|';
        position: absolute;
        right: 68.5px;
        top: -1px;
        font-size: 19px;
        font-weight: 100;
        color: #c3c3c3;
        transform: scaleX(0.2);
    }

    .search_new {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .nav-item .nav-link {
        text-decoration: none;
        font-weight: normal;
        position: relative;
        color: black;
        padding-top: 8px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 0px !important;
        margin-right: 10px;
        margin-left: 10px;
    }

    .nav-item.active .nav-link {
        font-weight: 600;
    }
    .ms-2 {
        margin-bottom: 10px;
    }

    .navbar-nav .nav-item {
        margin-left: 2px;
        margin-right: 2px;
    }

    .nav-item .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #e0051d;
        transition: width 0.3s ease-in-out;
    }
    /* Untuk elemen 'After-Sales Service' */
    .dropdown-item::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #e0051d;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease-in-out;
    }

    .dropdown-item:hover::after {
        transform: scaleX(1);
    }

    /* Tambahkan ini jika dropdown-item tidak memiliki position relative */
    .dropdown-item {
        position: relative;
    }
}

@media (max-width: 992.98px) {
    .lato-64 {
        font-size: 40px;
        color: #e0051d;
    }

    .lato-32 {
        font-size: 17px;
    }

    .span-year {
        font-size: 16px;
    }
    .button-74OMBP {
        background-color: var(--pink-swan);
        border: 2px solid;
        border-color: var(--pink-swan);
        border-radius: 22px;
        height: 33px;
        width: 280px;
        overflow: hidden;
        position: relative;
        margin-top: 8px;
    }

    .ellipse_739-WfxWzD {
        color: white;
        border: 0;
        background-color: transparent;
        height: 18px;
        left: 85%;
        position: relative;
        top: 5px;
        width: 19px;
    }

    .rectangle-22179-WfxWzD {
        background-color: var(--white);
        height: 106px;
        left: 0px;
        position: absolute;
        top: -30px;
        width: 83%;
    }

    .search-WfxWzD {
        background-color: transparent;
        border: none;
        color: black;
        font-family: var(--font-family-lato);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        height: auto;
        position: absolute;
        top: 4px;
        left: 10px;
        width: 75%;
        outline: none;
        text-align: left;
    }

    .search_new {
        display: flex;
        flex-direction: column;
    }

    .ms-2 {
        margin-top: 10px;
    }

    .nav-item .nav-link {
        text-decoration: none;
        font-weight: normal;
        position: relative;
        color: black;
        padding-top: 8px;
        flex-grow: 1;
    }

    .nav-item.active .nav-link {
        font-weight: 600;
    }

    .navbar-nav .nav-link {
        font-size: 13px !important;
    }

    .nav-item .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #e0051d;
        transition: width 0.3s ease-in-out;
    }

    .dropdown-item::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #e0051d;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease-in-out;
    }

    .dropdown-item:hover::after {
        transform: scaleX(1);
    }

    .dropdown-item {
        position: relative;
    }

    .card-why-mak .card-body .card-text {
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        margin: 0%;
        font-family: 'Lato', sans-serif;
    }
}

@media (max-width: 576px) {
    .navbar-nav {
        padding-left: 10px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .lato-bold {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    .display-end-mobile {
        display: flex;
        justify-content: flex-end;
    }

    .display-end-mobile-diff {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .icon-siz-bed {
        width: 100px;
        margin: 0px;
    }

    .div-globe {
        width: 100%;
        height: 317px !important;
        overflow: hidden;
        position: relative;
    }

    .globe {
        width: auto !important;
        height: auto !important;
    }
    .section-icon {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .span-trailing {
        color: #e0051d;
        /*font-size: 18px;*/
    }
}

.all-product {
    padding: 0px !important;
}

.span-trailing {
    color: #e0051d;
}

.card-why-mak {
    align-items: center;
    /*width: 20rem;*/
    width: 350px;
}
.card-why-mak .card-body .card-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    margin: 0%;
    font-family: 'Lato', sans-serif;
}
.card-why-mak .card-body {
    margin: 0%;
    padding: 0%;
}
.card-why-mak .card-body .card-header {
    font-size: 25px;
    color: #ffffff;
    padding: 0%;
    margin: 0%;
    background-color: transparent;
    border: none;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.img-card {
    width: 30%;
    height: auto;
    align-items: center;
}

/*.div-card-header{*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  flex-direction: row;*/
/*  width: 100%;*/

/*  height: 40px;*/

/*}*/

.div-card-text {
    padding-top: 10px;
}

.section-after-banner {
    position: relative;
    height: 25px;
    top: -20px;
    border-radius: 20px 20px 0 0;
    background-color: rgb(255, 255, 255);
}

.fa-angles-right {
    font-size: 12px;
    margin-left: 2px !important;
    margin-right: 2px !important;
    color: #e0051d;
}

.lato-bold-center {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}

.tagline-our-credo {
    font-size: 25px;
}

.isi-our-credo {
    font-size: 18px;
}

:root {
    --abbey: #4d4e4d;
    --alto: #dedede;
    --black: #000000;
    --colorsneutralblack: #131313;
    --concrete: #f2f2f2;
    --granite-gray: #696868e6;
    --monza: #e0051d;
    --monza-2: #e0051de6;
    --pink-swan: #b8b8b8;
    --white: #ffffff;
    --font-size-l: 32px;
    --font-size-m: 25px;
    --font-size-s: 24px;
    --font-size-xl: 36px;
    --font-size-xs: 20px;
    --font-size-xxl: 64px;
    --font-size-xxs: 16px;
    --font-family-arial-bold: 'Arial-Bold', Helvetica;
    --font-family-arial-regular: 'Arial-Regular', Helvetica;
    --font-family-inter: 'Inter', Helvetica;
    --font-family-lato: 'Lato', Helvetica;
    --font-family-montserrat: 'Montserrat', Helvetica;
}

.bg-color-dark {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
    color: white;
}

.lato-bold-news-28 {
    font-size: 21px;
    font-weight: 700;
}

.lato-regular-news {
    font-size: 16px;
}

.tagline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 200px;
    height: 2px;
    background-color: #e0051d;
}

.news-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    height: auto;
}

.news-text {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    height: auto;
}

.news-read-more {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
}

.news-date {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    margin: 0px;
}
.div-card-news {
    display: flex;
}

.hidden {
    display: none;
}

.item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}

.item:not(.hidden) {
    opacity: 1;
    transform: translateY(0);
}

.show-more-container {
    text-align: center;
    margin: 20px 0;
}

.showMoreBtn {
    background: none;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 0;
    outline: none;
}

.showMoreBtn:hover {
    color: #e0051d;
}

.button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    background-color: #fff;
    padding: 10px;
}

.tab-btn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background-color: #f5f5f5; /* Warna default */
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn.active {
    background-color: #ddd;
    border-bottom: 2px solid #e0051d; /* Garis merah di bawah */
    color: #000;
}

.tab-btn:hover {
    background-color: #eaeaea;
}

.nav-item .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #e0051d;
    transform: scaleX(1);
}

.nav-link.show::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #e0051d;
    transform: scaleX(1);
}

.dropdown-item.underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #e0051d;
    transform: scaleX(1);
}

.card-body .custom-card-body .btn-secondary {
    border-radius: 20px;
    background-color: #e0051d;
    color: white;
    text-decoration: none;
}


/*container setting max width*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1260px;
    }
}

.grecaptcha-badge {
  display: none;
}
