/* Utilities (kebutuhan yang berdiri sendiri tanpa section) */

/* End Utilities */

/* Header */
.header-container {
    padding: 0 8px;
    width: 100%;
    position: absolute;
    bottom: 30px;
}

.main-header .image-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 50%);
}

.slick-dots {
    bottom: 30px;
}

.slick-dots li button {
    background-color: rgba(255, 255, 255, 50%) !important;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.slick-dots li button::before {
    content: '';
}

.slick-dots li.slick-active button {
    background-color: var(--white) !important;
}

.main-header .header-carousel .header-carousel-img {
    object-fit: unset;
}
/* End Header */

/* Tentang Kami - teka */
#tentangKami {
    margin-top: 56px;
    scroll-margin-top: 120px;
}

.teka-header {
    margin-bottom: 32px;
}

.teka-header .teka-subtitle {
    color: var(--grey);
    margin-bottom: 8px;
}

.teka-header .teka-title {
    color: var(--primary-darkest);
    font-weight: 700;
    margin-bottom: 16px;
}

.teka-header .body-1 {
    margin-bottom: 0;
    color: var(--grey);
}

.teka-img {
    width: 100%;
    height: 367px;
    border-radius: 8px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.10);
}

.teka-header .btn-contact-us {
    background-color: var(--secondary);
    color: var(--dark);
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    margin-top: 24px;
}
/* End Tentang Kami */

/* galeri */
#galeri {
    background-color: var(--dark);
    margin-top: 56px;
    padding-top: 56px;
    padding-bottom: 56px;
}

.galeri-header {
    margin-bottom: 32px;
}

.galeri-header .galeri-subtitle {
    color: var(--grey-lightest);
    margin-bottom: 8px;
}

.galeri-header .galeri-title {
    color: var(--white);
    margin-bottom: 16px;
    font-weight: 700;
}

.galeri-header .body-1 {
    color: var(--white);
    margin-bottom: 0;
}

.galeri-header .galeri-carousel-button {
    column-gap: 8px;
}

.galeri-header .galeri-carousel-button .button-carousel {
    width: 55px;
    height: 55px;
    background-color: var(--white);
    color: var(--dark);
    font-size: 16px;
    border-radius: 50px;
    outline: none;
    transition: var(--transition);
    opacity: 0.5;
    border: 1px solid transparent;
}
.galeri-header .galeri-carousel-button .button-carousel:hover,
.galeri-header .galeri-carousel-button .button-carousel:active {
    opacity: 1;
}

.galeri-container .galeri-item {
    margin-left: 24px;
}

.galeri-container .galeri-img {
    width: 100%;
    border-radius: 8px;
}

.galeri-container .galeri:hover .img-overlay {
    visibility: visible;
    opacity: 1;
}

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

.galeri-container .img-overlay .img-information {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 16px;
    width: 560px;
}

.galeri-container .img-overlay .img-information .header-1 {
    color: var(--white);
    font-weight: 700;
}

.galeri-container .img-overlay .img-information .body-1 {
    color: var(--white);
    margin-bottom: 0;
    text-align: center;
}

.galeri-container .img-overlay .img-information .galeri-instagram {
    display: flex;
    align-items: center;
    column-gap: 8px;
    text-decoration: none;
    color: var(--white);
}
/* galeri - */

/* team */
#our-team {
    margin-top: 56px;
}

.team-header {
    margin-bottom: 32px;
}

.team-header .teka-subtitle {
    color: var(--grey);
    margin-bottom: 8px;
}

.team-header .teka-title {
    margin-bottom: 16px;
    color: var(--dark);
    font-weight: 700;
}

.team-header .body-1 {
    margin-bottom: 0;
    color: var(--grey);
}

.team-body .team-ceo-container {
    background-color: var(--dark-lightest);
    border-radius: 8px;
}

.team-ceo-container img {
    width: 350px;
    height: 100%;
}

.team-ceo-container .team-information {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-right: 32px;
}

.team-ceo-container .team-information .team-name {
    color: var(--white);
    font-weight: 700;
    margin-bottom: 16px;
}

.team-ceo-container .team-information .team-role {
    color: var(--secondary);
    margin-bottom: 16px;
}

.team-ceo-container .team-information .body-1 {
    color: var(--white);
    margin-bottom: 0;
    margin-bottom: 24px;
}

.team-ceo-container .team-information .team-instagram a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: var(--white);
    text-decoration: none;
}

.team-ceo-container .team-information .team-instagram img {
    width: 20px;
    height: 20px;
}

.other-team {
    margin-top: 32px;
}

.other-team .row {
    row-gap: 32px;
}

.other-team-item .card {
    box-shadow: none;
    border: none;
    padding: 0;
    border-radius: 0;
}

.other-team-item .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 16px;
}

.other-team-item .card-img {
    border-radius: 8;
    transition: var(--transition);
}
.other-team-item .card:hover .card-img {
    box-shadow: var(--shadow);
}

.other-team-item .card-body .team-name {
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 8px;
    transition: var(--transition);
}
.other-team-item .card:hover .team-name {
    color: var(--secondary);
}

.other-team-item .card-body .team-role {
    color: var(--grey);
}
/* team - end */

/* project */
#project {
    background-color: var(--dark-lightest);
    margin-top: 56px;
    padding-top: 56px;
    padding-bottom: 56px;
}

.project-header {
    margin-bottom: 32px;
}

.project-header .project-subtitle {
    color: var(--grey-lightest);
    margin-bottom: 8px;
}

.project-header .project-title {
    color: var(--white);
    margin-bottom: 16px;
    font-weight: 700;
}

.project-header .body-1 {
    color: var(--white);
    margin-bottom: 0;
}

.project-body .nav-pills {
    column-gap: 24px;
}

.project-body .nav-pills .nav-link {
    padding: 0;
    background-color: transparent;
    font-size: 20px;
    font-weight: bold;
    color: var(--grey-lightest);
    border: none;
    transition: var(--transition);
    outline: none;
}
.project-body .nav-pills .nav-link:hover,
.project-body .nav-pills .nav-link.active {
    color: var(--white);
}

.project-body .tab-content {
    margin-top: 32px;
}

.project-body .project {
    width: 100%;
}

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

.project-body .project-overlay .img-information {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 16px;
    width: 560px;
    padding-left: 8px;
    padding-right: 8px;
}

.project-body .project:hover .project-overlay {
    visibility: visible;
    opacity: 1;
}

.project-body .project-overlay .img-information .header-1 {
    font-size: 20px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 8px;
}

.project-body .project-overlay .img-information .body-1 {
    font-size: 13px;
    color: var(--white);
    text-align: center;
    margin-bottom: 8px;
}

.project-body .project-overlay .img-information .project-instagram {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.project-body .project-overlay .img-information .project-instagram img {
    width: 20px;
    height: 20px;
}

.project-body .project-overlay .img-information .project-instagram span {
    color: var(--white);
}

.project-body .project-datas .row {
    row-gap: 32px;
}

.project-body .project-datas .row .project-img {
    border-radius: 8px;
    width: 100%;
    height: 263px;
    object-fit: cover;
}
/* project - end */

/* follow-us */
#follow-us {
    margin-top: 56px;
}

.follow-content .header-1 {
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 16px;
}

.follow-content .body-1 {
    color: var(--grey);
    margin-bottom: 0;
}

.follow-image img {
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 8px;
}

.button-visit-instagram {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    padding: 16px 32px;
    background-color: var(--secondary);
    color: var(--dark) !important;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 24px;
    text-decoration: none;
}
/* follow-us - end */

@media (max-width: 767.98px) {
    .other-team .row > [class^="col-"], 
    .other-team .row > [class^="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    #tentangKami .teka-body .row > [class^="col-"], 
    #tentangKami .teka-body .row > [class^="col-"] {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .main-header .header-carousel .header-carousel-img {
        object-fit: cover;
    }

    #tentangKami .row {
        row-gap: 24px;
    }

    #tentangKami .teka-header {
        order: 2;
        text-align: center;
        margin-bottom: 0;
    }
    #tentangKami .teka-body {
        order: 1;
    }

    #tentangKami .teka-body img {
        height: 100%;
    }

    #galeri .galeri-header-information {
        text-align: center;
    }

    #galeri .galeri-header .galeri-carousel-button {
        display: none !important;
    }

    .galeri-container .galeri-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .galeri-container .img-overlay {
        padding-left: 8px;
        padding-right: 8px;
        visibility: visible;
        opacity: 1;
    }

    .galeri-container .galeri-img {
        height: 250px;
    }

    #galeri .slick-dots {
        bottom: -50px;
    }

    #our-team .row {
        margin-left: 0;
        margin-right: 0;
    }

    #our-team .team-header {
        text-align: center;
    }

    #our-team .team-information {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #our-team .team-information .ceo-name-and-role {
        background-color: var(--primary-darkest);
        padding: 16px;
        text-align: center;
        margin-bottom: 24px;
    }

    #our-team .team-information .ceo-name-and-role .team-name {
        font-size: 18px;
        margin-bottom: 8px;
    }

    #our-team .team-information .ceo-name-and-role .team-role {
        margin-bottom: 0;
    }

    #our-team .team-information .ceo-information {
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
    }

    #our-team .team-information .ceo-information .team-instagram a {
        justify-content: center;
    }

    .team-ceo-container .team-img {
        text-align: center;
    }
    
    .team-ceo-container img {
        width: 200px;
    }

    #our-team .other-team .other-team-item .team-name { font-size: 16px; }
    #our-team .other-team .other-team-item .team-role { font-size: 10px; }

    #our-team .other-team .other-team-item .card-body {
        text-align: center;
    }

    .project-header-information {
        text-align: center;
    }

    .project-body .project-datas .row .project-img {
        height: 250px;
        object-fit: cover;
    }

    .project-body .nav-project-wrapper {
        overflow-x: scroll;
    }
    
    .project-body .nav-project-wrapper .nav-pills {
        flex-direction: row;
        column-gap: 22px;
        justify-content: flex-start;
        width: max-content;
    }
    .project-body .nav-project-wrapper .nav-pills .nav-item {
        border-right: 1px solid #575757;
        padding-right: 22px;
    }
    .project-body .nav-project-wrapper .nav-pills .nav-item:last-child {
        border-right: none;
    }
    .project-body .nav-project-wrapper::-webkit-scrollbar {
        height: 5px;
    }
    .project-body .nav-project-wrapper::-webkit-scrollbar-track {
        background-color: transparent;
        border: none;
    }
    .project-body .nav-project-wrapper::-webkit-scrollbar-thumb {
        background-color: var(--primary);
        transition: all 300ms ease;
        cursor: pointer;
        border-radius: 30px;
    }
    .project-body .nav-project-wrapper::-webkit-scrollbar-thumb:hover {
        background-color: var(--primary-darkest);
    }

    .project-body .nav-project-wrapper .nav-pills .nav-link {
        font-size: 16px;
    }

    #follow-us .row {
        row-gap: 32px;
    }

    #follow-us .follow-content {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 997.98px) {
    .main-header .header-carousel .header-carousel-img {
        object-fit: cover;
    }

    #tentangKami .teka-img {
        height: 310px;
    }

    #galeri .galeri-header .galeri-carousel-button {
        display: none !important;
    }

    .galeri-container .galeri-item {
        margin-left: 0;
    }

    .galeri-container .img-overlay {
        padding-left: 8px;
        padding-right: 8px;
        visibility: visible;
        opacity: 1;
    }

    .galeri-container .galeri-img {
        height: 305px;
    }

    #galeri .slick-dots {
        bottom: -50px;
    }

    #our-team .row {
        margin-left: 0;
        margin-right: 0;
    }

    #our-team .team-header {
        text-align: center;
    }

    #our-team .team-information {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #our-team .team-information .ceo-name-and-role {
        background-color: var(--primary-darkest);
        padding: 16px;
        text-align: center;
        margin-bottom: 24px;
    }

    #our-team .team-information .ceo-name-and-role .team-name {
        font-size: 20px;
    }

    #our-team .team-information .ceo-name-and-role .team-role {
        margin-bottom: 0;
    }

    #our-team .team-information .ceo-information {
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
    }

    #our-team .team-information .ceo-information .team-instagram a {
        justify-content: center;
    }

    .team-ceo-container .team-img {
        text-align: center;
    }
    
    .team-ceo-container img {
        width: 350px;
    }

    #our-team .other-team .row {
        justify-content: center;
    }

    .project-body .project-overlay .img-information {
        row-gap: 8px;
    }

    #follow-us .row {
        row-gap: 32px;
    }
}
