@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,600&display=swap");

body {
    font-family: "Poppins", sans-serif;
}

/* Navbar */
.navbar {
    transition: all 0.4s;
}

.navbar .nav-link {
    color: #ffffff;
}

.navbar .nav-link.active {
    color: rgba(240, 202, 3, 1);
    font-weight: bold;
    border-bottom: 2px solid #f0ca03;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #f0ca03;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #000;
}

/* Change navbar styling on scroll */
.navbar.solid {
    background: rgba(3, 25, 101, 0.7);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.solid .nav-link {
    color: #ffffff;
}

.navbar.solid .nav-link.active {
    color: rgba(240, 202, 3, 1);
    font-weight: bold;
    border-bottom: 2px solid #f0ca03;
}

.navbar.solid .nav-link:hover,
.navbar.solid .nav-link:focus {
    color: #f0ca03;
    text-decoration: none;
}

.navbar.solid .navbar-brand {
    color: #6b6b6b;
}

.logo {
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #003264;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    display: block;
    text-decoration: none;
    padding: 10px 25px 10px 25px;
    color: #f0ca03;
}

.dropdown-content a:hover {
    background-color: #cae4ff;
    color: #0a0a0a;
}

.dropdown-content a.active {
    background-color: #cae4ff;
    color: #0a0a0a;
}

.nav-item:hover .dropdown-content {
    display: block;
}

.ml-min {
    margin-left: -190px;
}

/* css berita */
.hero-berita {
    width: 100%;
    height: 100vh;
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url("../img/hero-berita.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
/* css galeri */
.hero-galeri {
    width: 100%;
    height: 100vh;
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url("../img/hero-galeri.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
/* css teknis */
.hero-teknis {
    width: 100%;
    height: 100vh;
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url("../img/hero-teknis.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* css daftar anggota */
.hero-daftar-anggota {
    width: 100%;
    height: 100vh;
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url("../img/hero-daftar-anggota.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* css dasar-dan-aturan */
.hero-dasar {
    width: 100%;
    height: 100vh;
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url("../img/hero-dasar.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* css sejarah */

.hero-sejarah {
    width: 100%;
    height: 100vh;
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url("../img/hero-sejarah.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.section .container .card .row .tujuan ul li {
    margin: 20px;
}
.section .container .card .row .tujuan ul {
    list-style-image: url("../img/icon/panah-dua.png");
    padding-bottom: 20px;
}

/* css home */

.home-bg {
    width: 100%;
    height: 100%;
    background-image: url("../img/bg-home.png");
    background-color: #011a1f;
    background-position: center;
}

.hero-home {
    width: 100%;
    /* height: 100vh; */
    padding-top: 140px !important;
    padding-bottom: 180px;
    background-image: url("../img/hero-home.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.tengah {
    /* background-image: url("../img/bg_pelestarian.png"); */
}

.pelestarian {
    /* background-image: url("../img/bg_pelestarian.png"); */
    background-size: contain;
    background-position: right;
    overflow: hidden;
}
.pelestarian .container .usaha-pelestarian p.kiri {
    margin-top: 20px;
    padding-right: 50px;
    margin-bottom: 20px;
}
.pelestarian .container .usaha-pelestarian .tiga-kunci {
    margin-bottom: 10px;
}
.pelestarian .container .usaha-pelestarian .tiga-kunci p {
    margin-bottom: 20px;
}
.pelestarian .container .usaha-pelestarian .tiga-kunci p img {
    margin-right: 10px;
}
.pelestarian .container .usaha-pelestarian .kuning p {
    color: #f0ca03;
    font-style: italic;
}
.pelestarian .container .usaha-pelestarian .kuning {
    margin-bottom: 30px;
    margin-top: 30px;
}
.pelestarian .container .usaha-pelestarian .tengah p {
    padding-bottom: 20px;
}

.section .container .lokasi h1 {
    background-color: #ffffff;
}

.section .container .lokasi p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.gallery {
    background: rgba(196, 196, 196, 0.25);
    backdrop-filter: blur(20px);
}

.section .container .gallery p {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.section .container .gallery a {
    float: right;
    position: relative;
    right: 20px;
}

.section .container .gallery img {
    border: 0.927419px solid #c4c4c4;
    box-sizing: border-box;
}

.section .container .gallery h1 {
    padding: 20px;
}
.section .container .gallery .tujuan ul li {
    margin: 20px;
}
.section .container .gallery .tujuan ul {
    list-style-image: url("../img/icon/panah-dua.png");
    padding-bottom: 20px;
}

/* tanya-jawab */
.hero-tanya {
    width: 100%;
    height: 100vh;
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url("../img/hero-tanya.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero {
    width: 100%;
    height: 100vh;
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url("../img/bg_hero.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero .container h1.title-apei {
    font-size: 6em;
    color: #2f80ed;
    font-weight: 600;
    font-style: italic;
}

.hero .container .line-blue {
    width: 65px;
    border-top: 3px solid #2f80ed;
    margin-top: 10px;
}

.btn-yellow {
    width: 250px;
    background-color: #f0ca03;
}

.section {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: transparent;
}

.title-section {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
    background-color: white;
}

.title-section h1 {
    font-size: 3em;
}

.pattern {
    background-image: url("../img/bg_pattern.png");
    background-size: cover;
}

.riwayat-singkat {
    background-image: url("../img/bg_cube.jpg");
    background-size: cover;
}

.persyaratan {
    background-image: url("../img/bg-persyaratan.jpg");
    background-size: cover;
}

.pattern-cube {
    background-image: url("../img/bg-pattern-cube.jpg");
    background-size: cover;
}

.hover-misi:hover {
    transform: scale(1.07);
    transition: 0.5s;
    background-color: white;
    border: 3px solid #2f80ed;
    box-shadow: 1px 2px 10px rgb(47, 128, 237, 0.2);
    border-radius: 50px;
}

footer {
    background-image: url("../img/bg_footer.png");
    background-size: cover;
}
.copyright {
    width: 100%;
    padding: 20px;
    background-color: rgba(3, 25, 101, 0.8);
}

h1.moto-footer {
    font-size: 3.8em;
}

.line-white {
    width: 60%;
    border-top: 2px solid rgb(255, 255, 255, 1);
}

/* Tambahan */

.br-10 {
    border-radius: 15px;
}

.over-hidden {
    overflow-x: hidden;
}

/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
        box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar .navbar-brand,
    .navbar .nav-link {
        color: #6b6b6b;
    }
}

@media (max-width: 576px) {
    .logo {
        width: 100px;
    }
    .ml-min {
        margin-left: -20px;
    }
    .hero {
        width: 100%;
        height: 100vh;
        padding-top: 150px;
        padding-bottom: 180px;
        background-image: url("../img/bg_hero_mobile.jpg");
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }
}
