*, body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
}

/* navbar */
nav {
    backdrop-filter: blur(10px);
    background-color: rgb(255, 255, 255);
}

nav img {
    width: 150px;
}

#hero {
    background-image: url('/asset/img/hero2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

#hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: absolute;
    z-index: 2;
}

#hero .container-fluid {
    z-index: 3;
    position: relative;
    padding: 30px;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.199);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(6.7px);
}

#hero h4, h1, p {
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.13);
    color: #000000;
    text-decoration: none;
}

#hero h4 {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;

}

#hero p {
    font-family: "Ephesis", cursive;
    font-size: 1.4rem;
    text-shadow: 3px 3px 5px rgba(255, 255, 255, 0.616);
}

#hero .navigasi-sosmed {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px;
    margin-bottom: 20px;

}

#hero .navigasi-sosmed a img {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.44);
    border-radius: 16px;
    box-shadow: 5px 4px 15px rgba(0, 0, 0, 0.452);
    backdrop-filter: blur(10.5px);
    -webkit-backdrop-filter: blur(10.5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

#hero .navigasi-sosmed a img:hover {
    transform: scale(1.2);
}

#hero .navigasi-sosmed a {
    text-decoration: none;
}


/* tombol baca selengkapnya */
.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.btn-5 {
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
    background: rgb(255, 27, 0);
    background: linear-gradient(0deg, rgba(255, 27, 0, 1) 0%, rgba(251, 75, 2, 1) 100%);
}

.btn-5:hover {
    color: #f0094a;
    background: transparent;
    box-shadow: none;
}

.btn-5:before,
.btn-5:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #f0094a;
    box-shadow:
        -1px -1px 5px 0px #fff,
        7px 7px 20px 0px #0003,
        4px 4px 5px 0px #0002;
    transition: 400ms ease all;
}

.btn-5:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.btn-5:hover:before,
.btn-5:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

/* info panel */
#panel-info .info img {
    float: left;
    width: 70px;
    height: 70px;
    padding: 5px 10px 5px 5px;
}

#panel-info .info {
    justify-content: center;
    align-items: center;
    padding: 30px 5px 5px 5px;
    background: rgba(255, 255, 255, 0.199);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(6.7px);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.247);
    margin: -50px 5px 5px 5px;
    position: relative;
    z-index: 10;
}

#panel-info .info h5 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.13);
    margin-bottom: 5px;
}

#panel-info .info p {
    font-size: 0.85rem;
    font-weight: 400;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.13);
    margin-bottom: 5px;
}

#panel-info .info a {
    margin-left: 70px;
}

/* panel tentang kami */
#tentang-kami {
    background-color: #5df7f723;
    padding: 5px;
}

#tentang-kami p {
    font-size: 0.85rem;
    font-weight: 500;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.13);
    margin-bottom: 15px;
}

#judul-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}

#judul-section h1 {
    color: rgb(255, 27, 0);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.233);
}

#judul-section hr {
    color: rgb(255, 27, 0);
    border: 1px solid rgb(255, 27, 0);
    width: 50px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -1px;
}

/* lokasi */
#maps {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding: 5px;
    text-align: center;

    & p {
        font-size: 1rem;
        font-weight: 500;
    }
}

.maps-iframe {
    width: 100%;
    height: 500px;
}

/* FOOTER */
.contact-area img {
    width: 40px;
    height: auto;
}

#contact {
    padding: 60px 0;
    /* min-height: 100vh;*/
}

#contact h1, a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 30px;
    text-align: center;
}

#contact .contact-content p {
    text-align: center;
    color: #8b9199;
}

#contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-area {
    border-bottom: 1px solid #353C46;
}

.contact-content p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
}

.contact-content p::after {
    background: #353C46;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}

.contact-content h6 {
    color: #8b9199;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #353c47;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social>ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #8b9199;
    color: #8b9199;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
}

.contact-social ul li a:hover {
    border: 1px solid #FAB702;
    color: #FAB702;
}

.contact-content img {
    max-width: 210px;
}

#contact, footer {
    background: #1A1E25;
    color: #868c96;
}

footer p {
    padding: 40px 0;
    text-align: center;
    font-size: 14px;
}

footer img {
    width: 10px;
    margin: 0 5px 0 5px;
}