body{
    background: rgb(37, 63, 75);
}
.EQ{
    width: 60%;
    position: relative;
    left: 20%;
}
#freq1 {
    color: #fff;
}
input[type="range"] {
    -webkit-appearance: none;
    width: 8px;
    height: 100%;
    background: transparent;
    padding: 0px;
    outline: none;
    border: none;
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 15px;
    height: 100%;
    background: linear-gradient(to bottom, #1F84AF, #AF1F84);
    border: none;
    border-radius: 5px;}


input[type="range"]::-webkit-slider-thumb,
input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #d64a4a;
    border-radius: 50%;
    cursor: pointer;
}

input[type="range"]:hover::-webkit-slider-thumb,
input[type="range"]:hover::-moz-range-thumb {
    background: #925353;
}

.slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hangpar {
    display: none;
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    align-items: center;
    text-align: center;
}

.hangpar audio {
    width: auto;
    margin: 0 15px;
}

.value-container, .slider-values {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.ujGomb{
    display: none;
}

.check-button {
    background: rgb(37, 63, 75);
    width: 100%;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
    display: block;
    box-shadow:  0px 10px 15px -7px #000000b2;
}

.siker, .bukas {
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

.siker {
    background-color: #53d147;
    color: #000000;
    box-shadow:  0px 0px 15px -3px #53d147;
    padding: 10px 0px 10px 0px;
    margin-top: 10px;

}

.bukas {
    background-color: #ec1f1f;
    color: white;
    box-shadow:  0px 0px 15px -3px #ec1f1f;
    padding: 10px 0px 10px 0px;
    margin-top: 10px;
}



.ujGomb {
    background-color: #af1f84;
    width: 100%;
    color: white;
    border-radius: 8px;
    padding: 15px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 30px;
}

.ujGomb:hover {
    background-color: #af1f84;
}

.slider-values {
    font-size: 18px;
    color: #fff;
    visibility: hidden; 
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    background-color: #af1f84;
    box-shadow: 0px 0px 15px 6px #af1f849a;
    padding: 10px 0px 10px 0px;
    color: #fff;
}
#slider-value{
    color:#fff;
}
.playButton {
    background-color: #af1f84;
    padding: 20px 30px 20px 30px;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
    box-shadow: 0px 0px 15px 6px #af1f849a;
    width: 100%; /* Ensure it takes up the full width */
}
.playButton2 {
    background-color: #af1f84;
    border: none;
    border-radius: 10px;
    padding: 20px 30px 20px 30px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
    box-shadow: 0px 0px 15px 6px #af1f849a;
    width: 100%; /* Ensure it takes up the full width */
    margin-left: 10%
}

@media (max-width: 768px) {
    input[type="range"] {
        margin: 20px 0;
    }

    .hangpar audio {
        margin: 10px auto;
        display: block;
    }

    .check-button, .ujGomb {
        width: 100%; 
    }

    .value-container, .slider-values {
        flex-direction: column;
    }

    .siker, .bukas, .slider-values {
        width: 100%; 
    }
    .EQ{
        width: 100%;
        left: 0;
    }
    #freq1, #freq2 {
        display: block;
    }
}
