

html,body{
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.header {
    width: 100%;
    height: 70px;
    gap: 10px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.header img{
    height: 30px;
    width: auto;
}

.main {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}
.left {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.right img {
    width: 100%;
    max-width: 550px;
    height: auto;
    border: solid 15px #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.left .ply {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 300px;
    height: 525px;
    background: white;
    border-radius: 10px;
    padding: 10px;
}

.right .ply {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 660px;
    max-width: 680px;
    height: 360px;
    background: white;
    border-radius: 10px;
    padding: 10px;
}

.p1{
    width: 100px;
    height: 100px;
    border:solid 3px #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 100%;

}

.bar {
    width: 4px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(255,255,255,1);

}

#currentTime {
    position: absolute;
    width: 120px;
    margin-left: -60px;
    background: #0000007a;
    text-align: center;
    left: 50%;
    bottom: 15px;
    border-radius: 7px;
    color: #fff;
    font-size: 40px;
    font-family: 'Digital', sans-serif;
    opacity: 1;
}
.nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.nav-link {
    color: #000000;
}

.mediPlayer{
    cursor:pointer;position: relative;
}

#resmiindir,#sarkiindir {
    gap: 10px;
    display: flex;
    justify-content: space-between; /* Öğeleri sağa ve sola yayar */
    align-items: center;

}

.title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 0px;
    flex-direction: column;
}

#music, #videos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
    padding-top: 6px;
}

.tab-content {
    height: 93%;
    position: relative;
}

.tab-pane{
    position: absolute;
}

.nav-tabs{
    height: 7%;
    overflow: hidden;
}
.nav-tabs li{
    height: 100%;
}
.tab-pane.active{
    z-index: 99;
}



.audio-player {

    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;

    width: 100%;



}

.audio-player input[type="file"] {
    margin-bottom: 10px;
    display: block;
    color: #ccc;
}

.audio-player audio {
    width: 100%;
    margin-top: 10px;
}

.audio-player button {
    background-color: #4a4a4a;
    border: none;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
}

.audio-player button:hover {
    background-color: #5a5a5a;
}

.audio-player audio::-webkit-media-controls-panel {
    background-color: #444;
    border-radius: 8px;
}

.audio-player audio::-webkit-media-controls-play-button,
.audio-player audio::-webkit-media-controls-volume-slider {
    filter: brightness(0.8);
}

.audio-player audio::-webkit-media-controls-current-time-display,
.audio-player audio::-webkit-media-controls-time-remaining-display {
    color: #ddd;
}


.audio-player audio {
    width: 100%;
    height: 30px; /* Yükseklik küçültüldü */
    border-radius: 5px;
    background-color: transparent;
}



.audio-player{
    background: white;
}

