/* warna primer :  #003fff*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.all {
    min-height: 100vh;
    background: radial-gradient(circle at top left, #3466ff 0%, #003fff 45%, #1d52ff 100%);

}

header {
    width: 100%;
    position: fixed;
    top: 20px;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 999;
}


.navbar1 {
    width: 90%;
    max-width: 1300px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 35px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .15);
    position: relative;
}


.nav-logo img {
    width: 185px;
    display: block;
}


.nav-link ul {
    display: flex;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}


.nav-link a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    transition: border-color .3s ease;
}


.nav-link a:hover {
    font-weight: 600;
    border-bottom-color: #ff4fa3;
}


.hamburger {
    display: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
}

.all-beranda {
    max-width: 1300px;
    margin: 0 auto;
    padding: 160px 40px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}

.all-beranda .br-kiri {
    flex: 1;
}

.all-beranda .br-kanan {
    flex: 1;
    display: flex;
    justify-content: center;
}

.all-beranda .hd1 p {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    margin-bottom: 15px;
}

.all-beranda .hd2 h1 {
    color: white;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(230, 230, 230, .35);
}

.all-beranda .hd3 p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 25px;
}

.all-beranda .hd3 span {
    display: inline-block;
    border-bottom: 3px solid #ff7ab8;
    padding-bottom: 2px;
}

.all-beranda .hd4 {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    max-width: 500px;
    margin-bottom: 35px;
    line-height: 1.9;
    text-align: justify;
    font-weight: 600;
}

.all-beranda .hd5 {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}

.all-beranda .hd5 a {
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    transition: .3s;
    text-shadow: 0 0 15px rgba(255, 255, 255, .35);
}

.all-beranda .btn-download {
    background: #ff4fa3;
    color: white;
}

.all-beranda .btn-download:hover {
    background: #ff6bb5;
}

.all-beranda .hd5 a:last-child {
    border: 2px solid white;
    color: white;
}

.all-beranda .hd5 a:last-child:hover {
    background: white;
    color: #003fff;
}

.all-beranda .hd6 {
    display: flex;
    gap: 18px;
}

.all-beranda .hd6 a {
    color: white;
    font-size: 24px;
    transition: .3s;
}

.all-beranda .hd6 a:hover {
    color: #ff4fa3;
}

.all-beranda .hd7 {
    position: relative;
}


.all-beranda .hd7 img {
    width: 500px;
    max-width: 100%;

}

.all-tentangsaya {
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 70px;
}

.all-tentangsaya .ht1 {
    margin-bottom: 35px;
}

.all-tentangsaya .ht1 h1 {
    display: inline-block;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 4px solid #ff4fa3;
}

.all-tentangsaya .ht2 {
    max-width: 750px;
}

.all-tentangsaya .ht2 p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.9;
    text-align: justify;
    font-weight: 600;
}

.ht3 {
    width: 360px;
}

.ht4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ht5 {
    padding: 20px 25px;
    border-radius: 22px;

    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, .18);

    transition: .3s ease;
}

.ht5:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, .35);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.card-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.card-title i {
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(255, 255, 255, .35);
}

.card-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.ht5 p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .88);
    font-weight: 500;
}

.hk1 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 40px;
}

.hk2 {
    text-align: center;
    margin-bottom: 60px;
}

.hk2 h1 {
    display: inline-block;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    border-bottom: 4px solid #ff4fa3;


}

.hk2 p {
    margin-top: 15px;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.hk3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;

    margin-bottom: 80px;
}

.hk4 {

    display: flex;
    align-items: center;
    gap: 18px;

    padding: 22px 24px;

    border-radius: 18px;

    background: rgba(255, 255, 255, .08);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, .12);

    transition: .35s ease;
}

.hk4:hover {

    transform: translateY(-8px);

    background: rgba(255, 255, 255, .12);

    border-color: rgba(255, 255, 255, .25);

    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);

}

.hk4 i {

    font-size: 30px;

    color: #fff;

    text-shadow: 0 0 15px rgba(255, 255, 255, .35);

    flex-shrink: 0;
}

.hk4 p {

    color: #fff;

    font-size: 17px;

    font-weight: 600;

    line-height: 1.5;
}

.hk5 {
    text-align: center;
}

.hk6 {
    margin-bottom: 35px;
}

.hk6 h1 {

    display: inline-block;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    border-bottom: 4px solid #ff4fa3;

}

.hk7 {

    width: 100%;
    overflow: hidden;

    margin-top: 35px;
    padding: 30px 0;

}

.hk8 {

    display: flex;
    align-items: center;

    gap: 55px;

    width: max-content;

    animation: marquee 25s linear infinite;

}

.hk8 img {

    width: 65px;
    height: 65px;

    object-fit: contain;

    background: #fff;

    padding: 14px;

    border-radius: 16px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);

    transition: .3s ease;

}

.hk8 img:hover {

    transform: translateY(-8px);

}

.hk7:hover .hk8 {

    animation-play-state: paused;

}

@keyframes marquee {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}

.hp1 {

    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 40px;

}

.hp2 {

    text-align: center;
    margin-bottom: 60px;

}

.hp2 h1 {

    display: inline-block;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    border-bottom: 4px solid #ff4fa3;


}

.hp2 p {

    margin-top: 15px;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;

}

.hp3 {

    position: relative;

    display: flex;
    flex-direction: column;
    gap: 35px;

    max-width: 900px;
    margin: 0 auto;

}

.garis {

    position: absolute;

    left: 28px;
    top: 25px;
    bottom: 25px;

    width: 3px;

    background: rgba(255, 255, 255, .18);

}



.hp4 {

    position: relative;

    margin-left: 70px;

    padding: 28px 30px;

    border-radius: 22px;

    background: rgba(255, 255, 255, .08);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, .12);

    transition: .35s ease;

}

.hp4:hover {

    transform: translateY(-8px);

    background: rgba(255, 255, 255, .12);

    border-color: rgba(255, 255, 255, .25);

    box-shadow: 0 18px 35px rgba(0, 0, 0, .18);

}



.hp4::before {

    content: "";

    position: absolute;

    left: -51px;
    top: 32px;

    width: 18px;
    height: 18px;

    border-radius: 50%;

    background: #ff4fa3;

    border: 4px solid #fff;

    box-shadow: 0 0 20px rgba(255, 79, 163, .45);

}


.hp5 {

    display: flex;
    align-items: flex-start;
    gap: 18px;

    margin-bottom: 22px;

}

.hp5>i {

    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;

    color: #fff;

    border-radius: 16px;

    background: rgba(255, 255, 255, .10);

    border: 1px solid rgba(255, 255, 255, .15);

    flex-shrink: 0;
    text-shadow: 0 0 15px rgba(255, 255, 255, .35);

}

.hp6 {

    flex: 1;

}

.hp6 h2 {

    color: #fff;

    font-size: 24px;

    margin-bottom: 10px;

}

.hp6 h3 {
    display: inline-block;

    background: #ff4fa3;

    color: #fff;

    padding: 6px 14px;

    border-radius: 10px;

    font-size: 12px;

    font-weight: 600;

    margin-bottom: 14px;

}



.hp7 {

    display: flex;
    flex-wrap: wrap;
    gap: 18px;

}

.hp7 span {

    display: flex;
    align-items: center;
    gap: 8px;

    color: rgba(255, 255, 255, .82);

    font-size: 14px;

}

.hp7 i {

    color: #fff;

}



.hp4 ul {

    padding-left: 18px;

}

.hp4 li {

    color: #fff;

    font-size: 15px;

    line-height: 1.8;

    margin-bottom: 10px;

    font-weight: 500;
}

.hp4 li:last-child {

    margin-bottom: 0;

}

.hj1 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 40px;
}

.hj2 {
    text-align: center;
    margin-bottom: 70px;
}

.hj2 h1 {
    display: inline-block;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    border-bottom: 4px solid #ff4fa3;
}

.hj2 p {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    max-width: 700px;
}

.hj3 h1 {
    display: inline-block;
    background: #ff4fa3;
    color: white;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}

.hj3 p {
    color: white;
    max-width: 700px;
    line-height: 1.8;
    margin-bottom: 45px;
    font-weight: 600;
}

.all-card-hj4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.card-hj4 {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 45px;
    transition: .35s ease;
}

.card-hj4:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, .25);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

.preview-web {
    width: 100%;
    margin-bottom: 18px;
}

.preview-web img {
    width: 100%;
    display: block;
    transition: .35s ease;
}

.card-hj4:hover .preview-web img {
    transform: scale(1.02);
}

.card-hj4 h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.card-hj4 h3 i {
    color: white;
    font-size: 16px;
}

.card-hj4 p {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 22px;
    max-width: 500px;

}

.card-hj4 a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 10px;
    background: #ff4fa3;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
}

.card-hj4 a:hover {
    background: #ff6bb5;
}

.card-hj4 a i {
    font-size: 13px;
}

/* ui */

.hj3-2 h1 {
    display: inline-block;
    background: #ff4fa3;
    color: white;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 100px;
}

.hj3-2 p {
    color: white;
    max-width: 700px;
    line-height: 1.8;
    margin-bottom: 45px;
    font-weight: 600;
}

.all-card-hj4-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.card-hj4-2 {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 45px;
    transition: .35s ease;
}

.card-hj4-2:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, .25);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

.preview-web-2 {
    width: 100%;
    margin-bottom: 18px;
}

.preview-web-2 img {
    width: 100%;
    display: block;
    transition: .35s ease;
    border-radius: 15px;

}

.card-hj4:hover .preview-web img {
    transform: scale(1.02);
}

.card-hj4-2 h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.card-hj4-2 h3 i {
    color: white;
    font-size: 16px;
}

.card-hj4-2 p {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 22px;
    max-width: 500px;

}

.card-hj4-2 a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 10px;
    background: #ff4fa3;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
}

.card-hj4-2 a:hover {
    background: #ff6bb5;
}

.card-hj4-2 a i {
    font-size: 13px;
}

/* ui */

.hj5 {
    margin-top: 100px;
}

.hj5 h1 {
    display: inline-block;
    background: #ff4fa3;
    color: white;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}

.hj5 p {
    color: white;
    max-width: 700px;
    line-height: 1.8;
    margin-bottom: 45px;
    font-weight: 600;
}

.all-card-hj6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.card-hj6 {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 30px;
    transition: .35s ease;
    width: 100%;
}

.card-hj6:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, .25);
    box-shadow: 0 20px 35px rgba(0, 0, 0, .18);
}

.gmb-dsn {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.gmb-dsn img {
    width: 100%;
    max-width: 270px;
    height: auto;
    border-radius: 12px;
    display: block;
}

.card-hj6 h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.card-hj6 h3 i {
    color: white;
    font-size: 18px;
}

.card-hj6 p {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 22px;
    max-width: 500px;
}

.card-hj6 a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 10px 18px;
    background: #ff4fa3;
    color: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

.card-hj6 a:hover {
    background: #ff6bb5;
}

.card-hj6 a i {
    font-size: 13px;
}

.hs1 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 40px;
}


.hs2 {
    text-align: center;
    margin-bottom: 70px;
}


.hs2 h1 {
    display: inline-block;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    border-bottom: 4px solid #ff4fa3;
}


.hs2 p {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    max-width: 700px;
}


.hs3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


.hs4 {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 45px;
    transition: .35s ease;
}


.hs4:hover,
.hs7:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, .25);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}


.preview-sertifikat {
    width: 100%;
    margin-bottom: 18px;
}


.preview-sertifikat img {
    width: 100%;
    display: block;
    border-radius: 15px;
    transition: .35s ease;
}


.hs4 h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}


.hs4 h3 i {
    color: white;
    font-size: 16px;
}


.hs4 p {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 22px;
    max-width: 500px;
    font-weight: 600;
}


.hs4 a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 10px;
    background: #ff4fa3;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
}


.hs4 a:hover {
    background: #ff6bb5;
}


.hs4 a i {
    font-size: 13px;
}



/* penghargaan */

.hs5 {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 70px;
}


.hs5 h1 {
    display: inline-block;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    border-bottom: 4px solid #ff4fa3;
}


.hs5 p {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    max-width: 800px;
}


.hs6 {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


.hs7 {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 45px;
    transition: .35s ease;
    text-align: left;
}

.hs7 h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}


.hs7 h3 i {
    color: white;
    font-size: 16px;
}


.hs7 p {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 22px;
    max-width: 500px;
    font-weight: 600;
}


.hs7 a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 10px;
    background: #ff4fa3;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
}


.hs7 a:hover {
    background: #ff6bb5;
}


.hs7 a i {
    font-size: 13px;
}


.preview-penghargaan {
    width: 100%;
    margin-bottom: 18px;
}


.preview-penghargaan img {
    width: 100%;
    display: block;
    border-radius: 15px;
    transition: .35s ease;
}

.hc1 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 40px;
}


.hc2 {
    text-align: center;
    margin-bottom: 70px;
}


.hc2 h1 {
    display: inline-block;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    border-bottom: 4px solid #ff4fa3;
}


.hc2 p {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    max-width: 700px;
}


.hc3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


.hc4 {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 40px;
    transition: .35s ease;
}


.hc4:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, .25);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}


.hc4 h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}


.hc5 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
}


.hc5:last-child {
    margin-bottom: 0;
}


.hc5>i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: white;
    color: #003fff;
    font-size: 18px;
}


.hc5 h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}


.hc5 a {
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
    text-decoration: none;
    transition: .3s ease;
    font-weight: 500;
}


.hc5 a:hover {
    color: #ff4fa3;
}


.hc6 {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 40px;
    transition: .35s ease;
}


.hc6:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, .25);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}


.hc6 h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}


.hc7 {
    margin-bottom: 20px;
}


.hc7 label {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}


.hc7 input {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .07);
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    transition: .3s ease;
}


.hc7 textarea {
    width: 100%;
    min-height: 130px;
    box-sizing: border-box;
    resize: vertical;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .07);
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    transition: .3s ease;
}


.hc7 input::placeholder {
    color: rgba(255, 255, 255, .45);
}


.hc7 textarea::placeholder {
    color: rgba(255, 255, 255, .45);
}


.hc7 input:focus {
    border-color: #ff4fa3;
    background: rgba(255, 255, 255, .1);
}


.hc7 textarea:focus {
    border-color: #ff4fa3;
    background: rgba(255, 255, 255, .1);
}


.hc6 button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border: none;
    border-radius: 10px;
    background: #ff4fa3;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s ease;
}

.hc6 button:hover {
    background: #ff6bb5;
}


.hc6 button i {
    font-size: 13px;
}

.footer {
    margin-top: 100px;
    padding: 80px 40px 25px;
    background: rgba(0, 0, 0, .08);
    border-top: 1px solid rgba(255, 255, 255, .12);
}


.footer-container {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.3fr;
    gap: 50px;
}


.footer-section h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}


.footer-section h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}


.footer-section p {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    line-height: 1.8;
    font-weight: 600;
    max-width: 500px;
}


.footer-section a {
    display: flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: .3s ease;
}


.footer-section a:hover {
    color: #ff4fa3;
    transform: translateX(4px);
}


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


.footer-section a i:last-child {
    font-size: 11px;
}


.footer-bottom {
    max-width: 1000px;
    margin: 50px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    text-align: center;
}


.footer-bottom p {
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
    font-weight: 600;
}


@media (max-width:768px) {
     header {
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
    }


    .navbar1 {
        width: 100%;
        max-width: none;
        padding: 28px 38px;
        border-radius: 0;
        border: none;
        background: rgba(255, 255, 255, .25);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }


    .nav-logo img {
        width: 185px;
    }


    .hamburger {
        display: block;
        font-size: 30px;
    }


    .nav-link {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: none;
    }


    .nav-link.active {
        display: block;
    }


    .nav-link ul {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        padding: 30px 20px;
        background: rgba(0, 63, 255, .97);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }


    .nav-link a {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .all-beranda {
        flex-direction: column-reverse;
        text-align: center;
        padding: 150px 25px 60px;
    }

    .all-beranda .hd2 h1 {
        font-size: 45px;
    }

    .all-beranda .hd4 {
        max-width: 100%;
    }

    .all-beranda .hd5,
    .all-beranda .hd6 {
        justify-content: center;
        flex-wrap: wrap;
    }

    .all-tentangsaya {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .all-tentangsaya .container-tentang {
        width: 100%;
    }

    .all-tentangsaya .ht3 {
        width: 100%;
    }

    .all-tentangsaya .ht4 {
        width: 100%;
        gap: 16px;
    }

    .all-tentangsaya .ht5 {
        width: 100%;
        padding: 18px 20px;
        border-radius: 18px;
    }

    .all-tentangsaya .card-title i {
        font-size: 16px;
    }

    .all-tentangsaya .card-title h3 {
        font-size: 17px;
    }

    .all-tentangsaya .ht5 p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.7;
    }

    .hk1 {
        padding: 90px 40px;
    }

    .hk3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .hk2 h1 {
        font-size: 38px;
    }

    .hk6 h1 {
        font-size: 34px;
    }

    .hk1 {
        padding: 80px 25px;
    }

    .hk2 h1 {
        font-size: 34px;
    }

    .hk2 p {

        font-size: 14px;

        line-height: 26px;

        text-align: center;

    }

    .hk3 {

        grid-template-columns: 1fr;

        gap: 18px;

        margin-bottom: 60px;

    }

    .hk4 {

        padding: 18px;

    }

    .hk4 i {
        font-size: 18px;
    }

    .hk4 p {

        font-size: 15px;

    }

    .hk6 h1 {

        font-size: 30px;

    }

    .hk7 {

        gap: 28px;

        overflow-x: auto;

        justify-content: flex-start;

        scrollbar-width: none;

    }

    .hk7::-webkit-scrollbar {
        display: none;
    }

    .hk7 img {

        width: 60px;

    }

    .hp1 {

        padding: 80px 25px;

    }

    .hp2 {

        margin-bottom: 45px;

    }

    .hp2 h1 {

        font-size: 34px;

    }

    .hp2 p {

        font-size: 14px;

    }

    .garis {

        left: 18px;

    }

    .hp4 {

        margin-left: 42px;

        padding: 22px 18px;

    }

    .hp4::before {

        width: 15px;
        height: 15px;

        left: -31px;

        top: 28px;

        border: 3px solid #fff;

    }

    .hp5 {

        gap: 14px;

    }

    .hp5>i {

        width: 46px;
        height: 46px;

        font-size: 18px;

        border-radius: 14px;

    }

    .hp6 h2 {

        font-size: 20px;

    }

    .hp6 h3 {

        font-size: 15px;

    }

    .hp7 {

        flex-direction: column;

        gap: 8px;

    }

    .hp7 span {

        font-size: 13px;

    }

    .hp4 li {

        font-size: 14px;

        line-height: 1.7;

    }

    .hj1 {
        padding: 80px 20px;
    }

    .hj2 {
        margin-bottom: 50px;
    }

    .hj2 h1 {
        font-size: 34px;
    }

    .hj2 p {
        font-size: 15px;
    }

    .hj3 h1 {
        font-size: 22px;
    }

    .hj3 p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .all-card-hj4 {
        grid-template-columns: 1fr;
    }

    .card-hj4 {
        padding: 16px;
    }

    .card-hj4 h3 {
        font-size: 18px;
    }

    .card-hj4 p {
        font-size: 14px;
    }

    /* ui */

    .hj3-2 h1 {
        font-size: 22px;
    }

    .hj3-2 p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .all-card-hj4-2 {
        grid-template-columns: 1fr;
    }

    .card-hj4-2 {
        padding: 16px;
    }

    .card-hj4-2 h3 {
        font-size: 18px;
    }

    .card-hj4-2 p {
        font-size: 14px;
    }

    /* ui */

    .all-card-hj6 {
        grid-template-columns: 1fr;
    }

    .gmb-dsn {
        display: flex;
        justify-content: center;
    }

    .gmb-dsn img {
        width: 320px;
        margin: 0;
        margin-bottom: 20px;
    }

    .hj5 h1 {
        font-size: 22px;
    }

    .hj5 p {
        font-size: 15px;
    }

    .hs1 {
        padding: 80px 25px;
    }


    .hs2 {
        margin-bottom: 50px;
    }


    .hs2 h1 {
        font-size: 34px;
    }


    .hs2 p {
        font-size: 15px;
    }


    .hs3 {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    .hs4 {
        padding: 18px;
    }


    .hs4 h3,
    .hs7 h3 {
        font-size: 17px;
    }


    .hs4 p,
    .hs7 p {
        font-size: 14px;
    }


    .hs5 {
        margin-top: 70px;
        margin-bottom: 35px;
    }


    .hs5 h1 {
        font-size: 34px;
    }


    .hs6 {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    .hs7 {
        padding: 18px;
    }


    .preview-sertifikat img,
    .preview-penghargaan img {
        width: 100%;
    }

    .hc1 {
        padding: 80px 25px;
    }


    .hc2 {
        margin-bottom: 50px;
    }


    .hc2 h1 {
        font-size: 34px;
    }


    .hc2 p {
        font-size: 15px;
        line-height: 26px;
    }


    .hc3 {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    .hc4 {
        padding: 25px;
    }


    .hc4 h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }


    .hc5 {
        margin-bottom: 20px;
    }


    .hc6 {
        padding: 25px;
    }


    .hc6 h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .footer {
        padding: 60px 25px 25px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-section p {
        max-width: 100%;
    }

    .footer-bottom {
        margin-top: 40px;
    }

}