@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Playfair+Display&family=Sedgwick+Ave&display=swap');


* {
    box-sizing: border-box;
}

/* navbar */
nav {
    padding: 0 50px;
    width: 100%;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
	
}

.navbar_hiji {
    top: 0;
    background: #0e336e;
    color: #fff;
    height: 40px;
    position: fixed;
    z-index: 99;
}

.navbar_hiji .wa a {
    color: green !important;
}

.navbar_hiji .wa a i{
    font-size: 20px;
}

.navbar_hiji .wa a:hover {
    color: white !important;
}

.navbar__dua {
    background: #8b0000;
    height: 70px;
    position: fixed;
    top: 0px;
    z-index: 100;
    font-family: 'PT Serif', serif;
    font-weight: 100;
	
}

.navbar__dua .jarak_huruf:hover {
    color: #fff;
	background-color: darkblue;
	border-radius: 5px;
}

.navbar__dua ul {
    margin-right: 30px;
}

.navbar__dua {
    margin-left: 0px;
}
.logo {
    margin-left: 50px;
}

.navbar__dua li {
    list-style: none;
    margin-top: 10px;
}

.navbar__dua li a {
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
}
/* dropdown */
.dropdown.open>.jarak_huruf {
    background-color: #8b0000 !important;
    border-radius: 2px;
}

.jarak_huruf{
    padding: 10px;
	
}

.dropdown.open>.dropdown-menu {
    padding-right: 30px;
    padding-left: 0px;
	color: #8b0000;
}


/* menu harbur */

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger i {
    font-size: 25px;
    padding: 7px;
    border: 0.5px solid black;
}

.hamburger i:hover {
    background-color: #0e336e;
}

/* responsive navbar */
@media screen and (max-width: 768px) {

    .navbar__dua .logo {
        margin-left: 0px;
    }

    .navbar_hiji .wa a i{
        font-size: 30px;
    }
    
    .navbar__dua li {
        margin-top: 0;
    }

    /* dropdown */
    /* hamburger menu */
    .hamburger {
        display: flex;
    }

    .navbar__dua ul {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 55px;
        left: 0;
        background-color: #2f71bd;
        align-items: start;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }

    .navbar__dua li {
        margin: 10px -12px;
    }

    .navbar__dua ul.active {
        display: flex;
    }
}

/* akhir navbar */

footer {
    background: #c8001b;
    font-family: 'Playfair Display', serif;
}

.footer-area .container .row .col-md-3 .footer-content li {
    list-style-type: none;
}



.content {
    padding-top: 110px;
}


.panel-header {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    height: 450px;
    border-radius: 0px;

}

/* hp dengan ukuran kecil */
@media screen and (min-width: 360px) and (max-width: 400px) {

    .alert-success h4 {
        padding-top: 30px;
    }

}

/* hp nu biasan jaman ayeuna */
@media only screen and (min-width:400px) and (max-width: 768px) {

    .alert-success h4 {
        padding-top: 30px;
    }

}


/* Move dot indicators to the top of the carousel */
.carousel-indicators {
    top: auto;
    bottom: 60;
    list-style: none;
    padding: 0;
    margin: 0;
}

.carousel .carousel-indicators li {
    width: 20px;
    height: 7px;
    background-color: #33333363;
    margin-right: 2px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 7px;
}

.carousel-indicators li.active {
    background-color: #0e336e;
}

.carousel-inner .item h4 {
    margin-top: 20px;
}

/* media screnn buat kedua hp */
@media only screen and (max-width: 768px) {
    .carousel-indicators {
        top: 0;
        bottom: 10;
    }

    .carousel .carousel-indicators li {
        width: 20px;
        height: 7px;
    }

    .carousel-inner .item h4 {
        margin-top: 0px;
    }
}