* {
    margin: 0;
    padding: 0;
}

.header {
    min-height: 87vh;
    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;
}

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;
    text-align: left;
}

.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;
}

/* ---------------------body-kata------------------ */
h1{
    padding: 25px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    margin: 0 auto; 
}

/* ---------------------kalimat tagline------------------ */
.colomn-temabesar {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    margin: 0 auto;
}

.penjelasan-temabesar {
    flex: 1; 
}

.total{
    padding-top: 30px;
    height: 120px; /* Tinggi kotak */
    display: flex; /* Gunakan flexbox untuk mengatur posisi konten */
    flex-direction: column; /* Susun konten secara vertikal (teks di atas angka) */
    align-items: center; /* Menempatkan konten secara horizontal di tengah */
    justify-content: center; /* Menempatkan konten secara vertikal di tengah */
    min-width: 100%; /* Lebar minimal sama dengan container */
    height: 110px; /* Tinggi kotak */
    border: 1px solid white;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1)

}
  
  h2 {
    margin-top: 10px;
    font-size: 40px;
    color: #000000; /* Warna teks judul */
    margin-bottom: 10px; /* Jarak antara judul dan deskripsi */
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
  }
  
  p {
    font-size: 18px;
    color: #000000; /* Warna teks deskripsi */
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
  }

  .totalkluster {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Membuat dua kolom dengan lebar sama rata */
    gap: 20px;
    margin-bottom: 100px;
    /* Memberikan jarak antar elemen */
  }
  
  .jumlahsaintek, .jumlahsoshum, .jumlahagro, .jumlahmedika {
    display: flex; /* Gunakan flexbox untuk mengatur posisi konten */
    flex-direction: column; /* Susun konten secara vertikal (teks di atas angka) */
    align-items: center; /* Menempatkan konten secara horizontal di tengah */
    justify-content: center; /* Menempatkan konten secara vertikal di tengah */
    min-width: 100%; /* Lebar minimal sama dengan container */
    height: 110px; /* Tinggi kotak */
    border: 1px solid white;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1)/* Menempatkan konten secara horizontal di tengah */
  } 

.proker {
    width: 90%;
    margin-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    justify-items: center;
    align-items: center;
    margin: 0 auto; 
}

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

.proker 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);
}

.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: 800px) {
    .header {
        min-height: 90vh;
    }
    .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-row------------------ */
/* .row{
    padding: 30px;
} */

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

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

.gambarkiri {
    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-prokergambarkanan {
    display: flex;
    justify-content: space-between; 
    padding-top: 100px;
}

.colomn-prokergambarkanan img {
    margin-left: 80px; 
    width: 420px; 
    height: 270px; 
    border-radius: 5%; 
    overflow: hidden;
}

.gambarkanan {
    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
} */

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

/* ---------------------slideshow------------------ */
/* * {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {
    display: none;
    text-align: center;
}
.imgslide {vertical-align: middle;} */

/* Slideshow container */
/* .slideshow-container {
  max-width: 1000px;
  position:relative;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mySlides img {
    width: 400px;
    height: auto;
} */

/* Caption text */
/* .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} */

/* Number text (1/3 etc) */
/* .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
} */

/* The dots/bullets/indicators */
/* .dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
} */

/* Fading animation */
/* .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
} */

/* ---------------------kluster------------------ */
/* .kluster-keterangan{
    display: flex;
    
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.kluster-list{
    margin:25px;
    padding: 5px;
    height: auto;
    width:400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border:1px solid gray;
    background: rgba(255, 75, 255, 0);
    box-shadow: 0 8px 40px 0 rgba(45, 57, 231, 0);
    backdrop-filter: blur( 0px );
    -webkit-backdrop-filter: blur( 1px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.2 );
}

.imgslide {
    width: 400px;
    height: auto;
  }

.kluster-list:hover{
    transform: scale(1.05);
} */

/* ---------------------kalimat tagline------------------ */
/* .colomn-tagline {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    text-align: center;
    margin: 0 auto;
}

.penjelasan-tagline {
    flex: 1; 
}

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



/* ---------------------footer------------------ */

/* .sponsorship, .partnership {
    margin-top: 20px;
    color: #032A37;
}

.row-foot {
    margin: 100px;
    display: flex;
    justify-content: space-between;
}

.sponsorship img, .partnership img {
    margin-top: 20px;
    max-width: 50%; 
    height: auto;
}
*/ 

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





