.hero-section {
    position: relative;
    text-align: center;
    color: white;
}

.hero-section img {
    width: 100%;
    height: auto;
    max-height: 600px;
    margin: 0;
    display: block;
    opacity: 0.8;
    object-fit: cover;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero-text h1 {
    font-size: 2.8rem;
    /* Sesuai ukuran file pertama */
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.2;
}

.hero-text p {
    font-size: 1.6em;
    /* Mengikuti gaya file pertama */
    line-height: 1.5;
}

.hero-text .btn {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1.1rem;
}

.navbar {
    margin-bottom: 0;
    padding: 20px;
}

.navbar-nav .nav-item {
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 1024px) {
    .hero-section img {
        max-height: 450px;
    }

    .hero-text h1 {
        font-size: 2.2rem;
        /* Ukuran lebih kecil sesuai responsif */
    }

    .hero-text p {
        font-size: 1rem;
    }

    .hero-text .btn {
        font-size: 1rem;
        /* Menyesuaikan */
    }
}

@media (max-width: 768px) {
    .hero-section img {
        max-height: 300px;
    }

    .hero-text h1 {
        font-size: 1.8rem;
        /* Ukuran layar kecil */
    }

    .hero-text p {
        font-size: 0.9rem;
    }

    .hero-text .btn {
        font-size: 0.9rem;
        padding: 8px 15px;
    }

    .navbar-nav .nav-item {
        margin-left: 5px;
        margin-right: 5px;
    }
}


body {
    background-color: #E6EDFF;
    font-family: Arial, sans-serif;
}
.content-wrapper {
 padding-top: 200px;
 padding-bottom: 275px;
}
.left-section {
    position: relative;
    padding: 20px;
}
.left-section img {
    width: 150px;
    display: block;
    margin: 0 auto;
}
.left-section p {
    text-align: center;
    font-size: 18px;
    color: #333;
}
.left-section .green-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #e0c228;
    border-radius: 50%;
    z-index: -1;
}
.right-section {
    padding: 20px;
}
.right-section h1 {
    font-size: 48px;
    font-weight: bold;
    color: solid #e0c228;
    text-align: center;
}
.right-section h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color:solid #e0c228;
}
.right-section p {
    font-size: 18px;
    color: #333;
   
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}
.right-section .apply-btn {
    background-color: solid #e0c228;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}
.right-section .apply-btn:hover {
    background-color: #45a049;
}
.music-notes {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
}


body {
  background-color: #fff;
}
.instrument {
  position: relative;
  text-align: center;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  margin: auto;
  aspect-ratio: 1 / 1;

}

.instrument img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.instrument .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.instrument .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay1 {
  background-color: rgba(255, 192, 203, 0.5);
}

.overlay2 {
  background-color: rgba(128, 0, 128, 0.5);
}




body {
    background-color: #e0e7ff;
    font-family: Arial, sans-serif;
}
.content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 200px;
}
.text-section {
    max-width: 500px;
    margin-left: 30px;
}
.text-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
}
.text-section p {
    font-size: 1rem;
    color: #000;
    margin-top: 20px;
}
.btn-custom {
    background-color: #6a00ff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 10px;
}
.btn-custom:hover {
    background-color: #4b00b3;
}
.btn-custom i {
    margin-right: 5px;
}
.decorative-shapes {
    position: absolute;
    top: 20%;
    left: 10%;
}
.decorative-shapes img {
    width: 50px;
    height: 50px;
}


