* {
    margin: 0;
    padding: 0;
}

.header {
    min-height: 80vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(Images/background.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header img{
    width: 130px;
}

nav {
    display: flex;
    padding: 2% 4%;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 125px; 
}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul {
    list-style: none;
}

.nav-links ul li {
    display: inline-block;
    padding: 10px 10px;
    position: relative;
}

.nav-links ul li a {
    color: white;
    text-decoration: none;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 13px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #F9D923;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

.nav-links ul li ul.dropdown-menu {
    color: white;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #032a3797;
    padding: 7px;
    border-radius: 10px;
}

.nav-links ul li:hover ul.dropdown-menu {
    display: flex;
}

.title-page {
    width: 100%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.title-page h1 {
    font-size: 96px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
}

nav .fas{
    display: none;
}


/* ---------------------body------------------ */

.body{
    width: 90%;
    margin: auto;
    padding-top: 30px;
}

/* ---------------------body-kata------------------ */
h1{
    width: 80%;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
}

/* ---------------------body-row------------------ */
.row{
    padding: 30px;
}

/* ---------------------body-sejarah------------------ */
.colomn-sejarah {
    display: flex;
    justify-content: space-between; 
    padding-top: 100px;
}

.colomn-sejarah img {
    width: 420px; 
    height: 270px; 
    border-radius: 5%; 
    overflow: hidden;
}

.sejarah {
    flex: 1; 
    margin-left: 80px; 
}
h2{
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 32px;
    
}
p{
    margin-top: 15px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: justify
}

/* ---------------------body-geografi------------------ */
.colomn-geografis {
    display: flex;
    justify-content: space-between; 
    padding-top: 100px;
}

.colomn-geografis img {
    margin-left: 80px; 
    width: 380px; 
    border-radius: 5%; 
    overflow: hidden;
}

.geografis {
    flex: 1; 
}
h2{
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 32px;
    
}
p{
    margin-top: 15px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: justify
}

/* ---------------------tante nela paris------------------ */
.colomn-tnp {
    display: flex;
    flex-direction: column;
    padding-top: 150px;
    text-align: center;
    margin: 0 auto;
}

.penjelasan-tnp {
    flex: 1; 
}
h2{
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 32px;
    
}
p{
    margin-top: 15px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: justify
}

.buku-tnp{
    margin-top: 100px;
    flex: 1;  
}

.buku-list{
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.buku-list img{
    width: 200px; 
    height: auto; 
}

.tnp1,
.tnp2,
.pwn {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.download-link {
    margin-top: 10px;
    color: #032A37;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: 'Urbanist', sans-serif;
    border: 2px solid #032A37;
    padding: 8px 10px;
    font-size: 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
}

.download-link:hover {
    border: 1px solid #032A37;
    background: #032A37;
    color: white;
    transition: 1s;
}
.potensi {
    margin-top: 100px;
    text-align: center;
}

h3 {
    margin:auto;
    border: 1px solid #032A37;
    background-color: #032A37;
    color: white;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 20px;
    border-radius: 20px;
    width: 200px;
}

.list-potensi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.list-potensi ul {
    width: 280px;
    height: 270px;
    border: 1px solid white;
    background-color: white;
    align-items: center;
    list-style-type: disc;
    font-family: 'Urbanist', sans-serif;
    padding: 30px;
    font-weight: 600;
    font-size: 18px;
    text-align: justify;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
}
.list-potensi ul li {
    margin-bottom: 10px;
}

.masalah {
    margin-top: 100px;
    text-align: center;
    justify-items: center;
    align-items: center;

}
.masalah ul {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    grid-template-rows: repeat(2, auto) repeat(2, auto);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}


.masalah ul li {
    width: 200px;
    height: 80px;
    border: 1px solid white;
    background-color: white;
    display: flex; /* Use flexbox */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    padding: 30px;
    margin: 20px;
    list-style-type: none;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.guidebook {
    margin-top: 100px;
    text-align: center;
    justify-items: center;
    align-items: center;
    margin-bottom: 100px;

}

.gb{
    padding: 20px;
}

.download-link2 {
    margin-top: 10px;
    color: #032A37;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: 'Urbanist', sans-serif;
    border: 2px solid #032A37;
    padding: 10px 40px;
    font-size: 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
}

.download-link2:hover {
    border: 1px solid #032A37;
    background: #032A37;
    color: white;
    transition: 1s;
}

.footer {
    background-color: #d7dae0;
    padding: 20px 0;
    min-height: 150px; /* Decreased the minimum height */
    text-align: center;
}

.row-foot {
    margin: 30px 0; /* Decreased the vertical margin */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sponsorship, .partnership {
    margin-top: 20px;
    color: #032A37;
    flex: 1 1 200px;
    max-width: 300px;
    margin: 10px;
}

.sponsorship h2, .partnership h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

/* Image Styles */
.sponsorship img, .partnership img {
    width: 70%; /* Adjusted the image width */
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px; /* Added padding to create space */
    transition: transform 0.3s; /* Transition for hover effect */
}

.sponsorship img:hover, .partnership img:hover {
    transform: scale(1.05); /* Slightly enlarge the image on hover */
}

/* Sponsorship Image Sizes */
.sponsorship img.s {
    max-width: 50px;
}

.sponsorship img.m {
    max-width: 100px;
}

.sponsorship img.l {
    max-width: 150px;
}

.sponsorship img.xl {
    max-width: 200px;
}

.sponsorship img.xxl {
    max-width: 300px;
}

/* Copyright Styles */
p.copyright {
    text-align: center;
    color: #032A37;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 10px;
    margin-top: 20px;
}


@media (max-width: 1199.98px) {
    .title-page h1 {
        font-size: 60px;
    }
    .list-potensi ul {
        width: 200px;
        height: 270px;
        border: 1px solid white;
        background-color: white;
        align-items: center;
        list-style-type: disc;
        font-family: 'Urbanist', sans-serif;
        padding: 30px;
        margin: 5px;
        font-weight: 600;
        font-size: 18px;
        text-align: justify;
        border-radius: 20px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        line-height: 1.5;
    }
}

@media (max-width: 991.98px) {
    .body{
        width: 90%;
        margin: auto;
        padding-top: 25px;
    }
    
    /* ---------------------body-kata------------------ */
    h1{
        width: 80%;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
    }
    
    /* ---------------------body-row------------------ */
    .row{
        padding: 30px;
    }

    h2{
        width: 80%;
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
    }
    p{
        margin-top: 15px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 15px;
        text-align: justify
    }
    /* ---------------------body-sejarah------------------ */
    .colomn-sejarah {
        padding-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 50px;
    }

    .colomn-sejarah img {
        width: 420px; 
        height: 270px; 
        border-radius: 5%; 
        overflow: hidden;
    }

    .sejarah {
        display: flex; /* Add flexbox display */
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center align vertically */
        align-items: center; /* Center align horizontally */
        margin-top: 20px;
        margin-left: 0px; /* Adjust margin as needed */
    }

    /* ---------------------body-geografi------------------ */
    .colomn-geografis {
        padding-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 50px;
    }

    .colomn-geografis img {
        margin-left: 0px; 
        width: 420px; 
        height: 270px; 
        border-radius: 5%; 
        overflow: hidden;
        order:-1;
    }

    .geografis {
        display: flex; /* Add flexbox display */
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center align vertically */
        align-items: center; /* Center align horizontally */
        margin-top: 20px;
        margin-left: 0px; /* Adjust margin as needed */
    }
    /* ---------------------tante nela paris------------------ */
    .colomn-tnp {
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        text-align: center;
        margin: 0 auto;
    }
    .buku-tnp{
        margin-top: 100px;
        flex: 1;  
    }
    
    .buku-list{
        margin-top: 30px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .buku-list img{
        width: 180px; 
        height: auto; 
    }
    .tnp1,
    .tnp2,
    .pwn {
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .download-link {
        margin-top: 10px;
        color: #032A37;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-family: 'Urbanist', sans-serif;
        border: 2px solid #032A37;
        padding: 8px 10px;
        font-size: 15px;
        background: transparent;
        position: relative;
        cursor: pointer;
        border-radius: 20px;
    }

    .download-link:hover {
        border: 1px solid #032A37;
        background: #032A37;
        color: white;
        transition: 1s;
    }
    h3 {
        padding: 5px;
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
        border: 1px solid #032A37;
        background-color: #032A37;
        color: white;
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 15px;
        border-radius: 20px;
    }

    .potensi {
        margin-top: 50px;
        text-align: center;
    }
    .list-potensi {
        display: grid;
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        grid-template-rows: repeat(2, auto) repeat(2, auto);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    
    .list-potensi ul {
        width: 250px;
        height: 270px;
        border: 1px solid white;
        background-color: white;
        align-items: center;
        padding: 30px;
        margin: 20px;
        list-style-type: disc;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        font-size: 18px;
        text-align: justify;
        border-radius: 20px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        line-height: 1.5;
    }
    .list-potensi ul li {
        margin-bottom: 10px;
    }
    .masalah {
        margin-top: 50px;
        text-align: center;
        justify-items: center;
        align-items: center;
    
    }
    .masalah ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        grid-template-rows: repeat(3, auto) repeat(2, auto);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .guidebook {
        margin-top: 50px;
        text-align: center;
        justify-items: center;
        align-items: center;
    
    }
}

@media (max-width: 767.98px) {
    .header {
        min-height: 75vh;
    }
    .header img{
        width: 90px;
    }
    .title-page h1 {
        font-size: 50px;
    }
    .nav-links ul li {
        display: block;
    }
    .nav-links {
        position: absolute; 
        background: #032A37;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fas {
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul{
        padding: 30px;
    }
}

@media (max-width: 576.98px) {
    .header {
        min-height: 100vh;
    }
    .header img{
        width: 90px;
    }
    .title-page h1 {
        font-size: 50px;
    }
    .nav-links ul li {
        display: block;
    }
    .nav-links {
        position: absolute; 
        background: #032A37;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fas {
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul{
        padding: 30px;
    }
    .body{
        width: 90%;
        margin: auto;
        padding-top: 30px;
    }
    
    /* ---------------------body-kata------------------ */
    h1{
        width: 80%;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: center;
        margin: 0 auto;
    }
    
    /* ---------------------body-row------------------ */
    .row{
        padding: 30px;
    }

    h2{
        width: 80%;
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
    }
    p{
        margin-top: 15px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: justify
    }
    /* ---------------------body-sejarah------------------ */
    .colomn-sejarah {
        padding-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 50px;
    }

    .colomn-sejarah img {
        width: 350px; 
        height: 200px; 
        border-radius: 5%; 
        overflow: hidden;
    }

    .sejarah {
        display: flex; /* Add flexbox display */
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center align vertically */
        align-items: center; /* Center align horizontally */
        margin-top: 20px;
        margin-left: 0px; /* Adjust margin as needed */
    }

    /* ---------------------body-geografi------------------ */
    .colomn-geografis {
        padding-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 50px;
    }

    .colomn-geografis img {
        margin-left: 0px; 
        width: 350px; 
        height: 200px; 
        border-radius: 5%; 
        overflow: hidden;
        order:-1;
    }

    .geografis {
        display: flex; /* Add flexbox display */
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center align vertically */
        align-items: center; /* Center align horizontally */
        margin-top: 20px;
        margin-left: 0px; /* Adjust margin as needed */
    }
    /* ---------------------tante nela paris------------------ */
    .colomn-tnp {
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        text-align: center;
        margin: 0 auto;
    }
    .buku-tnp{
        margin-top: 100px;
        flex: 1;  
    }
    
    .buku-list{
        display: flex;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        margin: 0 auto;
    }
    
    .buku-list img{
        margin-top: 20px;
        width: 180px; 
        height: auto; 
    }
    .tnp1,
    .tnp2,
    .pwn {
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .download-link {
        margin-top: 10px;
        color: #032A37;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-family: 'Urbanist', sans-serif;
        border: 2px solid #032A37;
        padding: 8px 10px;
        font-size: 15px;
        background: transparent;
        position: relative;
        cursor: pointer;
        border-radius: 20px;
    }

    .download-link:hover {
        border: 1px solid #032A37;
        background: #032A37;
        color: white;
        transition: 1s;
    }
    h3 {
        padding: 5px;
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
        border: 1px solid #032A37;
        background-color: #032A37;
        color: white;
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 12px;
        border-radius: 20px;
    }

    .potensi {
        margin-top: 50px;
        text-align: center;
    }
    .list-potensi {
        display: grid;
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        grid-template-rows: repeat(2, auto) repeat(2, auto);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    
    .list-potensi ul {
        width: 150px;
        height: 270px;
        border: 1px solid white;
        background-color: white;
        align-items: center;
        padding: 30px;
        margin: 20px;
        list-style-type: disc;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        font-size: 12px;
        text-align: justify;
        border-radius: 20px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        line-height: 1.5;
    }
    .list-potensi ul li {
        margin-bottom: 10px;
    }
    .masalah {
        margin-top: 50px;
        text-align: center;
        justify-items: center;
        align-items: center;
    
    }
    .masalah ul {
        display: grid;
        grid-template-columns: repeat(1, minmax(200px, 1fr));
        grid-template-rows: repeat(3, auto) repeat(2, auto);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .guidebook {
        margin-top: 50px;
        text-align: center;
        justify-items: center;
        align-items: center;
    
    }
    .footer {
        background-color: #d7dae0;
        padding: 20px 0;
        min-height: 150px; /* Decreased the minimum height */
        text-align: center;
    }
    
    .row-foot {
        margin: 30px 0; /* Decreased the vertical margin */
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .sponsorship, .partnership {
        margin-top: 20px;
        color: #032A37;
        flex: 1 1 200px;
        max-width: 300px;
        margin: 10px;
    }
    
    .sponsorship h2, .partnership h2 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    
    /* Image Styles */
    .sponsorship img, .partnership img {
        width: 60%; /* Adjusted the image width */
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 10px; /* Added padding to create space */
        transition: transform 0.3s; /* Transition for hover effect */
    }
    
    .sponsorship img:hover, .partnership img:hover {
        transform: scale(1.05); /* Slightly enlarge the image on hover */
    }
    
    /* Sponsorship Image Sizes */
    .sponsorship img.s {
        max-width: 50px;
    }
    
    .sponsorship img.m {
        max-width: 100px;
    }
    
    .sponsorship img.l {
        max-width: 150px;
    }
    
    .sponsorship img.xl {
        max-width: 200px;
    }
    
    .sponsorship img.xxl {
        max-width: 300px;
    }
    
    /* Copyright Styles */
    p.copyright {
        text-align: center;
        color: #032A37;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        font-size: 10px;
        margin-top: 20px;
    }
}
@media (max-width: 450px) {
    .header {
        min-height: 70vh;
    }
    .header img{
        width: 90px;
    }
    .title-page h1 {
        font-size: 50px;
    }
    .nav-links ul li {
        display: block;
    }
    .nav-links {
        position: absolute; 
        background: #032A37;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fas {
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul{
        padding: 30px;
    }
    .body{
        width: 90%;
        margin: auto;
        padding-top: 30px;
    }
    
    /* ---------------------body-kata------------------ */
    h1{
        width: 80%;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: center;
        margin: 0 auto;
    }
    
    /* ---------------------body-row------------------ */
    .row{
        padding: 30px;
    }

    h2{
        width: 80%;
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
    }
    p{
        margin-top: 15px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: justify
    }
    /* ---------------------body-sejarah------------------ */
    .colomn-sejarah {
        padding-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 30px;
    }

    .colomn-sejarah img {
        width: 300px; 
        height: 180px; 
        border-radius: 5%; 
        overflow: hidden;
    }

    .sejarah {
        display: flex; /* Add flexbox display */
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center align vertically */
        align-items: center; /* Center align horizontally */
        margin-top: 20px;
        margin-left: 0px; /* Adjust margin as needed */
    }

    /* ---------------------body-geografi------------------ */
    .colomn-geografis {
        padding-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 30px;
    }

    .colomn-geografis img {
        margin-left: 0px; 
        width: 300px; 
        height: 180px; 
        border-radius: 5%; 
        overflow: hidden;
        order:-1;
    }

    .geografis {
        display: flex; /* Add flexbox display */
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center align vertically */
        align-items: center; /* Center align horizontally */
        margin-top: 20px;
        margin-left: 0px; /* Adjust margin as needed */
    }
    /* ---------------------tante nela paris------------------ */
    .colomn-tnp {
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        text-align: center;
        margin: 0 auto;
    }
    .buku-tnp{
        margin-top: 100px;
        flex: 1;  
    }
    
    .buku-list{
        display: flex;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        margin: 0 auto;
    }
    
    .buku-list img{
        margin-top: 20px;
        width: 180px; 
        height: auto; 
    }
    .tnp1,
    .tnp2,
    .pwn {
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .download-link {
        margin-top: 10px;
        color: #032A37;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-family: 'Urbanist', sans-serif;
        border: 2px solid #032A37;
        padding: 8px 10px;
        font-size: 15px;
        background: transparent;
        position: relative;
        cursor: pointer;
        border-radius: 20px;
    }

    .download-link:hover {
        border: 1px solid #032A37;
        background: #032A37;
        color: white;
        transition: 1s;
    }
    h3 {
        padding: 5px;
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
        border: 1px solid #032A37;
        background-color: #032A37;
        color: white;
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 12px;
        border-radius: 20px;
    }

    .potensi {
        margin-top: 50px;
        text-align: center;
    }
    .list-potensi {
        display: grid;
        grid-template-columns: repeat(1, minmax(180px, 1fr));
        grid-template-rows: repeat(2, auto) repeat(2, auto);
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }
    
    .list-potensi ul {
        width: 265px;
        height: 100px;
        border: 1px solid white;
        background-color: white;
        align-items: center;
        padding: 30px;
        margin: 20px;
        list-style-type: disc;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        font-size: 12px;
        text-align: justify;
        border-radius: 20px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        line-height: 1.5;
    }
    .list-potensi ul li {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .masalah {
        margin-top: 20px;
        text-align: center;
        justify-items: center;
        align-items: center;
    
    }
    .masalah ul {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(1, minmax(200px, 1fr));
        grid-template-rows: repeat(4, auto) repeat(2, auto);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .masalah ul li{
        width: 250px;
        height: 60px;
        font-size: 12px;
        padding: 10px;
        margin: 0px;
    }
    .masalah {
        margin-top: 20px;
        text-align: center;
        justify-items: center;
        align-items: center;
    
    }
    .masalah ul {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        grid-template-rows: repeat(3, auto) repeat(2, auto);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .masalah ul li{
        width: 100px;
        height: 30px;
        font-size: 10px;
    }
    .guidebook {
        margin-top: 50px;
        text-align: center;
        justify-items: center;
        align-items: center;
    
    }
    .footer {
        background-color: #d7dae0;
        padding: 10px;
        min-height: 150px; /* Decreased the minimum height */
        text-align: center;
    }
    
    .row-foot {
        margin: 0px 0px; /* Decreased the vertical margin */
        display: flex;
        justify-content: space-evenly;
    }
    
    .sponsorship, .partnership {
        margin-top: 20px;
        color: #032A37;
        flex: 1 1 200px;
        max-width: 300px;
        margin: 10px;
    }
    
    .sponsorship h2, .partnership h2 {
        font-size: 8px;
        margin-bottom: 10px;
    }
    
    /* Image Styles */
    .sponsorship img, .partnership img {
        width: 50%; /* Adjusted the image width */
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 10px; /* Added padding to create space */
        transition: transform 0.3s; /* Transition for hover effect */
    }
    
    .sponsorship img:hover, .partnership img:hover {
        transform: scale(1.05); /* Slightly enlarge the image on hover */
    }
    
    /* Sponsorship Image Sizes */
    .sponsorship img.s {
        max-width: 40px;
    }
    
    .sponsorship img.m {
        max-width: 60px;
    }
    
    .sponsorship img.l {
        max-width: 80px;
    }
    
    .sponsorship img.xl {
        max-width: 100px;
    }
    
    .sponsorship img.xxl {
        max-width: 120px;
    }
    
    /* Copyright Styles */
    p.copyright {
        text-align: center;
        color: #032A37;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        font-size: 6px;
        margin-top: 20px;
    }
}

@media (max-width: 415px) {
    .header {
        min-height: 100vh;
    }
    .header img{
        width: 90px;
    }
    .title-page h1 {
        font-size: 50px;
    }
    .nav-links ul li {
        display: block;
    }
    .nav-links {
        position: absolute; 
        background: #032A37;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fas {
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul{
        padding: 30px;
    }
    .body{
        width: 90%;
        margin: auto;
        padding-top: 30px;
    }
    
    /* ---------------------body-kata------------------ */
    h1{
        width: 80%;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: center;
        margin: 0 auto;
    }
    
    /* ---------------------body-row------------------ */
    .row{
        padding: 30px;
    }

    h2{
        width: 80%;
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
    }
    p{
        margin-top: 15px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: justify
    }
    /* ---------------------body-sejarah------------------ */
    .colomn-sejarah {
        padding-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 30px;
    }

    .colomn-sejarah img {
        width: 300px; 
        height: 180px; 
        border-radius: 5%; 
        overflow: hidden;
    }

    .sejarah {
        display: flex; /* Add flexbox display */
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center align vertically */
        align-items: center; /* Center align horizontally */
        margin-top: 20px;
        margin-left: 0px; /* Adjust margin as needed */
    }

    /* ---------------------body-geografi------------------ */
    .colomn-geografis {
        padding-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 30px;
    }

    .colomn-geografis img {
        margin-left: 0px; 
        width: 300px; 
        height: 180px; 
        border-radius: 5%; 
        overflow: hidden;
        order:-1;
    }

    .geografis {
        display: flex; /* Add flexbox display */
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center align vertically */
        align-items: center; /* Center align horizontally */
        margin-top: 20px;
        margin-left: 0px; /* Adjust margin as needed */
    }
    /* ---------------------tante nela paris------------------ */
    .colomn-tnp {
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        text-align: center;
        margin: 0 auto;
    }
    .buku-tnp{
        margin-top: 100px;
        flex: 1;  
    }
    
    .buku-list{
        display: flex;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        margin: 0 auto;
    }
    
    .buku-list img{
        margin-top: 20px;
        width: 180px; 
        height: auto; 
    }
    .tnp1,
    .tnp2,
    .pwn {
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .download-link {
        margin-top: 10px;
        color: #032A37;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-family: 'Urbanist', sans-serif;
        border: 2px solid #032A37;
        padding: 8px 10px;
        font-size: 15px;
        background: transparent;
        position: relative;
        cursor: pointer;
        border-radius: 20px;
    }

    .download-link:hover {
        border: 1px solid #032A37;
        background: #032A37;
        color: white;
        transition: 1s;
    }
    h3 {
        padding: 5px;
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
        border: 1px solid #032A37;
        background-color: #032A37;
        color: white;
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 12px;
        border-radius: 20px;
    }

    .potensi {
        margin-top: 50px;
        text-align: center;
    }
    .list-potensi {
        display: grid;
        grid-template-columns: repeat(1, minmax(180px, 1fr));
        grid-template-rows: repeat(2, auto) repeat(2, auto);
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }
    
    .list-potensi ul {
        width: 265px;
        height: 100px;
        border: 1px solid white;
        background-color: white;
        align-items: center;
        padding: 30px;
        margin: 20px;
        list-style-type: disc;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        font-size: 12px;
        text-align: justify;
        border-radius: 20px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        line-height: 1.5;
    }
    .list-potensi ul li {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .masalah {
        margin-top: 20px;
        text-align: center;
        justify-items: center;
        align-items: center;
    
    }
    .masalah ul {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(1, minmax(200px, 1fr));
        grid-template-rows: repeat(4, auto) repeat(2, auto);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .masalah ul li{
        width: 250px;
        height: 60px;
        font-size: 12px;
        padding: 10px;
        margin: 0px;
    }
    .guidebook {
        margin-top: 50px;
        text-align: center;
        justify-items: center;
        align-items: center;
    
    }
    .footer {
        background-color: #d7dae0;
        padding: 10px;
        min-height: 150px; /* Decreased the minimum height */
        text-align: center;
    }
    
    .row-foot {
        margin: 0px 0px; /* Decreased the vertical margin */
        display: flex;
        justify-content: space-evenly;
    }
    
    .sponsorship, .partnership {
        margin-top: 20px;
        color: #032A37;
        flex: 1 1 200px;
        max-width: 300px;
        margin: 10px;
    }
    
    .sponsorship h2, .partnership h2 {
        font-size: 8px;
        margin-bottom: 10px;
    }
    
    /* Image Styles */
    .sponsorship img, .partnership img {
        width: 50%; /* Adjusted the image width */
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 10px; /* Added padding to create space */
        transition: transform 0.3s; /* Transition for hover effect */
    }
    
    .sponsorship img:hover, .partnership img:hover {
        transform: scale(1.05); /* Slightly enlarge the image on hover */
    }
    
    /* Sponsorship Image Sizes */
    .sponsorship img.s {
        max-width: 40px;
    }
    
    .sponsorship img.m {
        max-width: 60px;
    }
    
    .sponsorship img.l {
        max-width: 80px;
    }
    
    .sponsorship img.xl {
        max-width: 100px;
    }
    
    .sponsorship img.xxl {
        max-width: 120px;
    }
    
    /* Copyright Styles */
    p.copyright {
        text-align: center;
        color: #032A37;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        font-size: 6px;
        margin-top: 20px;
    }
}

@media (max-width: 376px) {
    .header {
        min-height: 100vh;
    }
    .header img{
        width: 90px;
    }
    .title-page h1 {
        font-size: 50px;
    }
    .nav-links ul li {
        display: block;
    }
    .nav-links {
        position: absolute; 
        background: #032A37;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fas {
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul{
        padding: 30px;
    }
    .body{
        width: 90%;
        margin: auto;
        padding-top: 30px;
    }
    
    /* ---------------------body-kata------------------ */
    h1{
        width: 80%;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: center;
        margin: 0 auto;
    }
    
    /* ---------------------body-row------------------ */
    .row{
        padding: 30px;
    }

    h2{
        width: 80%;
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
    }
    p{
        margin-top: 15px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: justify
    }
    /* ---------------------body-sejarah------------------ */
    .colomn-sejarah {
        padding-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 30px;
    }

    .colomn-sejarah img {
        width: 300px; 
        height: 180px; 
        border-radius: 5%; 
        overflow: hidden;
    }

    .sejarah {
        display: flex; /* Add flexbox display */
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center align vertically */
        align-items: center; /* Center align horizontally */
        margin-top: 20px;
        margin-left: 0px; /* Adjust margin as needed */
    }

    /* ---------------------body-geografi------------------ */
    .colomn-geografis {
        padding-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 30px;
    }

    .colomn-geografis img {
        margin-left: 0px; 
        width: 300px; 
        height: 180px; 
        border-radius: 5%; 
        overflow: hidden;
        order:-1;
    }

    .geografis {
        display: flex; /* Add flexbox display */
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center align vertically */
        align-items: center; /* Center align horizontally */
        margin-top: 20px;
        margin-left: 0px; /* Adjust margin as needed */
    }
    /* ---------------------tante nela paris------------------ */
    .colomn-tnp {
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        text-align: center;
        margin: 0 auto;
    }
    .buku-tnp{
        margin-top: 100px;
        flex: 1;  
    }
    
    .buku-list{
        display: flex;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        margin: 0 auto;
    }
    
    .buku-list img{
        margin-top: 20px;
        width: 180px; 
        height: auto; 
    }
    .tnp1,
    .tnp2,
    .pwn {
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .download-link {
        margin-top: 10px;
        color: #032A37;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-family: 'Urbanist', sans-serif;
        border: 2px solid #032A37;
        padding: 8px 10px;
        font-size: 15px;
        background: transparent;
        position: relative;
        cursor: pointer;
        border-radius: 20px;
    }

    .download-link:hover {
        border: 1px solid #032A37;
        background: #032A37;
        color: white;
        transition: 1s;
    }
    h3 {
        padding: 5px;
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
        border: 1px solid #032A37;
        background-color: #032A37;
        color: white;
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 12px;
        border-radius: 20px;
        text-align: center;
        justify-content: center;
    }

    .potensi {
        margin-top: 50px;
        text-align: center;
    }
    .list-potensi {
        display: grid;
        grid-template-columns: repeat(1, minmax(180px, 1fr));
        grid-template-rows: repeat(2, auto) repeat(2, auto);
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }
    
    .list-potensi ul {
        width: 240px;
        height: 100px;
        border: 1px solid white;
        background-color: white;
        align-items: center;
        list-style-type: disc;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        font-size: 12px;
        text-align: justify;
        border-radius: 20px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        line-height: 1.5;
        text-align: center;
        justify-content: center;
    }
    .list-potensi ul li {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .masalah {
        margin-top: 20px;
        text-align: center;
        justify-items: center;
        align-items: center;
    
    }
    .masalah ul {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(1, minmax(200px, 1fr));
        grid-template-rows: repeat(4, auto) repeat(2, auto);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .masalah ul li{
        width: 250px;
        height: 60px;
        font-size: 12px;
        padding: 10px;
        margin: 0px;
    }
    .guidebook {
        margin-top: 50px;
        text-align: center;
        justify-items: center;
        align-items: center;
    
    }
    .footer {
        background-color: #d7dae0;
        padding: 10px;
        min-height: 150px; /* Decreased the minimum height */
        text-align: center;
    }
    
    .row-foot {
        margin: 0px 0px; /* Decreased the vertical margin */
        display: flex;
        justify-content: space-evenly;
    }
    
    .sponsorship, .partnership {
        margin-top: 20px;
        color: #032A37;
        flex: 1 1 200px;
        max-width: 300px;
        margin: 10px;
    }
    
    .sponsorship h2, .partnership h2 {
        font-size: 8px;
        margin-bottom: 10px;
    }
    
    /* Image Styles */
    .sponsorship img, .partnership img {
        width: 50%; /* Adjusted the image width */
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 10px; /* Added padding to create space */
        transition: transform 0.3s; /* Transition for hover effect */
    }
    
    .sponsorship img:hover, .partnership img:hover {
        transform: scale(1.05); /* Slightly enlarge the image on hover */
    }
    
    /* Sponsorship Image Sizes */
    .sponsorship img.s {
        max-width: 40px;
    }
    
    .sponsorship img.m {
        max-width: 60px;
    }
    
    .sponsorship img.l {
        max-width: 80px;
    }
    
    .sponsorship img.xl {
        max-width: 100px;
    }
    
    .sponsorship img.xxl {
        max-width: 120px;
    }
    
    /* Copyright Styles */
    p.copyright {
        text-align: center;
        color: #032A37;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        font-size: 6px;
        margin-top: 20px;
    }
}




