@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    overflow-x: hidden;
}

section {
    padding-top: 69px;
    padding-bottom: 69px;
}

a { color: orange; }

.av-button-primary-small {
    min-width: 124px;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
    gap: 4px;
    padding: 13px 13px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    letter-spacing: 0.04em;
    background-color: var(--av-quartenary);
    color: var(--neutral-10);
}

.av-button-primary-medium {
    min-width: 124px;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
    gap: 4px;
    padding: 16px 16px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    letter-spacing: 0.04em;
    background-color: var(--av-quartenary);
    color: var(--neutral-10);
}

.av-button-primary-big {
    min-width: 124px;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
    gap: 4px;
    padding: 18px 31px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    letter-spacing: 0.04em;
    background-color: var(--av-quartenary);
    color: var(--neutral-10);
}

@media(max-width: 992px) {
    .width-mobile-full {
        width: 100%;
    }
}

@media (min-width: 992px) {

    .av-button-primary-small {
        font-size: 14px;
        padding: 13px 27px;
        border-radius: 8px;
    }

    .av-button-primary-medium {
        padding: 16px 16px;
        border-radius: 8px;
    }
}

.landing {
    background-image: url('./assets/image/landing.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing>.overlay-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.37) 52.08%, rgba(0, 0, 0, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 10;
}

.landing>.overlay-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.37) 52.08%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
}

.overlay-3 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 28.33%, #000000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.overlay-4 {
    background: linear-gradient(151.42deg, #679CD6 10.82%, #36559C 87.13%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.landing-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px;
}

.landing-header-long {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.landing-header-long-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing-header>.overlay-1,
.landing-header-long>.overlay-1,
.landing-header-long-2>.overlay-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(103, 156, 214, 0.44) 0%, #679CD6 82.46%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 10;
}

/* Contact Us */
.landing-header.contact {
    background-image: url('./assets/image/contact_us.png');
}

/* Career */
.landing-header-long.career {
    background-image: url('./assets/image/career.png');
}

.landing-header-long .search {
    width: auto;
}

/* Detail Career */
.landing-header-long-2.career {
    background-image: url('./assets/image/career.png');
}

.career_detail_padding {
    padding: 16px 24px 16px 24px;
}

.career_detail_padding_2 {
    padding: 8px 24px 16px 24px;
    border-radius: 0 0 12px 12px;
    min-height: 700px;
}

@media (min-width: 992px) {
    .career_detail_padding {
        padding: 80px 100px 80px 100px;
    }

    .career_detail_padding_2 {
        padding: 30px 100px 80px 100px;
    }
}

/* Services */
#services .overlay-1 {
    background: linear-gradient(180deg, rgba(103, 156, 214, 0.63) 37.08%, #000000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

/* Clients_2 */
#testimonial_descriptions {
    margin-top: 24px;
    position: relative;
    bottom: 0;
    right: 0;
}

#testimonial_arrows {
    margin-top: 24px;
    position: relative;
}

/* Services_2 */
#services_2 .active>.services_2_navs_border {
    border-left: 6px solid var(--av-secondary);
}

#services_2 .services_2_navs_title {
    padding: 8px;
    font-weight: 300;
    white-space: nowrap;
    background-color: var(--neutral-20);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#services_2 .active>.services_2_navs_title {
    font-weight: 800;
    background-color: var(--neutral-10);
    border: none;
}

.services_2_navs {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media (min-width: 992px) {
    #services_2 .services_2_navs_title {
        padding: 40px;
    }

    .services_2_navs {
        display: block;
        position: static;
        min-width: 350px;
    }
}

/* Footer */
.footer_konsultasi {
    padding: 32px 32px;
    border-radius: 12px;
}

@media (min-width: 992px) {
    .landing-header {
        height: 456px;
    }

    .landing-header-long {
        height: 500px;
    }

    .landing-header-long .search {
        width: 384px;
    }

    .logo-transparent {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 20%;
        top: 90%;
    }

    .logo-transparent-2 {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 80%;
        top: 30%;
    }

    .about_our_services {
        min-width: 406px;
    }

    .footer_konsultasi {
        padding: 64px 80px;
        border-radius: 12px;
    }

    #testimonial_descriptions {
        margin-top: 0;
        position: absolute;
        bottom: -78px;
        right: 0;
        max-width: 622px;
        min-height: 320px;
    }

    #testimonial_arrows {
        margin-top: 0;
        position: absolute;
        top: 100%;
        left: 390px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }

    .container-xxxl {
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px;
    }
}

/* Bootstrap Edit */
.navbar-collapse {
    z-index: 50;
    position: relative;
    background-color: var(--av-secondary);
    color: var(--neutral-10);
}

@media (min-width: 992px) {
    .navbar-collapse {
        position: relative;
        margin-top: 0;
        padding: 0;
        background-color: transparent;
        color: var(--neutral-10);
    }
}