* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    font-family: 'kokoro', sans-serif;
}

.navbar {
    background-image: url(gambar/Group3.png);
    background-size: cover;
    width: 100%;
    height: 330px;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 5px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.hamburger span {
    width: 30px;
    height: 3px;
    background-color: #000000;
    display: block;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.header-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
}

.header-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
}

.logo-header {
    width: 200px;
    display: block;
    left: 20px;
}

.logo-wrapper1 {
    border-radius: 8px;
    margin-left: 50px;
    height: 100px;
    margin-top: 10px;
}

.nav-container {
    padding-top: 65px;
    align-items: right;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 40px;
}

.nav-links li a {
    display: inline-block;
    padding: 5px 15px;
    font-family: 'kokoro', sans-serif;
    font-size: 1.5vw;
    font-weight: normal;
    color: rgb(255, 255, 255);
    border: 2px solid transparent;
    text-decoration: none;
}

.nav-links li a:hover {
    display: inline-block;
    border-color: #000000;
    background-color: #00e0c2;
    color: rgb(0, 0, 0) !important;
    cursor: pointer;
}

.btn-hubungi {
    padding-left: 2rem;
    position: absolute;
    top: 50px;
    right: 50px;
    background-color: #00e0c2;
    color: rgb(0, 0, 0);
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.5vw;

    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-hubungi:hover {
    background-color: #00e0c2c7;
}

.deskripsi {
    display: flex;
    align-items: flex-start;
    gap: 2.5vw;
    padding: 6vw 7vw;
}

.teks {
    flex: 1;
}

.deskripsi h2 {
    font-size: 3.3vw;
    margin-bottom: 1.5vw;
}

.deskripsi-sertifikasi {
    font-size: 2.3vw;
    line-height: 1.3;
    text-align: justify;
}

.deskripsi-sertifikasi p {
    margin-bottom: 30px;
}

.flayer {
    width: 40vw;
    max-width: 412px;
    height: auto;
    margin-left: 8vw;
}

.harga {
    background-color: #F6F6F6;
    text-align: center;
    padding: 40px 20px;
}

.harga-title {
    margin-top: 30px;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 50px;
}

.harga-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.harga-card-1 {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    width: 523px;
    height: 826px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.8s ease-out;
}

.harga-card-2 {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    width: 523px;
    height: 826px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.8s ease-out;
}

.harga-card-1.show,
.harga-card-2.show {
    opacity: 1;
    transform: translateX(0);
}

.harga-desc {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}

.harga-img {
    width: 400px;
    height: 400px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.harga-nominal {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}
.Harga-Nominal2{
        font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.btn-daftar {
    border: 2px solid #000;
    display: inline-block;
    padding: 8px 28px;
    font-size: 30px;
    background: #24E7CA;
    color: rgb(0, 0, 0);
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-daftar:hover {
    background: #24e7cae7;
}

.wa-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 60px;
    text-align: center;
}

.wa-float img {
    width: 150px;
    margin-top: 12px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.wa-float img:hover {
    transform: scale(1.2);
}

.kompetensi {
    font-size: 45px;
    padding: 30px;
    text-align: left;
}

.kompetensi-box {
    margin-left: 5vw;
    margin-top: 3vw;
    border-radius: 4px;
    font-size: 45px;
    background-color: #fff;
}

.footer {
    background: #2D3E56;
    color: white;
    padding: 50px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.footer-brand {
    flex: 1;
    min-width: 250px;
}

.footer-brand p {
    margin-top: 10px;
    font-size: 0.9em;
}

.sosmed {
    display: flex;
    gap: 20px;
    padding: 15px;
}

.sosmed img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    cursor: pointer;
  transition: transform 0.3s ease;
}

.sosmed img:hover {
  transform: scale(1.2);
}

.logo-wrapper {
    background-color: #ffffff;
    display: inline-block;
    border-radius: 8px;
}

.footer p {
    font-size: 18px;
}

.logo-footer {
    width: 160px;
    height: auto;
    display: block;
}

.footer-links {
    flex: 2;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-around;

}

.footer-links h4 {
    font-size: 30px;
    margin-bottom: 15px;
}

.footer-links ul {
    list-style: none;
    font-size: 0.9em;
}

.footer-links li {
    margin-bottom: 5px;
    margin-top: 10px;
}

.foot-links {
    font-size: 20em;
}

.foot-links li a {
    color: #F1F1F1;
    text-decoration: none;
}

.foot-links li a:hover {
    color: #000000;
}

.footer-links p {
    font-size: 1.2vw;
}

.footer-links ul {
    font-size: 1.2vw;
}

.kontak-kami p {
    margin-top: 20px;
}
@media (max-width: 1300px) {
  .nav-links {
    gap: 1.5vw;        
    margin-right: 200px; 
  }

  .nav-links li a {
    font-size: 1.5vw;
  }

  .btn-hubungi {
    font-size: 1.5vw;
    padding: 0.8vw 1.6vw;
    right: 3vw;
  }

  .btn-info {
    font-size: 1vw;
    padding: 1vw 2vw;
  }
}
@media (max-width: 1024px) {
    .logo-header {
        width: 150px;
    }

  .btn-info {
    font-size: 2vw;
  }
  .info p{
  font-size: 2vw;
}
.nav-links{
    margin-right: 180px;
}

  .nav-links li a{
    font-size: 1.8vw;
  }
  .btn-hubungi {
    font-size: 1.8vw;
  }

    .deskripsi h2 {
        font-size: 3.5vw;
    }

    .deskripsi-sertifikasi {
        font-size: 2.6vw;
    }

    .flayer {
        width: 25vw;
        height: 25vw;
    }

    .harga-title {
        font-size: 4vw;
    }

    .harga-card-1,
    .harga-card-2 {
        width: 42vw;
        height: auto;
    }

    .harga-desc {
        font-size: 3vw;
    }

    .harga-img {
        width: 30vw;
        height: 30vw;
    }

    .harga-nominal {
        font-size: 4.5vw;
    }
.harga-nominal2{
    font-size: 2.5vw;
}
    .btn-daftar {
        font-size: 2.4vw;
        padding: 0.8vw 2.2vw;
    }

    .footer {
        align-items: center;
    }

    .footer-top {
        flex-direction: column;
        gap: 4vw;
        align-items: center;
    }

    .footer-brand {
        text-align: center;
    }

    .logo-footer {
        width: 15vw;
        height: 120px;
    }

    .logo-wrapper {
        margin-bottom: 40px;
    }

    .sosmed {
        margin-top: 30px;
        justify-content: center;
    }
.kompetensi h3{
    font-size: 4vw;
}

.kompetensi li{
    font-size: 3vw;
}
    .sosmed img {
        width: 9vw;
        height: 12vw;
    }

    .footer-links {
        width: 100%;
        gap: 4vw;
        text-align: left;
    }

    .footer-brand p {
        font-size: 2.5vw;
    }

    .footer-links h4 {
        font-size: 3vw;
    }

    .footer-links ul {
        font-size: 2vw;
    }

    .footer-links p {
        font-size: 2vw;
    }
}

@media (max-width: 768px) {

    .navbar {
        height: 300px;
    }

    .wa-float img {
        margin-left: 30px;
        width: 20vw;
        margin-top: 12px;
    }

    .hamburger {
        margin-top: 20px;
        display: flex;
    }

    .header-background {
        height: 10px;
    }

    .logo-wrapper1 {
        height: 120px;
        position: relative;
        z-index: 2001;
        margin-bottom: 50px;

    }

    .logo-header {
        width: 120px;
    }

    .btn-hubungi {
        font-size: 2.2;
        position: static;
        align-self: flex-start;
        margin-bottom: 20px;
    }

    .nav-container {
        padding-left: 50px;
        position: absolute;
        width: 100%;
        background: rgb(255, 255, 255);
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1.5rem;
        z-index: 1000;
        font-size: 1rem;
    }

    .nav-container.active {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .nav-links {
        margin-top: 70px;
        flex-direction: column;
        width: 100%;
    }

    .nav-links li a {
        display: inline-block;
        padding: 15px 30px;
        font-size: 2.2vw;
        color: #000;
        text-decoration: none;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    .nav-links li a:hover {
        display: inline-block;
        border-color: #000000;
        background-color: #00e0c2;
        color: rgb(0, 0, 0) !important;
        cursor: pointer;
    }

    .deskripsi h2 {
        font-size: 3.5vw;
    }

    .deskripsi-sertifikasi {
        font-size: 2.6vw;
    }

    .flayer {
        width: 25vw;
        height: 25vw;
    }

    .harga-title {
        font-size: 5vw;
    }

    .harga-card-1,
    .harga-card-2 {
        width: 40vw;
        height: auto;
    }

    .harga-desc {
        font-size: 3.5vw;
    }

    .harga-img {
        width: 30vw;
        height: 30vw;
    }

    .harga-nominal {
        font-size: 5vw;
    }
 .Harga-Nominal2 {
        font-size: 2.8vw;
    }
    .btn-daftar {
        font-size: 3vw;
        padding: 1vw 2.5vw;
    }

    .footer {
        padding: 5vw 4vw;
    }

    .footer-top {
        flex-direction: column;
        gap: 5vw;
        align-items: center;
    }

    .footer-brand {
        width: 100%;
        text-align: center;
    }

    .logo-footer {
        width: 25vw;
        max-width: 120px;
    }

    .footer-links {
        width: 100%;
        gap: 4vw;
    }

    .footer-links h4 {
        text-align: left;
    }

    .footer-links ul {
        text-align: left;
    }
}

@media (max-width: 600px) {

    .navbar {
        height: 270px;
    }

    .hamburger {
        margin-top: 10px;
        display: flex;
    }

    .header-background {
        height: 10px;
    }

    .logo-wrapper1 {
        padding-right: 50px;
        height: 120px;
        position: relative;
        z-index: 2001;
        margin-bottom: 50px;

    }

    .logo-header {
        width: 100px;
    }

    .btn-hubungi {
        font-size: 2.2;
        position: static;
        align-self: flex-start;
        margin-bottom: 20px;
    }

    .nav-container {
        padding-left: 50px;
        position: absolute;
        width: 100%;
        background: rgb(255, 255, 255);
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1.5rem;
        z-index: 1000;
        font-size: 1rem;
    }

    .nav-container.active {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .nav-links {
        margin-top: 70px;
        flex-direction: column;
        width: 100%;
    }

    .nav-links li a {
        display: inline-block;
        padding: 15px 30px;
        font-size: 2.5vw;
        color: #000;
        text-decoration: none;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    .nav-links li a:hover {
        display: inline-block;
        border-color: #000000;
        color: rgb(0, 0, 0) !important;
        cursor: pointer;
    }

    .harga-title {
        font-size: 6vw;
    }

    .harga-card-1,
    .harga-card-2 {
        width: 40vw;
        height: auto;
    }

    .harga-desc {
        font-size: 3vw;
    }

    .harga-img {
        width: 25vw;
        height: 25vw;
    }

    .harga-nominal {
        font-size: 5vw;
    }
 .Harga-Nominal2 {
        font-size: 2.5vw;
    }
    .btn-daftar {
        font-size: 3.5vw;
        padding: 1.2vw 3vw;
    }

    .footer {
        padding: 6vw 4vw;
    }

    .footer-brand p {
        font-size: 3vw;
    }

    .logo-footer {
        align-items: center;
        width: 20vw;
        height: 20vw;
    }

    .footer-links {
        display: flex;
        gap: 5vw;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links h4 {
        font-size: 3vw;
        text-align: left;
    }

    .footer-links ul {
        font-size: 2.5vw;
        list-style: none;
        padding: 0;
        text-align: left;
    }
}

@media (max-width: 480px) {
      .wa-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 10px;
  text-align: center;
  margin-right: 20px;
}
    .navbar {
        height: 150px;
    }

    .hamburger {
        margin-top: 8px;
        display: flex;
    }

    .header-background {
        height: 8px;
    }

    .logo-wrapper1 {
        height: 100px;
        position: relative;
        z-index: 2001;
        margin-bottom: 40px;
    }

    .logo-header {
        width: 70px;
        left: 10px;
    }

    .btn-hubungi {
        font-size: 2vw;
        position: static;
        align-self: flex-start;
        margin-bottom: 15px;
    }

    .nav-container {
        padding-left: 30px;
        position: absolute;
        width: 100%;
        background: rgb(255, 255, 255);
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1rem;
        z-index: 1000;
        font-size: 0.9rem;
    }

    .nav-container.active {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .nav-links {
        margin-top: 60px;
        flex-direction: column;
        width: 100%;
    }

    .nav-links li a {
        display: inline-block;
        padding: 12px 25px;
        font-size: 3vw;
        color: #000;
        text-decoration: none;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    .nav-links li a:hover {
        cursor: pointer;
    }

    .harga-title {
        font-size: 5vw;
    }

    .harga-card-1,
    .harga-card-2 {
        width: 40vw;
        height: auto;
        gap: 10px;
    }

    .harga-desc {
        font-size: 3vw;
    }

    .harga-img {
        width: 25vw;
        height: 25vw;
    }

    .harga-nominal {
        font-size: 4vw;
    }

 .Harga-Nominal2 {
        font-size: 2.5vw;
    }
    

    .btn-daftar {
        font-size: 3.5vw;
        padding: 1.2vw 3vw;
        border: 1px solid rgb(0, 0, 0);
    }

}