@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&display=swap');

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    margin-bottom: 0;
}

#backToTop {
    display: inline-block;
    background-color: #03414c;
    border: 2px solid #fee50f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #fee50f;
}

#backToTop::after {
    content: '\f077';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    line-height: 45px;
}

#backToTop:hover {
    cursor: pointer;
    background-color: #fee50f;
    border: 2px solid #03414c;
    color: #03414c;
    transition: 1s;
}

#backToTop:active {
    background-color: #fee50f;
    background-color: #fee50f;
    border: 2px solid #03414c;
    color: #03414c;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

.logo-navbar {
    width: 50px;
    height: 50px;
}

.navbar-title {
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    text-decoration: none;
    margin-top: 2px;
    margin-left: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.navbar-subtitle {
    color: #333333;
    font-family: 'Nunito Sans', sans-serif;
    margin-left: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.banner-akhlak {
    width: 15%;
}

.layout-beranda {
    background-image: url('../../../bg_landing_3.jpg');
    background-size: cover;
}

.hero {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .container {
    margin-top: 0;
    margin-bottom: 0;
}

.hero .row {
    width: 100%;
    align-items: center;
}

.hero .col-lg-7,
.hero .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero .col-lg-5 {
    align-items: center;
}

.hero-title {
    margin-top: 0;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 64px;
}

.hero-desc {
    color: #4f4f4f;
    margin-top: 25px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

.hero-desc-highlight {
    color: #4f4f4f;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

.informasi {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.informasi-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 31.2px;
}

.informasi-subtitle {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.01em;
    text-align: center;
}

.layanan {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.layanan-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 31.2px;
}

.media-sosial {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.media-sosial-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 31.2px;
}

.pelayanan {
    display: flex;
    flex-direction: row;
}

.pelayanan-yellow {
    flex: 1 1 94%;
    background-color: #fee50f;
    padding-top: 5rem;
    padding-bottom: 4.5rem;
}

.pelayanan-tosca {
    flex: 1 1 6%;
    background-color: #03414c;
}

.img-3d {
    width: 48%;
    margin-top: -300px;
    margin-left: 40px;
    position: absolute;
}

.pelayanan-title {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.black-line {
    width: 50px;
    margin-top: 10px;
    margin-right: 15px;
    border-top: 2px solid #000;
}

.black-line-login {
    width: 50px;
    margin-top: 10px;
    margin-right: 15px;
    border-top: 2px solid #000;
}

.pelayanan-point {
    display: flex;
    flex-direction: row;
}

.pelayanan-point-kiri {
    flex: 1 1 50%;
}

.pelayanan-point-kanan {
    flex: 1 1 50%;
}

ul.list-u {
    padding-left: 20px;
    list-style: none;
}

li.list-i {
    margin-bottom: 10px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

li.list-i:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 15px 0 -15px;
}

.permohonan {
    padding-top: 20rem;
    padding-bottom: 12rem;
}

.permohonan-title {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
}

.cara-pemohonan-point {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.web {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.web-subtitle {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    color: #757575;
}

.web-title {
    width: 70%;
    margin: auto;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
}

.download {
    padding-top: 5rem;
    padding-bottom: 15rem;
}

.download-title {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
}

.download-desc {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
}

.footer {
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 3rem;
    background-color: #03414c;
    border-top: 15px solid #fee50f;
}

.footer-logo {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.footer-text {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.footer-cr {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.footer-menu {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.footer-menu-link {
    color: #fff;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
}

.footer-menu-link:hover {
    color: #fee50f;
}

.layout-login {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.layout-left {
    flex: 1 1 65%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-image: url('../../../bg_login.png');
    background-size: cover;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.esdm-building {
    width: 70%;
    display: block;
    margin-left: auto;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.layout-right {
    flex: 1 1 35%;
    background-color: #fff;
    height: 100vh;
    padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.login-title {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    color: #000;
}

.mc-1 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.logo-footer {
    width: 10%;
}

.text-yellow {
    color: #fee50f;
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .navbar {
        padding: 0.75rem 1rem !important;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-brand .d-flex {
        align-items: center;
    }

    .logo-navbar {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .navbar-title {
        margin-left: 10px;
        margin-top: 0;
        font-weight: 700;
        font-size: 10px;
        line-height: 14px;
    }

    .navbar-subtitle {
        margin-left: 10px;
        font-weight: 400;
        font-size: 9px;
        line-height: 12px;
    }

    .navbar-toggler {
        padding: 8px 12px;
        font-size: 14px;
        margin-left: 10px;
    }

    .banner-akhlak {
        width: 100px;
        height: auto;
    }

    .hero .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .permohonan .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .web .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .download .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .footer .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .hero {
        padding-top: 8rem;
        padding-bottom: 4rem;
        min-height: unset;
    }

    .hero-title {
        margin-top: 0;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }

    .hero-desc {
        margin-top: 15px;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .hero-desc br {
        display: none;
    }

    .informasi {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .informasi-title {
        font-size: 20px;
        line-height: 28px;
    }

    .informasi-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .informasi-subtitle br {
        display: none;
    }

    .nav-pills .nav-link {
        font-size: 14px;
        padding: 8px 16px;
    }

    .nav-pills {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-pills .nav-item {
        margin-right: 10px !important;
        margin-bottom: 10px;
    }

    .layanan {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .layanan-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 2rem !important;
    }

    .layanan-title br {
        display: none;
    }

    .bg-light-primary {
        width: 45px !important;
        height: 45px !important;
    }

    .layanan .col-lg-4 h5 {
        font-size: 14px;
    }

    .media-sosial {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .media-sosial-title {
        font-size: 20px;
        line-height: 28px;
    }

    .media-sosial .fa-4x {
        font-size: 2.5em;
    }

    .pelayanan-yellow {
        padding-top: 5.5rem;
        padding-bottom: 4.5rem;
    }

    .img-3d {
        width: 70%;
        margin-top: -370px;
        margin-left: 60px;
        position: absolute;
    }

    .md-pad {
        padding-left: 30px;
    }

    .permohonan {
        padding-top: 5rem;
    }

    .permohonan-title {
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 28px;
    }

    .cara-pemohonan-point {
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
    }

    .web {
        padding-top: 5rem;
    }

    .web-subtitle {
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #757575;
    }

    .web-title {
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 28px;
    }

    .download {
        padding-top: 5rem;
        padding-bottom: 15rem;
    }

    .download-title {
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 28px;
    }

    .download-desc {
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }

    .footer {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .footer-logo {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-text {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-cr {
        font-size: 12px;
        line-height: 18px;
    }

    .footer-menu {
        margin-top: 25px;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    .footer-menu-link {
        font-size: 14px;
        line-height: 32px;
    }

    .logo-footer {
        width: 20%;
    }

    #backToTop {
        margin: 10px;
        bottom: 10px;
        right: 10px;
    }

    .layout-login {
        flex-direction: column;
    }

    .layout-left {
        flex: 1 1 100%;
        height: auto;
        min-height: 40vh;
        background: linear-gradient(to bottom, #fee50f, #ffc7008f);
        position: relative;
    }

    .layout-left .navbar-brand {
        position: relative !important;
    }

    .layout-left .navbar-brand .d-flex {
        margin-top: 2rem !important;
        margin-left: 2rem !important;
    }

    .esdm-building {
        width: 80%;
        margin: 2rem auto 0 auto;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .layout-right {
        flex: 1 1 100%;
        height: auto;
        padding: 2rem 1.5rem;
        overflow-y: auto;
    }

    .layout-right .ms-5,
    .layout-right .me-5 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .login-title {
        font-size: 22px;
        line-height: 32px;
    }

    .layout-left-title {
        margin-left: 6px;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 36px;
    }

    .layout-left-subtitle {
        margin-left: 6px;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
    }

    .layout-left-desc {
        margin-left: 6px;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 24px;
    }

    .black-line-login {
        width: 50px;
        margin-top: 10px;
        margin-left: 10px;
        border-top: 2px solid #000;
    }

    .mc-1 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }

    .g-recaptcha {
        width: 100% !important;
        overflow-y: hidden;
    }
}

@media (max-width: 480px) {
    body {
        overflow-x: hidden;
    }

    .g-recaptcha {
        width: 100% !important;
        overflow-y: hidden;
    }

    .navbar {
        padding: 0.5rem 0.75rem !important;
    }

    .logo-navbar {
        width: 35px;
        height: 35px;
        flex-shrink: 0;
    }

    .navbar-title {
        font-size: 9px;
        line-height: 12px;
        margin-left: 8px;
        margin-top: 0;
    }

    .navbar-subtitle {
        font-size: 8px;
        line-height: 11px;
        margin-left: 8px;
    }

    .navbar-toggler {
        padding: 6px 10px;
        font-size: 12px;
        margin-left: 8px;
    }

    .banner-akhlak {
        width: 80px;
    }

    .hero {
        padding-top: 6rem;
        padding-bottom: 3rem;
        min-height: unset;
    }

    .hero-title {
        margin-top: 0;
        font-size: 20px;
        line-height: 28px;
    }

    .hero-desc {
        font-size: 13px;
        line-height: 20px;
    }

    .informasi {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .informasi-title {
        font-size: 18px;
        line-height: 24px;
    }

    .informasi-subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .nav-pills .nav-link {
        font-size: 12px;
        padding: 6px 12px;
    }

    .nav-pills .nav-item {
        margin-right: 5px !important;
        margin-bottom: 8px;
    }

    .card {
        padding: 1.5rem !important;
    }

    .layanan {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .layanan-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 1.5rem !important;
    }

    .bg-light-primary {
        width: 40px !important;
        height: 40px !important;
    }

    .layanan .col-lg-4 h5 {
        font-size: 13px;
        margin-top: 8px !important;
    }

    .media-sosial {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .media-sosial-title {
        font-size: 18px;
        line-height: 24px;
    }

    .media-sosial .fa-4x {
        font-size: 2em;
    }

    .media-sosial .mb-5 {
        margin-bottom: 2rem !important;
    }

    .media-sosial .mx-5 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .footer {
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }

    .footer-logo {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-text {
        font-size: 12px;
        line-height: 18px;
    }

    .footer-cr {
        font-size: 11px;
        line-height: 16px;
    }

    .footer-menu {
        font-size: 14px;
        margin-top: 20px;
    }

    .footer-menu-link {
        font-size: 13px;
        line-height: 28px;
    }

    .logo-footer {
        width: 25%;
    }

    .layout-left .navbar-brand .d-flex {
        margin-top: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .esdm-building {
        width: 90%;
        margin: 1rem auto 0 auto;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .layout-right {
        padding: 1.5rem 1rem;
    }

    .login-title {
        font-size: 20px;
        line-height: 28px;
    }

    .layout-left-title {
        margin-left: 30px !important;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 36px;
    }

    .layout-left-subtitle {
        margin-left: 30px !important;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
    }

    .layout-left-desc {
        margin-left: 30px !important;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 24px;
    }

    .black-line-login {
        margin-left: 30px !important;
    }
}
