@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap");

/* Variable */
:root {
    /* color */
    --light: #e7e8ec;
    --black: #081322;
    --blue: #134c9d;
    --dark-blue: #0c2a56;
    --grey: #494d51;
    --orange: #fec50e;

    /* box shadow */
    --shadow-color: 0 0 0 2px lightgray !important;

    /* transtitions */
    --main-trans: all 0.4s ease-in-out;
}

/* End variable */

/* Main style */
* {
    font-family: "Work Sans", sans-serif;
    font-weight: 400 !important;
    color: var(--black);
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--light);
}

ol,
ul {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.wx,
.wx__produk {
    width: 85%;
}

.pt60 {
    padding-top: 40px;
}

.pb60 {
    padding-bottom: 40px;
}

.mt60 {
    margin-top: 40px;
}

.ptbig {
    padding-top: 1.5rem;
}

.fwbold {
    font-weight: 700 !important;
}

.fwmed {
    font-weight: 500 !important;
}

/* Color */
.darkblue {
    color: var(--dark-blue);
}

.blue {
    color: var(--blue);
}

.grey {
    color: rgb(255, 255, 255, 0.5);
}

.darkgrey {
    color: var(--grey);
}

/* Background color */
.bgwhite {
    background-color: white;
}

.bgdarkblue {
    background-color: var(--dark-blue);
}

.bgblue {
    background-color: var(--blue);
}

/* Button */
.btn__white {
    background-color: rgb(255, 255, 255);
    color: var(--black) !important;
    padding: 0.25rem 0.75rem;
}

.btn__orange {
    background-color: var(--orange);
    color: var(--dark-blue) !important;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border: none;
}

.btn__orange:hover {
    background-color: #f4bb04;
}

.btn__blue {
    background-color: var(--blue);
    color: white;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
    border: none;
}

.btn__blue:hover {
    background-color: #0a4293 !important;
}

.btn__white:hover {
    background-color: rgb(255, 255, 255, 0.85);
}

.btn__wa {
    background-color: #128c7e !important;
}

.btn__wa div,
.btn__wa path {
    color: white !important;
}

.btn__wa:hover {
    background-color: #075e54 !important;
    color: white;
    font-weight: 600;
    transition: 0.3s;
}

/* Navbar */
nav .logo {
    font-size: 16px;
}

.navbar-collapse a {
    color: rgb(255, 255, 255, 0.5);
}

.navbar .dropdown a:first-child:hover {
    color: white;
}

.navbar-collapse li a:hover {
    color: white;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 1px white;
}

.nav-link:focus {
    color: rgb(255, 255, 255, 0.5);
}

nav span path {
    color: white;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0;
    background-color: var(--dark-blue);
}

.dropdown-menu a {
    color: rgb(255, 255, 255, 0.5);
}

.dropdown-menu a:hover {
    color: var(--dark-blue) !important;
}

/* Carousel */
.carousel__section img {
    max-height: calc(100vh - 72px);
    filter: brightness(50%);
    object-fit: fill;
}

.carousel__section .carousel-control-next-icon,
.carousel__section .carousel-control-prev-icon {
    background-color: white;
    max-width: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.carousel-caption {
    bottom: 10%;
}

.carousel-indicators {
    bottom: 5%;
}

.carousel-indicators button {
    width: 13px !important;
    max-width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
}

.carousel-control-prev span svg,
.carousel-control-next span svg {
    font-size: 14px;
}

/* Tentang Kami */
.header {
    width: fit-content;
    margin: auto;
}

.header span {
    width: 30%;
    height: 2px;
    bottom: -30%;
    left: 35%;
    background-color: var(--dark-blue);
}

.experience .item h1 {
    color: white;
}

.experience .item > h5:first-child {
    color: white;
}

.experience .item > h5:last-child {
    color: lightgray;
}

.desc p {
    color: var(--grey);
    font-size: 18px;
    margin-top: 0.5rem;
}

/* Layanan */
#layanan {
    width: 70%;
}

#layanan svg {
    font-size: 48px;
}

#layanan svg path {
    color: var(--blue);
}

#layanan p {
    color: var(--blue);
    margin-top: 0.5rem;
    font-size: 18px;
}

/* Galeri */
.swiper {
    width: 100%;
    height: max-content;
}

.swiper-wrapper {
    height: 100%;
}

#gallery .swiper img {
    width: 100%;
    height: 250px;
    max-height: 250px;
    object-fit: cover;
}

.swiper #gambar1 {
    object-position: center;
}

.swiper-button-next,
.swiper-button-prev {
    width: 35px !important;
    max-width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    background-color: rgb(207, 207, 207) !important;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
    color: var(--black);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: static;
}

#gallery p {
    font-size: 16px;
    color: var(--grey);
}

/* Hubungi Kami */
form input,
form textarea,
form button {
    border-radius: 0 !important;
}

.form-control {
    border-radius: 0 !important;
}

.lokasi {
    width: 100%;
    min-height: 100%;
}

iframe {
    min-height: 300px;
}

/* Footer */
footer {
    margin-top: 60px;
}

footer svg {
    font-size: 20px;
}

footer path {
    color: white;
}

footer .navigation a {
    font-size: 14px;
}

footer .navigation a:hover {
    color: white;
}

footer .wx > .row h6 {
    line-height: 1.75rem;
}

footer p {
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 0;
}

/* Detail profil */

/* ========= Responsive ========= */
/* Desktop */
@media screen and (min-width: 1200px) {
    /* Navbar */
    nav li a {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

/* Large */
@media screen and (min-width: 992px) {
    .wx {
        width: 70%;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .pt60 {
        padding-top: 60px;
    }

    .pb60 {
        padding-bottom: 60px;
    }

    .mt60 {
        margin-top: 60px;
    }

    .ptbig {
        padding-top: 2.5rem;
    }

    .fwmed {
        font-weight: 600 !important;
    }

    /* Navbar */
    nav .logo {
        font-size: 20px;
    }

    .btn__nav {
        background-color: rgb(255, 255, 255);
        color: var(--black) !important;
        padding: 0.25rem 0.75rem;
    }

    .btn__nav:hover {
        background-color: rgb(255, 255, 255, 0.85);
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: rgb(255, 255, 255, 0.5);
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }

    .dropdown-menu a {
        border-bottom: 1px solid white;
    }

    /* Carousel */
    .carousel-control-prev span svg,
    .carousel-control-next span svg {
        font-size: 18px;
    }

    /* Tentang kami */
    .experience .bgblue {
        background-color: unset;
    }

    .experience .px-4,
    .experience .py-3 {
        padding: unset !important;
    }

    .experience .item h1 {
        color: var(--blue);
    }

    .experience .item > h5:first-child {
        color: var(--blue);
    }

    .experience .item > h5:last-child {
        color: var(--grey);
    }

    /* Footer */
    footer .navigation a {
        font-size: 16px;
    }
}

/* Tablet */
@media screen and (min-width: 768px) {
    /* Carousel */
    .carousel__section .carousel-control-next-icon,
    .carousel__section .carousel-control-prev-icon {
        max-width: 40px;
        width: 40px;
        height: 40px;
    }
}

/* Mobile */
@media screen and (min-width: 576px) {
    /* Navbar */
    nav > div:first-child {
        width: 80%;
    }
}
