@font-face {
    font-family: tebal;
    src: url(font/Poppins/Poppins-Bold.ttf);
}
@font-face {
    font-family: sedang;
    src: url(font/Poppins/Poppins-Medium.ttf);
}
@font-face {
    font-family: ket;
    src: url(font/Poppins/Poppins-Light.ttf);
}
@font-face {
    font-family: reg;
    src: url(font/Monserrat/Montserrat-Regular.ttf);
}

.header {
    background-color:  #92A079;
}
.navbar-brand {
    font-family: tebal;
}
.nav-item {
    font-family: sedang;
}

h2 {
    font-family: tebal;
}
p {
    font-family: ket;
}

.opening {
    background-image: url(image/bgopn.jpg);
    color: #45553D;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

.about-us p {
    /* background-color: #C4C8AC;; */
    font-family: reg;
}

.logo img {
    margin: 10px 20px;
    width: 250px ;
    height: 250px;
    border-radius: 50%;
    box-shadow: 5px 5px 5px black;
}


.album-cover img {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    animation: spin 2.5s linear infinite;
}


.player {
    background-color: #C4C8AC;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    padding: 1.5rem; 
    max-width: 100%; 
}

.sample {
    background-color: #92A079;
    padding: 1rem; 
}
.timeline .progress-bar {
    background-color: #45553D;
   
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.price-list img {
    width: 100%;          
    max-width: 500px;     
    height: auto;         
    max-height: 250px;    
    display: block;       
    margin: 0 auto;       
}
.full-width-form-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.beli {
    background-color: #C4C8AC;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}

.form {
    background-color: #6D7E5F;
    width: 90%; 
    max-width: 700px; 
    height: auto; 
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.but button {
    background-color: #C4C8AC; 
    color: rgb(0, 0, 0); 
    border: none;
    outline: none;
    cursor: pointer; 
}

.but button:active,
.but button:focus {
    background-color: #C4C8AC; 
    color: rgb(0, 0, 0); 
    outline: none; 
}

.footer {
    background-color:  #92A079;
    font-family: ket;
}

@media (max-width: 768px) {
    .col-md-6 p {
        text-align: left;
        margin-left: 1rem;
    }
    .album-cover img {
        height: 4rem; 
        width: 4rem;
    }

    .player {
        padding: 1rem; 
    }
    
    .player h2 {
        font-size: 1.2rem; 
    }

    .player p {
        font-size: 0.9rem; 
    }

    .pricelist img {
        width: 100%; 
    }
}

