@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
}

nav .nav-item a {
    transition: 0.2s;
}
nav .nav-item a:hover,
nav .nav-item button:hover {
    background-color: #019EDD;
    color: white!important;
    border-radius: 20px;
    padding-left: 1rem!important;
    padding-right: 1rem!important;
    transition: 0.2s;
}
nav .navbar-brand .brand-text {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
}
nav .nav-item a.active {
    color: white!important;
}
nav .nav-item button {
    background-color: transparent;
}
nav .dropdown .dropdown-item:hover {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (max-width: 768px) {
    nav .navbar-brand {
        margin-left: 2rem;
    }
    nav .navbar-collapse {
        background-color: white;
        padding:0.5rem 1rem;
        border-radius: 0.5rem;
    }
    nav .nav-item a.active, 
    nav .nav-item button {
        color: black!important;
    }
    nav .nav-item a.active:hover, 
    nav .nav-item button:hover {
        color: white!important;
    }
    nav .nav-item button {
        padding-left: 0!important;
        width: 100%;
        text-align: start!important;
    }
}



section.hero {
    min-height: 100vh;
    background-image: url('../img/bg-hero-3.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Montserrat', sans-serif;
}
section.hero .container {
    height: 100%;
}
section.hero .brand {
    padding-top: 15rem;
    color: whitesmoke;
    font-weight: 500;
    font-size: 1.5rem;
}
section.hero .judul {
    font-size: 4.3rem;
    font-weight: 700;
}
section.hero .deskripsi {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}
@media only screen and (max-width: 992px) {
    section.hero .judul {
        font-size: 3rem;
    }
    section.hero .deskripsi {
        font-size: 1.3rem;
    }
    section.hero .alamat {
        margin-top: 0!important;
    }
}
@media only screen and (max-width: 575px) {
    section.hero .brand {
        font-size: 5vw;
    }
    section.hero .judul {
        font-size: 8vw;
    }
}




section.body {
    padding: 5rem 0;
}

section.ilustrasi {
    padding: 3rem 0;
    font-family:'Mulish', sans-serif;
}
section.ilustrasi .mycard {
    box-shadow: 0 4px 8px 0  rgba(0, 0, 0, 0.2);
    padding: 1rem 0 2rem 0;
    text-align: center;
    border-radius: 2rem;
}
section.ilustrasi .mycard-header {
    color: black;
    font-weight: 600;
    font-size: 1.8rem;
}
section.ilustrasi .mycard-body {
    font-size: 1.2rem;
}
section.ilustrasi .mycard-footer {
    color: white;
}
section.ilustrasi .mycard-footer button,
section.ilustrasi .mycard-footer a {
    background-color: black;
    border-radius: 0.5rem;
    border: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
section.ilustrasi .modal-content {
    border-radius: 2rem!important;
}
section.ilustrasi .modal-header .modal-title {
    color: black;
    font-weight: 700;
    font-size: 1.7rem;
}
section.ilustrasi .modal-header .btn-close {
    background-color: transparent!important;
}
section.ilustrasi .modal {
    color: black;
}
section.ilustrasi .modal-body {
    font-size: 1.2rem;
}
@media only screen and (max-width: 576px) {
    section.ilustrasi .mycard-header {
        font-size: 5vw;
    }
    section.ilustrasi .mycard-body img {
        width: 90%;
        height: auto;
    }
    section.ilustrasi .mycard-footer button {
        font-size: 4vw;
        padding: 2vw 4vw;
    }
}
section.services .mycard {
    display:flex;
    flex-direction: column;
}
section.services .mycard .mycard-header {
    text-align: start!important;
    font-size: 1.5rem;
    font-weight: 700;
}
section.services .mycard .mycard-body {
    text-align: start!important;
}
section.services .mycard-teks {
    text-align: start;
    margin-left: 10px;
    color: black;
    font-family: 'Mulish', sans-serif;
}
section.services .mycard-teks ol {
    padding-left: 1rem;
}
section.services .mycard-footer {
    margin-top: auto;
}
@media only screen and (max-width: 992px) {
    section.services .mycard-body img {
        width: 50%!important;
    }
}
@media only screen and (max-width: 576px) {
    section.services .mycard-body img {
        width: 70%!important;
    }
    section.services .mycard-footer button {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
}




section.contact {
    padding: 3rem 0 3rem 0;
}
section.contact .judul {
    color: #232323;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
}
section.contact .deskripsi {
    color: #232323;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
}
section.contact label {
    font-size: 0.8rem;
    color: #232323;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
section.contact input, 
section.contact textarea {
    padding: 0.8rem 1rem;
    box-shadow:inset 0 0 2px 2px lightgray;
    background-color: #fafafa;
}
section.contact button.send {
    background-color: #fff;
    border: 1px black solid;
    color: #232323;
    width: 100%;
    padding: 0.5rem;
    font-weight: 700;
    border-radius: 0.25rem;
}
section.contact button.send:hover {
    background-color: #232323;
    color: white;
}
section.footer {
    background-color: #232323;
    padding: 3rem 0;
}
section.footer .judul-footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
}
section.footer .body-footer {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

section.copyright {
    background-color: #454545;
}