main{
    font-family: 'Akrobat';
    color: #fff;
    margin: 0% 4% 0 5%;
}

main h1{
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0%;
    line-height: 70%;
}

main h2{
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 2%;
    line-height: 70%;
}

.play_lists{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 5%;
    min-width: 18%;
    margin-bottom: 50px;
}

.play_lists img{
    width: 100%;
    max-width: 400px;

}

form{
    margin-bottom: 2%;
}

form input{
    font-family: 'Akrobat';
    background-color: #dca54d;
    border: none;
    height: 30px;
    width: 25%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

form button{
    background-color: #dca54d;
    border: solid 2px #fff;
    height: 32px;
    font-family: 'Akrobat';
    color: #fff;
    font-size: 20px;
    font-weight: 700;
	cursor: pointer;
}

.musics{
    display: flex;
    flex-direction: column;
}

.songs{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.song{
    position: relative;
    background-color: #dca54d;
    height: 60px;
    margin-bottom: 2%;
    max-width: 1310px;
    width: 100%;
}

.song h4{
    position: absolute;
    z-index: 8;
    top: -16px;
    left: 10%;
}

.song .h5{
	font-size: 13px;
}

.song h5{
    position: absolute;
    z-index: 8;
    bottom: -16px;
    left: 10%;
}

.sdvig{
	position: relative;
	width: 95%;
	margin-left:20px;
}

.song a{
	position: absolute;
	top:33%;
	right: 20px;
}

/*audio{
    margin-top: 20px;
    max-width: 1310px;
    width: 100%;
    outline: rgba(220, 165, 77, 1);
    overflow: hidden;
}

audio::-webkit-media-controls-panel{
    background-color: rgba(220, 165, 77, 1);
    outline: none;
    overflow: hidden;
}
*/

.player
{
	height: 2.5em; /* 40 */
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	position: relative;
    margin-top: 12px;
	z-index: 1;
	background: #dca54d;
}
.player-mini
{
	width: 2.5em; /* 40 */
	margin: 0 auto;
}
.player > div
{
	position: absolute;
}
.player-playpause
{
	width: 2.5em; /* 40 */
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 0;
}

.player-mini .player-playpause
{
	width: 100%;
}

.player-playpause a
{

    margin-left: 20px;
}
.player:not(.player-playing) .player-playpause a
{
	width: 0;
	height: 0;
	border: 0.5em solid transparent; /* 8 */
	border-right: none;
	border-left-color: #fff;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.5em 0 0 -1.25em; /* 8 4 */
}
.player-playing .player-playpause a
{
	width: 0.75em; /* 12 */
	height: 0.75em; /* 12 */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.375em 0 0 -1.375em; /* 6 */
}
.player-playing .player-playpause a:before,
.player-playing .player-playpause a:after
{
	width: 40%;
	height: 100%;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 0;
}
.player-playing .player-playpause a:before
{
	left: 0;
}
.player-playing .player-playpause a:after
{
	right: 0;
}
.player-time
{
	width: 4.375em; /* 70 */
	height: 100%;
	line-height: 2.375em; /* 38 */
	text-align: center;
	z-index: 2;
	top: 0;
}
.player-time-current
{
	left: 1.2em; /* 40 */
}
.player-time-duration
{
	right: 3.3em; /* 40 */
}
.player-novolume .player-time-duration
{
	border-right: 0;
	right: 0;
}
.player-bar
{
	height: 0.2em; /* 14 */
	background-color: #dca54d;
	cursor: pointer;
	z-index: 1;
	top: 65%;
	right: 6.875em; /* 110 */
	left: 5em; /* 110 */
	margin-top: -0.438em; /* 7 */
}
.player-novolume .player-bar
{
	right: 4.375em; /* 70 */
}
.player-bar div
{
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.player-bar-loaded
{
	background-color: #dca54d;
	z-index: 1;
}
.player-bar-played
{
	background: #fff;
	z-index: 2;
}
.player-volume
{
	width: 2.5em; /* 40 */
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 2.1em;
}

.player-volume-button
{
	width: 100%;
	height: 100%;
}
.player-volume-button a
{
	width: 0.313em; /* 5 */
	height: 0.375em; /* 6 */
	background-color: #fff;
	display: block;
	position: relative;
	z-index: 1;
	top: 40%;
	left: 35%;
}
.player-volume-button a:before,
.player-volume-button a:after
{
	content: '';
	position: absolute;
}
.player-volume-button a:before
{
	width: 0;
	height: 0;
	border: 0.5em solid transparent; /* 8 */
	border-left: none;
	border-right-color: #fff;
	z-index: 2;
	top: 50%;
	right: -0.25em;
	margin-top: -0.5em; /* 8 */
}
.player:not(.player-mute) .player-volume-button a:after
{
	width: 0.313em; /* 5 */
	height: 0.313em; /* 5 */
	border: 0.25em double #fff; /* 4 */
	border-width: 0.25em 0.25em 0 0; /* 4 */
	left: 0.563em; /* 9 */
	top: -0.063em; /* 1 */
	-webkit-border-radius: 0 0.938em 0 0; /* 15 */
	-moz-border-radius: 0 0.938em 0 0; /* 15 */
	border-radius: 0 0.938em 0 0; /* 15 */
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}

.player-volume:not(:hover) .player-volume-adjust
{
	opacity: 0;
}
.player-volume:hover .player-volume-adjust
{
	top: auto;
	bottom: 100%;
}
.player-volume-adjust > div
{
	width: 40%;
	height: 80%;
	background-color: #222;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 30% auto 0;
}
.player-volume-adjust div div
{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #007fd1;
	background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
	background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
	background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
	background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
	background: -o-linear-gradient( bottom, #007fd1, #c600ff );
	background: linear-gradient( bottom, #007fd1, #c600ff );
}
.player-novolume .player-volume
{
	display: block;
}
.player-play,
.player-pause,
.player-volume a
{
	-webkit-filter: drop-shadow( 1px 1px 0 #000 );
	-moz-filter: drop-shadow( 1px 1px 0 #000 );
	-ms-filter: drop-shadow( 1px 1px 0 #000 );
	-o-filter: drop-shadow( 1px 1px 0 #000 );
	filter: drop-shadow( 1px 1px 0 #000 );
}
.player-bar,
.player-bar div,
.player-volume-adjust div
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.player-bar,
.player-volume-adjust > div
{
	-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
}
.player-volume-adjust div div,
.player-bar-played
{
	-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
	-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
	box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
}
.player-volume-adjust
{
	-webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
	-moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
	box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
}
.player *,
.player *:before,
.player *:after
{
	-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}

.pages{
    margin: 0 auto;
    width: min-content;
	color: #fff;
}

.pages>ul{
    display: flex;
}

.pages>ul>li{
    list-style: none;
}

.pages>ul>li>a{
    font-size: 25px;
    padding: 10px;
	text-decoration: none;
	color: #fff;
}

@media (max-width:480px){
	.play_lists{
		display: block;
	}
	
	.songs .song{
		height: 90px;
		overflow: hidden;
	}

	.song h4{
        font-weight: 400;
		font-size: 14px;
		width: 96%;
		left: 2%;
    }

	.song h5{
        animation: marquee 20s linear infinite;
        white-space: nowrap;
        display: inline-block;
    }

	.song a{
		top: 44%;
		right: 15px;
		z-index: 8;
	}

	.sdvig{
		margin-top: 35px;
	}

	.pages{
		background-color: rgba(255, 255, 255, 0);
		position: relative;
		margin: 0 auto;
		left: -30px;
	}
}

@keyframes marquee {
    0%   { transform: translate(80%, 0); }
    100% { transform: translate(-100%, 0); }
}
