.primary-color {
    color: #3A4D39;
}

.secondary-color {
    color: #4F6F52;
}

.hijau-muda {
    color: #739072;
}

.broken-white {
    color: #EBE3CE;
}

.header {
    font-family:'Merriweather', -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 900;
    letter-spacing: normal;
    text-transform: none;
    /* color: #EBE3CE; */
}



.content {
    font-family: 'Catamaran', sans-serif;    font-style: normal;
    font-weight: 400;
    text-transform: none;
}

/* .font-weight-bold {
    font-weight: bold !important;
    color: #3A4D39 !important;
} */

html,
body {
    overflow-x: hidden
}

.overlay {
    position: relative;
}

.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b231a;
    opacity: 0.8;
}

.hovket {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.col-md-3:hover .hovket {
    opacity: 1;
}

.text {
    color: white;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.lb-caption {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 10px !important;
    font-weight: 400 !important;
    padding: 10px;
    border-radius: 10px;
    z-index: 9999;
}

.lb-image {
    max-height: 70vh !important;
    width: auto !important;
}

@media (max-width: 768px) {
    .lb-image {
        max-height: 50vh;
        width: auto;
    }
}

h1 {
    font-family: 'Merriweather', serif;
    font-style: normal;
    font-weight: 900;
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
    /* color: #EBE3CE; */

}

h2,
h3,
h4,
h5,
h6{
    font-family: 'Merriweather', serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
    /* color: #EBE3CE; */

}

.custom-h2 {
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
}

a {
    text-decoration: none;
}


li,
ol,
a,
p {
    font-family: 'Catamaran', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    /* color: #FFFFFF; */
}

#navbar {
    background-color: transparent;
    transition: background-color 0.5s ease-in-out;
}

#navbar.scrolled {
    background-color: #3A4D39;
    /* atau warna lain yang Anda inginkan */
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
    /* atau shadow lain yang Anda inginkan */
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

button.navbar-toggler {
    border: none;
}

a.btn:hover {
    /* opacity: 80%; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}



.navbar li {
    display: inline-block;
    margin: 0 7px;
}

.navbar .navbar-nav a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11pt;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    display: block;
    position: relative;
    padding: 10px 0;
}

.navbar ul .dropdown-menu a {
    color: black;
}

/* .navbar .navbar-nav a::before {
    content: "";
    width: 100%;
    height: 6px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #4F6F52;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
} */
/*
.navbar .navbar-nav a:hover::before,
.navbar .navbar-nav a.active::before {
    transform: scale3d(1, 1, 1);
    transform-origin: 50% 50%;

} */



.navbar-nav a.nav-link.active {
    color: #EBE3CE;
    font-weight: 800;
}

.dropdown-toggle::after {
    display: none;
}




/* HOME */
.jumbotron {
    position: relative;
    overflow: hidden;
    /* width: 100vw; */
    height: 100vh;
    margin: 0;
}


.jumbotron video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.jumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.52));
    /* Hitam dengan tingkat transparansi 50% */
    z-index: 0;
}



#home #content {
    position: relative;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); */
    height: 100vh;
    margin: 0;
    z-index: 1;
}

#home #content h1 {
    font-size: 38pt;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

#home #content p {
    font-size: 16pt;
    line-height: 25px;
}

.card {
    width: 700px; /* Atur lebar card */
    margin: 20px auto; /* Atur jarak dari tepi layar */
    padding: 0px; /* Atur padding di dalam card */
    background-color: #fff; /* Atur warna latar belakang card */
    border-radius: 30px; /* Atur radius sudut card */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Atur bayangan card */
}

.cards {
    width: 700px; /* Atur lebar card */
    margin: 20px auto; /* Atur jarak dari tepi layar */
    padding: 20px; /* Atur padding di dalam card */
    background-color: #fff; /* Atur warna latar belakang card */
    border-radius: 30px; /* Atur radius sudut card */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Atur bayangan card */
}

/* SCROLL BAR */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #ebebeb;
}

::-webkit-scrollbar-thumb {
    background: #4F6F52;
    border-radius: 20px;
}
