/* Tampilan Desktop - Tidak ada media query */

.custom_nav-container .nav_search-btn {
    background-position: center;
    margin-top: 0; /* reset to default if previously changed */
}

.slider_section .box {
    margin: 75px 0 125px 0;
}

.slider_section .detail-box {
    text-align: left;
    margin-bottom: 0;
}

.slider_section .detail-box h1 {
    font-size: 4rem; /* default desktop size */
}

.slider_section .detail-box h2 {
    font-size: 2.5rem;
}

section.app_section {
    padding: 100px 0;
}

section.app_section .img-box {
    transform: none;
    margin-top: 0;
}

section.app_section .detail-box {
    text-align: left;
}

section.app_section .detail-box .download_box {
    display: flex;
    flex-direction: row;
}

section.app_section .detail-box .download_box .btn-box {
    margin-top: 0;
}

.client_section .box {
    display: flex;
    flex-direction: row;
    width: 1170px;
    align-items: flex-start;
    text-align: left;
}

.client_section .box .client_id {
    margin: 0 30px 0 0;
    padding: 10px;
}

.client_section .box .client_id::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.client_section .box .client_id::after {
    top: 3%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    filter: blur(10px);
}

.info_section .col-md-3 {
    text-align: left;
}

.info_section .col-md-3 > div {
    display: block;
}

.info_section .info_contact .info_logo {
    margin-bottom: 0;
}

.info_section .info_form form input {
    text-align: left;
}

.container {
    max-width: 1170px;
}
