

body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

.navbar-brand img {
    width: 230px;
}

.text-gold {
    color: #e7bf70;
}

.bg-gold {
    background-color: #e7bf70;
    color: #fff;
}

.icon-gold {
    background: rgb(231,190,111);
    background: linear-gradient(170deg, rgba(231,190,111,1) 0%, rgba(251,227,109,1) 65%, rgba(246,217,74,1) 90%);
    color: #fff;
}

.btn-gold {
    background-color: #e7bf70;
    border-color: e8bf6f;
    color: #fff;
}

.btn-gold:hover {
    color: #fff;
    background-color: #d2b170;
    border-color: #d2b170;
}

#laporan-aspirasi {
    position: relative;
    top: -290px;
    z-index: 1;
}

#nav .nav-item a {
    color: #e7bf70;
}

#nav .nav-item a:hover {
    color: #d2b170;
}

#nav .nav-item a:after {
    content: "";
    display: block;
    padding: 1px;
    border-bottom: 0.1rem solid #e7bf70;
    transform: scaleX(0);
    transition: 0.2s linear;
}

#nav .nav-item a:hover::after {
    transform: scaleX(0.5);
}

.navbar-nav {
    margin-left: 10px;
}

.mobile-button-login {
    display: none;
}

/* Hero Area */

.hero-area {
    position: relative;
    background-color: #e7bf70;
    padding: 160px 0px 200px;
    z-index: 0;
    background-color: #e7bf70;
    background-image: linear-gradient(to bottom,
            rgba(6, 6, 8, 0.507),
            rgba(232, 192, 111, 0.589)),
        url("../images/background.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* .hero-area {
    background-color: salmon;
} */

/*======================================
   Form Aspirasi
========================================*/

.form-aspirasi .card {
    margin-top: -245px;
    z-index: 5;
    position: relative;
}

/*  ========================================= 
    Step Wizard
===============================================*/

#langkah-langkah {
    /* background-image: linear-gradient(to bottom, rgba(110, 110, 114, 0.507), rgba(255, 252, 247, 0.589)), url("../images/hexagon.svg"); */
    background: #fafafa;
}

#langkah-langkah .step-icon {
    width: 75px;
    height: 75px;
}

/* ======================================================== 
    CARI ASPIRASI
==============================================================*/

#cari-aspirasi .img-qr-code img {
    width: 200px;
}

#cari-aspirasi table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#cari-aspirasi table td {
    padding: 8px;
    /* border: 1px solid #ddd; */
}

#cari-aspirasi table td:first-child {
    width: 30%;
}

#cari-aspirasi table td:nth-child(2) {
    width: 5%;
    text-align: center;
}

#cari-aspirasi table td:last-child {
    width: 65%;
}

/*======================================
	Footer CSS
========================================*/
/* .footer::before {
    position: relative;
    padding-bottom: 0;
    background-image: linear-gradient(to bottom, rgba(6, 6, 8, 0.103), rgba(232, 192, 111, 0.288)), url("../images/world-map.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
} */
/* 
.footer {
    position: relative;
    width: 100%;
} */

/* .footer::before {
    content: "";
    background-image: linear-gradient(
            to bottom,
            rgba(6, 6, 8, 0.103),
            rgba(232, 192, 111, 0.288)
        ),
        url("../images/world-map.svg");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.4;
    z-index: -1;
}

.footer .footer-top .logo img {
    width: 230px;
}

.footer .footer-top .social-media .img-whatsapp img {
    width: 35px;
} */

footer {
    background: #fff;
    /* border-top: 1px solid #f2f2f2; */
    padding-top: 37px;
}

footer .box-footer {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 51px;
    align-items: center;
}

.box-flex {
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

footer .box-footer .list-footer:first-of-type {
    margin-left: 0px;
}

footer .box-footer .list-footer.logo {
    grid-area: logo;
}

footer .box-footer .list-footer.kelola {
    grid-area: kelola;
}

footer .box-footer .list-footer.alamat {
    grid-area: alamat;
}

footer .box-footer .list-footer.sosmed {
    grid-area: sosmed;
}

footer .box-footer .list-footer {
    margin-left: 58px;
}

footer .box-footer .list-footer .box-sosmed-footer {
    display: flex;
    margin-top: 40px;
}

footer .box-footer .list-footer .box-list {
    margin-top: 20px;
}

footer .box-footer .list-footer .box-sosmed-footer .img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 100%;
}

footer .box-footer .list-footer .title {
    font-size: 20px;
    line-height: 150%;
    color: #1f1f1f;
}

footer .box-footer .list-footer .box-list {
    margin-top: 20px;
}

footer .box-footer .list-footer .text {
    font-size: 20px;
    line-height: 150%;
    color: #1f1f1f;
}

footer .copyright {
    font-size: 16px;
    line-height: 140%;
    color: #474747;
    text-align: center;
    padding: 24px 0;
    background: #fafafa;
}

/*  FLOATING WHATSAPP */

.floating-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.floating-whatsapp .icon-whatsapp {
    margin-top: 16px;
}

/* Tablet */
@media (max-width: 758px) {
    /* html {
        font-size: 62.5%;
    } */

    .button-login {
        display: none;
    }

    .form-aspirasi .card {
        margin-top: -20px;
    }

    .navbar-brand img,
    #navbarModal .modal-header img {
        width: 190px;
    }

    .mobile-button-login {
        display: inline-block;
        /* position: absolute;
        right: 0; */
    }

    nav .navbar-nav-custome {
        display: none;
    }

    .social-media {
        margin-top: 10px;
    }

    .laporan .nomor-laporan,
    .laporan .status-laporan,
    .laporan .img-qr-code {
        text-align: center !important;
    }

    .laporan .nomor-laporan h3 {
        margin-top: 20px;
        font-size: 20px !important;
    }

    .laporan .status-laporan h2 {
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    footer .box-footer {
        display: grid;
        grid-template-areas: "logo kelola kelola" "logo alamat alamat" "sosmed sosmed sosmed";
        margin-left: 12px;
        margin-right: 12px;
        grid-gap: 20px;
    }

    footer .box-footer .list-footer {
        margin-left: 0px;
    }

    footer .box-footer .list-footer .text,
    footer .box-footer .list-footer .title {
        font-size: 14px;
    }

    footer .box-footer .list-footer.sosmed {
        text-align: center;
        margin: 0 auto;
    }

    footer .box-footer .list-footer .box-list {
        margin-top: 10px;
    }

    footer .box-footer .list-footer .logo-sekretariat img {
        width: 60px;
        height: 100%;
    }

    footer .box-footer .list-footer .box-sosmed-footer .img {
        width: 20px;
        height: 20px;
    }

    footer .box-footer .list-footer .box-sosmed-footer .img img {
        width: 30px;
        height: 30px;
    }

    footer .box-footer .list-footer .box-sosmed-footer {
        margin-top: 20px;
    }

    footer .copyright {
        font-size: 14px;
        line-height: 140%;
        color: #474747;
        text-align: center;
        padding: 24px 0;
        background: #fafafa;
    }
}

/* @media(max-width: 991px){
    footer .box-footer {
        display: grid !important;
            grid-template-areas: "logo kelola sosmed" "logo alamat sosmed";
            grid-gap: 10px;
    }
} */

/* Mobile Phone */
@media (max-width: 450px) {
    /* html {
        font-size: 55%;
    } */
}