@font-face {
}


body {
    font-family: 'Montserrat', sans-serif;

}
.navbar {
    background: #fff !important; 
    transition: background-color 0.3s ease-in-out;
    /* box-shadow: 1px 0px 10px #cfdac8; */
    height: 70px;
    color: #000;
}
.navbar-brand {
    margin: 10px;
    font-weight: 700;
    letter-spacing: 5px;
}
.navbar-collapse {
    background: #fff;
    margin-right: -5px;
    margin-left: -5px;
    padding: 15px;
}

.navbar.scrolled {
    /* background: #00040b !important;  */
    background: #fff !important; 
    box-shadow: 1px 0px 10px #cfdac8;
}

.navbar-brand,
.navbar-nav .nav-link {
    /* color: black !important; */
    color: #6c757d !important;
    font-weight: 600;
}
.navbar-nav .menu--login {
    background: #fff;
    border-radius: 5px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #000 !important;
    font-weight: 600;
}

#carouselExampleCaptions {
    height: 90vh;
    overflow: hidden;
}
#carouselExampleCaptions .carousel-item img {
    height: 90vh;
    width: 100%; 
    object-fit: cover;
}

.title--nav {
    font-size:1rem;
    z-index: -1;
    position: absolute;
    top: 10px;
}

.nav-underline a {
    font-weight: 600;
}

.wrapper {
    margin-top: 100px;
}

/* tags */
.tags {
    margin: 10px;
}
.tags .badge {
    /* background: #ddd; */
    cursor: pointer;
}

/* article */

.link-unstyled {
    text-decoration: none;
    color: inherit;
}
.link-unstyled:hover {
    color: inherit;
    text-decoration: none;
}
.image--article {
    border-radius: 10px;
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.banner--article {
    border-radius: 5px;
    height: 250px;
    width: 100%;
    object-fit: contain;
    box-shadow: 1px 0px 10px #cfdac8;
}


.btn-share{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #0D1B2B;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}
.custom-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding: 10px 0;
    position: relative;
}

/* Efek saat input di-focus */
.custom-input:focus {
    border-bottom: 1px solid #ddd; /* Ganti dengan warna yang Anda inginkan */
}



footer {
    margin-top: 25px;
    bottom:0 !important;
}
.copyright--footer {
    background-color: rgba(0, 0, 0, 0.05);
}
.title--footer {
    font-size: 32px;
    font-weight: 700;
}
.desc--footer {
    font-size: 15px;
}

.close-button {
    position: absolute;
    cursor: pointer;
}
.fa-tiktok {
    color: #111111;
    
    filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}


@media (max-width: 767px) {
    .navbar {
        background-color: #fff !important;
        box-shadow: 1px 0px 10px #cfdac8;
    }
    .navbar-nav .nav-link {
        padding-top: 10px;
    }

    .navbar.scrolled {
        background-color: #fff !important;
    }

    .navbar-toggler-icon {
        background-color: #fff !important;
        color: #000 !important;
    }
    .navbar-nav .menu--login {
        text-align: center;
        padding: 10px !important;
    }

    
    #section-recommendation {
        margin-top: 30px !important;
    }
    .close-button {
        position: absolute;
        cursor: pointer;
        right: 10px;
    }
    
}

/* pagination */
.pagination .page-link {
    color: #2d3e50;
}

.pagination .page-item.active .page-link {
    background-color: #2d3e50;
    border-color: #2d3e50;
}

/* ut */
.no-border {
    border: none !important; 
}


.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.overflow-hidden {
    overflow: hidden;
}
.fw--700 {
    font-weight: 700;
}
.m-pointer {
    cursor: pointer;
}