@import url('https://fonts.cdnfonts.com/css/bdo-grotesk');

html {
    scroll-behavior: smooth;
}

section {
    margin: 0;
    padding: 0;
}


body {
    font-family: 'BDO Grotesk';
    width: 100%;
    left: 0;
    margin: 0;
    background-color: black;
}

.pisah {
    margin: 0;
    background-color: #205781;
    text-align: center;
    display: flex;
    height: 5vh;
    align-items: center;
    justify-content: center;
    color: white;
}

.pisah hr {
    width: 30%;
}

.hubungi-float {
    display: flex;
    position: fixed;
    align-items: center;
    left: 25px;
    bottom: 25px;
    color: white;
    gap: 10px;
    
}
.hubungi-float i {
    margin: 0;
    background-color: #205781;
    padding: 10px;
    border-radius: 100px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.151);
}

.hubungi-float a {
    text-decoration: none;
    color: #000000;
    background-color: white;
    margin: 0;
    padding: 4px 10px 4px 10px;
    border-radius: 100px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.151);
}

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #205781;
    color: rgb(255, 255, 255);
    will-change: transform;
    box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* position: fixed; */
    width: 100%;
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 8px;
    margin-bottom: 8px;
    left: 0;
    top: 0;
    z-index: 101;
    will-change: transform;
}

nav ul {
    display: flex;
    justify-content: space-around;
    gap: 40px;
}

nav ul li {
    text-decoration: none;
    list-style: none;
}


nav ul li:hover {
    cursor: pointer;
}

nav ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 200;
}

.hub-head {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    padding: 3px 12px 3px 12px;
    transition: .5s ease;
}

.hub-head:hover {
    cursor: pointer;
    background-color: rgb(233, 233, 233);
}

.icon-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    font-size: 14px;
}

.icon-ari-head {
    background-color: white;
    padding: 5px 7px;
    border-radius: 100px;
}

.icon-ari-head img {
    width: 30px;
}

/* beranda */


.beranda {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(0, 0, 0, 0) 100%),
    url('../img/bg3.jpg');
    background-color: rgba(0, 0, 0, 0.5); /* Warna overlay hitam dengan opacity 50% */
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    width: 100%;
    color: white;
}

.beranda h3 {
    font-size: 30px;
    font-weight: 200;
    margin: 0;
}

.beranda h1 {
    font-size: 80px;
    margin: 0;
}

.beranda p {
    font-weight: 200;
}

.hub-beranda {
    border: 1px solid white;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 20px;
    margin-left: 240px;
    margin-right: 240px;
    margin-top: 40px;
    transition: .3s ease;
}

.hub-beranda:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.15);
}

.drop {
    position: absolute;
    bottom: 100px;
}

/* tentang */

.tentang {
    height: 100vh;
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    margin: 0;
    color: black;
}

.cont-tentang {
    display: flex;
    justify-content: center;
    gap: 200px;
    align-items: center;
    width: 100%;
}

.iconaritama {
    width: 350px;
    height: 350px;
    overflow: hidden;
    border-radius: 1000px;
}

.tentangkami {
    font-weight: 200;
    display: flex;
    justify-content: center;
    width: 500px;
    align-items: flex-start;
    flex-direction: column;
}

.tentangkami h1 {
    font-size: 50px;
    margin: 0;
}

.tentangkami span {
    font-weight: 500;
}

.tentangkami p {
    margin-bottom: 30px;
}

.lihat-layanan {
    color: black;
    text-decoration: none;
    border: 1px solid rgb(0, 0, 0);
    padding: 8px 14px 8px 14px;
    border-radius: 20px;
    transition: .5s ease;
}

.lihat-layanan:hover {
    background-color: rgb(238, 238, 238);
}

/* layanan */

.layanan {
    height: 100vh;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #205781;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.layanan-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    flex-direction: column;
    gap: 40px;
}


.layanan h1 {
    font-size: 50px;
    margin: 0;
}

.card-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.card {
    font-weight: 200;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 27px;
    height: 200px;
    width: 200px;
    flex-direction: column;
    border-radius: 50px;
    transition: .3s ease;
}

.card:hover {
    cursor: pointer;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.178);
    background-color: #f1f1f1;
    padding: 13px 25px;
}

.card i {
    color: black;
}

.card h2 {
    font-weight: 700;
    font-size: 25px;
    color: #205781;
    margin: 0;
}

/* .card h2::before {
    content: '';
    background-color: black;
    width: 1px;
    position: absolute;
    top: 18px;
    left: 15px;
    height: 40%;
    z-index: -1;
} */

/* contact */

.contact {
    background-color: white;
    margin: 0;
    height: 60vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.hub-me {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    font-size: 30px;
    margin: 0;
}

.icon-contact {
    width: 50px;
}

.contact-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    flex-direction: column;
}

.contact-cont a {
    text-decoration: none;
    color: black;
}

.contact-cont p {
    font-weight: 600;
}

.aritama {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.aritama h2 {
    font-weight: 500;
}

.contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    margin-top: 20px;
}

.cont- {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.alamat a {
    text-decoration: none;
    color: black;
}


/* footer */

footer {
    display: flex;
    width: 100%;
    height: auto;
    background-color: #205781;
    justify-content: center;
    align-items: center;
    color: rgb(226, 226, 226);
    font-size: 13px;
}

footer a {
    color: rgb(226, 226, 226);
    text-decoration: none;
}

footer span {
    font-weight: 700;
}

footer a:hover {
    color: white;
}

.bold {
    font-weight: 500;
}

i {
    z-index: 1;
    position: relative;
}


/* mobile */

@media (max-width: 780px) {
    nav ul {
        display: none
    }
    
    .hub-head {
        display: none;
    }

    nav {
        justify-content: center;
        margin: 0;
        width: 100%;
    }

    .icon-header h2 {
        font-size: 15px;
    }

    .icon-header {
        width: 100%;
        margin: 0;
        justify-content: center;
    }

    .beranda h1 {
        font-size: 25px;
    }
    .beranda p {
        font-size: 10px;
    }

    .hub-beranda {
        margin: 0;
        margin-left: 53px;
        margin-right: 53px;
        margin-top: 40px;
    }

    .pisah p {
        font-size: 10px;
    }

    .card {
        width: auto;
        height: auto;
    }

    .card h2 {
        font-size: 15px;
    }

    .cont-tentang {
        flex-direction: column;
        gap: 40px;
    }
    .tentangkami h1 {
        font-size: 25px;
    }
    .tentangkami {
        width: 80%;
        margin-left: 50px;
        margin-right: 50px;
    }

    header {
        height: 7vh;
        justify-content: center;
        width: 100%;
    }

    .icon-ari-head img {
        width: 16px;
    }
    
    .hub-heada {
        display: none;
    }

    .contact {
        height: 100vh;
    }

    .contacts {
        flex-direction: column;
    }

    .layanan h1 {
        font-size: 25px;
    }

    .hub-me h1 {
        font-size: 25px;
    }
    
    footer p {
        font-size: 10px;
    }

    .alamat h2 {
        font-size: 16px;
        font-weight: 600;
    }
}