@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --main-bg-color: #436721;
    --main-text-color: #fff;
    --main-font-family: "Poppins", sans-serif;
}

* {
    font-family: "Poppins", sans-serif;
}

/* Header */
.page_index.op_index header#immersion_content_header {
    width: 100%;
    position: absolute;
    min-height: 768px;
    max-height: 800px;
}

.main-header__admin.locale-disabled {
    justify-content: unset;
    z-index: 99;
    position: relative;
}

.page_index:not(.indexSite) .main-header__title {
    margin: 0 auto 15vh auto;
}

.main-header__admin-link,
.main-header__lang-link {
    background-color: unset;
    color: var(--main-text-color);
    font-weight: bold;
}

.main-header__title span {
    display: none;
    background: transparent;

}

.main-header__title a {
    color: var(--main-text-color);
    font-family: var(--main-font-family);
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

.page_index.op_index .main-header__title a::before,
.main-header__title a::before {
    content: "Panorama";
    font-size: 100px;
    font-weight: 700;
}


.page_index.op_index .main-header__title a::after {
    content: "Jurnal Kajian Pariwisata";
    font-weight: 100;
    font-size: 50px;
}

.main-header__title a::after {
    content: "Jurnal Kajian Pariwisata";
    font-weight: 100;
    font-size: 50px;
    padding-bottom: 60px;
}

/* Navbar */
nav.navbar.navbar-expand-sm.main-header__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--main-bg-color);
    width: 100%;
    z-index: 3;
}

.main-header__nav-link {
    background-color: transparent;
    color: var(--main-text-color);
}

/* Content */

section.issue {
    padding-top: 280px;
    position: relative;
    background: transparent;
}

.issue .container {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 150px;

}

.issue-section .container {
    flex-direction: column;
}

@media (min-width: 768px) {
    .col-md-6 {
        width: 70%;
    }
}

.issue-desc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.issue-desc a:after {
    display: none;
}

.issue__header {
    font-size: 10px;
    text-align: center;
}

.issue-desc .col-md-6 {
    background: var(--main-bg-color);
    padding: 15px;
    border-radius: 10px;
}

.issue-section {
    background: transparent;
}

/* Article */
@media (min-width: 768px) {
    .offset-md-4 {
        margin-left: 0;
        margin: auto;
    }
}

.col-md-8.offset-md-4 {
    background: #E4E5E5;
    padding: 25px;
    border-radius: 15px;
}

@media (min-width: 768px) {
    .col-md-8 {
        width: 85.666667%;
    }
}

.article__abstract-fadeout::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, whitesmoke 100%);
}

/* Footer */
.main-footer {
    background: var(--main-bg-color);
    color: var(--main-text-color);
}

.main-footer a {
    color: var(--main-text-color);
}

.main-footer hr {
    display: none;
}

.col-2.col-sm-1.offset-10.offset-sm-11 {
    display: none;
}

.footer-box-issn {
    border-radius: 10px;
}

.footer-box div {
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .issue-desc .col-md-6 {
        font-size: medium;
    }
}


@media (max-width: 768px) {


    main#immersion_content_main {
        margin: 10px;
    }

    .page_index.op_index header#immersion_content_header {
        position: relative;
        min-height: 300px;
    }

    .page_index:not(.indexSite) .main-header__title {
        margin: 0 auto 0 auto;
    }

    section.issue {
        padding-top: 10px;
    }

    .page_index.op_index .main-header__title a::before,
    .main-header__title a::before {
        font-size: 50px;
    }

    .page_index.op_index .main-header__title a::after,
    .main-header__title a::after {
        font-size: 25px;
    }

    .issue-desc .col-md-6 {
        font-size: medium;
    }

    a.col-md-2 {
        display: flex;
        justify-content: center;
    }

    .issue .container {
        flex-direction: column;
        padding-bottom: 0px;

    }

    .issue__header {
        color: black;
    }
}

@media (max-width: 576px) {
    #navigationPrimary {
        position: absolute;
        background: var(--main-bg-color);
        width: 100%;
    }
}

/* Article Page */
.article-page {
    background: unset;
    color: unset;
}

.article-page a {
    color: unset;
}

.list-galleys a {
    background-color: var(--main-bg-color);
    color: white;
    border: 1px solid #fff;
}

@media (min-width: 768px) {
    .page_article .col-md-8 {
        width: 65.666667%;
    }
}

/* ==ADDITIONAL PAGE== */
/* Wrapper utama */
.fee-container {
    max-width: 900px;
    margin: auto;
    padding: 1.5rem;
    background: var(--primary);
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--tertiary-light);
}

/* Judul halaman */
.fee-container h2 {
    text-align: center;
    color: var(--background-color);
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

/* Daftar biaya */
.fee-list p {
    background: var(--primary-light);
    padding: 0.6rem 1rem;
    margin: 0.3rem 0;
    border-radius: 6px;
    border-left: 4px solid var(--background-color);
}

/* Biaya penting */
.fee-list p strong {
    color: #b22222;
    font-size: 1.05rem;
}

/* Deskripsi */
.fee-description {
    margin-top: 1rem;
    font-size: 0.95rem;
    background: var(--primary-dark);
    padding: 0.8rem 1rem;
    border-radius: 6px;
}

/* Gambar */
.fee-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5rem auto;
    border-radius: 8px;
}

/* Responsif */
@media (max-width: 600px) {
    .fee-container {
        padding: 1rem;
    }

    .fee-container h2 {
        font-size: 1.5rem;
    }

    .fee-list p {
        font-size: 0.9rem;
    }
}

/* == END OF ADDITIONAL PAGE== */