.nav-link {
    color: black;
    border-radius: 0;
    

}

.navbar {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.teks-home h1 {
    font-family: 'K2D', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 110px;
    color: #000000;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .teks-home h1 {
        font-size: 35px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .teks-home h1 {
        font-size: 48px;
    }
}

@media (min-width: 993px) {
    .teks-home h1 {
        font-size: 70px;
    }
}

#home p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 43px;
    font-style: italic;
}

.btn {
    background-color: #212121;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.btn:hover {
    border-color: #000000;
    background-color: #ededed;
    transform: scale(1.1);
}

.judul-id {
    font-family: 'K2D', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 104px;
    text-align: center;
    color: #000000;
}

@media (max-width: 768px) {
    .judul-id {
        font-size: 30px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .judul-id {
        font-size: 40px;
    }
}

@media (min-width: 993px) {
    .judul-id {
        font-size: 50px;
    }
}

.card {
    max-width: 500px;
    height: 350px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 10px 10px 18px 0px rgba(112, 112, 112, 0.75);
    -webkit-box-shadow: 10px 10px 18px 0px rgba(112, 112, 112, 0.75);
    -moz-box-shadow: 10px 10px 18px 0px rgba(112, 112, 112, 0.75);
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */

}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 25px;

}

@media (max-width: 768px) {
    #tips-trick .video {
        width: 100%;
        height: 200px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    #tips-trick .video {
        width: 50%;
        height: 200px;
    }
}

@media (min-width: 993px) {
    #tips-trick .video {
        width: 50%;
        height: 200px;
    }
}

.card:hover {
    transform: scale(0.98);
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.25);
}

.card button {
    background: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    color: #000000;
}

.card button:hover {
    color: #000000;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}

.whatsapp-button {
    text-decoration: none;
    color: #ffffff;
    background-color: #212121;
    font-size: 37px;
    border: 1px solid #f0f0f0;
    padding: 15px 50px;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    text-align: center;
}

.whatsapp-button:hover {
    color: #000000;
    background-color: #ededed;
    border-color: #D9D9D9;
    transform: scale(1.1);
}

ul {
    list-style: none;
    line-height: 30px;
}

.foot {
    background-color: #000000;
    text-align: center;
    color: white;
    height: 50px;
}

#daftar_harga .card {
    width: 600px;
    height: 500px;
    background-color: white;
    box-shadow: 10px 10px 18px 0px rgba(112, 112, 112, 0.75);
    -webkit-box-shadow: 10px 10px 18px 0px rgba(112, 112, 112, 0.75);
    -moz-box-shadow: 10px 10px 18px 0px rgba(112, 112, 112, 0.75);
}

#daftar_harga .card-title {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #212121;
    color: white;
    max-width: 100%;
    border-radius: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    align-items: center;
}

#daftar_harga .card-head {
    margin-bottom: 20px;
    width: 200px;
    height: 200px;
    background: #D9D9D9;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#daftar_harga .col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.daftar_harga,
.daftar_harga td {
    text-align: justify;
    color: #8f8f8f;
}

#daftar_harga .whatsapp-button {
    text-decoration: none;
    color: #ffffff;
    background-color: #212121;
    font-size: 30px;
    border: 2px solid #f0f0f0;
    padding: 15px 50px;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
    display: inline-block;
}

#daftar_harga .whatsapp-button:hover {
    color: #000000;
    background-color: #ededed;
    border-color: #D9D9D9;
    transform: scale(1.1);
}

.logo {
    width: 100%;
    max-width: 350px;
    margin: auto;
}

.contact-heading {
    margin-top: 20px;
}

.title h1 {
    font-family: 'K2D', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 104px;
    /* identical to box height */
    text-align: center;
}

.title h3 {
    font-family: 'K2D', sans-serif;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    color: #000000;
}

.video {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#about {
    background-color: #212121;
    color: #D9D9D9;
}