/* Utils */
#modalVideo iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 345px;
    width: 100%;
}
/* End Utils */

/* Header */
header {
    background: url(../../../images/pages/home/header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-header {
    padding-top: 180px;
    padding-bottom: 140px;
}

.header-btn {
    border-radius: 16px;
    background: var(--secondary);
    padding: 12px 28px;
    margin: 0 auto;
    display: block;
    color: var(--white);
    transition: var(--transition);
}

.header-btn:hover {
    color: var(--white);
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.10);
    filter: var(--hover-state);
}
/* End Header */


/* Promotion Banner */
#promotionBanner {
    padding-top: 56px;
}

.proba-img {
    width: 100%;
    height: 463px;
    border-radius: 16px;
    object-fit: cover;
}

.proba-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    transition: var(--transition);
}

.proba-btn:hover {
    filter: var(--hover-state);
    color: var(--white);
}

.proba-btn.next {
    right: 12px;
}

.proba-btn.prev {
    left: 12px;
}

.proba-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--primary);
}

.proba-carousel .slick-dots li button:before {
    font-size: 16px;
}
/* End Promotion Banner */


/* Buat Usaha */
#makeCompany {
    margin-top: 56px;
    padding-top: 56px;
    padding-bottom: 56px;
    background: rgba(37, 99, 235, 0.10);
    scroll-margin-top: 150px;
}

.maco-card {
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.10);
    border-radius: 16px;
}

.maco-card.blue {
    background: url(../../../images/pages/home/maco-left-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.maco-card.red {
    background: url(../../../images/pages/home/maco-right-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.maco-card .card-body {
    padding: 44px;
}

.maco-btn {
    border-radius: 16px;
    background: var(--white, #FFF);
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.10);
    padding: 16px 24px;
    color: var(--primary) !important;
    text-align: center;
    font-family: var(--font-1);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 150% */
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: var(--transition);
}

.maco-btn:hover {
    filter: var(--hover-state);
}
/* End Buat Usaha */


/* about us */
#aboutUs {
    margin-top: 56px;
    scroll-margin-top: 150px;
}

.abus-overlay-container {
    width: 100%;
    height: auto;
    position: relative;

}

.abus-overlay-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.10);
}

.abus-modal-iframe {
    width: 100%;
    height: 500px;
    border: 1px solid var(--nt-04);
    border-radius: var(--border-radius);
}

.abus-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abus-btn-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abus-btn-shadow {
    position: absolute;
    width: 122px;
    height: 122px;
    background: var(--primary);
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.10));
    border-radius: 50%;
    z-index: 1;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.abus-btn-container:hover .abus-btn-shadow {
    opacity: 0.5;
    visibility: visible;
}

.abus-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--primary);
    color: var(--white) !important;
    font-size: 42px;
    position: absolute;
    z-index: 2;
}

.vector-abus {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-about-title { display: none; }
.desktop-about-title { display: block; }
/* End about us */

/* Divider */
.section-divider {
    border-color: #2563EB80;
    opacity: .5;
    margin-bottom: 0;
    margin: 56px 0;
}
/* Divider */


/* Top brand */
.topb-item-container {
    border-radius: 16px;
    border: 4px solid var(--neutral-nt-03, #E5E5E5);
    background: #FFF;
    box-shadow: none;
    transition: var(--transition);
}

.topb-item-container:hover {
    border-color: var(--primary);
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.10);
    transform: translateY(-4px);
}

.topb-item-container .card-body {
    padding: 16px;
}

.topb-item-container img {
    width: 100%;
    height: 223px;
    object-fit: contain;
    object-position: center;
}

.top-brand-carousel article {
    margin: 8px;
}

.topb-carousel-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: var(--white);
    font-size: 16px;
    background-color: var(--primary);
    transition: var(--transition);
}

.topb-carousel-btn:hover {
    color: var(--white);
    filter: var(--hover-state);
}

.topb-carousel-btn.prev {
    left: 8px;
}

.topb-carousel-btn.next {
    right: 8px;
}
/* End Our
/* End Top brand */


/* Testimonial */
#testimonial {
    margin-top: 56px;
    padding: 56px 0;
    background: #F3F7FF;
}

.testimoni-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.testimoni-overlay-img {
    width: 100%;
    height: 345px;
    display: block;
    object-fit: cover;
}

.testimoni-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.testimoni-overlay-content button {
    border-radius: 16px;
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding: 12px 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: var(--transition);
}

.testimoni-overlay-content button:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

.testimoni-gutter {
    margin-left: -16px;
    margin-right: -16px;
}

.testimoni-gutter > [class^="col"] {
    padding-left: 16px;
    padding-right: 16px;
}
/* End Testimonial */


/* Award */
#award {
    margin-top: 56px;
}

.award-card {
    border-radius: 16px;
    border: 4px solid var(--nt-03);
    box-shadow: none;
    background: #FFF;
    transition: var(--transition);
}

.award-vector {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.award-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
    padding: 16px;
}

.award-overlay-img {
    width: 100%;
    height: 223px;
    display: block;
    object-fit: contain;
    object-position: center;
}

.award-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: var(--transition);
}

.award-overlay-content a {
    border-radius: 16px;
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    font-family: var(--font-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 12px 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: var(--transition);
}

.award-overlay-content button:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

.award-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
}

.award-card:hover .award-overlay-content {
    opacity: 1;
}

.award-btn {
    border-radius: 16px;
    border: 1px solid var(--base-white, #FFF);
    background: var(--primary);
    padding: 16px 24px;
    color: var(--base-white, #FFF);
    font-family: var(--font-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    transition: var(--transition);
    margin-top: 32px;
}

.award-btn:hover {
    filter: var(--hover-state);
    color: var(--white);
}

.award-carousel .slick-slide {
    margin: 0 16px;
}

.award-carousel .slick-list {
    margin: 0 -16px;
}

.award-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--primary);
}

.award-carousel .slick-dots li button:before {
    font-size: 16px;
}
/* End Award */


/* Our client */
.ourclient-item-gutter {
    margin-left: -16px;
    margin-right: -16px;
}

.ourclient-item-gutter > [class^="col"] {
    padding-left: 16px;
    padding-right: 16px;
}

.ourclient-container {
    background-color: var(--primary);
    border-radius: 16px;
    padding: 16px;
    overflow: hidden;
    background: url(../../../images/pages/home/ourclient-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ourclient-artist {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 474px;
    object-fit: contain;
    object-position: center;
}

.ourclient-booth {
    width: 100%;
    height: 215px;
    border: 1px solid var(--nt-03);
    border-radius: 16px;
    object-fit: cover;
}

.ourclient-carousel-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: var(--white);
    font-size: 16px;
    background-color: var(--primary);
    transition: var(--transition);
}

.ourclient-carousel-btn:hover {
    color: var(--white);
    filter: var(--hover-state);
}

.ourclient-carousel-btn.prev {
    left: 8px;
}

.ourclient-carousel-btn.next {
    right: 8px;
}
/* End Our client */


/* FAQ */
#faq {
    margin-top: 56px;
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: #F3F7FF;
}

.faq-container {
    padding: 0 28px;
}

.faq-card {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid var(--nt-03);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.faq-card .card-header {
    padding: 0;
    background-color: transparent;
}

.faq-card .card-header h2 {
    width: 60%;
}

.faq-icon {
    font-size: 12px;
    color: var(--nt-10);
}

.question-icon-container {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--nt-10);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
/* End FAQ */


/* Select Power Modal */
.sepo-container {
    width: 100%;
}

.sepo-container input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.sepo-container .card {
    transition: all 0.2s ease;
    border: 2px solid #f1f1f1;
    box-shadow: none;
    cursor: pointer;
}

.sepo-container .card:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.sepo-container input[type="radio"]:checked ~ .card {
    border-color: var(--primary);
    color: var(--primary);
}
/* End select Power Modal */


@media (max-width: 767.98px) {
    /* Header */
    .page-header .container-fluid {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .page-header {
        padding-top: 140px;
        padding-bottom: 80px;
    }

    .page-header .display {
        font-size: 28px;
        line-height: 150%;
    }

    .page-header .header-btn .heading-3 {
        font-size: 18px;
    }
    .page-header .header-btn .heading-5 {
        font-size: 16px;
    }
    /* End Header */

    /* Maco */
    .maco-btn {
        font-size: 16px;
    }

    .maco-card .card-body {
        padding-top: 24px;
        padding-bottom: 24px;
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }

    .maco-card .card-body .heading-2 {
        font-size: 24px;
        margin-bottom: 0 !important;
    }

    .maco-card .card-body .img-fluid {
        width: 130px;
        height: 130px;
        margin-bottom: 0 !important;
    }
    /* Maco - End */

    /* About Us */
    #aboutUs .row {
        row-gap: 32px;
        text-align: center;
    }

    .mobile-about-title {
        display: block;
        margin-bottom: 24px !important;
    }
    .desktop-about-title { display: none; }
    /* About Us - End */

    /* Promotion Banner */
    #promotionBanner .container-fluid {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .proba-img {
        height: 350px;
        object-fit: fill;
    }

    .proba-btn {
        display: none;
    }
    /* End Promotion Banner */

    /* Top brand */
    .topb-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .topb-gutter > [class^="col"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }

    .topb-item-container img {
        height: 150px;
    }
    /* End Top brand */

    /* Top brand */
    .topb-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .topb-gutter > [class^="col"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }

    .topb-item-container img {
        height: 150px;
    }
    /* End Top brand */

    /* Award */
    .award-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .award-gutter > [class^="col"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }

    .award-overlay-img {
        height: 150px;
    }
    /* End Award */

    /* Our client */
    .ourclient-artist {
        height: 300px;
        width: 95%;
        bottom: -30px;
        margin-bottom: 0;
    }

    .ourclient-booth {
        height: 125px;
    }

    .ourclient-container > .row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .ourclient-container > .row [class^="col-"],
    .ourclient-container > .row [class^=" col-"] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ourclient-item-gutter > [class^="col"] {
        margin-bottom: 0;
    }

    .ourclient-item-gutter > [class^="col"]:first-of-type {
        margin-bottom: 8px;
    }

    .ourclient-carousel .slick-dots li.slick-active button:before {
        opacity: 1;
        color: var(--primary);
    }

    .ourclient-carousel .slick-dots li button:before {
        font-size: 16px;
    }
    /* End Our client */

    /* FAq */
    .faq-card .card-header h2 {
        width: 90%;
    }
    /* End FAq */
}

@media (max-width: 991.98px) {
    /* Utils */
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    /* End Utils */

    /* Maco */
    .maco-btn {
        font-size: 16px;
    }
    /* Maco - End */

    /* About us  */
    .abus-overlay-img {
        height: 350px;
        object-fit: fill;
    }

    .abus-overlay-content {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
        border-radius: 16px;
    }
    /* End About us  */
}

@media (min-width: 767.98px) and (max-width: 991.98px) {

    /* Promotion Banner */
    .proba-img {
        height: 350px;
    }
    /* End Promotion Banner */

    /* Top Brand  */
    .topb-item-container img {
        height: 150px;
    }
    /* End Top Brand  */

    /* Award */
    .award-overlay-img {
        height: 170px;
    }
    /* End Award */

    /* Our client */
    .ourclient-artist {
        height: 400px;
        margin-bottom: 0;
    }

    .ourclient-booth {
        height: 180px;
    }
    /* End Our client */
}
