@charset "UTF-8";

@media (max-width: 480px) {
    body {
        grid-template-areas:
            "header"
            "main"
            "footer";
        grid-template-columns: auto;
    }

    .page-section h2.section-heading {
        font-size: 2em;
    }
    .page-section h3.section-subheading {
        font-size: 0.9em;
    }
}
/* Low-Tablet */
@media (min-width: 481px) and (max-width: 767px) {
    body {
        grid-template-areas:
            "header"
            "main"
            "footer";
        grid-template-columns: auto;
    }
}

/* Tablet Potrait */
@media (min-width: 768px) and (max-width: 1024px) {
    body {
        grid-template-areas:
            "header"
            "main"
            "footer";
        grid-template-columns: auto;
    }
}

/* Dekstop */
@media (min-width: 1024px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-left: 30px;
        padding-right: 30px;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

/* ======================================== NAVIGASI BAR START ======================================== */
/* -------------------- Size Smartphone -------------------- */
/* SmartPhone */
@media (max-width: 480px) {
    #mainNav {
        background-color: #00093c;
        padding-left: 20px;
        padding-right: 20px;
        position: fixed;
        width: 100%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        text-align: center;
        border-bottom: 1px solid grey;
        font-family: "Poppins", serif;
        font-size: 1em;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        color: #ffffff;
        letter-spacing: 0.0625em;
    }
}
/* Low-Tablet */
@media (min-width: 480px) and (max-width: 767px) {
    #mainNav {
        background-color: #00093c;
        position: fixed;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid grey;
    }
}

/* Tablet Potrait */
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 0 20px 0 20px;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 0.8em;
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
/* 
@media (max-width: 480px) {
    .nav {
        display: flex;
    }
}
@media (max-width: 480px) {
} */
/* @media (max-width: 768px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        text-align: center;
        border-bottom: 1px solid grey;
        font-family: "Poppins", serif;
        font-size: 1em;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        color: #fff;
        letter-spacing: 0.0625em;
    }
}

@media (max-width: 768px) {
    #mainNav {
        background: linear-gradient(to right, #00093c, #2d0b00);
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    #mainNav {
        padding-top: 1.5rem;
        border: none;
        background-color: transparent;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    #mainNav .navbar-brand img {
        height: 2.5rem;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    #mainNav .navbar-nav .nav-item {
        margin-right: 1rem;
    }
    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

    #mainNav.scrolling-active {
        background-color: #00093c;
        padding-top: 20px 0 20px 0;
        position: fixed;
        width: 100%;
    }
    #mainNav.nav-link.scrolling-active {
        font-size: 1.25em;
    }
    #mainNav.scrolling-active .navbar-brand {
        font-size: 1.25em;
    }
    #mainNav.scrolling-active .navbar-brand svg,
    #mainNav.scrolling-active .navbar-brand img {
        height: 3rem;
    }
}

@media (min-width: 768px) {
    #mainNavContact {
        background-color: #00093c;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
        border: none;
        position: fixed;
        width: 100%;
    }

    #mainNavContact .navbar-brand {
        font-size: 1.25em;
    }
    #mainNavContact .navbar-brand svg,
    #mainNavContact .navbar-brand img {
        height: 3rem;
    }
    #mainNavContact .navbar-nav .nav-item .nav-link {
        font-family: "Poppins", serif;
        font-size: 1em;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        color: #fff;
        letter-spacing: 0.0625em;
    }
    #mainNavContact .navbar-nav .nav-item .nav-link.active,
    #mainNavContact .navbar-nav .nav-item .nav-link:hover {
        color: #ffc800;
    }
    #mainNavContact .navbar-nav .nav-item {
        margin-right: 1rem;
    }
    #mainNavContact .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
*/
@media (min-width: 768px) {
}

@media (min-width: 481px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 1024px) {
}
/* ======================================== NAVIGASI BAR END ======================================== */

/* ======================================== HEADER START ======================================== */
/* SmartPhone */
@media (max-width: 479px) {
    #header {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
        justify-content: center;
        align-items: center;
    }

    .hero {
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: auto;
        height: 45vh;
        margin-bottom: 1px;
    }
}
/* Low-Tablet */
@media (min-width: 481px) and (max-width: 767px) {
    .hero {
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: auto;
        height: 45vh;
        margin-bottom: 1px;
    }
}
/* Tablet Potrait */
@media (min-width: 768px) and (max-width: 1024px) {
    .hero {
        height: 58vh;
        width: 100%;
        margin-top: auto;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    header::before {
        content: "";
        position: absolute; /* Posisi absolut untuk menempatkan gradiasi */
        top: 0; /* Mulai dari atas */
        left: 0; /* Mulai dari kiri */
        right: 0; /* Mengisi lebar penuh */
        height: 3%; /* Atur tinggi gradiasi sesuai kebutuhan */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent); /* Gradiasi dari hitam ke transparan */
        z-index: 1; /* Pastikan gradiasi berada di atas gambar */
    }
}
/* .hero {
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
} */
.hero .box-hero {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}

.hero .box-hero .box:nth-child(1) h1 {
    color: white;
    font-size: 3em;
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.8); /* Mengatur bayangan teks */
    padding-top: 40vh;
    text-align: left;
}
.hero .box-hero .box:nth-child(1) p {
    color: white;
    font-size: 1em;
    line-height: 2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Mengatur bayangan teks */
    text-align: left;
}

/* ======================================== HEADER END ======================================== */
/* ======================================== SERVICE START ======================================== */
/* SmartPhone */
@media (max-width: 479px) {
    .container-layanan {
        padding-bottom: 0;
        width: 100%;
    }
    #service h2.section-heading,
    #service .section-heading.h2 {
        width: 100%;
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 0;
    }
}
/* Low-Tablet */
@media (min-width: 481px) and (max-width: 767px) {
}

/* Tablet Potrait */
@media (min-width: 768px) and (max-width: 1024px) {
}
@media (max-width: 768px) {
    #services {
        padding: 0;
        padding-top: 20px;
        height: auto;
        margin-bottom: 70px;
    }
}

/* @media (max-width: 768px) {
    .page-section-layanan h3.section-subheading,
    .page-section-layanan .section-subheading.h3 {
        font-size: 0.9rem;
        font-weight: 400;
        font-family: "Poppins", serif;
        margin-bottom: 5rem;
    }
} */
/* ======================================== SERVICE END ======================================== */
/* ======================================== GALLERY START ======================================== */
/* SmartPhone */
@media (max-width: 479px) {
    #gallery h2.section-heading,
    #gallery .section-heading.h2 {
        margin-top: 0;
        padding-top: 0;
    }
    #gallery h3.section-subheading,
    #gallery .section-subheading.h3 {
        margin-bottom: 0;
    }
    .carousel {
        height: 30vh;
        width: 100%;
        margin-top: 0;
        margin-bottom: 50px;
    }
}
/* Low-Tablet */
@media (min-width: 481px) and (max-width: 767px) {
}

/* Tablet Potrait */
@media (min-width: 768px) and (max-width: 1024px) {
    #gallery h2.section-heading,
    #gallery .section-heading.h2 {
        margin-top: 0;
        padding-top: 0;
    }
    #gallery h3.section-subheading,
    #gallery .section-subheading.h3 {
        margin-bottom: 0;
    }
    .carousel {
        height: 40vh;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 6em;
    }
}
/* ======================================== GALLERY END ======================================== */
/* ======================================== ABOUT START ======================================== */
/* SmartPhone */
@media (max-width: 479px) {
    #about .container {
        margin-bottom: 80px;
    }
    #about h3.section-subheading {
        text-align: justify;
        padding: 0 20px 0 20px;
    }
}
/* Low-Tablet */
@media (min-width: 481px) and (max-width: 767px) {
}

/* Tablet Potrait */
@media (min-width: 768px) and (max-width: 1024px) {
    #about .container {
        margin-bottom: 80px;
    }
    #about h3.section-subheading {
        text-align: justify;
        padding: 0 20px 0 20px;
    }
}
/* ======================================== ABOUT END ======================================== */
/* ======================================== VISI START ======================================== */
/* SmartPhone */
@media (max-width: 479px) {
    #visi .row {
        margin-top: 2rem;
        padding: 20px;
    }
}
/* Low-Tablet */
@media (min-width: 481px) and (max-width: 767px) {
}

/* Tablet Potrait */
@media (min-width: 768px) and (max-width: 1024px) {
    #visi .row {
        margin-top: 3rem;
        margin-bottom: 3rem;
        padding: 0 50px 0 50px;
    }
}
/* ======================================== VISI END ======================================== */
/* ======================================== CLIENT START ======================================== */
/* SmartPhone */
@media (max-width: 479px) {
    #client .row {
        margin-bottom: 50px;
    }
    #client h2.section-heading {
        margin-top: 50px;
    }
    #client h3.section-subheading,
    #client .section-subheading.h3 {
        margin-bottom: 3rem;
    }
}
/* Low-Tablet */
@media (min-width: 481px) and (max-width: 767px) {
}

/* Tablet Potrait */
@media (min-width: 768px) and (max-width: 1024px) {
    #client .row {
        margin-bottom: 50px;
    }
    #client h2.section-heading {
        margin-top: 50px;
    }
    #client h3.section-subheading,
    #client .section-subheading.h3 {
        margin-bottom: 3rem;
    }

    #client .container {
        padding: 0 50px 0 50px;
    }
}
/* ======================================== CLIENT END ======================================== */
/* ======================================== CONTACT START ======================================== */
/* SmartPhone */
@media (max-width: 479px) {
    #contact {
        background-color: #00093c;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        max-width: 350px;
        margin: auto;
        margin-top: 130px;
        margin-bottom: 70px;
        padding: 20px;
        border: 2px solid var(--bs-gray-500);
        border-radius: 0px;
        box-shadow: 5px 8px 8px rgba(0, 0, 0, 0.5);
    }
    #contact h2.section-heading {
        color: white;
    }
    #contact h3.section-subheading,
    #contact .section-subheading.h3 {
        padding: 0;
        margin-bottom: 0;
    }
    #contact .sub-heading {
        text-align: left;
        color: white;
        font-size: 1.5em;
        padding-left: 10px;
    }

    #contact .para,
    .para1 {
        padding-left: 10px;
    }

    #contact .contactIcon {
        margin-top: 20px;
        width: 30px;
        padding-right: 10px;
        padding-left: 10px;
    }

    #contact #location {
        display: none;
    }
    .map-container {
        position: relative;
        width: 100%;
        height: 500px;
    }

    #contact .mapBg {
        height: 50vh;
    }

    #contact .map {
        position: absolute;
        bottom: 0;
        left: 0;
        top: 40px;
        height: 50vh;
    }

    #contact .map iframe {
        width: 100%;
        border-radius: 5px;
    }
    .contactMethod {
        margin-top: 0;
    }
}
/* Low-Tablet */
@media (min-width: 481px) and (max-width: 767px) {
    .mainNav-contact #mainNav {
        background-color: #00093c;
    }
    #contact .contactIcon {
        margin-top: 20px;
        width: 30px;
        padding-right: 10px;
        padding-left: 10px;
    }
    #contact h2.section-heading {
        color: white;
    }
    #contact h3.section-subheading,
    #contact .section-subheading.h3 {
        padding: 0;
        margin-bottom: 0;
    }
    #contact .sub-heading {
        text-align: left;
        color: white;
        font-size: 1.5em;
        padding-left: 10px;
    }
}

/* Tablet Potrait */
@media (min-width: 768px) and (max-width: 1024px) {
    .mainNav-contact #mainNav {
        background-color: #00093c;
    }
}
/* ======================================== CONTACT END ======================================== */

/* ======================================== FOOTER START ======================================== */

@media (max-width: 768px) {
    footer {
        bottom: unset;
    }
    footer .row .col {
        flex-basis: 100%;
    }
    footer .row .col:nth-child(2),
    .col:nth-child(3) {
        flex-basis: 100%;
    }
}
/* ======================================== FOOTER END ======================================== */

/* @media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
} */

/* 
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
} */
